@charset "UTF-8";

/*
Theme Name: memo-host
Author: http://memo-host.com/
Version: 3.1
*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 2
}

::selection {
    color: #fff;
    background: #00438b;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
address,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
    color: #0077c8;
    text-decoration: none
}

a:hover,
a:focus {
    color: #00497c;
}

a:hover {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

button {
    background: transparent;
    border: 0;
    cursor: pointer;
}


/* Accessibility */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* grid */

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 700px;
}

.wrapper:before,
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.clear:after,
.comment-list .comment:after {
    clear: both;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
    clear: right;
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pt-30 {
    padding-top: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-25 {
    margin-bottom: 25px;
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.txtcenter {
    text-align: center;
}

.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}

.sub-title,
.menu-items a,
.btn {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}

.border {
    border: 1px solid #c8d7e1;
    overflow: hidden;
}

.shadow {
    -moz-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
    -webkit-box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
    box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
}

.pad-16 {
    padding: 16px;
}

.bg-white {
    background: #fff;
}

.radius {
    border-radius: 15px;
}


/* Header */

.site-header {
    box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
    position: relative;
    z-index: 9999;
    background: #fff;
}

.site-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.site-header .wrapper {
    padding: 0;
}

.topbar-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.logo-link {
    display: block;
    height: 100%;
}

.search-toggle .close,
.search-toggle,
.close-menu,
.sub-menu,
.scrollUp {
    display: none;
}

.nav-bar {
    background-color: #fff;
    box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 60px;
    width: 0;
    transition: 0.5s;
}

.nav-bar.open {
    width: 100%;
}

.close-menu {
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 36px;
    padding: 0px 13px;
    color: #cf2e2e;
    z-index: 9999;
}

.search-toggle,
.menu-toggle {
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #c8d7e1;
}

.search-wrap {
    display: flex;
    justify-content: center;
}

.search-form {
    box-shadow: 0 0 5px 0 rgb(60 64 67 / 16%);
    display: flex;
    flex-direction: row;
    border: 1px solid #ebebeb;
    padding: 2px;
    border-radius: 20px;
    width: 80%;
}

.search-input {
    padding: 11px;
    -webkit-appearance: textfield;
    background: transparent;
    flex-grow: 2;
    border: none;
}

.search-submit {
    background: transparent;
    padding: 0 10px;
}

.menu-items {
    padding: 40px;
}

.menu-items li {
    position: relative;
}

.menu-itemsli {
    padding: 0 15px;
}

.menu-items a {
    color: #000;
    display: block;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-items li:hover>a {}

.menu-items .sub-menu {
    padding-right: 20px;
    padding-left: 1rem;
}

.icon-angle-down {
    border: solid #9aa0a6;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: 0.8s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.dropdown-toggle {
    background: 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    left: 0;
    padding: 13px 16px;
    position: absolute;
    top: 0;
}

.close-menu.toggled-on,
.sub-menu.toggled-on {
    display: block;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

input[type="search"]:focus {
    outline: none;
}

.entry-meta,
.subtitle {
    position: relative;
    border-bottom: 1px solid #e4ebf2;
    padding-bottom: 10px;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #676f95;
}

.subtitle:before,
.entry-meta:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #ffd007;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.site-footer {
    padding-top: 45px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(180deg, #2d61b1, #2d6ac7);
}

.site-footer,
.site-footer .wrapper a {
    color: #fff;
}

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

.site-footer p {
    margin: 0
}

.site-copyright {
    padding: 20px 0;
    font-size: 14px;
    background: linear-gradient(180deg, #2d61b2, #2d6ac7);
}

.site-footer .info {
    padding-bottom: 30px;
}

.footer-blocks {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    background: rgb(255 255 255 / 6%);
    margin: 20px 0 57px 0;
}

.follow-us a {
    margin-left: 5px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    height: 50px;
    width: 50px;
    background: rgb(255 255 255 / 20%);
    border-radius: 10px;
}

.heading-title {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    font-size: 27px;
}

.heading-title::before {
    content: " ";
    width: 30px;
    height: 3px;
    background-color: #4caf50;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.heading-title::after {
    content: " ";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #4caf50;
    border-radius: 10px;
    bottom: 0;
    right: 35px;
}

.footer-menu-items {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer-widgets {
    display: flex;
    padding: 45px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-footer .block {
    list-style: square;
}

.site-footer .block ul {
    list-style: none;
}

.footer-widgets .subtitle {
    color: #fff;
    border-bottom: 0;
}

.footer-widgets .subtitle:before {
    content: none
}

.footer-menu-items {
    list-style: none;
}

.footer-menu-items li {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
}

.footer-items li {
    display: inline-block;
    position: relative;
    color: rgb(255 255 255 / 90%);
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffffff12;
    width: auto;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 6px;
    margin-left: 3px;
    line-height: 22px;
}

.footer-items ul {
    list-style: none;
}

.footer-menu-items li:after {
    /* content: ' '; */
    width: 0px;
    height: 0px;
    position: absolute;
    right: 2px;
    top: 17px;
    border: solid #ffd007;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1.5px;
    transform: rotate( 135deg);
}

.footer-menu-items li::before {
    content: " ";
    display: inline-block;
    border: 6px solid transparent;
    border-right-color: #4caf50;
    width: 0;
    height: 0;
    margin-left: 30px;
}

.footer-contacts {
    display: flex;
    flex-wrap: wrap;
}

.contacts-item {
    display: flex;
    align-items: center;
    text-align: right;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.footer-contacts .text-div {
    line-height: 2;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.text-div span {
    display: block;
}

.social-follow li a {
    display: block;
    text-align: center;
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 58px;
    border-radius: 50px;
    margin: 5px;
}

a.gallery-more {
    background: #b89430;
    color: #1d3051;
    padding: 10px 37px;
    font-weight: 900;
    font-size: 18px;
    border-radius: 12px;
}

.site-footer .follow-us {}

.footer-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.widgets-div .icon-div {
    display: inline-block;
    margin-left: 15px;
}

.widgets-div .text-div {
    display: inline-block;
    margin-left: 10px;
    line-height: 2;
    text-align: right;
}

.widgets-div .text-div .bold {
    color: #00aaeb;
    font-weight: 700;
}

.widgets-div .text-div span+span {
    color: #fff;
}

.page-header {
    background: #1d3051;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 60px;
    color: #fff;
}

.gallery-section .gallery {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-section .gallery-item {
    box-sizing: content-box;
    margin: 10px;
    height: 370px;
    width: 43%;
    display: inline-block;
    position: relative;
    border-radius: 33px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-section .gallery-item::before {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(36 36 36 / 27%);
    z-index: 99;
}

.gallery-section .gallery-icon {
    width: 100%;
    height: 100%;
}

.gallery-section img {
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.ms-whats-button,
.ms-call-button,
.scrollUp {
    position: fixed;
    bottom: 6px;
    z-index: 9999;
    text-align: center;
    z-index: 9999
}

.scrollUp {
    background-color: #2e65bb;
    left: 3px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    border-radius: 25px 25px 0 0;
    bottom: 0;
}

.scrollUp.toggled-on {
    display: block
}

.ms-whats-button,
.ms-call-button {
    display: flex;
    outline: 0;
    cursor: pointer;
    right: 7px;
}

.ms-call-button {
    right: 6px
}

.ms-call-button {
    bottom: 79px;
}

.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #2e65bb;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, .705);
    -moz-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, .705);
    box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, .705);
}

.ms-whats-button .ms-call-icon,
.ms-call-button .ms-call-icon {
    animation: memo-waggle 5s infinite
}

.ms-whats-txt,
.ms-call-txt {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-right: 12px;
    line-height: 28px;
    border-radius: 10px;
    width: 89px;
    height: 35px;
    margin-top: 9px
}

.ms-whats-txt {}

.scrollUp,
.ms-whats-txt,
.ms-call-button .ms-call-txt {
    box-shadow: 1px 1px 6px 0 rgb(68 68 68 / 71%);
}

.scrollUp.toggled-on {
    display: block;
}

a.ms-whats-button .ms-call-icon {
    background: #4caf50;
}

.block.widg {
    width: 81%;
    margin: 34px auto 0 auto;
}

.contact-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 23px 0;
    border-radius: 23px;
}

.menu-toggle {
    background: #fff;
}

@keyframes memo-waggle {
    0% {
        transform: none
    }
    10% {
        transform: rotateZ(-20deg) scale(1.2)
    }
    13% {
        transform: rotateZ(25deg) scale(1.2)
    }
    15% {
        transform: rotateZ(-15deg) scale(1.2)
    }
    17% {
        transform: rotateZ(15deg) scale(1.2)
    }
    20% {
        transform: rotateZ(-12deg) scale(1.2)
    }
    22% {
        transform: rotateZ(0) scale(1.2)
    }
    100%,
    24% {
        transform: rotateZ(0) scale(1)
    }
}

@media only screen and (min-width: 982px) {
    .wrapper {
        max-width: 1200px;
    }
    .logo-link img {
        width: 100%;
    }
    .search-toggle.open .close,
    .search-toggle {
        display: block;
    }
    .search-toggle {
        border: 1px solid #19c2a0;
        padding: 10px;
        background: #18c2a0;
    }
    .search-wrap.open {
        background-color: #fff;
        display: block;
        position: absolute;
        left: -30px;
        top: 59px;
        z-index: 9999;
        box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
        padding: 15px;
        width: 100%;
    }
    .search-form {
        width: 100%;
    }
    .nav-bar {
        background-color: transparent;
        width: auto;
        box-shadow: none;
        position: relative;
        height: auto;
        overflow-x: unset;
        padding: 0;
        border: 0;
        transition: none;
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: center;
    }
    .contact-block {
        width: auto;
        margin-bottom: 0;
    }
    .search-toggle.open .search,
    .search-wrap,
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .menu-items {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }
    .menu-items>li {
        margin: 0 17px;
        padding: 0 15px;
        border-right: 1px solid #d3d3d3;
    }
    .menu-items>li:first-child {
        border: 0
    }
    .menu-items li:hover,
    .menu-items>li.current {}
    .menu-items>li.current a {}
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #959595;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate( 45deg);
        position: relative;
        top: -3px;
        right: 7px;
    }
    .menu-items .sub-menu {
        background-color: #fcfeff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        border-radius: 2px;
        box-shadow: 2px 0px 5px 0px rgb(60 64 67 / 16%);
        z-index: 9999;
    }
    .menu-items .sub-menu li {
        padding: 0 17px;
    }
    .menu-items .sub-menu .has-child .sub-menu {
        right: 100%;
        top: 0;
    }
    .menu-items .sub-menu .has-child>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate( 137deg);
    }
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .mobile-bar {
        box-shadow: none;
        padding: 0
    }
    .menu-items a {
        border: 0;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
        position: relative;
    }
    .site-footer .block {
        width: 24%;
    }
    .site-footer .logo-link {
        height: auto;
    }
    .footer-menu-items li {
        width: 33.3333333%;
    }
    .contacts-item {
        justify-content: start;
        align-items: stretch;
        width: 33.3333%;
    }
    .footer-contacts .text-div {
        margin-right: 15px;
        text-align: right;
        width: auto;
        font-size: 17px;
    }
}

@media only screen and (min-width: 1480px) {
    .wrapper {
        max-width: 1350px;
    }
}