body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.ui-widget-content a,
.article-items a,
.container-post a,
.reviews-list a {
    color: #0056b3 !important; /*new*/
    text-decoration: underline !important; /*new*/
}

.page {
    margin: 0;
}

.container {
    max-width: 1110px;
    margin: 0 auto;
    overflow: hidden;
}

.container-large {
    max-width: 1440px;
}

.row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.row-no-gap {
    margin: 0;
}

.row:not(.row-no-gap)>.col-4,
.row:not(.row-no-gap)>.col-6,
.row:not(.row-no-gap)>.col-8,
.row:not(.row-no-gap)>.col-10 {
    padding: 0 15px;
}

.col-4 {
    flex: 0 0 33.333333%;
    width: 33.33%;
}

.col-6 {
    flex: 0 0 50%;
    width: 50%;
}

.col-8 {
    flex: 0 0 66.666666%;
    width: 66.66%;
}

.col-10 {
    flex: 0 0 80%;
    width: 80%;
}

.flex {
    display: flex;
}

.flex-v-center {
    display: flex;
    align-items: center;
}

.icon-block {
    display: flex;
    font-size: 18px;
}

.icon-block .icon-logo {
    flex: 0 0 90px;
    margin-right: 50px;
}

.icon-block .icon-big {
    margin-right: 30px;
}

.icon-block .icon-small {
    margin-right: 10px;
}

.list-inline {
    display: flex;
    margin-top: 20px;
}

.list-inline .icon-block {
    margin-right: 50px;
    font-size: 15px;
    text-transform: uppercase;
    width: 33.33%;
}

.list-inline .icon-block:last-child {
    margin-right: 0;
}

.block-padding-left {
    padding-left: 140px;
}

.block-padding-top {
    padding-top: 20px;
}


h2 {
    font-size: 44px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #098FA3;
    text-align: center;
}

a.button {
    display: block;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    max-width: 290px;
    margin: 20px 0;
    color: #098FA3;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    outline: none;
}

a.button-main {
    background: #F8EC31;
}

a.button-main:hover {
    background: #098FA3;
    color: #fff;
}

.image-block {
    display: block;
}

.block {
    padding: 80px;
    background-color: #F9F9FA;
}

.block-wide {
    padding: 40px;
}

.block-small {
    padding: 40px 80px;
}

.block.block-serfer-bg {
    background-image: url("../img/serfer.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    min-height: 370px;
    align-items: center;
}

.block.block-swim-bg {
    background-image: url("../img/bg-swim.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.block.block-dark {
    background-color: #089AB0;
}

.block.block-darkest {
    background-color: #098FA3;
}

.block.block-colored {
    background: #2BC1CB;
}

.block.block-light {
    background: #EAF2FF;
}

.block-reverse .highlight-text {
    color: #F8EC31;
}

.block-reverse,
.block-reverse h2 {
    color: #fff;
}

.row .block {
    height: 100%;
}

.list-title {
    font-size: 36px;
}

.first-screen-block {
    background: #bfd1e3 url('../img/main-bg.jpg') no-repeat center/cover;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 80px 80px 40px;
}

h1.first-screen-title {
    font-size: 48px;
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(26, 25, 29, 0.16), 0 0 7px rgba(26, 25, 29, 0.16);
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.mobile-first-image-screen {
    display: flex;
    align-items: center;
}

.lead-text {
    font-size: 24px;
}

.big-text {
    font-size: 21px;
}

.highlight-text {
    color: #1E4485;
}

.adver-text {
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
}

.adver-text-bold {
    display: block;
    font-size: 68px;
    text-transform: initial;
    font-weight: 700;
    color: #098FA3;
}

h2.title-decor {
    padding: 0 150px;
    text-indent: -70px;
    position: relative;
    text-align: left;
    margin-top: 0;
    line-height: 1.1;
}

h2.title-decor:before,
h2.title-decor:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    background: linear-gradient(90deg, #F8EC31 0%, rgba(248, 236, 49, 0) 100%);
    height: 1px;
    width: 140px;
}

h2.title-decor:after {
    top: 25px;
    bottom: auto;
    right: 0;
    left: auto;
    width: 640px;
    background: linear-gradient(90deg, rgba(248, 236, 49, 0) 0, #F8EC31 100%);
}

.steps {
    justify-content: space-between;
    flex-wrap: wrap;
}

.step {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 calc(33.33% - 10px);
    background: #098FA3;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 215px;
}

.step:hover .step-number {
    color: #F8EC31;
}

.step-head {
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    padding: 20px;
    position: relative;
    height: 80px;
    background-color: #2BC1CB;
}

.step-head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 350px;
    border-bottom: 30px solid #098FA3;
}

.step-head-img {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    max-width: 50%;
}

.step-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    background: -webkit-linear-gradient(-60deg, #F8EC31 5%, rgba(240, 241, 236, 0.2) 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: #fff;
    transition: all 0.4s;
}

.step-arrow {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    position: relative;
    flex: 0 0 calc(100% - 20px);
    transition: 0.2s linear;
}

.step-arrow:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 0;
    border-radius: 50%;
}

.step-arrow:after {
    content: "";
    width: 7px;
    height: 7px;
    border: solid 1px #fff;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    right: 0;
    top: -3px;
}

.step-content {
    display: flex;
    font-size: 18px;
    padding: 20px;
    position: relative;
    background: #098FA3;
    width: 100%;
    align-items: flex-end;
}

.step-image {
    display: none;
    flex: 0 0 35%;
    align-items: flex-end;
    justify-content: flex-end;
}

.step-content:before {
    content: none;
    position: absolute;
    left: 0;
    top: -50px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 350px;
    border-bottom: 50px solid #098FA3;
}

.step-text {
    font-weight: 300;
    line-height: 1.3;
}

.list-item {
    margin-top: 50px;
    position: relative;
    padding: 0 50px;
}

.list-item-drop:before {
    content: "";
    width: 34px;
    height: 39px;
    background-image: url("../img/drop-check.svg");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 6px;
}

.slider-item-title:before {
    content: '';
    position: absolute;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 23px;
    background: url("../img/quote2.svg") no-repeat;
    background-size: cover;
}

.slider-item-text {
    font-size: 18px;
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.btn-wrapper.text-center .button {
    margin: 0 auto;
}

h3.title-block {
    font-weight: bold;
    text-transform: uppercase;
    color: #098FA3;
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
}

h3.title-block span {
    color: #F8EC31;
}

.image-relative {
    position: relative;
}

.image-absolute {
    position: absolute;
    top: 15px;
    right: 15px;
}

.slider-item-text+.slider-item-text {
    margin-top: 50px;
}

.slider-item-author {
    font-weight: 700;
    text-transform: uppercase;
}

.slider-item-sig {
    font-size: 16px;
}

.slider-item .block,
.slider-item-image {
    height: 100%;
}

.slider-item-image {
    position: relative;
}

.slider-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-item-image .overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 50px;
    color: #2BC1CB;
    font-size: 44px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 30%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 30%);
}

.slider-item-image .overlay span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: initial;
}

.list-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.list-pros .list-title {
    color: #098FA3;
}

.list-pros .list-title svg path {
    fill: #098FA3;
}

.list-cons .list-title {
    color: #CC1A1A;
}

.list-cons .list-title svg path {
    fill: #CC1A1A;
}

.list-cons .list-title svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    margin-bottom: -5px;
}

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

.list li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.list li+li {
    margin-top: 20px;
}

.list li:before {
    content: "";
    width: 13px;
    height: 7px;
    border: solid 2px #098FA3;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 6px;
}

.list-small {
    margin-left: 50px;
}

.list-small li {
    font-size: 16px;
}

.list-small li+li {
    margin-top: 15px;
}

.list-cons .list li:before,
.list-cons .list li:after {
    border-color: #CC1A1A;
    width: 15px;
    height: 2px;
    top: 13px;
}

.list-cons .list li:after {
    content: "";
    position: absolute;
    left: 0;
    background: #CC1A1A;
    transform: rotate(45deg);
}

.icon-block-center {
    justify-content: center;
}

.icon-block-center .icon-logo {
    margin-left: 15px;
    margin-right: 0;
}

.support-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.support-block-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #098FA3;
    flex: 0 0 25%;
}

.support-slider {
    display: flex;
    flex: 0 0 75%;
    justify-content: space-around;
}

.site-footer ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer ul.menu li {
    margin-bottom: 15px;
}

.site-footer ul.menu a {
    color: #fff;
    text-decoration: none;
}

.site-footer ul.menu a:hover {
    text-decoration: underline;
}

.site-footer {
    background-color: #098FA3;
    color: #fff;
    padding: 45px 65px;
    background-image: url("../img/footer-bg.png");
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-row {
    margin-bottom: 35px;
}

.footer-image {
    vertical-align: middle;
    max-width: 160px;
}

.footer-margin-element {
    margin-bottom: 10px;
}

a.footer-link {
    color: #F8EC31;
    transition: 0.2s linear;
    text-decoration: underline;
}

a.footer-link:hover {
    color: #fff;
}

a.social-link {
    display: inline-block;
    transition: opacity 0.4s;
}

a.social-link:not(:first-child) {
    margin-left: 20px;
}

a.social-link:hover {
    opacity: 0.7;
}

.nav-menu li:not(.lang-item) {
    margin-left: 40px;
}

.nav-menu li a {
    color: #1A191D;
    text-transform: uppercase;
    transition: all 0.4s;
}

.nav-menu li a:hover {
    color: #098FA3;
}

.nav-menu li.current-menu-item a {
    color: #1E4485;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    padding: 5px 0;
}

.site-header .site-branding {
    min-width: 90px;
}

.site-header .custom-logo-link {
    display: flex;
}

.site-header .link-cart .cart-count {
    color: #098FA3;
}

.main-navigation {
    display: flex;
    justify-content: flex-end;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    transform: translate(-15px, 0);
    height: 48px;
}

.main-navigation ul ul li {
    margin-left: 15px !important;
}

.container-post {
    margin-bottom: 24px;
}

.find_faq_wrap.mb-4 input.keyword.form-control-lg {
    border-radius: 35px 0 0 35px;
    padding: 0 15px;
}

.find_faq_wrap .find_faq_btn {
    border-radius: 0 35px 35px 0;
    padding: 0 25px;
    background-color: #098fa3;
    border-color: #098fa3;
}

.find_faq_wrap .find_faq_btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.block h2 {
    line-height: 1.1;
    text-transform: uppercase;
    color: #098FA3;
    text-align: center;
    font-weight: 700;
    margin-bottom: 36px;
    font-size: 44px;
    font-family: 'Ubuntu', sans-serif;
}

.slider-block .slick-arrow {
    background: rgba(9, 143, 163, 0.5);
    border-radius: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    z-index: 1;
    transition: all 0.4s;
}

.slider-block .slick-arrow:hover {
    opacity: 1;
}

.slider-block .brand-color {
    font-weight: 700;
    color: #F8EC31;
}

.slider-block .slick-prev:hover,
.slider-block .slick-prev:focus,
.slider-block .slick-next:hover,
.slider-block .slick-next:focus {
    background: #098FA3;
}

.slider-block .slick-arrow:before {
    content: "";
    width: 10px;
    height: 10px;
    border: solid 2px #fff;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    opacity: 1;
}

.slider-block .slick-prev {
    left: 0;
}

.slider-block .slick-prev:before {
    transform: rotate(-135deg);
}

.slider-block .slick-next {
    right: 0;
}

.slider-block.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-block .slick-dots {
    bottom: 50px;
    width: 66.6666%;
    padding: 0 50px;
}

.slider-block .slick-dots li button {
    background: rgba(9, 143, 163, 0.33);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all 0.4s;
}

.slider-block .slick-dots li button:hover {
    background: #098FA3;
}

.slider-block .slick-dots li.slick-active button {
    background: #098FA3;
    width: 14px;
    height: 14px;
}

.slider-block .slick-dots li button:before {
    content: "";
}

.slider-dark .slick-dots {
    bottom: 50px;
    width: 66.6666%;
    right: 0;
    text-align: right;
}

.slider-dark .slick-dots li button {
    background: rgba(255, 255, 255, 0.33);
}

.slider-dark .slick-dots li.slick-active button {
    background: #fff;
}

.text-capitilize {
    text-transform: capitalize;
}

.menu-toggle {
    background: none;
    border: 0;
    outline: none;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    margin-bottom: 2px;
}

.menu-toggle span:nth-child(2n) {
    width: 14px;
}

a.link-cart {
    display: inline-block;
    margin-left: 60px;
    color: black;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

a.link-cart .link-text {
    margin-right: 40px;
}

a.link-cart:before {
    content: "";
    width: 24px;
    height: 23px;
    display: inline-block;
    background: url("../img/icon-cart.svg") no-repeat;
    position: absolute;
    right: 38px;
}

img.fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-from-wrapper p {
    width: 100%;
}

.contact-from-wrapper label {
    font-size: 18px;
    padding-left: 25px;
    display: block;
    margin-bottom: 25px;
}

.contact-from-wrapper .wpcf7-form-control-wrap {
    margin-left: -25px;
    display: block;
}

.contact-from-wrapper label .wpcf7-form-control {
    width: 100%;
    background: rgba(30, 68, 133, 0.06);
    font-size: 18px;
    line-height: 21px;
    padding: 20px 25px;
    border-radius: 34px;
    outline: none;
    max-height: 10.5em;
    font-family: Ubuntu, sans-serif;
    border: 1px solid transparent;
    resize: none;
}

.contact-from-wrapper label .wpcf7-form-control:focus {
    border: 1px solid #C4C4C4;
    background-color: transparent;
}

.contact-from-wrapper input[type="submit"] {
    background: #F8EC31;
    color: #098FA3;
    text-transform: uppercase;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    border-radius: 34px;
    width: 50%;
    float: right;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 0;
    outline: none;
    letter-spacing: 0.05em;
}

.contact-from-wrapper input[type="submit"]:hover {
    background: #098FA3;
    color: #fff;
}

.contact-from-wrapper .mc4wp-checkbox-contact-form-7 input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.contact-from-wrapper .mc4wp-checkbox-contact-form-7 label {
    padding-left: 30px;
}

.contact-from-wrapper .mc4wp-checkbox-contact-form-7 span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
}

.contact-from-wrapper .mc4wp-checkbox-contact-form-7 input+span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #E7EAF0;
    position: absolute;
    left: -30px;
    top: 0;
}

.contact-from-wrapper .mc4wp-checkbox-contact-form-7 input:checked+span:before {
    background: #098FA3;
    border-color: transparent;
}

.contact-from-wrapper .mc4wp-checkbox-contact-form-7 input:checked+span:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    border: solid 2px #fff;
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 4px;
    left: -26px;
}

.footer-row .social-link svg {
    width: 20px;
    height: 20px;
}

.footer-row .social-link svg path {
    fill: #fff;
}

/*
--------------
Footer and Header styles
--------------
*/
.page-template-default .entry-header {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/banner-entry-header.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-default .entry-header .entry-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 5px;
}

.site-header .nav-left {
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-family: Ubuntu, sans-serif;
}

.site-header .language-switcher,
.site-header .currency_switcher {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.site-header .language-switcher {
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
}

.site-header .language-switcher:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #ccc;
}

.site-header .currency_switcher .switcher-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
}

.site-header .language-switcher .ui-selectmenu-button .ui-icon:before,
.site-header .currency_switcher .ui-selectmenu-button .ui-icon:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
    background-color: transparent;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid 2px #ccc;
    pointer-events: none;
    border-top: 0;
    border-right: 0;
    left: 50%;
}

.site-header .currency_switcher .woocommerce-currency-switcher-form {
    display: flex;
    color: #1A191D;
}

.site-header .language-switcher .ui-selectmenu-button,
.site-header .currency_switcher .ui-selectmenu-button {
    width: auto !important;
    border: none;
    background: transparent;
    outline: none;
    font-family: Ubuntu, sans-serif;
}

.site-header .language-switcher .ui-selectmenu-menu,
.site-header .currency_switcher .ui-selectmenu-menu {
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    border-radius: 1px;
}

.site-header .language-switcher .ui-menu-item,
.site-header .currency_switcher .ui-menu-item {
    border: none;
}

.ui-selectmenu-menu .ui-menu {
    text-align: center;
    border: none;
    color: #1A191D;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    border-radius: 1px;
    font-size: 14px;
    padding: 5px 0 !important;
    font-family: Ubuntu, sans-serif;
}

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
    color: #098FA3;
    background-color: #F9F9FA;
    border-color: transparent;
}

#lang_choice_1-menu,
.site-header .language-switcher select {
    text-transform: uppercase;
}

.ui-menu .ui-menu-item {
    font-weight: 400;
}

footer .text-center.text-left-mobile.footer-margin-element {
    text-transform: uppercase;
}

/*
-------------------
Single product page
-------------------
*/
.single-product .site-main .product {
    display: block;
}

.single-product .product>.row {
    background-color: #F9F9FA;
    padding: 40px 50px 40px 30px;
    margin: 0;
}

.single-product .product>.row>.col-6:not(.entry-summary) {
    flex: 0 0 60%;
}

.single-product .product>.row>.entry-summary {
    flex: 0 0 40%;
    padding: 0 50px;
}

.single-product .product_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    color: #098FA3;
    margin: 0;
}

.single-product .price {
    font-size: 2.5rem;
    color: #000;
    margin: 0 0 20px;
}

.single-product .add-to-cart-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #E7EAF0;
    border-top: 1px solid #E7EAF0;
    padding: 25px 0;
}

.single-product .add-to-cart-wrap .qty-text {
    margin-right: 30px;
}

.single-product .social-sharing {
    display: flex;
    padding: 20px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #1A191D;
    border-bottom: 1px solid #E7EAF0;
    border-top: 1px solid #E7EAF0;
    margin: 20px 0;
}

.single-product .social-sharing>span {
    margin-right: 30px;
}

.single-product .social-sharing ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.single-product .social-sharing a.text-hide {
    position: relative;
    margin: 0 10px;
    width: 26px;
    height: 26px;
    display: flex;
    border-radius: 50%;
    transition: 0.2s linear;
}

.single-product .social-sharing a.text-hide:hover {
    box-shadow: 0 0 0 10px #ECEEF3, inset 0 0 0 38px #ECEEF3;
}

.single-product .social-sharing a.text-hide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center !important;
}

.single-product .social-sharing .facebook a:after {
    background: url("../img/facebook.svg") no-repeat;
}

.single-product .social-sharing .twitter a:after {
    background: url("../img/twitter.svg") no-repeat;
}

.single-product .social-sharing .pinterest a:after {
    background: url("../img/pinterest.svg") no-repeat;
}

.single-product .social-sharing .facebook a:hover:after {
    background: url("../img/facebook-active.svg") no-repeat;
}

.single-product .social-sharing .twitter a:hover:after {
    background: url("../img/twitter-active.svg") no-repeat;
}

.single-product .social-sharing .pinterest a:hover:after {
    background: url("../img/pinterest-active.svg") no-repeat;
}

.single-product .cart .button {
    display: none;
}

.single-product .single_add_to_cart_button {
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 25px;
    max-width: 315px;
    color: #098FA3;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    border: none;
    background: #F8EC31;
    cursor: pointer;
    width: 65%;
    outline: none;
}

.single-product .single_add_to_cart_button {
    width: 100%;
    max-width: inherit;
}

.single-product .single_add_to_cart_button:hover {
    background: #098FA3;
    color: #fff;
}

.single-product .shipping-message {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.single-product .shipping-message svg {
    margin: 0 15px;
}

.single-product .shipping-message p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}

.single-product .product-attributes h3 {
    font-size: 18px;
    line-height: 200%;
    color: #1A191D;
    margin: 0 0 5px;
    font-weight: 300;
}

.single-product .product-attributes .product-attribute-values {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.single-product .product-attributes .product-attribute-values li {
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    color: #1A191D;
    position: relative;
    padding-left: 30px;
}

.single-product .product-attributes .product-attribute-values li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 8px;
    height: 15px;
    border-right: 2px solid #098FA3;
    border-bottom: 2px solid #098FA3;
    transform: rotate(45deg);
}

.single-product .description {
    padding: 50px 0;
}

.single-product .product-banners {
    justify-content: space-between;
    margin: 0 0 90px;
}

.single-product .product-banners>.col-6 {
    padding: 0;
    flex: 0 0 45%;
}

.single-product .product-banner-item {
    display: flex;
    align-items: flex-start;
}

.single-product .product-banner-item img {
    margin-right: 25px;
    width: 100%;
    flex: 0 0 25%;
    max-width: 115px;
}

.single-product .product-banner-item p {
    margin: 0;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
    background-color: #E7EAF0;
    display: flex;
    overflow: hidden;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message>* {
    flex: 0 0 50%;
    max-width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 30px;
    text-align: center;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .button {
    font-size: 21px;
    border-radius: 0;
    background-color: #098FA3;
    color: #fff;
    position: relative;
    transition: 0.2s linear;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background-color: #F8EC31;
    color: #098FA3;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .wc-message-wrap {
    order: -1;
    position: relative;
    font-size: 18px;
    z-index: 2;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .wc-message-wrap:after {
    content: '';
    position: absolute;
    top: -20%;
    left: calc(100% - 75px);
    width: 100px;
    height: 140%;
    background-color: #E7EAF0;
    transform: rotate(-15deg);
    z-index: -1;
}

/*custom-quantity*/
.custom-quantity {
    max-width: 105px;
    position: relative;
    padding: 0 40px;
    margin: 0 auto;
}

.single-product .cart .custom-quantity {
    margin: 0;
}

.custom-quantity .add,
.custom-quantity .remove {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #f2f4f8;
    border-radius: 3px;
    transition: 0.2s linear;
}

.single-product .custom-quantity .add,
.single-product .custom-quantity .remove {
    background-color: #fff;
}

.custom-quantity .add:hover,
.custom-quantity .remove:hover {
    background-color: #098FA3;
}

.custom-quantity .add:hover:before,
.custom-quantity .remove:hover:before {
    color: #fff;
}

.custom-quantity .add {
    right: 0;
}

.custom-quantity .remove {
    left: 0;
}

.custom-quantity .add:before,
.custom-quantity .remove:before {
    position: absolute;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: #C4C4C4;
}

.custom-quantity .add:before {
    content: '+';
}

.custom-quantity .remove:before {
    content: '-';
}

.custom-quantity .remove.disable:before {
    border-color: #ccc;
}

.custom-quantity .qty {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 21px;
    color: #000;
    background: transparent;
    height: 35px;
    text-align: center;
}

.custom-quantity .qty[type=number]::-webkit-inner-spin-button,
.custom-quantity .qty[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*testimonial slider*/
.single-product .strong-view .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
}

.single-product .strong-view .testimonial-heading {
    text-align: center;
    font-weight: bold;
    font-size: 44px;
    line-height: 51px;
    text-transform: uppercase;
    color: #098FA3;
    position: relative;
    margin: 0;
    padding: 45px 40px;
    word-break: break-word;
    max-width: 80%;
}

.single-product .strong-view .testimonial-heading:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    background: url("../img/quote.svg") no-repeat;
    background-size: contain;
    width: 98px;
    height: 73px;
}

.single-product .strong-view .testimonial-content {
    max-width: 50%;
    text-align: center;
}

.single-product .strong-view .testimonial-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #1A191D;
}

.single-product .strong-view .testimonial-name {
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    text-transform: uppercase;
    color: #098FA3;
    text-align: center;
}

.single-product .strong-view .testimonial-company {
    margin-bottom: 30px;
    font-size: 14px;
    color: #1A191D;
    text-align: center;
}

.single-product .strong-view .slick-dots li button:before {
    font-size: 50px;
    opacity: 0.33;
    color: #098FA3;
}

.single-product .strong-view .slick-dots li.slick-active button:before {
    color: #098FA3;
    opacity: 1;
}

.single-product .strong-view .slick-prev,
.single-product .strong-view .slick-next {
    width: 44px;
    height: 44px;
    background: #098FA3;
    opacity: 0.33;
    transition: 0.2s linear;
    z-index: 5;
}

.single-product .strong-view .slick-prev {
    left: 0;
}

.single-product .strong-view .slick-next {
    right: 0;
}

.single-product .strong-view .slick-prev:hover,
.single-product .strong-view .slick-next:hover {
    opacity: 1;
}

.single-product .strong-view .slick-prev:before,
.single-product .strong-view .slick-next:before {
    content: none;

}

.single-product .strong-view .slick-prev:after,
.single-product .strong-view .slick-next:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: transparent;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid 3px #fff;
    pointer-events: none;
}

.single-product .strong-view .slick-prev:after {
    border-right: 0;
    border-bottom: 0;
    left: calc(50% + 2px);
}

.single-product .strong-view .slick-next:after {
    border-left: 0;
    border-top: 0;
    left: calc(50% - 2px);
}

/*product gallery*/
.single-product .woocommerce-product-gallery .flex-viewport {
    display: inline-block;
    width: 70%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 0 !important;
    right: 0 !important;
}

.single-product .woocommerce-product-gallery .flex-control-nav {
    width: 25%;
    display: flex !important;
    flex-wrap: wrap;
    order: -1;
    float: left;
}

.single-product .woocommerce-product-gallery .flex-control-nav li {
    width: 100% !important;
}

.single-product .woocommerce-product-gallery__image {
    padding-left: 1px;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    border: 1px solid transparent;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: #C4C4C4;
}

/*
-------------------
Checkout page
-------------------
*/
.woocommerce-checkout .woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-checkout #customer_details {
    width: 66.66%;
    padding-right: 30px;
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-checkout .order-review-wrap {
    width: 33.33%;
}

.woocommerce-checkout #customer_details h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1A191D;
}

.woocommerce-checkout #customer_details #billing_email_field {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field {
    width: 49%;
}

.woocommerce-checkout #billing_address_1_field {
    width: 100%;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_postcode_field {
    width: 32%;
}

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_postcode_field {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .form-row label {
    padding: 0 0 5px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #232323;
    margin-top: 15px;
    font-family: Ubuntu, sans-serif;
}

.woocommerce-checkout .woocommerce-input-wrapper input,
.woocommerce-checkout #select2-billing_country-container,
.woocommerce-checkout #select2-billing_state-container {
    width: 100%;
    padding: 20px 25px;
    border-radius: 50px;
    background-color: #f2f4f8;
    box-shadow: none !important;
    outline: none;
    line-height: 1.2;
    font-family: Ubuntu, sans-serif;
    border: 1px solid transparent;
    min-height: 61px;
}

.woocommerce-checkout .woocommerce-input-wrapper input:focus,
.woocommerce-checkout #select2-billing_country-container:focus,
.woocommerce-checkout #select2-billing_state-container:focus {
    border-color: #c4c4c4;
    background-color: transparent;
}

.woocommerce-checkout .select2-dropdown {
    background-color: #f2f4f8;
    border: 1px solid #aaa;
}

.woocommerce-checkout .select2-container--above.select2-container--open #select2-billing_country-container,
.woocommerce-checkout .select2-container--above.select2-container--open #select2-billing_state-container {
    border-radius: 0 0 30px 30px;
}

.woocommerce-checkout .select2-container--below.select2-container--open #select2-billing_country-container,
.woocommerce-checkout .select2-container--below.select2-container--open #select2-billing_state-container {
    border-radius: 30px 30px 0 0;
}


.woocommerce-checkout .select2-container--focus #select2-billing_country-container,
.woocommerce-checkout .select2-container--focus #select2-billing_state-container {
    border-radius: 50px;
    outline: none;
}

.woocommerce-checkout .user-email {
    border-bottom: 1px solid #E7EAF0;
}

.woocommerce-checkout #billing_country_field .select2-selection--single,
.woocommerce-checkout #billing_state_field .select2-selection--single {
    height: 100%;
    border: none;
    outline: none;
}

.woocommerce-checkout #billing_country_field .select2-selection__arrow,
.woocommerce-checkout #billing_state_field .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.woocommerce-checkout #billing_country_field .select2-selection__arrow b,
.woocommerce-checkout #billing_state_field .select2-selection__arrow b {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: solid 2px #ccc;
    display: block;
    cursor: pointer;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: 0;
    border-top: 0;
}

.woocommerce-checkout .mc4wp-checkbox input[type="checkbox"],
.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
}

.woocommerce-checkout .mc4wp-checkbox span:not(.required),
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-checkout .woocommerce-form__label-for-checkbox span:not(.required) {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.woocommerce-checkout .mc4wp-checkbox span:not(.required):before,
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text:before,
.woocommerce-checkout .woocommerce-form__label-for-checkbox span:not(.required):before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #E7EAF0;
    border-radius: 4px;
}

.woocommerce-checkout .mc4wp-checkbox input:checked+span:not(.required):before,
.woocommerce-checkout input:checked+.woocommerce-terms-and-conditions-checkbox-text:before,
.woocommerce-checkout .woocommerce-form__label-for-checkbox input:checked+span:not(.required):before {
    background: #098FA3;
    border-color: #098FA3;
}

.woocommerce-checkout .mc4wp-checkbox span:not(.required):after,
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce-checkout .woocommerce-form__label-for-checkbox span:not(.required):after {
    content: '';
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 5px 0 0 white, 5px -2px 0 white, 5px -4px 0 white, 5px -6px 0 white, 5px -8px 0 white, 5px -10px 0 white;
    transform: rotate(45deg);
}

.woocommerce-checkout #order_review_heading {
    background-color: #F9F9FA;
    border-radius: 1px 1px 11px 11px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1A191D;
    margin: 0;
    padding: 25px 0;
    text-align: center;
}

.woocommerce-checkout #order_review {
    background-color: #F9F9FA;
    border-radius: 11px 11px 1px 1px;
    position: relative;
    margin-top: 4px;
    padding: 20px;
}

.woocommerce-checkout #order_review:after {
    content: '';
    position: absolute;
    top: -2px;
    transform: translateY(-50%);
    left: 10px;
    width: calc(100% - 20px);
    height: 25px;
    background: radial-gradient(circle at 50%, #fff, #fff 50%, transparent 50%);
    background-size: 25px;
}

.woocommerce-shipping-totals {
    text-align: left;
}

.woocommerce-shipping-methods {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-checkout .shop_table,
.woocommerce-checkout .shop_table tbody,
.woocommerce-checkout .shop_table tfoot {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.woocommerce-checkout .shop_table .product-info {
    display: block;
}

.woocommerce-checkout .shop_table .product-name,
.woocommerce-checkout .shop_table .product-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout .shop_table .cart-subtotal,
.woocommerce-checkout .shop_table .order-total,
.woocommerce-checkout .shop_table .woocommerce-shipping-totals,
.woocommerce-checkout .shop_table .cart-discount {
    display: flex;
}

.woocommerce-checkout .shop_table .product-name h4,
.woocommerce-checkout .shop_table .product-qty h4,
.woocommerce-checkout .shop_table .product-name p,
.woocommerce-checkout .shop_table .product-qty p,
.woocommerce-checkout .shop_table .cart-subtotal th,
.woocommerce-checkout .shop_table .cart-subtotal td,
.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .cart-discount th,
.woocommerce-checkout .shop_table .order-total td,
.woocommerce-checkout .shop_table .cart-discount td,
.woocommerce-checkout .shop_table .woocommerce-shipping-totals th,
.woocommerce-checkout .shop_table .woocommerce-shipping-totals td {
    width: 49%;
    text-align: left;
    margin: 0 0 15px;
    font-weight: 300;
}

.woocommerce-checkout .shop_table .product-qty p,
.woocommerce-checkout .shop_table .cart-discount td,
.woocommerce-checkout .shop_table .cart-subtotal td {
    font-size: 21px;
    color: #1A191D;
}

.woocommerce-checkout .shop_table .order-total td {
    font-size: 21px;
    color: #098FA3;
    font-weight: bold;
}

.woocommerce-checkout .shop_table .product-name h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 290%;
    letter-spacing: 0.05em;
    color: #1A191D;
}

.woocommerce-checkout .shop_table .product-name p {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 220%;
    color: #098FA3;
}

.woocommerce-checkout .shop_table .product-name p img {
    max-width: 100px;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    width: 66.66%;
    padding-right: 30px;
    margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #E7EAF0;
    border-top: 1px solid #E7EAF0;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method {
    position: relative;
    background-color: #F0F9FA;
    border: 1px solid #E7EAF0;
    border-radius: 1px;
    display: flex;
    justify-content: flex-end;
    max-width: 180px;
    min-width: 170px;
    min-height: 60px;
    margin: 5px 15px 5px 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label {
    display: flex;
    padding: 10px 20px 10px 40px;
    position: relative;
    cursor: pointer;
    width: 100%;
    align-items: center;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label:before,
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label:before {
    left: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #E7EAF0;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label:after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    left: calc(20px - 6px / 2);
}

.woocommerce-checkout .woocommerce-checkout-payment .input-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .input-radio:checked+label {
    background-color: #098FA3;
    border-color: #098FA3;
}

.woocommerce-checkout .woocommerce-checkout-payment .input-radio:checked+label:before {
    background-color: #098FA3;
    border-color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons {
    display: flex;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>a,
.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>.button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    width: 250px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    min-height: 58px;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>a {
    border: 1px solid #C4C4C4;
    color: #232323;
    padding: 15px;
    line-height: 1.2;
    text-align: center;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>a .icon-arrow {
    width: 20px;
    margin-right: 10px;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>.button {
    background-color: #F8EC31;
    color: #098FA3;
    font-weight: 600;
    border: none;
    padding: 15px;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>.button:after {
    content: '';
    width: 16px;
    height: 14px;
    margin-left: 5px;
    background-image: linear-gradient(180deg, transparent 6px, #098FA3 6px, #098FA3 8px, transparent 8px),
        linear-gradient(-45deg, transparent 4px, #098FA3 4px, #098FA3 6px, transparent 6px),
        linear-gradient(-135deg, transparent 4px, #098FA3 4px, #098FA3 6px, transparent 6px);
    background-repeat: no-repeat;
}

.payment_method_sofortueberweisung_gateway img {
    height: 38px;
}

.icon-arrow {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 14px;
}

.icon-arrow-left {
    margin-right: 5px;
}

.icon-arrow-right {
    margin-left: 5px;
}

.icon-arrow:before,
.icon-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: 0.2s linear;
}

.icon-arrow-right:before,
.icon-arrow-right:after {
    right: 0;
}

.icon-arrow:before {
    width: 15px;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
}

.icon-arrow:after {
    width: 11px;
    height: 11px;
    background-color: transparent;
    border: solid 2px;
    transform: translateY(-50%) rotate(-45deg);
}

.icon-arrow-left:after {
    border-bottom: 0;
    border-right: 0;
}

.icon-arrow-right:after {
    border-top: 0;
    border-left: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>a:hover {
    background-color: #098FA3;
    color: #fff;
    border-color: #098FA3;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>a:hover:before {
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>a:hover:after {
    border-color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>.button:hover {
    color: #F8EC31;
    background-color: #098FA3;
}

.woocommerce-checkout .woocommerce-checkout-payment .checkout-buttons>.button:hover:after {
    background-image: linear-gradient(180deg, transparent 6px, #F8EC31 6px, #F8EC31 8px, transparent 8px),
        linear-gradient(-45deg, transparent 4px, #F8EC31 4px, #F8EC31 6px, transparent 6px),
        linear-gradient(-135deg, transparent 4px, #F8EC31 4px, #F8EC31 6px, transparent 6px);
}

.woocommerce-checkout .woocommerce-privacy-policy-link,
.woocommerce-checkout .woocommerce-terms-and-conditions-link {
    color: #098FA3;
}

.woocommerce-checkout .required {
    color: #098FA3;
    text-decoration: none;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-checkout .woocommerce-error {
    margin: 0 0 30px;
    width: 100%;
    list-style-type: none;
    color: #fff;
    background-color: #098FA3;
    padding: 10px 25px;
}

/*successful page*/
.woocommerce-order-received .woocommerce-order {
    max-width: 720px;
    margin: 0 auto;
    font-weight: 300;
}

.woocommerce-order-received .woocommerce-notice--success {
    color: #098FA3;
    position: relative;
    padding-left: 25px;
}

.woocommerce-order-received .woocommerce-notice--success:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 7px;
    border: solid 2px #098FA3;
    border-top: 0;
    border-right: 0;
    left: 0;
    top: calc(50% - 2px);
    transform: rotate(-45deg) translateY(-50%);
}

.woocommerce-order-received .woocommerce-notice--unsuccess {
    color: #CC1A1A;
}

.woocommerce-order-received .woocommerce-order-overview {
    list-style-type: none;
    margin: 0;
    padding: 0 20px 10px;
    word-break: break-word;
}

.woocommerce-order-received .woocommerce-order-overview>li {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-order-overview>li strong {
    width: 50%;
    text-transform: initial;
    font-weight: 300;
}

.woocommerce-order-received .woocommerce-table--order-details {
    padding: 0 20px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    font-size: 16px;
    text-transform: inherit;
    font-weight: 400;
    text-align: left;
    padding: 12px 20px;
    letter-spacing: 0.05em;
    color: #1A191D;
    margin: 20px 0;
    background-color: #F9F9FA;
}

.woocommerce-order-received .woocommerce-table--order-details thead {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-table--order-details thead tr {
    display: flex;
}

.woocommerce-order-received .woocommerce-table--order-details tbody {
    margin-bottom: 45px !important;
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item {
    display: flex;
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item td,
.woocommerce-order-received .woocommerce-table--order-details thead th {
    width: 50%;
    text-align: left;
    display: block;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr>* {
    width: 50%;
    text-align: left;
    font-weight: 300;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
    text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount {
    font-weight: 600;
    color: #098FA3;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

/*
------------------
Cart page
------------------
*/
.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
}

.woocommerce-cart .woocommerce-cart-form thead {
    border-radius: 1px;
}

.woocommerce-cart .woocommerce-cart-form thead>tr,
.woocommerce-cart .woocommerce-cart-form tbody>tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-cart .woocommerce-cart-form tbody tr {
    border-bottom: 1px solid #E7EAF0;
}

.woocommerce-cart .woocommerce-cart-form tbody .actions {
    margin: 20px 0 20px auto;
}

.woocommerce-cart .woocommerce-cart-form tbody .actions .button {
    padding: 5px 40px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #1A191D;
    background-color: transparent;
    cursor: pointer;
    transition: 0.2s linear;
}

.woocommerce-cart .woocommerce-cart-form tbody .actions .button:hover {
    background-color: #098FA3;
    color: #fff;
    border-color: #098FA3;
}

.woocommerce-cart .woocommerce-cart-form tbody>tr td:not(.product-name) {
    text-align: center !important;
}

.woocommerce-cart .woocommerce-cart-form tbody>tr td {
    margin: 40px 0;
    color: #1A191D;
}

.woocommerce-cart .woocommerce-cart-form thead>tr th {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center !important;
    letter-spacing: 0.05em;
    color: #1A191D;
    padding: 15px 0;
    background: #F9F9FA;
}

.woocommerce-cart .woocommerce-cart-form thead .product-thumbnail {
    width: 0;
}

.woocommerce-cart .woocommerce-cart-form thead .product-name {
    width: calc(14% * 2);
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
    order: 1;
    width: 14%;
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
    max-width: 100px;
}

.woocommerce-cart .woocommerce-cart-form .product-name {
    order: 2;
    width: 14%;
}

.woocommerce-cart .woocommerce-cart-form .product-name a {
    color: #1A191D;
    text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form .product-price {
    order: 3;
    width: 22%;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
    order: 4;
    width: 22%;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal {
    order: 5;
    width: 22%;
    word-break: break-word;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
    display: flex;
    justify-content: center;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    order: -1;
}

.woocommerce-cart .woocommerce-cart-form .product-remove {
    order: 6;
    width: 6%;
}

.woocommerce-cart .woocommerce-cart-form .product-remove a {
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
    color: #C4C4C4;
    transition: 0.2s linear;
}

.woocommerce-cart .woocommerce-cart-form .product-remove a:hover {
    color: #098FA3;
}

.woocommerce-cart .shipping-message {
    width: 65%;
}

.woocommerce-cart .shipping-message .shipping-message-wrap,
.woocommerce-cart .shipping-message .shipping-offer {
    display: flex;
}

.woocommerce-cart .shipping-message .shipping-message-wrap {
    min-height: 110px;
}

.woocommerce-cart .shipping-message .shipping-message-slogan {
    background: #E7EAF0;
    padding: 20px;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.woocommerce-cart .shipping-message .shipping-message-slogan:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 130%;
    top: -10px;
    left: calc(100% - 15px);
    background: #F9F9FA;
    transform: rotate(-10deg);
}

.woocommerce-cart .shipping-sum {
    white-space: nowrap;
}

.woocommerce-cart .shipping-message .shipping-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 43%;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.05em;
    color: #098FA3;
    text-transform: uppercase;
    background-color: #F9F9FA;
    padding: 20px;
}

.woocommerce-cart .shipping-message .shipping-message-text {
    padding: 0 20px;
    font-weight: 500;
    font-size: 21px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #098FA3;
}

.woocommerce-cart .cart-collaterals {
    width: 35%;
    padding-left: 20px;
}

.woocommerce-cart .cart-collaterals h2 {
    display: none;
}

.woocommerce-cart .cart-collaterals .button {
    background-color: #F8EC31;
    margin-bottom: 90px;
    max-width: initial;
    padding: 15px;
}

.woocommerce-cart .cart-collaterals .button:hover {
    background-color: #098FA3;
    color: #fff;
}

.woocommerce-cart .cart-collaterals .shop_table {
    width: 90%;
    margin: 0 auto;
}

.woocommerce-cart .cart-collaterals .shop_table th {
    font-size: 15px;
    font-weight: 300;
    padding-right: 15px;
}

.woocommerce-cart .cart-collaterals #shipping_method {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-cart .cart-collaterals .shop_table .cart-subtotal,
.woocommerce-cart .cart-collaterals .shop_table .order-total {
    font-size: 19px;
    line-height: 290%;
    letter-spacing: 0.05em;
    color: #1A191D;
}

.woocommerce-cart .cart-collaterals .shop_table .order-total .woocommerce-Price-amount {
    font-weight: 600;
    color: #098FA3;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    color: #fff;
    padding: 10px 25px;
    background-color: #098FA3;
    width: 100%;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .restore-item {
    color: #F8EC31;
}

.woocommerce-cart .woocommerce-info {
    background-color: #098FA3;
    padding: 10px 25px;
    color: #fff;
    margin: 0;
    width: 100%;
}

.woocommerce-cart .woocommerce-message .button.wc-forward {
    display: none;
}

.woocommerce-cart .cart-collaterals .shop_table .order-total td {
    line-height: 1;
    padding: 15px 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:not(.woocommerce-cart-form__cart-item) {
    display: block;
}

.woocommerce-notices-wrapper .woocommerce-error {
    background: #fff;
}

.actions .coupon {
    display: flex;
    height: 60px;
    padding: 10px;
    line-height: 40px;
}

.actions [name="update_cart"] {
    display: none;
}

.actions [for="coupon_code"] {
    display: none;
}

.actions #coupon_code {
    margin-right: 25px;
}

.woocommerce .woocommerce-cart-form .actions button[name="apply_coupon"] {
    border-radius: 15px;
    border: none;
    background: #15939C;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.woocommerce .woocommerce-cart-form .actions button[name="apply_coupon"]:hover {
    background: #F8EC31;
    color: #15939C;
}

/*
------------------
Services and FAQ pages
------------------
*/
.container-small {
    max-width: 740px;
}

.faq-main-title,
.services-main-title {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    flex-direction: column;
    line-height: 1.2;
    margin: 0;
}

.services-main-title {
    background: linear-gradient(180deg, rgba(9, 143, 163, 0.44) 0%, rgba(9, 143, 163, 0.12) 100%), url("../img/services-header.jpg");
    margin-bottom: 40px;
    background-size: calc(100% + 100px);
}

.faq-main-title {
    background: linear-gradient(180deg, rgba(9, 143, 163, 0.44) 0%, rgba(9, 143, 163, 0.12) 100%), url("../img/faq-header.jpg") right center;
}

h2.services-title {
    font-weight: bold;
    font-size: 44px;
    line-height: 51px;
    text-transform: uppercase;
    color: #098FA3;
    text-align: left;
}

h3.services-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase;
    color: #098FA3;
}

h3.services-title-center {
    padding: 0 85px;
}

h3.services-subtitle {
    font-size: 21px;
    color: #098FA3;
}

.services-page p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.6;
}

.services-page .img-wrapper {
    position: relative;
    display: flex;
}

.services-page .about-item {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.services-page .about-item.about-item-bg {
    background-color: #F9F9FA;
}

.services-page .about-item .content {
    padding: 40px 85px;
}

.services-page .about-item .img-wrapper img {
    max-width: initial;
}

.services-page .about-item-inside .content {
    padding: 0 85px;
}

.services-page .about-item-inside .content p {
    margin: 0;
}

.services-page .content-with-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.slogan-wrapper>span {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
}

.slogan-wrapper .brand-title {
    display: block;
    text-transform: inherit;
    font-weight: 700;
    color: #098FA3;
    font-size: 64px;
}

.services-page .content-with-btn .btn {
    max-width: 250px;
    padding: 20px 50px;
    border-radius: 70px;
}

.services-page .symptoms {
    margin-bottom: 40px;
}

.services-page .symptoms .img-wrapper {
    float: right;
    margin-left: 15px;
    max-width: 50%;
}

.faq-page .accordion-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 48px auto;
}

.faq-page .accordion-left,
.faq-page .accordion-right {
    flex: 0 0 48%;
}

.faq-page .ui-accordion-header {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #098FA3;
}

.faq-page .ui-accordion-header,
.faq-page .ui-accordion-content {
    border: none;
    background-color: transparent;
    outline: none;
    font-family: Ubuntu, sans-serif;
}

.faq-page .ui-accordion-header-icon {
    left: auto !important;
    right: 15px;
}

.faq-page .ui-accordion-header-icon:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
    background-color: transparent;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid 2px #ccc;
    pointer-events: none;
    border-top: 0;
    border-right: 0;
    left: 50%;
    transition: 0.2s linear;
}

.faq-page .ui-accordion-header-active .ui-accordion-header-icon:after {
    border-left: 0;
    border-bottom: 0;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
}

.faq-page .ui-accordion-header-icon:hover:after {
    border-color: #098FA3;
}

.faq-page .ui-accordion-content ul {
    margin: 0;
    padding-left: 15px;
}

.faq-page .ui-accordion .ui-accordion-icons {
    padding-right: 45px;
    padding-left: 25px;
    margin-bottom: 20px;
    font-family: Ubuntu, sans-serif;
}

.faq-page .faq-sub-header {
    display: flex;
    overflow: hidden;
    color: #fff;
    margin-bottom: 40px;
}

.faq-page .faq-sub-left,
.faq-page .faq-sub-right {
    flex: 0 0 51%;
}

.faq-page .faq-sub-left {
    position: relative;
    font-size: 21px;
    display: flex;
    padding: 35px;
    background-color: #098FA3;
}

.faq-page .faq-sub-left:after {
    content: '';
    position: absolute;
    top: -10%;
    left: calc(100% - 80px);
    width: 120px;
    height: 120%;
    background-color: #098FA3;
    transform: rotate(-15deg);
    z-index: -1;
}

.faq-page .faq-sub-left .img-wrapper {
    min-width: 80px;
    margin-right: 20px;
}

.faq-page .brand-color {
    color: #F8EC31;
    font-weight: 600;
}

.faq-page .faq-sub-right {
    font-size: 16px;
    text-transform: uppercase;
    background-image: linear-gradient(74.55deg, #098FA3 -50%, rgba(9, 143, 163, 0) 99.45%), url("../img/faq1.jpg");
    background-position: right;
    background-size: cover;
    z-index: -2;
    display: flex;
    align-items: center;
}

.faq-page .side-effects {
    max-width: 50%;
    margin: 0 0 0 15%;
    list-style: none;
    padding: 0;
}

.faq-page .side-effects-item {
    position: relative;
    padding-left: 30px;
}

.faq-page .side-effects-item:not(:last-child) {
    margin-bottom: 15px;
}

.faq-page .side-effects-item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    background: url("../img/side-effects.svg") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

/*
------------------
Contact page
------------------
*/
.contact-main-title {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    flex-direction: column;
    line-height: 1.2;
    margin: 0;
}

.contact-main-title {
    background: linear-gradient(180deg, rgba(9, 143, 163, 0.44) 0%, rgba(9, 143, 163, 0.12) 100%), url("../img/contact-header.jpg") right center;
    margin-bottom: 30px;
}

.contact-page .contact-sub-title {
    font-weight: bold;
    font-size: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #098FA3;
    margin: 0 0 30px;
}

.contact-page .contact-sub-slogan {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #000000;
    width: 80%;
    margin: 0 auto 30px;
}

.contact-page .contact-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contact-page .contact-item {
    background: #F9F9FA;
    padding: 40px 30px;
    width: 48%;
}

.contact-page .contact-item-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #1A191D;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E7EAF0;
}

.contact-page .contact-item-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-page .contact-item-link {
    margin: 0 20px;
    padding-left: 25px;
    position: relative;
    color: #232323;
    text-decoration: none;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
}

.contact-page .contact-item-link.mail {
    text-decoration: underline;
    color: #098FA3;
}

.contact-page .contact-item-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-page .contact-item-link.place:before {
    background-image: url("../img/place.svg");
}

.contact-page .contact-item-link.mail:before {
    background-image: url("../img/envelope.svg");
}

.contact-page .contact-item-link.instagram:before {
    background-image: url("../img/instagram.svg");
}

.contact-page .contact-item-link.facebook:before {
    background-image: url("../img/facebook-active.svg");
}

.contact-page .contact-item-link.twitter:before {
    background-image: url("../img/twitter-active.svg");
}

.text-bold-400 {
    font-weight: 400;
}

.contact-page .contact-item-link.place span {
    display: flex;
    justify-content: center;
}

.contact-page .contact-item-link.mail:before,
.contact-page .contact-item-link.place:before {
    top: 50%;
    transform: translateY(-50%)
}

.contact-page .contact-item-text {
    font-weight: 400;
    text-align: center;
}

/*
----------
Animation
----------
*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}


@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.news-item.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.animated.delay-1 {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.animated.delay-2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated.delay-3 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.animated.delay-4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated.delay-5 {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.animated.delay-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.faster.delay-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.animated.faster.delay-2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated.faster.delay-3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated.faster.delay-4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animated.faster.delay-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.faster.delay-6 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*cf7 forms*/
input[type=number] {
    -moz-appearance: textfield;
}

div.wpcf7-response-output {
    margin: 3.5em 0.5em 1em !important;
    background-color: #E7EAF0;
    border: none;
    padding: 25px;
}

div.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    position: relative;
    padding-left: 50px;
}

div.wpcf7-response-output.wpcf7-validation-errors:before {
    background: url("../img/error-cf.svg");
}

div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    background: url("../img/success-cf.svg");
}

div.wpcf7-response-output.wpcf7-validation-errors:before,
div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

span.wpcf7-not-valid-tip {
    font-weight: 300;
    font-size: 12px;
    line-height: 160%;
    color: #CC1A1A;
    position: absolute;
    top: 100%;
    left: 25px;
}

.contact-from-wrapper .mc4wp-checkbox-contact-form-7 label {
    margin-top: 15px;
}

.contact-from-wrapper label .required {
    margin: 0 2px;
    color: #098FA3;
}

.post-157 .entry-header,
.post-550 .entry-header {
    text-align: center;
}

.home .slider-block .slick-track .slick-slide {
    display: flex;
    align-items: stretch;
    height: auto;
}

.home .slider-block .slick-track .slick-slide .slider-item,
.home .slider-block .slick-track .slick-slide .slider-item .row {
    height: 100%;
}

.woocommerce-checkout .shop_table .order-total {
    align-items: center;
}

.woocommerce-checkout .shop_table .order-total th {
    margin: 0 0 5px;
}

.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.contact-from-wrapper .acceptance-form {
    display: none;
}

span.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

.contact-from-wrapper span.cf7sg-popup {
    font-size: 14px;
    bottom: -2.2em;
    width: 48%;
    white-space: initial;
}

.review-slider-block .slick-track,
.who-use-slider-block .slick-track {
    display: flex;
}

.steps .slick-dots li button:before,
.steps .slick-dots li button:hover:before,
.steps .slick-dots li button:focus:before {
    font-size: 40px;
    color: #fff;
    opacity: 0.25;
}

.steps .slick-dots li.slick-active button:before {
    font-size: 52px;
    color: #fff;
    opacity: 1;
}

.who-use-slider-block .slick-track:before,
.who-use-slider-block .slick-track:after,
.review-slider-block .slick-track:before,
.review-slider-block .slick-track:after {
    content: none !important;
}

.page-title-404 {
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    padding: 100px 0;
}

.page-content-404 {
    font-size: 42px;
    text-align: center;
}

.wistia_responsive_padding .w-video-wrapper {
    background: #fff !important;
}

#cookie-notice .cn-button.wp-default {
    background: #f8ec31;
    color: #098FA3;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 10px 20px;
    font-weight: 600;
}

/*about-page*/
.about-page-title {
    display: flex;
    overflow: visible;
    padding: 0 0 50px;
}

.about-page-title-left {
    background-color: #F9F9FA;
    font-size: 60px;
    font-weight: bold;
    color: #098FA3;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0;
}

.about-page-title-right {
    font-size: 40px;
    color: #404040;
    font-weight: normal;
    width: calc(50% + 60px);
    margin-left: -60px;
    z-index: 1;
}

.about-page-title-right b {
    color: #098FA3;
}

.about-page-title-left:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    right: 100%;
    background-color: #F9F9FA;
}

.about-content {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.about-text {
    padding: 20px 30px;
    border-left: 5px solid #098FA3;
    width: 50%;
    margin-left: 7%;
    position: relative;
}

.about-text-title {
    font-weight: bold;
    font-size: 30px;
    color: #098FA3;
    line-height: 1.6;
    margin: 0 0 20px;
}

.about-text p {
    margin: 0 0 10px;
    max-width: 450px;
    line-height: 1.6;
}

.about-image {
    width: 50%;
    display: flex;
}

.right-img .about-image {
    justify-content: flex-end;
}

.left-img .about-image {
    justify-content: flex-start;
    position: relative;
}

.about-image-inner,
.about-image-inner img {
    position: relative;
}

.about-image-inner img {
    box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.1);
}

.about-content-with-year .about-image-inner:before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    top: 0;
}

.about-content-with-year.left-img .about-image-inner:before {
    left: 100%;
}

.about-content-with-year.left-img {
    position: relative;
    z-index: 2;
}

.about-content-with-year.about-content-2000 .about-image-inner:before {
    background-image: url("../img/2000.svg");
}

.about-content-with-year.about-content-2002 .about-image-inner:before {
    background-image: url("../img/2002.svg");
}

.about-content-with-year.about-content-2012 .about-image-inner:before {
    background-image: url("../img/2012.svg");
}

.about-content-with-year.about-content-2012 {
    padding-bottom: 100px;
}

.about-content-2000 .about-text:after,
.about-content-2002 .about-text:after,
.about-content-2012 .about-text:after {
    content: '';
    position: absolute;
    opacity: 0.5;
    z-index: -1;
}

.about-content-2000 .about-text:after {
    left: -3px;
    top: 100%;
    height: 100%;
    width: 1px;
    background-color: #404040;
}

.about-content-2002 .about-text:after {
    right: calc(100% + 2px);
    top: -10%;
    height: 120%;
    width: 100%;
    background-color: transparent;
    border: 1px solid #404040;
}

.about-content-2012 .about-text:after {
    left: -3px;
    bottom: 100%;
    height: 100%;
    width: 1px;
    background-color: #404040;
}

.about-section-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 160%;
    text-align: center;
    color: #098FA3;
    width: 100%;
    margin: 25px 0 50px;
    padding: 0 25px;
}

.about-team {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}

.about-team-item {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}

.about-team-img {
    margin: 0 auto 30px;
    border-radius: 50%;
    overflow: hidden;
    max-height: 230px;
    max-width: 230px;
}

.about-team-text {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
    min-height: 170px;
}

.about-team-text .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    color: #404040;
}

.about-team-text .name {
    font-size: 20px;
    color: #404040;
}

.about-team-story .btn {
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #098FA3;
    padding: 15px;
    border-radius: 50px;
    transition: 0.2s ease;
    text-decoration: none;
    display: inline-block;
    outline: none;
}

.about-team-story .btn:hover {
    background-color: #098FA3;
    color: #fff;
}

.about-page .bg-grey {
    background-color: #F9F9FA;
}

.about-footer {
    flex-wrap: wrap;
}

.about-footer .about-text {
    width: calc(50% - 7%);
}

.about-footer .about-text b {
    font-weight: 600;
}

.about-mail {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.about-mail a {
    color: #098FA3;
    text-decoration: none;
    transition: 0.2s ease;
}

.about-mail a:hover {
    color: #F8EC31;
}

.about-tabs {
    padding: 0 0 25px;
}

.about-tabs #tabs,
.about-tabs .ui-tabs-nav,
.about-tabs .ui-widget-content {
    background-color: transparent;
    border: none;
    font-family: 'Ubuntu', sans-serif;
}

.about-tabs .ui-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.ui-state-default {
    padding: 20px;
    border-bottom: 1px solid #B9B9B9;
}

.about-tabs .ui-state-active a,
.about-tabs .ui-state-active a:link,
.about-tabs .ui-state-active a:visited,
.about-tabs .ui-state-default a,
.about-tabs .ui-state-default a:link,
.about-tabs .ui-state-default a:visited {
    color: #404040;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
}

.about-tabs .ui-state-default,
.about-tabs .ui-widget-content .ui-state-default,
.about-tabs.ui-widget-header .ui-state-default {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #404040;
    min-width: 400px;
    text-align: center;
    outline: none;
}

.about-tabs .ui-state-active a,
.about-tabs .ui-state-active a:link,
.about-tabs .ui-state-active a:visited {
    color: #098FA3;
}

.about-tabs .ui-state-active,
.about-tabs .ui-widget-content .ui-state-active,
.about-tabs .ui-widget-header .ui-state-active {
    background-color: transparent;
    color: #098FA3;
    border: 0;
    border-bottom: 3px solid #098FA3;
}

.about-tabs .ui-state-active a {
    outline: none;
}

.about-tabs .ui-tabs-panel {
    display: flex;
}

.about-tabs .ui-tabs-panel>div {
    width: 50%;
}

.about-tabs .ui-tabs-panel .tab-img {
    position: relative;
}

.about-tabs .ui-tabs-panel .tab-img:before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    top: 0;
    left: 100%;
    background-image: url("../img/2019.svg");
    z-index: -1;
}

.about-tabs .ui-tabs-panel .tab-text {
    padding: 20px 30px;
    margin-left: 5%;
    max-width: 450px;
}

.tab-text h4 {
    color: #098FA3;
    margin: 0 0 10px;
}

.tab-text p {
    margin: 0 0 10px;
}

.about-team-story-inner {
    display: none;
    opacity: 0;
}

.about-team-story-inner.show {
    display: block;
    opacity: 1;
}

.about-team-story-inner p:last-child {
    margin-bottom: 0;
}

.about-person {
    max-width: 600px;
    text-align: center;
    padding: 0 30px;
    margin: 50px auto 0;
    font-size: 18px;
}

.site-header {
    position: relative;
}

.woocommerce-form-coupon-toggle {
    margin: 0 auto;
    text-align: center;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 25px auto;
    background: #fff;
    font-weight: 800;
}

.checkout_coupon.woocommerce-form-coupon {
    margin: 0 auto;
    text-align: center;
}

#coupon_code {
    background: #F2F4F8;
    padding: 10px;
    border-radius: 15px;
    min-width: 300px;
    text-align: center;
}

#coupon_code:active,
#coupon_code:focus {
    outline: none;
}

button[name="apply_coupon"] {
    padding: 10px 25px;
    border: none;
    background: #1091A4;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.2s linear;
    cursor: pointer;
}

button[name="apply_coupon"]:hover {
    background: #F8EC31;
    color: #1091A4;
}

.woocommerce-checkout .woocommerce .woocommerce-message {
    background: #fff;
    text-align: center;
    margin: 20px auto;
}

@media all and (max-width: 475px) {
    .actions .coupon {
        height: 130px;
        flex-direction: column;
    }

    .actions #coupon_code {
        min-width: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .woocommerce .woocommerce-cart-form .actions button[name="apply_coupon"] {
        width: 100%;
        padding: 15px 25px;
    }
}

/*reviews list page*/
.page-template-page-review-form .review-form-title,
.page-template-page-reviews .reviews-title {
    margin: 0 0 40px;
    height: 240px;
    background: url("../img/leave-review-title.jpg") no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.reviews-title {
    margin: 0 0 40px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
}

h2.title-decor {
    color: #fff;
}

.btn-search {
    border-radius: 30px;
    padding: 14px 50px;
    background-color: #098fa3;
    border-color: #098fa3;
    color: #fff;
    margin: 0 auto 96px;
    display: flex;
    max-width: 190px;
    transition: .3s;
    text-decoration: none;
}

.btn-search:hover {
    background: #F8EC31;
    color: #098FA3;
    text-decoration: none;
}

.page-template-page-reviews .reviews-title {
    background: url("../img/reviews-title.jpg") no-repeat center/cover;
}

.page-template-page-reviews .wpmtst-testimonial {
    margin-bottom: 40px !important;
}

.page-template-page-reviews .wpmtst-testimonial-inner {
    display: grid !important;
    grid-template-columns: 190px 1fr 240px;
    grid-auto-rows: minmax(1rem, auto) minmax(0, auto) auto 1fr;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 !important;
}

.page-template-page-reviews .wpmtst-testimonial-image {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 5;
    text-align: left !important;
}

.page-template-page-reviews .wpmtst-testimonial-image img {
    border-radius: 0 !important;
    min-width: 100px;
}

.page-template-page-reviews .wpmtst-testimonial-content {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 5;
    margin: 0 !important;
    font-size: 16px !important;
    padding: 30px 40px;
    background-color: #F9F9FA;
    text-align: left !important;
    font-style: normal !important;
}

.page-template-page-reviews .wpmtst-testimonial-content:before,
.page-template-page-reviews .wpmtst-testimonial-content:after {
    content: none !important;
}

.page-template-page-reviews .wpmtst-testimonial-content b {
    font-weight: 500;
}

.page-template-page-reviews .wpmtst-testimonial-field.testimonial-name {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 1;
    padding: 30px 40px 15px 30px;
    font-weight: bold;
    font-size: 16px;
    color: #098FA3;
    background-color: #F9F9FA;
    margin-bottom: 0 !important;
}

.page-template-page-reviews .wpmtst-testimonial-field.testimonial-company {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    padding: 0 40px 15px 30px;
    font-weight: 300;
    font-size: 14px;
    color: #098FA3;
    background-color: #F9F9FA;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.page-template-page-reviews .wpmtst-testimonial-field.testimonial-rating {
    grid-column-start: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    padding: 0 40px 15px 30px;
    font-weight: 300;
    font-size: 14px;
    color: #098FA3;
    background-color: #F9F9FA;
    margin-bottom: 0 !important;
}

.page-template-page-reviews .wpmtst-testimonial-field.testimonial-date {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
    background-color: #F9F9FA;
    margin: 0 !important;
    padding: 0 40px 0 30px;
    font-size: 14px;
    color: #098FA3;
}

.page-template-page-reviews .nav-links>* {
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px !important;
    font-size: 14px;
    font-weight: bold;
}

.page-template-page-reviews .page-numbers {
    background-color: #F9F9FA !important;
    color: #098FA3 !important;
    transition: 0.2s ease;
}

.page-template-page-reviews .page-numbers.current {
    color: #404040 !important;
    background-color: #F8EC31 !important;
}

.page-template-page-reviews .prev,
.page-template-page-reviews .next {
    font-size: 0 !important;
    position: relative;
    margin: 0 40px !important;
}

.page-template-page-reviews .prev:after,
.page-template-page-reviews .next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border: solid 2px #098FA3;
    border-left: 0;
    border-top: 0;
    transition: 0.2s ease;
}

.page-template-page-reviews .prev:after {
    transform: translate(-50%, -50%) rotate(-228deg);
}

.page-template-page-reviews .page-numbers:not(.current):hover {
    background-color: #098FA3 !important;
    color: #fff !important;
}

.page-template-page-reviews .prev:hover:after,
.page-template-page-reviews .next:hover:after {
    border-color: #fff;
}

.page-template-page-reviews .site-header .site-branding {
    margin: 0 auto;
}

.footer-reviews .footer-info .to-left {
    text-align: left;
}

.footer-reviews .footer-info .to-right {
    text-align: right;
}

.footer-reviews .footer-info .social-link path {
    fill: #fff;
}

.footer-reviews .footer-info .social-link svg {
    width: 25px;
    height: 25px;
}

.footer-reviews .site-footer {
    padding: 40px 65px 25px;
    text-align: center;
}

.footer-reviews .terms-link {
    color: #fff;
}

.footer-reviews .terms-link:hover {
    color: #fff;
    text-decoration: none;
}

.page-template-page-reviews .strong-rating span.star:before,
.page-template-page-review-form .strong-rating label:before {
    color: #F8EC31;
    background: #F8EC31;
}

/*leave reviews list page*/
.page-template-page-review-form #wpmtst-submission-form {
    margin: 0 auto;
    max-width: 750px;
    padding: 50px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-template-page-review-form .form-field {
    position: relative;
    margin-bottom: 42px;
}

.page-template-page-review-form .form-field:not(.field-post_title):not(.field-post_content):not(.wpmtst-submit) {
    width: calc(50% - 5px);
}

.page-template-page-review-form .form-field.field-post_title,
.page-template-page-review-form .form-field.wpmtst-submit,
.page-template-page-review-form .form-field.field-post_content {
    width: 100%;
}

.page-template-page-review-form .field-post_content {
    margin-bottom: 100px;
}

.page-template-page-review-form .field-post_content label {
    margin-bottom: 0;
}

.page-template-page-review-form .field-post_content:not(label):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 1px;
    width: 100%;
    background-color: #E7EAF0;
}

.page-template-page-review-form .form-field>label {
    position: absolute;
    bottom: 100%;
    left: 25px;
    height: auto;
    padding: 0;
    background: none;
    border: 0;
    color: #232323;
    font-weight: 300;
}

.page-template-page-review-form .form-field>label.error {
    bottom: 0;
    top: 100%;
    font-size: 12px;
    color: red;
}

.page-template-page-review-form .form-field .after {
    position: absolute;
    left: 25px;
    top: 15px;
    max-width: calc(100% - 50px);
    pointer-events: none;
}

.page-template-page-review-form .form-field .after.highlighted {
    display: none;
}

.page-template-page-review-form input:not(.button),
.page-template-page-review-form textarea {
    width: 100%;
    height: 58px;
    background-color: rgb(117 123 133 / 16%);
    border-radius: 33px;
    outline: none;
    padding: 15px 25px;
    border: 0;
    resize: none;
}

.page-template-page-review-form textarea {
    height: 160px;
}

.page-template-page-review-form .field-company_name {
    order: 1;
}

.page-template-page-review-form .field-rating {
    border-radius: 33px;
    background-color: transparent;
    border: 1px solid rgba(30, 68, 133, 0.06);
    padding: 15px 25px;
    height: 58px;
    order: 2;
}

.page-template-page-review-form .field-rating .strong-rating {
    transform: translateY(-3px);
    outline: none;
}

.page-template-page-review-form .wpmtst-submit {
    text-align: center;
    order: 3;
}

.page-template-page-review-form .wpmtst-submit label {
    position: static;
}

.page-template-page-review-form input.button {
    height: 68px;
    padding: 0 40px;
    border-radius: 33px;
    background-color: #F8EC31;
    color: #098FA3;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    transition: 0.2s ease;
}

.page-template-page-review-form input.button:hover {
    background-color: #098FA3;
    color: #F8EC31;
}

.page-template-page-review-form .required-notice {
    background-color: #098FA3;
    padding: 10px 25px;
    margin: 0 0 50px;
    color: #fff;
    display: none;
}

.page-template-page-review-form .review-form-title {
    margin-bottom: 0;
}

.page-template-page-review-form .site-header .site-branding {
    margin: 0 auto;
}


/*reviews-partners style*/
.reviews-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 15px;
}

.reviews-item {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
    padding: 25px 0 0px;
    padding-bottom: 25px;
    box-shadow: -1px 1px 7px #d3d3d3;
    border-radius: 3px;
}

.reviews-item .social-list>a {
    height: 25px;
    width: 25px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 7px 0 0;
    background-size: 25px !important;

}

.reviews-item .social-list>a:hover,
.social-list>a:hover {
    filter: invert(47%) sepia(44%) saturate(7410%) hue-rotate(168deg) brightness(86%) contrast(103%);
}

.reviews-item .img-box {
    margin: 0 40px 10px 80px;
    border-radius: 50%;
    max-width: 150px;
    width: 100%;
    overflow: hidden;
}

.reviews-item .info-box {
    width: calc(100% - 270px);
    padding-right: 80px;
}

.item-comment {
    position: relative;
    margin: 15px 0 30px;
    padding: 0 80px;
}

.item-comment:before {
    content: "";
    position: absolute;
    display: flex;
    background: url(/wp-content/themes/earpro/assets/img/quote.svg) center no-repeat;
    top: -15px;
    width: 35px;
    height: 35px;
    left: 35px;
    font-size: 72px;
    background-size: contain;
}

.item-comment:after {
    content: "";
    position: absolute;
    display: flex;
    background: url(/wp-content/themes/earpro/assets/img/quote.svg) center no-repeat;
    bottom: -15px;
    width: 35px;
    height: 35px;
    right: 35px;
    font-size: 72px;
    background-size: contain;
}

.reviews-item .item-name {
    color: #098FA3;
}

/**/


/*about-earpro*/
.about-team-text .position {
    margin-bottom: 12px;
}

.social-list {
    display: flex;
    height: 48px;
    margin: auto auto 0;
}

.social-list>a {
    height: 24px;
    width: 24px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-size: 24px !important;
}


.social-list>a.website {
    background: url(/wp-content/themes/earpro/assets/img/website.png) center no-repeat;
}

.social-list>a.facebook {
    background: url(/wp-content/themes/earpro/assets/img/facebook.png) center no-repeat;
}

.social-list>a.instagram {
    background: url(/wp-content/themes/earpro/assets/img/instagram.png) center no-repeat;
}

.social-list>a.pinterest {
    background: url(/wp-content/themes/earpro/assets/img/pinterest.png) center no-repeat;
}

.social-list>a.linkedin {
    background: url(/wp-content/themes/earpro/assets/img/linkedin.png) center no-repeat;
}

.social-list>a.twitter {
    background: url(/wp-content/themes/earpro/assets/img/twitter.png) center no-repeat;
}


div#page {
    max-width: 1110px;
    margin: 0 auto;
}

/**/

/*post*/
.article-items h5 {
    padding-top: 12px;
    margin-bottom: 0;
}

.article-items div.smGreyText {
    margin-top: 12px;
}

nav.similar-articles h3 {
    margin-bottom: 24px;
}

nav.similar-articles a h5 {
    margin-bottom: 18px;
    padding-top: 5px;
}

.post-value {
    margin-bottom: 12px;
}

em.data {
    color: #cccccc;
}

nav.similar-articles {
    margin-bottom: 36px;
}

nav.navigation {
    display: flex;
    justify-content: space-between;
}


.find_faq_wrap input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/**/


input[type="text"]:focus {
    color: #404040;
    outline: none;
}


@media only screen and (max-width: 768px) {

    .faq-page .ui-accordion .ui-accordion-icons {
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .faq-page .ui-accordion-header-icon {
        right: 0px;
    }

    .ui-accordion .ui-accordion-content {
        padding: 0 15px !important;
    }

    .reviews-item {
        flex-direction: column;
    }

    .item-comment {
        position: relative;
        margin: 15px 0;
        padding: 0 25px;
    }

    .reviews-item .img-box {
        margin: 35px auto 10px 20px;
        border-radius: 50%;
        max-width: 150px;
        width: 100%;
        overflow: hidden;
    }

    .reviews-item .info-box {
        width: 100%;
        padding: 0 20px;
    }

    .item-comment:before {
        top: -30px;
        left: 15px;
    }

    .item-comment:after {
        bottom: -30px;
        right: 20px;
    }
}

.find_faq_wrap .find_faq_btn:hover {
    background: #f8ec31;
    color: #098fa3;
    border-color: #f8ec31;
}

.category-blog h1 {
    margin-top: 25px;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .page-template-page-review-form .form-field:not(.field-post_title):not(.field-post_content):not(.wpmtst-submit) {
        width: 100%;
    }

    .category-blog h1 {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .block h2 {
        margin-bottom: 36px;
        font-size: 33px;
    }
}

@media screen and (max-width: 575px) {
    .page-template-page-review-form input.button {
        width: 100%;
    }

    .footer-row .text-left-mobile {
        display: flex;
        justify-content: flex-start!important;
        text-align: left !important;
    }
    footer .footer-row .col-4 .social-link {
        display: none;
    }
    
}

/*fix*/
nav.similar-articles a {
    display: flex;
    flex-direction: column;
}

.category footer a,
.category footer .text-right,
.footer-info .row .col-4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.category .block {
    padding-bottom: 80px;
}
 
.category,
.page-template-page-reviews-partners,
.category-blog,
.single-post {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

@media screen and (max-width: 1110px) {
    /* .category-faq .site-footer,
    .page-template-page-reviews-partners .site-footer,
    .category-blog .site-footer,
    .single-post .site-footer {
        position: relative;
        padding: 45px 0;
    } */

    /* .category-faq .site-footer:before,
    .page-template-page-reviews-partners .site-footer:before,
    .category-blog .site-footer:before,
    .single-post .site-footer:before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -100vw !important;
        width: 200vw !important;
        background: #098FA3 !important;
        height: 100% !important;
        z-index: 0 !important;
    } */
}


@media screen and (max-width: 575px) {
    .menu-item-type-post_type.menu-item-has-children {
        min-height: 98px !important;
    }

  
}

@media screen and (max-width: 575px) {
    footer .footer-row .col-4 {
        flex-basis: 48%!important;
        margin-bottom: 20px!important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .category .footer-row .row,
    .page-template-page-reviews-partners .footer-row .row,
    .category-blog .footer-row .row,
    .single-post .footer-row .row,
    .category .footer-info .row,
    .page-template-page-reviews-partners .footer-info .row,
    .category-blog .footer-info .row,
    .single-post .footer-info .row {
        display: flex;
        flex-direction: column;
    }

    .category .footer-row .row .col-4,
    .page-template-page-reviews-partners .footer-row .row .col-4,
    .category-blog .footer-row .row .col-4,
    .single-post .footer-row .row .col-4,
    .category .footer-info .row .col-4,
    .page-template-page-reviews-partners .footer-info .row .col-4,
    .category-blog .footer-info .row .col-4,
    .single-post .footer-info .row .col-4 {
        width: 100%;
        max-width: 100%;
        flex-basis: 100% !important;
    }

    .category .footer-info .row .col-4 .text-center,
    .page-template-page-reviews-partners .footer-info .row .col-4 .text-center.text-left-mobile.footer-margin-element,
    .category-blog .footer-info .row .col-4 .text-center.text-left-mobile.footer-margin-element,
    .single-post .footer-info .row .col-4 .text-center.text-left-mobile.footer-margin-element {
        text-align: left !important;
    }

    .category .footer-row .row .col-4:nth-child(2),
    .page-template-page-reviews-partners .footer-row .row .col-4:nth-child(2),
    .category-blog .footer-row .row .col-4:nth-child(2),
    .single-post .footer-row .row .col-4:nth-child(2) {
        margin-top: -45px;
    }

    .category .site-footer,
    .page-template-page-reviews-partners .site-footer,
    .category-blog .site-footer,
    .single-post .site-footer {
        padding: 40px 5px;
    }


    .category .key_contact-form-home form .row,
    .category .key_contact-form-home-2 form .row  {
        display: flex;
        flex-direction: column;
    }

    .category .key_contact-form-home form .row .col-6,
    .category .key_contact-form-home-2 form .row .col-6  {
        max-width: 100%;
    }

    .category .block {
        padding-bottom: 40px;
    }
    
}
#masthead {
    padding-bottom: 20px!important;
}

.wrap-charity {
	background-color: #F9F9FA;
	border-bottom: 30px solid rgba(43,193,203,1);;
}
.wrap-charity .block-charity {
	padding: 30px 50px;
}
.wrap-charity .block-charity img {
	max-height: 75px;
	margin: 0 auto;
}



/**/