﻿::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #037580; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #037580; 
  }
body{
    --color-primary: #037580;
    --color-secondary: #65BAAB;
}
body{
    overflow-x: hidden;
    background: #FAF9F6;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container,
.search #content.site-content,
body.page-template-default #content.site-content .entry,
.entry-content>.container,
.single .entry .entry-content,
.entry-content {
    padding: 0 24px;
}
.entry-content h2 {
    color: var(--color-primary);
}
h3,
.h3,
.entry .entry-title {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.005em;    
    text-transform: uppercase;
    color: var(--color-primary);
}
h4,
.h4{
    font-size: 24px;
    color: var(--color-primary);
}
h5,
.h5 {
    font-size: 20px;
}
h6,
.h6 {
    font-size: 17px;
    line-height: 23px;
}
a {
    color: var(--color-primary);
}
h2, .h2, .entry-content h2, h2 p{
    color: var(--color-primary);
}
.button,
 button,
a.button,
input[type=submit] {
    height: 47px;
    padding: 6px 20px;
    font-size: 17px;
    background: #428B8B;
    border: 1px solid #428B8B;
    border-radius: 40px;
}
.blue .button.arrow:hover span {
    color: var(--color-primary);
}
.content-center{
    justify-content: center;
}
.border-bgr {
    background: var(--color-primary);
}
.btn-white a.button.arrow:hover {
    background: var(--color-primary);
}
.arrow-link .icon {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: var(--color-primary);
}
.arrow-link:hover .icon>svg {
    /* display: none; */
}
/* .arrow-link:hover .icon>svg path, */
.ani-left-to-right:hover .arrow-link .icon >svg path{
    stroke-width: 0;
}
.arrow-link.white .icon {
    background-color: #fff;
    /* border-color: #fff; */
}
.arrow-link:hover .icon {
    background-color: transparent;
}
.arrow-link.white:hover .icon {
    /* background-color: transparent; */
    /* border-color:  var(--color-primary); */ 
}
.arrow-link.blue .icon>svg path {
    fill: var(--color-primary);
    stroke: var(--color-primary);
}
.arrow-link.white .icon>svg path {
    fill: inherit;
    stroke: inherit; 
}
.arrow-link.blue .material-icons .arrow:first-child svg path {
    /* stroke: var(--color-primary); */
    stroke: #fff;
}
.arrow-link.white .material-icons .arrow:last-child svg path {
    stroke: var(--color-primary);
}
.arrow-link:hover .icon>svg path {
    fill: var(--color-primary);;
}
.arrow-link.blue .text {
    color: var(--color-primary);
}
.corner.blue:before {
    outline: 1px solid var(--color-primary);
}
.button:hover,
main input[type="button"]:hover,
main input[type="reset"]:hover,
main input[type="submit"]:hover,
a.btn:hover,
button.btn:hover {
    color: var(--color-primary);
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    width: 100%;
    outline: none; 
    padding: 12.5px 20px;
    margin: 0;
    height: auto;
    background: transparent;
    color: #282828;
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.01em;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #ABABAB;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: var(--color-primary);
}
.select2-results__option {
    padding: 5.5px 30px;
}
.select2-results__option:hover{
    color: var(--color-primary);
}
.select2-container .selection {
    padding: 12.5px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #037580;
    border-width: 0 2px 2px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 20px;
    width: 11.87px;
    height: 6px;
    padding: 16px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    top:7px;
}
body textarea {
    font-family: var(--font-body-text);
    font-size: 17px;
    color: #282828;
    padding: 11.5px 20px;
    border: none;
    background: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    max-height: 169px;
}
input::placeholder,
body textarea::placeholder {
    color: #ABABAB;
}
.wrap-pagination.pagination .prev:before ,
.wrap-pagination.pagination .next:before{
    width: 14px;
    height: 20px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
}
.wrap-pagination.pagination .page-numbers {
    width: 53px;
    height: 53px;
    border: 1px solid transparent;
    line-height: 23px;
    border-radius: 50%;
    color: #65BAAB
}
.wrap-pagination.pagination {
    gap: 20px;
}
.wrap-pagination.pagination .page-numbers.current {
    background: var(--color-secondary);
    border: 1px solid var(---color-secondary);
}
.wrap-pagination.pagination .page-numbers:hover,
.wrap-pagination.pagination .page-numbers:focus {
    background: var(--color-secondary);
    border: 1px solid var(---color-secondary);
    color: #fff;
    text-decoration: none;
}
.swiper-button-next,
.swiper-button-prev,
.swipers-button-prev,
.swipers-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    background-color: #65BAAB;
    border: 1px solid #65BAAB;
    border-radius: 50%;
    z-index: 1;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swipers-button-next:hover,
.swipers-button-prev:hover {
    background-color: #fff;
}
.swiper-button-prev,
.swipers-button-prev  {
    left: 24px;
    transition: all ease-in-out 0.5s;
}
.arrow-green .button.swiper-button-prev {
    left: 24px;
}
.arrow-green .swiper-button-next {
    right: 24px;
}
.arrow-green .swiper-button-next,
.arrow-green .swiper-button-prev {
    border-radius: 100px;
}
.arrow-white .swiper-button-next,
.arrow-white .swiper-button-prev {    
    background-color: #fff;
}
.arrow-white .swiper-button-next:before,
.arrow-white .swiper-button-prev:before {
    background: url(../images/arrow-button-hover.svg) center no-repeat;
}
.arrow-green .swiper-button-next:hover,
.arrow-green .swiper-button-prev:hover {
    background: #fff;
    border-color: #fff;
}
.arrow-green .swiper-button-next:hover:before,
.arrow-green .swiper-button-prev:hover:before{
    background: url(../images/arrow-button-green-hover.svg);
    /* width: 14px;
    height: 22px; */
}
.arrow-white .swiper-button-next:hover:before,
.arrow-white .swiper-button-prev:hover:before{
    background: url(../images/arrow-button.svg) center no-repeat;
}
.transparent .button {
    background-color: transparent;
    border-color: #fff;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover,
.swiper .swipers-button-next:hover,
.swiper .swipers-button-prev:hover {
    background-color: #fff;
    border-color: #fff;
}
.arrow-white .swiper-button-next:hover,
.arrow-white .swiper-button-prev:hover,
.arrow-white .swipers-button-next:hover,
.arrow-white .swipers-button-prev:hover {
    background-color: #65BAAB;
    border-color: #65BAAB;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    background-color: #B2DDD5;
    border-color:#B2DDD5 ;
    opacity: 1;
}
.text-center {
    text-align: center;
}
.button-spiral{
    position: relative;
    width: 42px;
    height: 42px;
    display: block;
    overflow: hidden;
}
.button-spiral .arrow{
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 84px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateY(-42px);
}
.button-spiral.down .arrow{
    flex-flow: column;
    width: 42px;
    height: 84px;
    transform: translateY(-42px);
}
.button-spiral.right .arrow{
    width: 84px;
    height: 42px;
    transform: translateX(-42px);
}
.button-spiral .arrow svg {
    width: 42px;
    height: 42px;
}
.button-spiral.down:hover .arrow{
    transform: translateY(0);
}
.button-spiral.right:hover .arrow,.button-spiral.right:not(.samedsk):hover .arrow{
    transform: translateX(0);
}
.button-spiral:hover .border {
    animation: spiral 0.4s ease-in-out ;
}
.button-spiral.hastext .icon{
    margin: 0;
}
.button-spiral.hastext{
    display: flex;
    align-items: center;
    overflow: visible;
    width: auto;
}
.button-spiral.hastext.white .arrow svg path {
    stroke: #428B8B;
    transition-duration: 0.4s;
}
.button-spiral.hastext.white .border path {
    fill: #fff;
}
.button-spiral.hastext.white:hover .arrow svg path {
    stroke:#fff;
}
@keyframes spiral {  
    0% { clip-path: polygon(50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 0, 50% 0, 50% 0%, 50% 0, 50% 0); }
    20% { clip-path: polygon(50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 0); }
    40% { clip-path: polygon(50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0); }
    60% { clip-path: polygon(50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0); }
    80% { clip-path: polygon(50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0 0, 0 0, 0 100%, 100% 100%, 100% 0); }
    100% { clip-path: polygon(50% 0%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 0, 0 0, 0 100%, 100% 100%, 100% 0); }
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 80px;
    height: 3.5px;
    border-radius: 0;
    margin: 0 4.5px;
    background: #E3E3E3;
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-clickable .swiper-pagination-bullet:hover {
    background: #65BAAB;
}
.select2-dropdown{
    border-radius: 15px;
    padding-right: 8px;
    padding-top: 12px;
    padding-bottom: 24px;
}
.content .wpcf7-form-control-wrap{
    display: block;
}
.swiper-button-next:before, .swiper-button-prev:before, .swipers-button-next:before, .swipers-button-prev:before{
    background: url(../images/arrow-button.svg) center no-repeat;
}
.arrow-white .swiper-button-next:before, .arrow-white .swiper-button-prev:before {
    background: url(../images/arrow-button-hover.svg) center no-repeat;
}
.swiper-button-next:hover:before, .swiper-button-prev:hover:before, .swipers-button-next:hover:before, .swipers-button-prev:hover:before {
    background: url(../images/arrow-button-hover.svg) center no-repeat;
}
.home-banner .swiper-button-next:before, .home-banner .swiper-button-prev:before{
    background: url(../images/arrow-button-green.svg);
}
.home-banner .swiper-button-next:hover:before, .home-banner .swiper-button-prev:hover:before {
    background: url(../images/arrow-button-green-hover.svg);
}
.wrap-pagination.pagination .next:hover:before,.wrap-pagination.pagination .prev:hover:before {
    background-image: url(../images/arrow-white.svg);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.wrap-pagination.pagination .next:hover:before{
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.button-spiral.white:hover .arrow svg path{
    stroke: #fff;
}
.arrow-link.white:hover .icon>svg path{
    fill:#fff;
}
.swiper-button-next, .swipers-button-next {
    right: 24px;
    transition: all ease-in-out 0.5s;
}
@media (max-width: 1300px){
    .swiper-button-next, .swipers-button-next {
        right: 24px;
    }
}
@media (max-width: 767px) {
    h3, .h3, .entry .entry-title {
        font-size: 20px;
        line-height: 118%;
    }
    .swiper-button-next, .swiper-button-prev, .swipers-button-prev, .swipers-button-next{
        width: 42px;
        height: 42px;
    }
    .select2-results__option{
        padding-left: 20px;
        padding-right: 20px;
    }
    body{
        font-size: 15px;
        line-height: 20.3px;
    }
    .arrow-link:not(.samedsk) .text{
        width: calc(100% - 36px);
        text-align: left;
    }
    .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 52.75px;
    }    .wrap-pagination.pagination .page-numbers{
        width: 42px;
        height: 42px;
        font-size:17px;
        line-height: 1;
    }
    .wrap-pagination.pagination .prev:before,.wrap-pagination.pagination .next:before{
        width: 8px;
        height: 15px;
    }
    .button-spiral, .arrow-link:not(.samedsk) .icon,.button-spiral:not(.samedsk) .arrow svg,.button-spiral svg {
        width: 36px;
        height: 36px;
    }
    .button-spiral.samedsk{
        width: 42px;
        height: 42px;
    }
    .button-spiral.hastext{
        width: auto;
    }
    .button-spiral:not(.samedsk) .arrow{
        width: 36px;
        height: 72px;
        transform: translateY(-36px);
    }
    .button-spiral.down:not(.samedsk) .arrow{
        width: 36px;
        height: 72px;
        transform: translateY(-36px);
    }
    .button-spiral.right:not(.samedsk) .arrow{
        width: 72px;
        height: 36px;
        transform: translateX(-36px);
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 0;
        right: 20px;
        width: 11.87px;
        height: 6px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b{
        padding: 4.5px;
    }
}
.wrap-pagination.pagination .prev,
.wrap-pagination.pagination .next {
    font-size: 0;
    border-color: #65BAAB;
}
