html {
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    color: #000;
    font-family: "Naskh", -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

main {
    display: block;
}

p,
ul,
h1 {
    margin: 0;
    padding: 0;
}

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

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

svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.txtcenter {
    text-align: center;
}


/* 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 */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    display: table;
    content: " ";
    width: 100%
}

.container {
    margin: 0 auto;
    padding: 0 10px;
}

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

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

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


/* Header */

.site-header {
    box-shadow: 0 0 10px 0 #2a2727;
    position: relative;
    background: #fff;
}

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

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

.logo-link {
    display: inline-flex;
    line-height: 1.2;
    padding: 7px 0;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    text-decoration: none;
    color: #2f2c2c;
}

.site-title-wrap {
    margin-right: 10px;
    line-height: 1;
}

.site-title {
    font-size: 25px;
    font-weight: 900;
    text-decoration: none;
}

.site-description {
    font-size: 13px;
    padding-top: 5px;
    font-weight: 600;
}

.close-menu,
.menu-trigger {
    border-radius: 10px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px;
}

.search-toggle {
    display: none;
}


/* Menu */

.menu-items a {
    color: #2f2c2c;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 17px;
}

.menu-items li {
    position: relative;
}

.icon-angle-down {
    border: solid #000;
    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: 0;
    display: block;
    left: 0;
    padding: 19px 16px;
    position: absolute;
    top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.overhidden {
    overflow: hidden;
}

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


/** Footer */

.site-footer {
    padding-top: 45px;
    background-color: #151414;
    color: #fff;
    overflow: hidden;
}

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

.site-footer a:hover {
    color: #4cc2c0;
    text-decoration: underlines;
}

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

.site-footer .follow-us a {
    margin-left: 15px;
}

.site-footer .follow-us {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.footer-menu-items,
.footer-contacts {
    padding: 40px 0;
}

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

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

.footer-menu-items li::before {
    content: " ";
    display: inline-block;
    border: 6px solid transparent;
    border-right-color: #4cc2c0;
    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;
}

.site-copyright {
    background-color: #121111;
    padding: 20px 0;
    font-size: 14px;
}

.scrollUp {
    display: none;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 99;
    left: 13px;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 20px 20px 0 0;
    background: #3770c8;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

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

.whats-btn,
.call-btn {
    display: flex;
    position: fixed;
    bottom: 4.5em;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    right: 15px
}

.whats-btn {
    bottom: 10px
}

.call-btn {
    bottom: 86px
}

.whats-icon,
.call-icon {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    line-height: 68px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

.call-icon {
    background-color: #3770c8;
    animation: callrotate 4s infinite ease-in-out
}

.whats-icon {
    background-color: #fff;
    animation: callrotate 4s infinite ease-in-out
}

@keyframes callrotate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media(max-width:991px) {
    .sub-menu {
        display: none;
        padding-right: 10px;
    }
    .menu-items {
        padding: 25px;
    }
    .nav-bar {
        background: #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: 9px;
        left: 15px;
        padding: 4px 7px;
        z-index: 9999;
    }
    .sub-menu.toggled-on {
        display: block;
    }
    .dropdown-toggle.toggled-on .icon-angle-down {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }
}

@media(min-width:768px) {
    .container {
        width: 710px
    }
}

@media(min-width:992px) {
    .container {
        width: 965px
    }
    .nav-bar {
        display: flex;
        flex-grow: 1;
        justify-content: center;
    }
    .search-wrap,
    .menu-trigger,
    .close-menu,
    .sub-menu,
    .dropdown-toggle {
        display: none;
    }
    .search-toggle {
        display: block;
    }
    .menu-items {
        display: flex;
        flex-wrap: wrap;
    }
    .menu-items>li {
        margin: 0 17px;
    }
    .menu-items a {
        border: none;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #5f6f81;
        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: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 250px;
        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 a {
        padding: 5px 0;
    }
    .menu-items a:hover {
        color: #605ca9;
    }
    .menu-items .sub-menu .has-child>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate( 137deg);
    }
    .menu-items .sub-menu .has-child .sub-menu {
        right: 100%;
        top: 0;
    }
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .search-wrap.open {
        background-color: #fbfbfb;
        display: block;
        position: absolute;
        left: 0;
        top: 66px;
        z-index: 9999;
        padding: 15px;
        width: 100%;
        right: 0;
        box-shadow: 0 1px 6px 0 rgb(0 0 0 / 15%);
    }
    .search-form {
        width: 30%;
        margin: auto;
        background: #fff;
    }
    .footer-menu-items li {
        width: 33.3333333%;
    }
    .contacts-item {
        width: 33.3333%;
    }
    .contacts-item {
        justify-content: start;
        align-items: stretch;
    }
    .footer-contacts .text-div {
        margin-right: 15px;
        text-align: right;
        width: auto;
        font-size: 17px;
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}