/*
Theme Name: Havayama
Author: Tetracube
Version: 1.0
Text Domain: havayama
*/
html {
    margin-right: 0 !important;
}

body {
    font-family: 'Ploni DL 1.1 AAA';
    text-align: right;
    direction: rtl;
}

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

a {
    transition: all ease .3s;
}

a:hover {
    text-decoration: none;
}

button,
button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

p {
    font-size: 18px;
    color: rgb(22, 31, 65);
    line-height: 1.4;
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

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

    .banner-thank-you .breadcrumb {
        margin-right: -50px;
    }
}

.bottom-wave img {
    width: 100%;
}

@media (min-width: 1280px) {
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        z-index: 100;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #2a80dc;
    }

    :root {
        scrollbar-width: thin;
        scrollbar-color: #2a80dc #fff;
    }
}

.wrapper {
    /* overflow: hidden; */
}

.single .wrapper {
    overflow: visible;
}

.container-fluid {
    max-width: 1720px;
}

.admin-bar .header {
    top: 32px;
}

.animate {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all ease .5s;
}

.animate.in-view {
    top: 0;
    opacity: 1;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 2.3%;
    z-index: 10;
    padding-bottom: 24px;
    transition: all ease .3s;
}

.header__toggler,
.header__top-bar-mobile {
    display: none;
}

.header__menu {
    margin-top: -45px;
}

.header__logo {
    width: 150px;
    margin: 0 auto;
    margin-top: -27px;
    position: relative;
}

.header__logo img.last {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    z-index: 2;
}

.header-alt .header__logo img.last {
    opacity: 1;
}

.header-alt .header__logo img:first-child {
    opacity: 0;
}

.header__logo-mobile {
    display: none;
}

.header__nav {
    display: flex;
}

.header__nav--right {
    float: left;
    margin-left: -16px;
}

.header__nav--left {
    margin-right: -18px;
}

.header__nav--right > li {
    margin-right: 3.5416666666666665vw;
}

.header__nav--left > li {
    margin-left: 2.2395833333333335vw;
}

.header__nav > li {
    position: relative;
}

.header__nav > li > a {
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-bottom: 40px;
}


.sub-menu {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    display: none;
    max-width: 500px;
}

@media (min-width: 1200px) {

    .header__nav > li > a:hover,
    .header-alt .header__nav > li > a:hover {
        color: #2a80dc;
    }

    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sub-menu {
        display: block;
        position: absolute;
        top: 58px;
        right: calc(50% - 88px);
        opacity: 0;
        visibility: hidden;
        transition: all ease .3s;
        box-shadow: 0px 11px 27px 0px rgba(0, 17, 45, 0.78);
        padding: 9px 26px 9px 20px;
        min-width: 201px;
    }

    .menu-item-has-children:before {
        content: "";
        background-image: url('/wp-content/themes/havayama/img/chevron-down-solid.svg');
        background-size: 8px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: -17px;
        top: 10px;
        background-repeat: no-repeat;
    }

    .header-alt .menu-item-has-children:before {
        background-image: url('/wp-content/themes/havayama/img/chevron-down-solid-black.svg');
        top: 7px;
    }

    .sub-menu > li > a:hover {
        color: #2a80dc;
    }
}


.sub-menu > li {
    text-align: right;
    border-bottom: 1px solid #cee7fd;
}

.sub-menu > li:last-child {
    border-bottom: 0;
}

.sub-menu > li > a {
    font-size: 19px;
    color: rgb(0, 24, 50);
    line-height: 1.2;
    text-align: right;
    padding: 12px 0;
    display: block;
}

.header__right-bar {
    padding-right: 3px;
    position: relative;
    z-index: 2;
}

.header__right-bar {
    display: flex;
    align-items: center;
}

.socials {
    display: flex;
}

.popup-images__socs {
    margin: 10px auto 30px;
    width: fit-content;
}

.socials a {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 44px;
    height: 44px;
    margin-left: 8px;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-images__socs a:last-child {
    margin-left: 0;
}

.socials a img {
    width: 20px;
    transition: all ease .3s;
}

.socials a img.last {
    position: absolute;
    opacity: 0;
}

.socials a:hover img, .header-alt .socials a img {
    opacity: 0;
}

.socials a:hover img.last,
.header-alt .socials a img.last {
    opacity: 1;
}

.header__language a {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-left: 10px;
}

.header__language a:hover,
.header-alt .header__language a:hover {
    border-color: #2a80dc;
    color: #2a80dc;
}

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


.btn {
    font-size: 1.3125rem;
    height: 48px;
    font-weight: bold;
    border-radius: 35px;
    display: inline-flex;
    align-items: center;
}

.white-btn {
    background-color: rgb(255, 255, 255);
    color: rgb(22, 32, 68);
    padding: 0 26px;
}

.white-btn:hover,
.header-alt .white-btn:hover {
    background: #2a80dc;
    color: #fff;
}

.blue-btn {
    color: #fff;
    border-radius: 30px;
    background-color: rgb(42, 128, 220);
    padding: 0 25PX;
}

.blue-btn:hover {
    color: #fff;
    background: #161f41;
}

.header__left-bar-mobile {
    display: none;
}

.header__left-bar {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header__phone {
    margin-right: 20px;
    padding-top: 4px;
}

.header__phone p:first-child {
    padding-right: 3px;
    margin-bottom: -3px;
}

.header__phone p,
.header__phone a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 0;
    text-align: right;
}


.header__phone a.header__phone-num,
.header__phone p.header__phone-num {
    font-size: 1.5rem;
}

.header__phone a.header__phone-num:hover {
    color: #007bff;
}

.header-alt .white-btn {
    background: #162044;
    color: #fff;
}

.header-alt .header__nav > li > a {
    color: #162044;
}

.header-alt {
    padding-top: 25px;
}

.header-alt .header__phone p,
.header-alt .header__phone a {
    color: #162044;
}

.header-alt .header__logo {
    margin-top: -22px;
}

.header-alt .header__language a {
    border-color: #162044;
    color: #162044;
}

.header-alt .socials a,
.popup-images__socs.socials a {
    background-color: #2a80dc;
}

.socials a:hover {
    background-color: #1d72cd;
}

.main-banner {
    position: relative;
    padding-bottom: 6%;

}

.main-banner > img {
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}

.main-banner__top {
    padding-top: 21.7%;
    padding-bottom: 9.4%;
}

.main-banner__title {
    position: relative;
    font-size: 70px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.143;
    text-align: right;
}

.main-banner__title div {
    font-size: 60px;
    display: block;
    margin-top: -17px;
}

.main-banner__title img {
    position: absolute;
    right: 140px;
    top: -80px;
    height: 120px;
}

@media (max-width: 767px) {
    .main-banner__title img {
        right: 250px;
        top: -160px;
        height: 51px;
    }
}

.banner_paragraph_top {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: white;
}


.main-banner__link {

    margin-top: 6.5%;
    font-size: 25px;
    height: 63px;
    margin-right: -4px;
    padding: 0 48px;
    position: relative;
    float: right;
}

.main-banner__link:before,
.banner__link:before {
    content: '';
    position: absolute;
    display: block;
    width: 150%;
    height: 197%;
    box-sizing: border-box;
    margin-left: -54px;
    margin-top: 0;
    border-radius: 65px;
    background-color: #fff;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    z-index: -1;
    right: -25%;
}


@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-ring2 {
    0% {
        transform: scale(1);
    }

    80%,
    100% {
        opacity: 0;
    }
}

.main-banner__video {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.329);
    background-image: url('/wp-content/themes/havayama/img/play-white.svg');
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: 34px;
    width: 111px;
    height: 111px;
    margin-top: 11px;
    cursor: pointer;
    position: relative;
}

.play-btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-left: -54px;
    margin-top: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: pulse-ring2 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    z-index: -1;
    right: 0;
    transform: scale(1.6)
}

.play-btn:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-left: -54px;
    margin-top: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: pulse-ring2 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    z-index: -1;
    right: 0;
    transform: scale(2)
}

.play-btn:hover {
    background-color: #2a80dc;
}

.main-banner__bottom{
	margin-top: 100px;
}

.main-banner__items-title {
    margin-right: -3px;
}

.main-banner__items-title,
.main-banner__items-title p {
    font-size: 33px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.152;
    text-shadow: 0px 1px 29px rgba(1, 1, 1, 0.004);
}

.main-banner__items-title img {
    width: 61px;
    margin: 6px 0 12px 0;
}

.main-banner__items {
    display: flex;
    justify-content: space-between;
}

.main-banner__item {
    display: flex;
    background: #fff;
    width: 31.5%;
    border-radius: 2px 2px 2px 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 54px 0px rgba(1, 1, 1, 0.31);
    height: 155px;
    position: relative;
}

.main-banner__item:nth-child(1) {
    transition: .5s .3s;
}

.main-banner__item:nth-child(2) {
    transition: .5s .6s;
}

.main-banner__item:nth-child(3) {
    transition: .5s .9s;
}

.main-banner__item img {
    max-width: 140px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner__item-title {
    font-size: 25px;
    color: rgb(0, 24, 50);
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    padding-top: 16px;
    padding-right: 17px;
    padding-left: 17px;
    transition: all ease .3s;;
}

.main-banner__item:hover .main-banner__item-title {
    color: #2a80dc;
}

.main-banner__item-arrow {
    border-radius: 50%;
    background-color: rgb(42, 128, 220);
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 19px;
    left: 14px;
}

.main-banner__item-arrow svg {
    width: 23px;
}

.main-banner__item-arrow svg path {
    fill: #fff
}

.section {
    position: relative;
}

.wave.parallax {
    height: 55px;
    width: 200%;
    background-image: url('/wp-content/themes/havayama/img/wawe-repeat-blue.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    transition: all ease .8s;
    z-index: 1;
}

.wave-white.parallax {
    height: 55px;
    width: 200%;
    background-image: url('/wp-content/themes/havayama/img/wawe-repeat-white.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    transition: all ease .8s;
    z-index: 1;
}

.wave-top.parallax {
    width: 200%;
    background-repeat: repeat-x;
    transition: all ease 1.5s;
    z-index: 1;
}

.main-banner .wave-white.parallax,
.main-banner .wave.parallax,
.banner .wave-white.parallax,
.banner .wave.parallax {
    bottom: -24PX;
}

.bird-right.parallax,
.bird-left.parallax,
.cloud-right.parallax,
.cloud-left.parallax {
    position: absolute;
}

.bird-right {
    right: 0;
    top: 12px;
    z-index: 0;
    transition: all ease .5s;
}

.cloud-right {
    right: 86px;
    top: -20px;
    z-index: -1;
    transition: all ease .9s;
}

.bird-left {
    left: 2.7%;
    top: 27.5%;
    z-index: 0;
    transition: all ease .5s;
}

.cloud-left {
    left: 0;
    top: 30%;
    z-index: -1;
    transition: all ease .9s;
}

.section-title {
    font-size: 40px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 1;
    letter-spacing: .4px;
    margin-bottom: 23px;
}

.section-title span {
    color: #2a80dc;
    display: block;
}

.section-one {
    text-align: center;
    padding-bottom: 6.5%;
}

.section-one .section-title span {
    display: inline;
}

.section-text p {
    margin-bottom: 18px;
}

.section-one .section-text {
    max-width: 540px;
    margin: 0 auto;
}

.section-one__item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 19px 92px 0px rgba(158, 173, 184, 1);
    max-width: 208px;
    padding: 8px;
}

.section-one__item img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    object-position: center;
    object-fit: cover;
}

.section-one__item--4 img {
    grid-template: 130px;
}

.section-one__item-content {
    padding-top: 9px;
}

.section-one__item-content p {
    text-align: right;
    font-size: 18px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 1.556;
    margin-bottom: -5px;

}

.section-one__item-content p span {
    background: url('/wp-content/themes/havayama/img/map.svg') no-repeat;
    background-size: 100%;
    color: rgb(255, 255, 255);
    min-width: 32px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    margin-left: 6px;
    position: relative;
    top: -4px;
}

.section-one__item--4,
.section-one__item--3 {
    float: left;
    max-width: 220px;
}

.section-one__item--1 {
    margin-top: 10px;
    margin-right: 108px;
    max-width: 190px;
    transition: all ease .3s;
}

.section-one__item--2 {
    margin-top: 25px;
    margin-right: 50px;
    max-width: 190px;
    transition: all ease .5s;
}

.section-one__item--3 {
    margin-top: 25px;
    margin-right: 16px;
    max-width: 190px;
    transition: all ease .3s;
}

.section-one__item--4 {
    margin-top: 10px;
    margin-left: 100px;
    max-width: 190px;
    transition: all ease .3s;
}

.section-one__item--5 {
    margin-top: 230px;
    margin-right: 75px;
    max-width: 190px;
    transition: all ease .5s;
}

.section-one__item--6 {
    margin-top: 25px;
    margin-left: 16px;
    max-width: 190px;
    transition: all ease .3s;
}

.section-one__map {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 19px 92px 0px rgba(158, 173, 184, 1);
    max-width: 500px;
    max-height: 418px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 11%;
    position: relative;
    z-index: 2;
}

.parallax {
    position: relative;
    transition: all ease .3s;
}

.audio-player {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -14px;
}

.audio-player .timeline {
    height: 4px;
    background: #c4dcf5;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin: 0 17px 0 16px;
}

.audio-player .progress {
    background: #2a80dc;
    border-radius: 2px;
    width: 0%;
    height: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.controls > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle-play {
    cursor: pointer;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;


    background-position: 14px center;
    background-color: rgb(42, 128, 220);
    width: 41px;
    height: 41px;
    background-size: 16px;
    position: relative;
    top: -15px;
    background-image: url('/wp-content/themes/havayama/img/play-white.svg');
}


.toggle-play.pause {
    background-image: url('/wp-content/themes/havayama/img/stop.svg');
    background-position: center;
}

.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: rgb(22, 31, 65);


}

.volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: none;
}

/*
.volume-button {
width: 1.875vw;
height: 1.5625vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-image: url('images/volum-btn.png');
background-repeat: no-repeat;
background-position: 0 center;
background-size: contain;
} */
/*
.volume-button.mute {
background-image: url('images/mute-btn.png');
} */

/* .volume-slider {
position: absolute;
right: -3px;
top: 11px;
z-index: -1;
width: 0;
height: 8px;
background: white;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
-webkit-transition: .25s;
-o-transition: .25s;
transition: .25s;
}

.volume-container:hover .volume-slider {
right: -6.40625vw;
width: 6.25vw;
}

.volume-percentage {
background: rgb(255, 156, 28);
height: 100%;
width: 75%;
} */

.player-block {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 19px 92px 0px rgba(158, 173, 184, 1);
    width: 502px;
    height: 69px;
    padding: 0 11px 0 17px;
    text-align: right;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.player-title {
    font-size: 23px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 1.217;
    padding-right: 59px;
    padding-top: 16px;
}

.blue-waves {
    position: relative;
    background: #eef6fd;
    overflow: hidden;
}

.wave-top,
.wave-bottom {
    position: absolute;
    left: 0;
    right: 0;
}

.wave-top {
    background: url('/wp-content/themes/havayama/img/wave-top.png') no-repeat;
    height: 23px;
    top: 0;
    background-color: #fff;
}

.wave-bottom {
    background: url('/wp-content/themes/havayama/img/wave-bottom.png') no-repeat;
    height: 24px;
    top: 100%;
}

.section-two {
    padding-top: 4%;
    padding-bottom: 6%;
}

.section-slider {
    position: relative;
}

.section-slider__title {
    font-size: 30px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 0.867;
    padding-right: 61px;
    margin-right: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 26px;
    display: inline-block;
    margin-bottom: 14px;
    position: relative;
}

.section-slider__title img {
    position: absolute;
    right: 0;
    top: 7px;
}

.section-slider__top-image {
    position: absolute;
    border-radius: 30px;
    background-color: rgb(238, 246, 253);

    width: 267px;
    height: 290px;
    top: 0;

    z-index: 2;
    padding: 16px 18px;

}

.section-slider__top-image--left {
    text-align: left;
    padding-left: 0;
    left: 0;
}

.section-slider__top-image--left img {
    border-radius: 5px 20px 20px 60px;
}

.section-two .place-slider {
    padding-left: 15.5%;
}

.place-slider .slide {
    border-radius: 20px 20px 65px 20px;
    overflow: hidden;

}

.place-slider .slide img {
    height: 27.6vw;
    object-fit: cover;
}

.section-content {
    padding-top: 14%;

}

.section-content p {
    padding-left: 13%;
}

.with-wave {
    padding-bottom: 26px;
    background: url('/wp-content/themes/havayama/img/underline.svg') no-repeat right bottom;
    background-size: 103px;
}

.section-content .blue-btn {
    margin-top: 10px;
    padding: 0 27px;
    margin-top: 23px;
}

.place-slider .owl-nav {
    margin-top: -84px;
    padding-right: 22px;
    z-index: 1;
    position: relative;
}

.place-slider .owl-nav button {
    background-color: rgb(255, 255, 255) !important;
    width: 62px;
    height: 63px;
    outline: none;
    border-radius: 50%;
    margin-left: 9px;
    transition: all ease .3s;;

}

.place-slider .owl-nav button:not(.disabled):hover {
    background-color: #161f41 !important;
}

.place-slider .owl-nav button svg {
    width: 23px;
}

.place-slider .owl-nav button:not(.disabled):hover svg .st0 {
    fill: #fff
}

.section-three {
    padding-top: 6.5%;
    padding-bottom: 5%;
    margin-bottom: 11px;
}

.section-slider__top-image--right {
    background-color: #fff;
    padding-right: 0;
}

.section-slider__top-image--right img {
    border-radius: 20px 5px 60px 20px;
}

.section-three .place-slider {
    padding-right: 15.5%;
}

.section-three .place-slider .slide {
    border-radius: 20px 5px 5px 65px;
}

.section-three .place-slider .owl-nav button {
    margin-left: 0;
    margin-right: 9px;
}

.owl-nav button.disabled {
    cursor: not-allowed !important;
    opacity: 0.3;
}

.section-three .owl-nav {
    padding-left: 31px;
    text-align: left;
    margin-top: -99px;
}

.section-three .section-slider__title {
    margin-right: 281px;
    padding-right: 53px;
}

.section-three .section-content {
    padding-top: 0;
}

.section-three .services {
    margin-top: 30px;
    margin-bottom: 28px;
}

.services__title {
    font-size: 24px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 1.083;
    margin-bottom: 25px;
}

.services ul {
    display: flex;
    flex-wrap: wrap;
}

.services ul li {
    display: flex;
    align-items: center;
    border-width: 1px;
    border-color: rgb(215, 229, 243);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 21px 0px rgba(216, 229, 238, 0.49);
    width: 48.5%;
    height: 54px;
    font-size: 18px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 1.444;
    padding: 0 14px;
    margin-bottom: 12px;
    margin-left: 3%;
}

.services ul li:nth-child(2n) {
    margin-left: 0;
}


.services ul li img {
    width: 18px;
    margin-left: 14px;
}

.popup-images {
    padding-bottom: 7%;
}

.popup-images__title {
    font-size: 48px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 0.375;
    text-align: center;
    margin-bottom: 37px;


}

.popup-images__hashtag {
    font-size: 28px;
    color: rgb(45, 137, 236);
    line-height: 0.643;
    text-align: center;

    margin-bottom: 37px;
}

.popup-images__hashtag span {
    font-size: 20px;
}

.popup-slider {
    max-width: 90%;
    margin: 0 auto;
}

.popup-slider .slide {
    padding: 0 15px;

}

.popup-slider .slide img {
    object-fit: cover;
}

.popup-slider .slide a img {
    height: 180px;
}

.popup-slider .slide a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.popup-slider .owl-nav {
    width: calc(100% + 156px);
    position: absolute;
    top: calc(50% - 33px);
    display: flex;
    justify-content: space-between;
    right: -77px;
    pointer-events: none;

}

.popup-slider .owl-nav button {
    background-color: rgb(216, 227, 238) !important;
    border-radius: 50%;
    width: 62px;
    height: 63px;
    pointer-events: all;
}

.popup-slider .owl-nav button svg {
    width: 23px;
}


button.mfp-arrow {
    background-color: #d8e3ee;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    top: calc(50% + 22px)
}


.mfp-arrow:before,
.mfp-arrow:after {
    margin: 0;
    opacity: 1;
    border: none;
}

button.mfp-arrow-left {
    background-image: url(' /wp-content/themes/havayama/img/arrow-blue-right.svg');
    left: 30px;
}

button.mfp-arrow-right {
    background-image: url(' /wp-content/themes/havayama/img/arrow-blue-left.svg');
    right: 30px;
}

.mfp-close,
.mfp-close:active {
    visibility: hidden;
    opacity: 1;
    max-width: 30px;
    height: 30px;
    top: 53px;
    right: 10px !important;
}

.mfp-close:before {
    content: "";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/wp-content/themes/havayama/img/close-btn.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.mfp-bottom-bar {
    display: none;
}

.mfp-bg {
    background-color: rgb(0, 0, 0);
    opacity: 0.702;


}

.section-contacts {
    padding-top: 6.2%;
    position: relative;
}

.section-contacts:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #172144;
    height: 100%;
}

.section-contacts__right {
    background: #fff;
    height: 100%;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    padding: 9.6% 8%;

}

.section-contacts__address {
    font-size: 24px;
    color: rgb(22, 31, 65);
    line-height: 1.083;
    margin-top: 32px;
    margin-bottom: 12px;
}

.section-contacts__time-title {
    font-size: 24px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    margin-bottom: 7px;
}

.section-contacts__time {
    display: flex;

    font-size: 19px;
    color: rgb(23, 33, 68);
    line-height: 1.368;
}

.section-contacts__time li {
    border-left: 1px solid #d1d3da;
    padding-right: 15px;
    padding-left: 8.4%;
}

.section-contacts__time li:first-child {
    padding-right: 0;
}

.section-contacts__time li:last-child {
    border-left: 0;
}

.section-contacts__time strong {
    display: block;
}

.section-contacts__waze {
    margin-right: -30px;
    position: relative;
    width: 54.5%;
}

.section-contacts__left {
    display: flex;
    height: 100%;
}

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

.section-contacts__waze > .last {
    display: none;
}

.section-contacts__image {
    margin-right: -1px;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    width: 50%;
}

/* img.section-contacts__map-icon {
position: absolute;
top: 41%;
right: 33%;
height: auto;
} */

.navigate-btn {
    background-color: rgb(23, 33, 68);
    position: absolute;
    top: 42px;
    right: 11%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 19px 0 21px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.navigate-btn:hover,
.sidebar__btn:hover {
    background: #2a80dc;
    color: #fff;
}

.navigate-btn img {
    width: 26px;
    margin-left: 11px;
    height: auto !important;
}

.section-contacts .blue-btn {
    margin-top: 38px;
    height: 63px;
    padding: 0 49px;
    margin-right: -4px;
    font-size: 25px;
}

.footer {
    background: #172144;
    margin-top: -1px;
    position: relative;
    padding-top: 4.3%;
}

.footer__logo {
    width: 147px;
    margin-top: 5px;
    margin-bottom: 31px;
}

.footer__address {
    margin-bottom: 41px;
}

.footer__address p,
.footer__address a {
    font-size: 17px;
    line-height: 1.529;
    color: #fff;
    margin-bottom: 0;
}

.footer__address p span,
.footer__address a span {
    color: rgb(103, 108, 126);
}

.footer__items {
    display: flex;
    margin-bottom: 5%;
}

.footer__item:nth-child(1) {
    padding-left: 20px;
    width: 24.5%;
}

.footer__item:nth-child(2) {
    width: 21.5%;
}

.footer__item:nth-child(3) {
    width: 20.8%;
}

.footer__item:nth-child(4) {
    width: 18.6%;
}

.footer__item-title {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 17px;
}

.footer__requisites {
    font-size: 17px;
    color: rgb(143, 149, 167);
    line-height: 1.412;
}

.footer__requisites li {
    margin-bottom: 22px;
}

.footer__requisites strong {
    color: #fff;
    display: block;
}

.footer__menu li a {
    font-size: 17px;
    color: rgb(143, 149, 167);
    line-height: 1.765;
}

.footer__menu li a:hover {
    color: #fff;
}

.footer .socials a {
    width: 37px;
    height: 37px;
    margin-left: 12px;
}

.footer .socials a:hover {
    background-color: #2a80dc;
}

.copyright {
    font-size: 13px;
    color: rgb(143, 149, 167);
    text-transform: uppercase;
    line-height: 3.846;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0;
}

.copyright a {
    color: rgb(143, 149, 167);
}

.copyright img {
    width: 67px;
    margin-right: 7px;
}

.divider {
    margin: 0 7px;
}

.copyright__divider {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    margin: 0 14px;
    width: 6px;
    height: 6px;
}

.header-alt {
    background: #fff;
    border-bottom: 1px solid #d7e5f3;
}

.banner {
    position: relative;
    margin-bottom: 50px;
    padding-top: 10%;
    padding-bottom: 7%;
    text-align: center;
    padding-top: 133px;
}

.banner-wave {
    background: url('/wp-content/themes/havayama/img/banner-wave.png') no-repeat;
}

.banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.banner__title {
    font-size: 54px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.333;
    padding-top: 5.2%;
}

.banner__title div {
    display: block;
    font-size: 70px;
    margin-top: -16px;
    margin-bottom: 0;
}

.banner__link {
    font-size: 25px;
    height: 63px;
    margin-top: 14px;
    padding: 0 49px;
    position: relative;
}

.banner-posts__title {
    font-size: 4.375rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
    padding-top: 67px;
}

.banner-posts {
    padding-bottom: 8%;
    margin-bottom: 80px;
}

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

.breadcrumb,
.breadcrumb a {
    color: #fff;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.breadcrumb a {
    margin-left: 5px;
}

.breadcrumb span span span {
    margin: 0 5px;
}

.breadcrumb span span span:last-child {
    position: relative;
}

.breadcrumb span span span:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.light_banner .breadcrumb,
.light_banner .breadcrumb a {
    color: rgb(23, 33, 68);

}

.light_banner .breadcrumb span span span:before {

    background: rgb(23, 33, 68);
}

.services-page {
    padding-bottom: 55px;
}

.service-title {
    font-size: 45px;
    color: rgb(42, 128, 220);
    font-weight: bold;
    line-height: 1.143;
    padding-top: 6.5%;
    margin-right: -1px;
    letter-spacing: -1.15px;
    margin-bottom: 28px;
}

.service-default-content {
    display: flex;
    flex-direction: column;
}

.service-default-content h3 {
    font-size: 27px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    margin-top: 8px;
}

.hide-text {
    order: 1
}

.read-more,
.hide-text {
    font-size: 21px;
    color: rgb(42, 128, 220);
    font-weight: bold;
    cursor: pointer;
    margin: 7px -2px 0 0;
    transition: all ease .3s;
}

.read-more:hover,
.hide-text:hover {
    color: #161f41;
}

.read-more svg,
.hide-text svg {
    width: 11px;
    margin-right: 4px;
    margin-top: -4px;
}

.read-more svg path,
.hide-text svg path {
    color: rgb(42, 128, 220);
}

.read-more:hover svg path,
.hide-text:hover svg path {
    color: #161f41;
}

.hide-text svg {
    transform: rotate(180deg);
}

.video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 17px;
    max-height: 435px;
    margin-bottom: 39px;
}

.video video, .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.video img {
    position: relative;
    z-index: 2;
    width: 100%;
    transition: all ease .3s;
}

.video__play-btn,
.sidebar__video-play {
    border-radius: 50%;
    background-color: rgba(42, 128, 220, 0.89);
    position: absolute;
    width: 102px;
    height: 101px;
    z-index: 3;
    background-image: url('/wp-content/themes/havayama/img/play-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
    cursor: pointer;
}

.sidebar__video-play:after,
.sidebar__video-play:before {
    display: none;
}

.service-block {
    border-bottom: 1px solid #e2e8ef;
    padding-left: 35px;
    padding-bottom: 31px;
    margin-bottom: 45px;
}

.service-block:last-child,
.service-block:nth-last-child(2) {
    border-bottom: 0;
}

.service-block:nth-last-child(2) {
    position: relative;
}

.service-block:nth-last-child(2):before {
    content: "";
    height: 1px;
    left: 35px;
    right: 0;
    position: absolute;
    bottom: 0;
    background-image: url('/wp-content/themes/havayama/img/dashed.png');
    background-repeat: repeat-x;
    background-position: right 0;
}

.service-block__title {
    font-size: 34px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 1.412;
    margin-bottom: 17px;
}

.clients,
.services-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.clients_item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 21px 0px rgba(216, 229, 238, 0.79);
    width: 23.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 21px;

}

.container {
    position: relative;
}

.services-sidebar {
    position: absolute;
    left: 0;
    height: 100%;
    padding-bottom: 77px;
    margin-bottom: 31px;
}

.services-gallery {
    margin-bottom: -16px;
}

.services-gallery a {
    width: 31%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.services-gallery a img {
    width: 100%;
}

.service-block .services {
    margin-top: 21px;
}

.service-block .services ul li {
    height: 58px;
    margin-left: 3.5%;
    width: 31%;
    margin-bottom: 17px;
}

.service-block .services ul li:nth-child(3n) {
    margin-left: 0;
}

.service-block .price-table {
    margin-top: -3px;
}

.more-images {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.961);
    position: absolute;
    width: 81px;
    height: 81px;
    font-size: 18px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    direction: ltr;
    display: flex;
    align-items: center;
    background-image: url('/wp-content/themes/havayama/picutres gallery.svg');
    background-repeat: no-repeat;
    background-position: 15px 30px;
    background-size: 23px;
    padding: 3px 0px 0 44px;
    cursor: pointer;
}

table {
    width: 100%;
    border-width: 1px;
    border-color: #e5eef8;
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 49px 0px rgba(216, 229, 238, 0.7);
    border-left: 0;

}

table th {
    font-size: 18px;
    color: rgb(42, 128, 220);
    font-weight: bold;
    line-height: 1;
    padding: 17px 23px 14px 37px;
    position: relative;
}

table th .info {
    left: 19px;
    top: 14px;
}

table th:nth-child(1) {
    width: 39.6%;
}

table th:nth-child(2) {
    width: 23.8%;
}

table th:nth-child(3) {
    width: 19%;
}

table td {
    font-size: 18px;
    color: rgb(22, 31, 65);
    line-height: 1.111;
    height: 68px;
    padding: 0 23px;
}

table th,
table td {
    border-left: 1px solid #e5eef8;
}

.service-name strong {
    display: block;
    width: max-content;
}

.service-description span {
    display: block;
}

table .info {
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/themes/havayama/img/info-outline.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -20px;
    top: 13px;
    transition: all ease .3s;
    cursor: pointer;
}

table strong + .info {
    top: -7px;
}

table .info:hover {
    background-image: url('/wp-content/themes/havayama/img/info-fill.svg');
}

.service-name {
    align-items: center;
    display: inline-block;
    position: relative;
}

tbody tr:nth-child(odd) td {
    background: #f1f6f9;
}

.sidebar {

    position: sticky;
    top: 140px;
}

.sidebar-block {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 117px 0px rgba(109, 141, 176, 0.33);
    text-align: center;
    margin-right: 15px;
    margin-top: 43px;
    padding: 0 8px;
    padding-top: 41px;
    padding-bottom: 58px;
}

.sidebar__title {
    font-size: 26px;
    color: #161f41;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 18px;
    line-height: 1.2;
}

.services-sidebar__title {
    font-size: 31px;
    color: #161f41;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 24px;
}

.sidebar__title strong,
.services-sidebar__title div {
    display: block;
    color: #2a80dc;
}

.services-sidebar__title div {
    font-size: 36px;
}

.services-services-sidebar__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-sidebar__item {
    width: 50%;
    font-size: 17px;
    color: rgb(22, 31, 65);
    line-height: 1.2;
    padding-bottom: 16px;
}

.services-sidebar__item__title {
    padding: 0 20px;
}

.services-sidebar__item:nth-child(odd) {
    border-left: 1px solid #d4e6f8;
}

.services-sidebar__item-icon {
    border-radius: 50%;
    background-color: rgb(42, 128, 220);
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 13px;
}

.services-sidebar__item-icon img {
    height: 40%;
}

.sidebar__btn {
    font-size: 25px;
    color: rgb(255, 255, 255);
    background-color: rgb(22, 31, 65);
    height: 63px;
    margin: 0 auto;
    margin-top: 27px;
    padding: 0 47px;
}

.prices,
.single-article, .faq {
    background-color: #eef6fd;
    padding-bottom: 197px;
    background-image: url('/wp-content/themes/havayama/img/wave-dark.png');
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: contain;
}

.prices + .footer {
    padding-top: 0;
}

.banner-alt {
    padding-top: 119px;
    padding-bottom: 184px;
    margin-bottom: 0;
}

.banner-alt img {
    object-position: bottom;
}

.banner-alt__title {
    font-size: 4.375rem;
    color: #162044;
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
    background: url('/wp-content/themes/havayama/img/underline.svg') no-repeat center bottom;
    padding-bottom: 11px;
    background-size: 94px;
    padding-top: 28px;
}

.prices__block {
    margin-top: -156px;
}

.prices table th {
    font-size: 22px;
    padding: 23px 25px 16px 31px;
}

.prices table th:nth-child(1) {
    width: 37.7%;
}

.prices table th:nth-child(1) td {
    padding-right: 31px;
}

.prices table th:nth-child(2) {
    width: 22.5%;
}

.prices table th:nth-child(3) {
    width: 20.3%;
}

.prices table th:last-child {
    padding-right: 10px;
}

.prices table td {
    padding: 22px 25px 19px 0;
    height: 79px;
}

.prices table td:last-child {
    padding-right: 14px;
}

.prices table th .info {
    right: 104px;
    top: 22px;
}

.prices .table strong + .info {
    top: -13px;
}

.prices__bottom {
    text-align: center;
}

.prices__bottom .blue-btn {
    height: 63px;
    font-size: 25px;
    padding: 0 49px;
    margin-top: 43px;
}

.tooltip {
    position: absolute;
    right: calc(-100% * 8.1);
    bottom: calc(100% + 19px);
    font-size: 18px;
    font-weight: normal;
    color: rgb(0, 24, 50);
    line-height: 1.2;
    border-width: 1px;
    border-color: rgb(206, 231, 253);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 27px 0px rgba(0, 17, 45, 0.1);
    min-width: 242px;
    padding: 12px 0 16px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}

table .info:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip ul li {
    position: relative;
    padding-right: 42px;
    margin-top: 10px;
}

.tooltip ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2a80dc;
    border-radius: 50%;
    position: absolute;
    right: 22px;
    top: 6px;
}

.tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(180deg);
}

.single-article {
    padding-top: 146px;
    padding-bottom: 214px;
    background-color: #fff;
}

.article__header {
    min-height: 446px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article__header-image {
    width: 70%;
    object-fit: cover;
}

.article__header-description-user-img {
    height: 15px;
}

.article__header-description {
    padding: 38px 40px 51px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 46px 0px rgba(109, 141, 176, 0.25);
    margin-left: -94px;
    z-index: 2;
    width: 52%;
    position: relative;
    top: -3px;
}

.article__header-description-breadcrumb {
    font-size: 16px;
    font-weight: 600;
    color: rgb(22, 31, 65);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 33px;
    visibility: hidden;
}

.article__header-description-breadcrumb span span span,
.article__header-description-breadcrumb a {
    visibility: visible;
}

.article__header-description-breadcrumb span span span:before {
    content: "/";
    position: relative;
    left: 9px;
}

.article__header-description-breadcrumb a {
    font-size: 16px;
    font-weight: 500;
    color: rgb(22, 31, 65);
    text-transform: uppercase;
    line-height: 1.2;
}

.article__header-description-title {
    font-size: 48px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 1;
    padding-bottom: 24px;
}

.article__header-description-user-wrap {
    display: flex;
    margin-bottom: 68px;

}

.article__header-description-user-item {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.article__header-description-user-img {
    margin-left: 10px;
}

.single-article .float-socials a {
    display: flex;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 50%;
    width: 401px;
    height: 401px;
    margin-left: 10px;
}

.single-article .float-socials a:hover {
    border-color: #161f41;

}

.single-article .float-socials a:hover > img {
    fill: #161f41;

}

.single-article .float-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    background-color: #fff;
    border-style: solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.single-article .float-socials a svg {
    width: auto;
    height: 18px;
    transition: all ease .3s;
}

.single-article .float-socials a:hover path {
    fill: #fff;
}

.single-article .float-socials a:hover {
    background-color: #161f41;
}

.single-article .float-socials {
    display: flex;
    align-items: center;
    color: rgb(22, 31, 65);
    font-weight: bold;
    text-transform: uppercase;
}

.single-article .float-socials > span {
    color: rgb(22, 31, 65);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 16px;
    padding-left: 20px;
}

.article__sidebar {
    width: 30%;
}

.article__content {
    padding-right: 62px;
    margin-left: -30px;
}

.default-content p {
    font-size: 18px;
    color: rgb(22, 31, 65);
    line-height: 1.556;
    margin-bottom: 14px;
}

.default-content h2 {
    font-size: 35px;
    color: rgb(42, 128, 220);
    line-height: 1.2;
    margin-bottom: 13px;
    font-weight: bold;
    margin-top: 32px;
}

.default-content h3 {
    font-size: 24px;
    color: rgb(22, 31, 65);
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 28px;
}

div.wp-caption {
    max-width: 100%;
}

.default-content > img, .default-content > .wp-caption > img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 11px;
    margin-top: 23px;
    max-width: 100%;
    margin-bottom: 7px;
}

.default-content figcaption, .default-content .wp-caption-text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 14px;
}

.default-content img {
    height: auto;
}

.default-content blockquote {
    padding: 20px 92px 17px 23px;
    border-radius: 10px;
    background-color: rgb(238, 246, 253);
    margin-bottom: 36px;
    margin-top: 25px;
    padding-bottom: 22px;
    margin-bottom: -5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.default-content blockquote h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.default-content blockquote:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 54px;
    min-width: 54px;
    height: 54px;
    background-color: rgb(255, 255, 255);
    background-size: 30px;
    right: 20px;
    background-image: url('/wp-content/uploads/2021/07/pin.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.default-content blockquote p {
    margin-bottom: 10px;
    line-height: 1.35;

}

.default-content blockquote p:last-child {
    margin-bottom: 0;
}

.default-content ul,
.default-content ol {
    margin-bottom: 20px;
}

.default-content ul li {
    font-size: 18px;
    color: rgb(22, 31, 65);
    margin-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
    margin-right: 13px;
}

.default-content ul li::marker {
    color: #2A80DC;
    font-size: 17px;

}

.default-content ol li {
    font-size: 18px;
    color: rgb(22, 31, 65);
    margin-bottom: 5px;
    list-style: decimal;
    list-style-position: inside;
    padding-right: 0;
    padding-inline-start: 15px;
    padding-right: 8px;
}

.default-content ol {
    margin-bottom: 44px;
    padding-inline-start: 0;
}

.default-content ol li::marker {
    color: #2A80DC;
    font-size: 18px;

}

.single-article .sidebar {
    top: 140px;
    margin-right: -45px;
    padding-left: 55px;
}

.article-anchor {
    text-align: right;
}

.article-anchor ol {
    counter-reset: myCounter;
    padding: 0;
}

.article-anchor ol li {
    position: relative;
    list-style: none;
    padding-right: 48px;
    margin-bottom: 6px;
}

.article-anchor ol li::before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 19px;
    color: #161f41;
}

.article-anchor ol li a {
    font-size: 19px;
    color: #161f41;
    line-height: 1.473;
}

.article-anchor ol li.active a {
    font-weight: bold;
}

.article-anchor ol li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #161f41;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 11px;
}

.article-anchor ol li.active:after {
    background: #2a80dc;
    width: 16px;
    height: 16px;
    border: 5px solid #f1f1f1;
    right: -1px;
    top: 6px;
}

.single-article .sidebar-block {
    margin-top: 0;
    margin-bottom: 29px;

}

.article-anchor {
    padding: 30px;
    padding-bottom: 30px;
}

.article-anchor + .sidebar-block {
    padding-top: 35px;
    padding-bottom: 50px;
}

.article-anchor + .sidebar-block .sidebar__title {
    margin-left: 11px;
    margin-bottom: 24px;
}

.single-article .sidebar__btn {
    height: 48px;
    font-size: 21px;
    margin-top: 28px;
    padding: 0 33px;
    position: relative;
    left: 7px;
}

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

.services-sidebar__item:last-child,
.services-sidebar__item:nth-last-child(2) {
    padding-bottom: 0;
}

.anchor-content .title,
.anchor-title,
.bordered-title {
    font-size: 30px;
    color: rgb(22, 32, 68);
    font-weight: bold;
    position: relative;
    margin-bottom: 31px;
}

.anchor-content .title:before,
.anchor-title:before,
.bordered-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #162044;
    position: absolute;
    bottom: -7px;
    right: 0;
}

.question-title,
.sitemap-title {
    margin-top: 1.7%;
}

.accordion-item {
    background: #fff;
    margin-bottom: 12px;

}

.accordion-item .content {
    padding-right: 68px;
    padding-left: 17%;
    padding-bottom: 15px;
    margin-top: 0px;
}

.anchor-content .toggle-item {
    font-size: 20px;
    color: rgb(22, 31, 65);
    font-weight: bold;
    line-height: 0.9;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 29px 70px 20px 24px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.anchor-content .toggle-item.in {
    height: auto;
}

.anchor-content .content p {
    font-size: 18px;
    color: rgb(22, 31, 65);
    line-height: 1.333;
}

.anchor-content .toggle-item .ico {
    right: 15px;
    top: 18px;
    width: 38px;
    height: 38px;
    background: #e2f0fd;
    border-radius: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 18px;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s;

}

.anchor-content .toggle-item .ico:before,
.anchor-content .toggle-item .ico:after {
    content: "";
    background: #2879d1;
    position: absolute;
}

.anchor-content .toggle-item .ico:before {
    min-width: 14px;
    height: 2px;
}

.anchor-content .toggle-item .ico:after {
    width: 2px;
    min-height: 14px;
}

.anchor-content .toggle-item.in .ico {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.anchor ol {
    margin: 0;

    counter-reset: myCounter;
    padding: 0;

}

.faq .anchor ol {
    margin-bottom: 43px;
    margin-top: 34px;
}

.faq .anchor ol li {
    font-size: 20px;
    color: rgb(48, 131, 221);
    font-weight: bold;
    line-height: 0.9;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 12px;
    position: relative;
    list-style: none;

}

.faq .anchor ol li a {
    color: rgb(1, 2, 1);
    padding: 26px 0 23px 0;
    display: block;
    padding-right: 56px;
}

.faq .anchor ol li:before {
    counter-increment: myCounter;
    content: "0" counter(myCounter) ".";
    position: absolute;
    right: 26px;
    top: 26px;
}

.faq + .footer {
    padding-top: 0;
}

.faq {
    padding-top: 55px;

    padding-bottom: 207px;
}

.faq .blue-btn {
    height: 63px;
    font-size: 25px;
    margin-top: 61px;
    padding: 0 48px;
    margin-right: -26px;
}

.faq-content {
    margin: 0 auto;
    max-width: 872px;
    position: relative;
    left: 0;
    margin-left: -30px;
}

.anchor-content .title {
    margin-right: -4px;
    margin-bottom: 30px;
    margin-top: 54px;
}

.anchor-content:first-child .title {
    margin-top: 0;
    padding-right: 4px;
}

.banner-faq {
    padding-top: 119px;
    padding-bottom: 111px;
    margin-bottom: 0;
}

.page-template-template_security .banner-faq {
    padding-bottom: 138px;
}

.banner-faq__title {
    font-size: 4.375rem;
    color: #162044;
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
    background: url('/wp-content/themes/havayama/img/underline.svg') no-repeat center bottom;
    padding-bottom: 11px;
    background-size: 94px;
    padding-top: 28px;
    margin-bottom: 32px;
}

.banner-faq p {
    max-width: 851px;
    margin: 0 auto;
}

.anchor-sticky {
    position: sticky;
    top: 140px;
}

.sidebar_video__video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__video-play {
    width: 86px;
    height: 86px;
    background-size: 25px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .faq-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .faq {
        padding-top: 17px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 144px;
    }

    .faq + .footer .footer__items {
        margin-top: -40px;
    }

    .faq .col-md-7 {
        order: 1;
    }

    .anchor-content .title,
    .anchor-title,
    .bordered-title {
        font-size: 22px;
    }

    .banner-faq__title {
        font-size: 46px;
    }

    .anchor ol li {
        font-size: 18px;
    }

    .anchor-content .content p {
        font-size: 16px;
    }

    .anchor-content .toggle-item .ico {
        width: 25px;
        height: 25px;
        top: 11px;
    }

    .anchor-content .toggle-item .ico:before {
        width: 11px;
    }

    .anchor-content .toggle-item .ico:after {
        height: 11px;
    }

    .banner-faq {
        padding-bottom: 83px;
    }

    .banner-faq__title {
        padding-top: 0;
        padding-bottom: 17px;
        background-size: 73px;
        margin-bottom: 23px;
    }

    .anchor-content .title:before,
    .anchor-title:before,
    .bordered-title:before {
        bottom: -3px;
    }

    .anchor-title {
        margin-bottom: 0;
    }

    .faq .anchor ol {
        margin-top: 19px;
        margin-bottom: 0;
    }

    .faq .anchor ol li a {
        padding: 16px 0;
        padding-right: 42px;
    }

    .faq .anchor-content.anchor ol li {
        padding-right: 43px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .faq .anchor ol li:before {
        right: 15px;
        top: 18px;
    }

    .anchor-sticky, .sidebar {
        position: relative;
        top: 0 !important;
    }

    .faq-content {
        margin-top: 21px;
    }

    .faq .anchor-content .title {
        margin-top: 43px;
    }

    .anchor-content .title {
        margin-bottom: 20px;
    }

    .anchor-content .toggle-item {
        padding: 15px 51px 11px 14px;
        line-height: 1;
    }

    .accordion-item {
        margin-bottom: 11px;
    }

    .faq .blue-btn {
        height: 44px;
        font-size: 18px;
        margin-top: 35px;
        padding: 0 28px;
        margin-right: 0;
    }

    .accordion-item .content {
        padding-right: 52px;
    }

    .sidebar_video__video {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .article__content {
        padding-right: 15px;
    }

    .default-content p {
        font-size: 17px;
        line-height: 1.5;
    }

    .default-content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .default-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .default-content > img, .default-content > .wp-caption > img {
        margin-bottom: 11px;
    }

    .default-content figcaption, .default-content .wp-caption-text {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
    }

    .default-content blockquote {
        padding: 23px 69px 17px 23px;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 50px;
    }

    .default-content blockquote h3 {
        margin-bottom: 11px;
    }

    .default-content blockquote p {
        line-height: 1.35;
    }

    .default-content blockquote:before {
        width: 35px;
        height: 35px;
        background-size: 18px;
        min-width: auto;
        top: 18px;
    }

    .default-content blockquote p {
        margin-bottom: 10px;
        line-height: 1.25;
    }


    .default-content ul li {
        margin-bottom: 2px;
        margin-right: 19px;
    }

    .default-content ul {
        margin-bottom: 30px;
    }


    .default-content ol li {
        margin-bottom: 2px;
    }

    .default-content ol {
        margin-bottom: 30px;

    }


}

.article__post-title {
    font-size: 35px;
    font-weight: 700;
    color: #161F41;
    position: relative;
    display: flex;
    background-color: #fff;
    padding-left: 40px;
    margin-right: -5px;
    margin-bottom: 0;
    z-index: 2;
}


.title-wrap {
    position: relative;
    display: flex;
    margin-bottom: 29px;
}

.single .title-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
    height: 6px;
    background-color: rgb(238, 246, 253);

}

/* 
.post-item-wrap {
    margin: 0 0 50px 0;
} */

.post-item {
    padding: 0 9px 30px 16px;
}

.blog .post-item {
    padding: 0 15px 60px 15px;
}

.post-item-inner {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 14px 46px 0px rgba(109, 141, 176, 0.25);
}

.post-item-inner > a {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 110px;
    display: block;
}

.blog .post-item-inner > a {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 191px;
    display: block;
}

.post-item-inner > a > div {
    height: 100%;

}

.post-item-inner > a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    height: 100%;
    object-fit: cover;
}

.post-item__description {
    padding: 15px 18px 30px 18px;
}

.blog .post-item__description {
    padding: 25px 32px 30px 32px;
}

.post-item__description .post-item__title {
    font-size: 22px;
    font-weight: 700;
    color: #161F41;
    line-height: 1.091;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.blog .post-item__description .post-item__title {
    font-size: 28px;
    font-weight: 700;
    color: #161F41;
    line-height: 1.091;
    margin-bottom: 5px;
    transition: all .3s ease;
}

.post-item__date {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 13px;
}

.post-item__description .post-item__title:hover {
    color: #2a80dc;
}

.post-item__excerpt {
    font-size: 17px;
    margin-bottom: 10px;
}

.post-item__readmore {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #2a80dc;
}

.post-item__readmore svg {
    padding-right: 10px;
    height: 13px;
    transition: all .3s ease;
}

.post-item__readmore path {
    fill: #2A80DC;
    transition: all .3s ease;
}

.post-item__readmore:hover path {
    fill: #0056b3;
}

.accordion-item ul {
    padding-right: 48px;
    margin-top: 22px;
    margin-bottom: 28px;
    padding-left: 4%;
}

.accordion-item ul li {
    font-size: 18px;
    color: rgb(22, 31, 65);
    line-height: 1.333;
    padding-right: 6px;
    list-style: disc;
    margin-bottom: 13px;
}

.accordion-item ul li::marker {
    color: #3083dd;
    font-size: 22px;
}

.page-template-template_security .accordion-item {
    overflow: hidden;
}

.fixed-label-text {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 200px;
    background-color: #2b80db;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-left: unset;
    border-top: unset;
    border-bottom-right-radius: 5px;
    z-index: 9999;
    display: none !important;
}

.fixed-label-text p {
    color: white;
    line-height: 1;
    margin: 0;
    padding: 3px 20px;
}

.label-image-banner {
    max-width: 300px;
    display: block;
}

@media (max-width: 1199px) {
    .post-item-inner > a {

        height: 200px;

    }
}

@media (max-width: 767px) {
    .fixed-label-text {
        top: unset;
        bottom: 10px;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid white;
        border-left-color: unset;
    }

    .label-image-banner {
        margin: 0 auto;
    }

    .article__post-title {
        font-size: 26px;
        padding-left: 25px;
    }

    .blog .post-item__description .post-item__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .blog .post-item-inner > a {
        height: 100%;
    }

    .blog .post-item__date {
        padding-bottom: 5px;
    }

    .blog .post-item__excerpt {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .post-item-inner {
        display: flex;
    }

    .post-item-inner {

        height: 100%;
    }

    .post-item-inner > a img {
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        display: block;
        height: 100%;
        object-fit: cover;
    }


    .post-item__description {
        padding: 10px 13px 10px 13px;
    }

    .blog .post-item__description {
        padding: 10px 13px 10px 13px;
    }

    .post-item-inner > a {
        min-width: 100px;
        width: 100px;
        height: 100%;

    }

    .post-item__description .post-item__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1600px) {
    html {
        font-size: 12px;
    }

    .single .single-article .sidebar {
        position: relative;
        top: 0;
    }

    .socials a,
    .header__language a {
        width: 38px;
        height: 38px;
    }

    .header__menu {
        margin-top: -36px;
        left: 18px;
        position: relative;
    }

    .header-alt .header__menu {
        margin-top: -45px;
    }

    .header-alt .header__nav {
        margin-top: 10px;
    }

    .service-block {
        padding-left: 30px;
    }

    .popup-slider .owl-nav {
        width: calc(100% + 120px);
        right: -60px;
    }

}

@media (max-width: 1440px) {
    html {
        font-size: 11px;
    }

    .header__nav--left {
        margin-right: -27px;
    }

    .header__nav--right {
        margin-left: -31px;
    }

    .header__nav > li {
        padding-top: 5px;
    }

    .menu-item-has-children:before {
        top: 12px;
    }

    .header-alt .menu-item-has-children:before {
        top: 12px;
    }

    .section-one__item--3 {
        margin-left: 30px;
    }

    .section-one__item--4 {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .header__nav > li {
        padding-top: 0;
    }

    .prices, .single-article, .faq {
        background-size: auto;
    }

    .show-sub-menu {
        width: 20px;
        height: 20px;
        background-image: url('/wp-content/themes/havayama/img/chevron-down-solid-black.svg');
        background-repeat: no-repeat;
        background-position: center 10px;
        display: inline-block;
        background-size: 8px;
        order: 1;
    }

    .header {
        padding: 20px 0;
    }

    .header .container {
        max-width: 100%;
    }

    .header__top-bar-mobile {
        padding: 0 11px;
    }

    .header__left-bar-mobile {
        display: block;
    }

    .header__logo-mobile {
        display: block;
    }

    .header-alt .header__menu,
    .header-alt .header__nav {
        margin-top: 0;
        margin-right: 0;
    }

    .header__phone {
        display: none;
    }

    .socials a.waze {
        background-position: 7px center;
    }

    .mobile-nav-active .socials a {
        background-color: #162044;
    }

    .mobile-nav-active .socials a img {
        opacity: 0;
    }

    .mobile-nav-active .socials a img.last {
        opacity: 1;
    }

    .header__nav {
        flex-direction: column;
    }

    .header__logo {
        display: none;
    }

    .header__menu .col-lg-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header__nav--right {
        float: none;
    }

    .header__nav--left {
        margin-right: 0;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding-top: 100px;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease .5s;
    }

    .mobile-nav-active .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu:before {
        content: "";
        width: 90%;
        height: 1px;
        background: #dcdee3;
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        margin: 0 auto;

    }

    .header__left-bar .white-btn {
        margin-top: 27px;
        font-size: 20px;
        padding: 0 29px;
    }

    .header__top {
        flex-direction: column-reverse;
    }

    .header__nav--right {
        margin-right: 8px;
    }

    .header__top .socials {
        display: none;
    }

    .header .col-12 {
        position: inherit;
    }

    .header__right-bar {
        position: absolute;
        right: 17px;
        bottom: 15px;
    }

    .header__language a {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .header__top-bar-mobile .socials a {
        margin-right: 8px;
        margin-left: 0;
    }

    .header__language a {
        color: #162044;
        border-color: #162044;
    }

    .header__top-bar-mobile {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

    .header__logo-mobile {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 104px;
    }

    .header__logo-mobile img {
        width: 100%;
    }

    .header__logo-mobile img.last {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }

    .header-alt .header__logo-mobile img:first-child,
    .mobile-nav-active .header__logo-mobile img:first-child {
        opacity: 0;
    }

    .header-alt .header__logo-mobile img.last ,
    .mobile-nav-active .header__logo-mobile img.last {
        opacity: 1;
    }

    .header__toggler {
        border-radius: 50%;
        background-color: rgb(42, 128, 220);
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .header__toggler span,
    .header__toggler span:before,
    .header__toggler span:after {
        background-color: rgb(255, 255, 255);
        width: 18px;
        height: 2px;
        position: relative;
    }

    .header__toggler span:before {
        content: "";
        position: absolute;
        top: -5px;
        transition: all ease .3s;
    }

    .header__toggler span:after {
        content: "";
        position: absolute;
        bottom: -5px;
        transition: all ease .3s;
    }

    .popup-slider .owl-nav {
        width: 100%;
    }

    .mobile-nav-active .header__toggler span {
        visibility: hidden;
    }

    .mobile-nav-active .header__toggler span:before {
        transform: rotate(45deg);
        top: 0;
        visibility: visible;
    }

    .mobile-nav-active .header__toggler span:after {
        transform: rotate(-45deg);
        bottom: 0;
        visibility: visible;
    }

    .mobile-nav-active .header {
        height: 100%;
    }

    .header__menu {
        margin-top: 0;
        left: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 361px;
    }

    .header__nav--right > li {
        margin-right: 0;
    }

    .header__nav > li > a {
        font-size: 20px;
        color: rgb(22, 32, 68);
        line-height: 3;
        padding-bottom: 0;
    }

    .header__left-bar .white-btn {
        background: #162044;
        color: #fff;
    }

    .main-banner {
        height: 640px;
        margin-bottom: 460px;
    }

    .main-banner__top {
        padding-top: 13.7%;
        padding-bottom: 40px;
    }

    .main-banner__items-title {
        text-align: center;
    }

    .main-banner__items-title img {
        display: none;
    }

    .main-banner__bottom .row > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-banner__items {
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .main-banner__item {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .player-block {
        width: 100%;
    }

    .place-slider .owl-nav button {
        width: 41px;
        height: 41px;
    }

    .place-slider .slide img {
        height: 445px;
    }

    .popup-slider .owl-nav {
        width: calc(100% + 33px);
        right: -16px;
    }

    .section-contacts__time {
        flex-direction: column;
    }

    .section-contacts__time li {
        display: flex;
        border: none;
        padding: 0;
    }

    .section-contacts__time li strong {
        position: relative;
        letter-spacing: -0.8px;
    }

    .section-contacts__time li span {
        width: 45.5%;
    }

    .banner {
        padding-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .show-sm {
        display: none;
    }
}

@media (max-width: 991px) {
    .single .wrapper, .wrapper {
        overflow: hidden;
    }

    .single .sidebar,
    .sidebar-block {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .single-article .col-lg-4.offset-lg-1 {
        order: -2;
    }

    .article__content {
        padding-right: 0;
        margin-left: 0;
    }

    .service-block {
        padding-left: 0;
    }

    .main-banner__title {
        font-size: 40px;
    }

    .main-banner {
        height: 481px;
        margin-bottom: 450px;
    }

    .main-banner__title div {
        font-size: 30px;
    }

    .section-one {
        padding-bottom: 120px;
        overflow: hidden;
    }

    .section-one .row > div:first-child {
        order: 1
    }

    .section-one .row > div:last-child {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-one .section-title span {
        display: block;
    }

    .player-block {
        max-width: 597px;
        margin: 0 auto;
    }

    .section-one__item--4,
    .section-one__item--3 {
        float: none;
    }

    .section-one__item--1,
    .section-one__item--2 {
        float: left;
    }

    .section-one__item--2,
    .section-one__item--4 {
        margin-top: 22px;
    }

    .section-title {
        font-size: 36px;

    }

    .section-slider__top-image {
        display: none;
    }

    .section-three .section-slider__title {
        margin-right: 0;
    }

    .section-three .place-slider,
    .section-two .place-slider {
        padding: 0;
    }

    .section-content p {
        padding: 0;
    }

    .section-contacts__left {
        justify-content: center;
    }

    .section-contacts__waze {
        margin-right: 0;
        border-radius: 0 0 20px 0;
        overflow: hidden;
    }

    .section-contacts__right {
        max-width: 650px;
        margin: 0 auto;
        border-radius: 20px 20px 0 0;
    }

    .section-contacts__image {
        border-radius: 0 0 0 20px;
    }


    .bird-right,
    .bird-left,
    .cloud-right,
    .cloud-left {
        display: none;
    }


    .section-contacts__left {
        max-width: 650px;
        margin: 0 auto;
    }

    .banner {
        padding-top: 128px;
        padding-bottom: 108px;
    }

    .banner__title {
        font-size: 34px;
        padding-top: 0;
    }

    .banner__title div {
        font-size: 46px;
        line-height: 0.913;
        margin-top: 7px;
    }

    .banner__link {
        font-size: 20px;
        height: 50px;
        padding: 0 39px;
    }

    .service-title {
        font-size: 32px;
        line-height: 1.5;
        padding: 0 8px;
        padding-top: 17px;
        margin-bottom: 5px;
    }

    .service-block {
        padding: 0 5px;
    }

    .service-default-content h3 {
        font-size: 22px;
    }

    .video {
        margin-top: 21px;
        margin-bottom: 23px;
    }

    .video__play-btn {
        width: 61px;
        height: 61px;
        background-size: 18px;
    }

    .read-more,
    .hide-text {
        font-size: 18px;
        margin: 0;
    }

    .read-more svg,
    .hide-text svg {
        width: 7px;
        margin-right: 3px;
        margin-top: -5px;
    }

    .sidebar {
        padding: 0 4px;
    }

    .services-sidebar {
        position: relative;
        padding-bottom: 43px;
        margin-top: -28px;
    }

    .service-block {
        margin-bottom: 28px;
        padding-bottom: 30px;
        position: relative;
        border-bottom: none;
    }

    .services-sidebar .sidebar-block {
        margin-right: 0;
        margin-top: 0;
        padding-top: 38px;
        padding-bottom: 48px;
        position: relative;
    }

    .services-sidebar__title {
        font-size: 24px;
        line-height: 1.071;
        margin-bottom: 21px;
    }

    .services-sidebar__title div {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .services-sidebar__item {
        padding-bottom: 23px;
    }

    .services-sidebar__item__title {
        padding: 0 17px;
    }

    .services-sidebar__item-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 10px;
    }

    .services-sidebar__item-icon img {
        height: 49%;
    }

    .sidebar__btn {
        font-size: 19px;
        height: 50px;
        margin-top: 32px;
        padding: 0 42px;
    }

    .service-block:before,
    .service-block:nth-last-child(2):before {
        content: "";
        height: 1px;
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0;
        background-image: url('/wp-content/themes/havayama/img/dashed.png');
        background-repeat: repeat-x;
        background-position: right 0;
    }

    .service-block__title {
        font-size: 26px;
    }

    .services-gallery {
        margin-bottom: 0;
    }

    .clients_item,
    .services-gallery a {
        width: 48.2%;
        margin-bottom: 15px;
        height: 159px;
    }

    .service-block .services {
        margin-top: 0;
    }

    .more-images {
        width: 62px;
        height: 62px;
        font-size: 14px;
        background-position: 9px 23px;
        background-size: 18px;
        padding: 6px 0px 0 31px;
    }

    .wave-wrapper {
        overflow: hidden;
    }

    .prices__block {
        margin-top: -58px;
    }

    .single-article .sidebar-block {
        display: none;
    }

    .article__header-description {
        box-shadow: none;
    }

    .single-article .sidebar-block:first-child {
        display: block;
        padding: 11px 22px 8px;
        box-shadow: 0px 0px 18px 0px rgba(109, 141, 176, 0.25);
        margin-bottom: 32px;
        border-radius: 8px;
    }

    .article-anchor ol {
        display: none;
    }

    .article-anchor .sidebar__title {
        margin-bottom: 0;
        font-size: 20px;
        position: relative;
    }

    .article-anchor .sidebar__title:before {
        content: "";
        background-image: url('/wp-content/themes/havayama/img/chevron-down-solid-black.svg');
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 8px;
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 28px;
    }

    .article-anchor ol {
        margin-top: 15px;
    }

    .article-anchor ol li {
        padding-right: 20px;
    }

    .article-anchor ol li a {
        font-size: 16px;
    }

    .article-anchor ol li:after {
        display: none;
    }

    .article-anchor ol li::before {
        right: 0;
        top: -2px;
    }

    .post-item {
        padding: 15px !important;
        padding-top: 0 !important;
        padding-bottom: 15px !important;
    }

    .single-article {
        overflow: hidden;
    }

    button.mfp-arrow {
        top: unset;
        bottom: 15px;
    }

    button.mfp-arrow-left {
        left: 15px;
    }

    button.mfp-arrow-right {
        right: 15px;
    }

    .mfp-image-holder .mfp-content {
        max-width: calc(100% - 30px);
    }

}

@media (max-width: 992px) {
    .section-one__map {
        max-width: auto !important;
    }

    .section-one__item {
        margin-top: 0px !important;
        margin-left: 0px !important;
        float: none;
        -webkit-box-shadow: 0px 7px 9px 1px rgb(158 173 184);
        bottom: -62px;
    }

    .player-block {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {

    .section-one__item img {
        height: 106px;
    }

    .header__nav--right {
        margin-right: 0;
    }

    .section-contacts__waze > img {
        display: none;
    }

    .section-contacts__waze > .last {
        display: block;
        width: 100%;
    }

    .single-article {
        padding-top: 0;
    }

    .service-block .services ul li {
        width: 47.2%;
        margin-bottom: 8px;
    }

    .none-sm {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .light_banner .breadcrumb {
        display: block;
        text-align: right;
        padding-right: 6px;
        margin-bottom: 24px;
    }

    .banner-faq {
        padding-bottom: 84px;
        padding-top: 77px;
    }

    .header {
        padding: 11px 0;
    }

    .main-banner .wave {
        display: none;
    }

    .main-banner {
        height: 645px;
        margin-bottom: 215px;
        padding-top: 178px;
    }

    .main-banner__top {
        padding-top: 48px;
    }

    .main-banner__title {
        font-size: 40px;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner_paragraph_top {
        text-align: center;


    }

	.main-banner .contact-block{
		display:none;
	}
	
    .main-banner > div {
        font-size: 60px;
    }

    .main-banner__link {
        display: block;
        font-size: 20px;
        margin: 20px auto 0;
        float: none;
        height: 50px;
        width: fit-content;
        padding: 0 38px;
        line-height: 50px;
    }

    .main-banner__link:before, .banner__link:before {
        margin-top: -25px;
    }

    .section-one__item {
        height: 150px;
        width: calc((100% - 10px) / 2) !important;
    }

    .main-banner__video {
        margin-top: 23px;
    }

    .play-btn {

        background-color: rgb(42, 128, 220);

        width: 61px;
        height: 60px;
        border: none;
        background-size: 18px;

    }

    .main-banner__items-title,
    .main-banner__items-title p {
        font-size: 25px;
    }

    .main-banner__item {
        height: 75px;
        display: flex;
        align-items: center;
    }

    .main-banner__item img {
        display: block;
        max-width: 90px;

    }

    .main-banner__item-title {
        font-size: 20px;
        padding-top: 0;
        padding-right: 12px;
        padding-left: 68px;
    }

    .main-banner__bottom {
        padding-top: 22px;
    }

    .main-banner__items-title {
        margin-bottom: 19px;
    }

    .main-banner__items {
        padding: 0 8px;
    }

    .main-banner__item-arrow {
        width: 37px;
        height: 36px;
        left: 13px;
    }

    .section-one {
        padding-bottom: 95px;
    }

    .section-title {
        margin-bottom: 19px;
        margin-top: 40px;
    }

    .section-one__map {
        margin-top: 32px;
        max-width: 333px;
        padding: 7px 21px;
        border-radius: 9px;
        margin-bottom: 23px
    }

    .player-block {
        max-width: 333px;
        height: 65px;
        margin-bottom: 48px;
    }

    .player-title {
        font-size: 19px;
        padding-top: 17px;
        padding-right: 51px;
    }

    .toggle-play {
        width: 40px;
        height: 40px;
        top: -11px;
    }

    .time {
        display: none;
    }

    .audio-player .timeline {
        margin: 0 12px 0 7px;
    }

    p {
        font-size: 18px;


    }

    .section-one__item--5,
    .section-one__item--4,
    .section-one__item--3,
    .section-one__item--1,
    .section-one__item--2 {
        margin: 0;
        margin-bottom: 15px;
        transition: all ease .5s;
    }

    .section-one__item-content {
        padding-top: 7px;
    }

    .section-one__item-content p span {
        font-size: 13px;
        min-width: 22px;
        height: 22px;
        margin-left: 5px;
        top: -2px;
    }

    .section-one__item-content p {
        font-size: 16px;
    }

    .section-two {
        padding: 0 4px;
        padding-top: 0;
        padding-bottom: 111px;
    }

    .section-content {
        padding-top: 48px;
    }

    .with-wave {
        background-size: 74px;
    }

    .section-two .section-title {
        margin-bottom: 13px;
    }

    .section-text p {
        margin-bottom: 11px;
    }

    .section-content .blue-btn {
        height: 44px;
        margin-top: 18px;
        padding: 0 26px;
        font-size: 18px;
    }

    .section-slider__title {
        margin-top: 0;
        font-size: 20px;
        padding-right: 31px;
        margin-bottom: 3px;
    }

    .section-two .section-content {
        margin-bottom: 36px;
    }

    .section-slider__title img {
        right: -9px;
        top: 13px;
        width: 29px;
    }

    .place-slider .slide,
    .section-three .place-slider .slide {
        border-radius: 10px 10px 35px 10px;
    }

    .place-slider .slide img {
        height: 336px;
        object-fit: cover;
    }

    .place-slider .owl-nav {
        margin-top: -54px;
        padding-right: 13px;
    }

    .place-slider .owl-nav button,
    .section-three .place-slider .owl-nav button {
        margin-left: 5px;
        margin-right: 0;
    }

    .place-slider .owl-nav button svg {
        width: 16px;
    }

    .section-three .section-slider__title img {
        right: 0;
    }

    .section-three .section-slider__title {
        padding-right: 43px;
    }

    .section-three .owl-nav {
        text-align: right;
    }

    .section-three .section-slider {
        /*display: none;*/
    }

    .section-three {
        padding-top: 77px;
        padding: 0 4px;
    }

    .section-three .section-content {
        padding-top: 53px;
    }

    .section-three .section-title {
        margin-bottom: 13px;
    }

    .section-three .services {
        margin-top: 21px;
        margin-bottom: 17px;

    }

    .services__title {
        margin-bottom: 21px;
        letter-spacing: -0.9px;
    }

    .services ul {
        justify-content: space-between;

    }

    .services ul li {
        height: 54px;
        padding: 0 11px;
        margin-left: 0 !important;
        width: 47%;
        font-size: 16px;
        line-height: 1.125;
    }

    .popup-images {
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 72px;
    }

    .popup-images__title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .popup-images__hashtag {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .popup-slider .slide {
        padding: 0;
    }

    .popup-images__slider {
        width: calc(100% + 30px);
        margin-right: -15px;
    }

    .popup-slider {

        max-width: 100%;
    }

    .popup-slider .slide a img {
        max-height: 135px;
    }

    .section-contacts {
        padding-top: 55px;
    }

    .section-contacts__right {
        padding: 40px 27px;
        max-width: 333px;
        padding-bottom: 43px;
    }

    .section-contacts__address {
        margin-top: 24px;
        font-size: 19px;
    }

    .section-contacts__time-title {
        font-size: 19px;
        margin-bottom: 4px;
    }

    .section-contacts__time li {
        margin-bottom: 4px;
    }

    .section-contacts .blue-btn {
        margin-top: 22px;
        height: 44px;
        font-size: 18px;
        padding: 0 34px;
    }

    .section-contacts__left {
        max-width: 338px;
        margin: 0 auto;
        height: 268px;
    }

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

    .section-contacts__waze > img {
        display: none;
    }


    .section-contacts:before {
        height: 268px;
    }

    .section-contacts__address {
        margin-bottom: 7px;
    }

    .navigate-btn {
        font-size: 15px;
        height: 40px;
        font-size: 15px;
        height: 40px;
        top: auto;
        bottom: 19px;
        right: 11px;
        padding: 0 15px 0 17px;
    }

    .section-one__item {
        padding: 6px;
    }

    .navigate-btn img {
        width: 20px;
        margin-left: 9px;
    }

    .footer {
        padding: 0 5px;
        padding-top: 49px;
    }

    .footer__items {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .footer__item {
        border-bottom: 1px solid #3a4260;
    }

    .footer__item:nth-child(1) {
        display: flex;
        justify-content: space-between;
    }

    .footer__item:nth-child(1),
    .footer__item:nth-child(4) {
        width: 100%;
    }

    .footer__item:nth-child(2),
    .footer__item:nth-child(3) {
        width: 50%;
        padding-top: 21px;
        padding-bottom: 16px;
    }

    .footer__item:nth-child(3) {
        padding-right: 37px;
    }

    .footer__logo {
        display: none;
    }

    .footer .socials {
        padding-top: 4px;
        padding-left: 3px;
    }


    .footer .socials a {
        width: 32px;
        height: 32px;
        margin-left: 0;
        margin-right: 11px;
    }

    .instagram {
        background-size: 15px;
    }

    .footer__address {
        margin-bottom: 23px;
    }

    .footer__address p,
    .footer__address a {
        font-size: 15px;
    }

    .footer__item-title {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .footer__item.toggle .footer__item-title {
        margin-bottom: 0;
    }

    .footer__requisites {
        font-size: 15px;
    }

    .footer__requisites li {
        margin-bottom: 12px;
    }

    .footer__menu li a {
        font-size: 15px;
    }

    .footer__item.toggle {
        padding-top: 12px;
        padding-bottom: 12px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .footer__item.toggle ul {
        display: none;
        margin-top: 14px;
    }

    .footer__item.toggle:before {
        content: "";
        width: 27px;
        height: 40px;
        background-image: url('/wp-content/themes/havayama/img/chevron-down-solid.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        position: absolute;
        top: 7px;
        left: 0;
        pointer-events: none;
        transition: all ease .3s;
    }

    .footer__item.toggle.in:before {
        transform: rotate(180deg);
    }

    .copyright {
        flex-wrap: wrap;
        font-size: 12px;
        padding-top: 8px;
    }

    .copyright span:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: -19px;
    }

    .copyright__divider {
        display: none;
    }

    .copyright img {
        margin-right: 0;
    }

    .service-description,
    .service-price {
        font-size: 16px;
    }

    .price-table {
        margin-bottom: -48px;
    }

    table td {
        padding-top: 16px;
        padding-bottom: 20px;
        height: auto;
    }

    .service-name {
        margin-bottom: 8px;
    }

    .service-description span {
        margin-bottom: 3px;
    }

    .service-description span:last-child {
        margin-bottom: 11px;
    }

    .price-title {
        margin-left: 7px;
        color: rgb(42, 128, 220);
        font-weight: bold;
    }

    .service-price img {
        width: 60px;
        margin: 0 18px 0 5px;
        position: relative;
        top: -4px;
    }

    .service-block:last-child:before {
        display: none;
    }

    .wave-top,
    .wave-bottom {
        left: -21px;
    }

    .section-two .wave-top,
    .section-two .wave-bottom {
        left: -14px;
    }

    .section-contacts__waze {
        width: 51%;
    }

    .section-contacts__image {
        width: auto;
    }

    .banner-alt__title {
        font-size: 46px;
        padding-bottom: 15px;
        background-size: 76px;
        padding-top: 0;
    }

    .banner-alt {
        position: relative;
        padding-top: 121px;
        padding-bottom: 36px;
    }

    .banner-alt:before {
        content: "";
        height: 100px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
    }

    .prices {
        background-color: #fff;
        padding: 0 5px;
        padding-bottom: 148px;
        background-position: left -8px bottom -35px;
    }

    table {
        box-shadow: none;
    }

    .prices table td {
        padding: 22px 22px 19px 0 !important;
        height: auto;
    }

    .prices__bottom .blue-btn {
        height: 44px;
        font-size: 18px;
        margin-top: 90px;
        padding: 0 28px;
    }

    .single-article {
        margin-top: 66px;
    }

    .article__header {
        flex-direction: column-reverse;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 10px;
    }

    .article__header-image {
        width: 100%;
        max-height: 216px;
        padding: 0;
    }

    .article__header-description {
        width: 100%;
        margin-left: 0;
        padding: 20px;

    }

    .article__header-description-breadcrumb a {
        font-size: 14px;
    }

    .article__header-description-breadcrumb {
        font-size: 14px;

    }

    .article__header-description-title {
        font-size: 38px;
    }

    .article__header-description-title {
        padding-bottom: 8px;
    }

    .article__header-description-user-wrap {
        margin-bottom: 17px;
    }

    .article__header-description-user-item {
        font-size: 16px;
    }

    .single-article .float-socials > span {
        font-size: 16px;
    }

    .single-article .float-socials a {
        width: 35px;
        height: 35px;
    }

    .single-article .float-socials a svg {
        height: 15px;
    }

    .prices__block {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .tooltip {
        max-width: 220px;
        min-width: 205px;
        min-width: none;
        right: auto;
        position: absolute;
        left: -15px;
        /* left: 0;
        right: 0;
        bottom: auto;
		margin: 0 auto; */
    }

    .navigate-btn {
        font-size: 13px !important;
    }


}

.tooltip:before {
    display: none;
}

table .info:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -20px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(180deg);
}

.tooltip ul li {
    font-size: 16px;
    padding-right: 32px;
    margin-top: 6px;
    padding-right: 27px;
    padding-left: 6px;
}

.tooltip ul li:before {
    right: 13px;
    width: 5px;
    height: 5px;
}

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

input, textarea {
    transition: all 0.3s ease;
}

::-webkit-input-placeholder {
    color: #161f41;
}

::-moz-placeholder {
    color: #161f41;
}

:-ms-input-placeholder {
    color: #161f41;
}

:-moz-placeholder {
    color: #161f41;
}

input:not([type="submit"]), textarea, select {
    font-size: 19px;
    color: #161f41;
    line-height: 1.368;
    margin-bottom: 12px;
    border-radius: 4px;
    background-color: rgb(226, 240, 253);
    border: 1px solid transparent;
    width: 100%;
    padding: 11px 15px;
    outline: none;
    -webkit-appearance: none;
	direction: rtl;
}

input:not([type="submit"]):focus, textarea:focus {
    border: 1px solid #4270BF;
}

textarea {
    resize: none;
    height: 92px;
}

input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #4270BF;
    padding: 12px 39px;
    margin-top: 5px;
    border-radius: 40px;
}

input[type="submit"]:hover {
    background-color: #161f41;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    text-align: right;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.banner.banner-contact {
    margin-bottom: -20px;
    padding-bottom: 0;
}

.banner-contact .banner__title {
    font-size: 64px;
}

.bottom-wave img {
    margin-top: -55px;
}

.contact-block {
    border-radius: 20px;
    background-color: #fff;
    text-align: right;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 0 #cdcdcd;
    transform: translateY(-50px);
}

@media (min-width: 768px) {
    .contact-block .col-md-4:first-child {
        padding: 21px 30px 30px 15px;
    }

    .contact-block .col-md-4:nth-child(2) {
        padding: 30px 15px 30px 15px;
    }
}


@media (min-width: 1025px) {
    .contact-block .col-md-4:first-child {
        padding: 36px 65px 36px 15px;
    }

    .contact-block .col-md-4:nth-child(2) {
        padding: 41px 44px 41px 43px;
    }
}


.contact-block__title {
    color: #161f41;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 12px;
}

.contact-block__title.small {
    font-size: 28px;
    margin-bottom: 6px;
}

.contact-block__subtitle {
    margin-bottom: 22px;
}

.contact-block__subtitle p {
    font-size: 19px;
    color: #161f41;
    line-height: 1.368;
}

.contact-items {
    margin-bottom: 25px;
}

.contact-items__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.contact-items__value, .contact-items__key {
    color: #172144;
    font-size: 19px;
    margin-bottom: 2px;
}

.contact-items__value {
    font-weight: bold;
    width: 170px;
    text-align: left;
}

.contact-items__value.email {
    font-weight: normal;
    text-decoration: underline;
    line-height: 1.368;
}

a.contact-items__value:hover {
    color: #2a80dc;
}

.contact-map__info {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 360px;
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    padding: 18px 20px;
}

.contact-map__info .navigate-btn {
    position: static;
}

.contact-map__title {
    font-size: 28px;
    color: #161f41;
    font-weight: bold;
    margin-bottom: -7px;
}

.contact-map__subtitle {
    color: #172144;
    margin-bottom: 0;
    font-size: 19px;
}

@media (max-width: 1024px) {
    .banner-contact .banner__title {
        font-size: 46px;
    }

    .contact-block__title {
        font-size: 28px;
        margin-bottom: 3px;
    }

    .contact-block__subtitle {
        margin-bottom: 19px;
    }

    .contact-block__subtitle p, input:not([type="submit"]), textarea, select, .contact-items__value, .contact-items__key, .contact-map__subtitle {
        font-size: 17px;
    }

    .contact-items {
        margin-bottom: 21px;
    }

    .contact-items__value, .contact-items__key {
        margin-bottom: 6px;
    }

    input:not([type="submit"]), textarea, select {
        padding: 9px 15px;
    }

    input[type="submit"] {
        font-size: 18px;
        padding: 9px 38px;
        margin-top: -4px;
    }

    .contact-block__title.small {
        font-size: 24px;
        margin-bottom: 9px;
    }

    .contact-map__title {
        font-size: 22px;
    }

    .contact-map__info {
        max-width: 305px;
        top: 22px;
        padding: 11px 14px;
    }
}

@media (max-width: 767px) {
    .bottom-wave {
        position: absolute;
        top: 310px;
        z-index: -1;
        background-color: #161f41;
        height: 100%;
    }

    .bottom-wave img {
        height: 65px;
        object-fit: cover;
        margin-top: -14px;
    }

    .banner.banner-contact > img {
        height: 310px;
    }

    .banner.banner-contact {
        padding-top: 73px;
        margin-bottom: 0;
    }

    .banner-contact .banner__title {
        padding-top: 46px;
    }

    .contact-block {
        margin-top: 45px;
    }

    .contact-block .col-md-4:first-child, .contact-block .col-md-4:nth-child(2) {
        padding: 20px 40px 2px 40px;
    }
}

