body {
	font-family: 'Roboto', sans-serif;
	background: #f9f9fb;
}
.mobile {
	display: none !important;
}

/* header */
header {
    height: 80px;
    display: flex;
    align-items: center;
}
.container-custom {
	width: 100%;
    padding-right: var(--bs-gutter-x,3rem);
    padding-left: var(--bs-gutter-x,3rem);
    margin-right: auto;
    margin-left: auto;
}
.navbar-brand {
    font-weight: 900;
    text-transform: uppercase;
    color: #50707B;
    letter-spacing: 1px;
}
.navbar-brand:hover {
    color: #50707B;
}
.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #6e7576;
}
.nav-link:hover {
    color: #6e7576;
}
.header-link.desktop {
    color: #6e7576;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #50707B;
    border-radius: 10px;
    padding: 10px 20px;
}

/* banner */
.banner-inner {
	background: url(../img/banner-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px);
    border-radius: 40px;
	box-shadow: 0px 0px 30px #1516214f;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 10vh 10vw;
}
.banner-h2 {
    font-size: 24px;
    color: #fff;
}
.banner-h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
.banner-button {
    font-weight: 700;
    color: #fff;
    background: #DCA780;
    border: none;
    width: 240px;
    height: 62px;
    border-radius: 10px;
}

/* sub-banner */
#sub-banner {
    padding: 30px 0;
}
.sub-banner-row {
    display: flex;
    justify-content: space-around;
}
.sub-banner-block {
    display: flex;
    align-items: center;
}
.sub-banner-number {
    display: flex;
    height: 40px;
    width: 40px;
    background: #50707B;
    align-items: center;
    border-radius: 20px;
}
.sub-banner-number p {
	width: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.sub-banner-text {
    margin-left: 20px;
}
.sub-banner-text-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
}
.sub-banner-text-description {
    margin: 0;
    color: #6E7576;
}

/* about */
#about {
    padding: 20px 0;
}
.about-inner {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.about-title {
    font-size: 32px;
    font-weight: 500;
    color: #111D1E;
}
.about-description {
    color: #6E7576;
}

/* services */ 
#services {
    padding: 30px 0;
}
.services-title {
    font-size: 24px;
    font-weight: 500;
    color: #111D1E;
    text-align: center;
    margin-bottom: 30px;
}
.services-block {
    box-shadow: 0 0 25px -5px #1516214f;
    border-radius: 20px;
    margin-top: calc(var(--bs-gutter-x) * .5);
    margin-bottom: calc(var(--bs-gutter-x) * .5);
    background: #fff;
    height: calc(100% - var(--bs-gutter-x));
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-image {
    width: 100%;
}
.services-name {
    background: #1B2D2F;
    width: fit-content;
    max-width: 90%;
    padding: 0 10px;
    border-radius: 0 0 20px 0;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: -25px;
    position: relative;
}
.services-name p {
	margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.services-description {
    background: #fff;
    border-radius: 20px;
}
.services-text {
    color: #6E7576;
    padding: 10px;
}
.services-link {
    text-decoration: none;
    color: #50707B;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0 10px;
    border-radius: 25px;
}
.services-link img {
	margin-left: 5px; 
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.services-link:hover {
    color: #DCA780;
}
.services-link:hover img {
    margin-left: 25px; 
    content: url("../img/arrow-left-hover.png");
}
.services-line {
    color: #DCA780;
    opacity: 1;
    height: 6px !important;
    width: 100px;
    margin: 30px auto;
    border-radius: 5px;
}

/* advantages */
#advantages {
	padding-bottom: 30px; 
}
#advantages-bg {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 25px -5px #1516214f;
}
.advantages-title {
    font-size: 32px;
    font-weight: 500;
    color: #111D1E;
    text-align: center;
    margin-bottom: 40px;
}
#advantages-inner {
    width: 80%;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 0 25px -5px #1516214f;
}
.advantages-block {
    display: flex;
    align-items: start;
    margin-bottom: 40px;
}
.advantages-image {
    margin-right: 15px;
}
.advanages-text {
    margin: 0;
    color: #6E7576;
    font-weight: 500;
}

/* catalog */
#catalog {
    padding: 30px 0 0;
}
#catalog .container {
    overflow: hidden;
}
.catalog-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #111D1E;
}
.catalog-text {
    font-size: 20px;
    text-align: center;
    color: #6E7576;
}
#myTab {
    justify-content: center;
    border: none;
}
.nav-tab-link {
	color: #50707B;
}
.nav-tab-link:hover {
    color: #50707B;
}
.nav-tab-link.active {
	color: #DCA780 !important;
    background-color: transparent !important;
    border: none;
    border-bottom: 3px solid #DCA780 !important;
}
#myTabContent {
    padding-top: 30px;
}
.catalogSwiper {
    overflow: inherit;
    padding-bottom: 70px; 
}
.swiper-pagination {
    bottom: 0 !important;
    z-index: 1 !important;
}
.swiper-button-prev {
    background-image: url('../img/pagination-left.png') !important;
    left: 40%;
    width: 30px;
}
.swiper-button-next {
    background-image: url('../img/pagination-right.png') !important;
    right: 40%;
    width: 30px;
}
.swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 0;
    color: transparent;
    height: 30px;
    z-index: 2 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 10px;
    background: #DCA780;
}
.catalog-block {
    box-shadow: 0 0 15px -5px #1516214f;
    padding: 30px 10px 10px;
    border-radius: 10px;
    text-align: center;
}
.catalog-image {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.catalog-name {
    font-size: 20px;
    font-weight: 500;
    color: #111D1E;
    margin-top: 30px;
}
.catalog-description-block {
    text-align: start;
    margin: 20px 0 0;
}
.catalog-description {
    font-size: 14px;
    color: #6E7576;
}
.catalog-description b {
    color: #000;
}
.catalog-button {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #1B2D2F;
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 10px;
}
.catalog-line-1 {
    color: #d9d9d9;
    opacity: 1;
    height: 1px !important;
    width: 100%;
    margin: 20px auto 20px;
    border-radius: 5px;
}
.catalog-line {
    color: #DCA780;
    opacity: 1;
    height: 4px !important;
    width: 60px;
    margin: 25px auto 15px;
    border-radius: 5px;
}

/* help */
#help {
    padding: 30px 0;
}
.help-inner {
	background: url(../img/help-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	text-align: center;
    padding: 40px 0 30px;
    border-radius: 20px;
    box-shadow: 0 0 25px -5px #1516214f;
}
.help-title {
    font-size: 24px;
    font-weight: 500;
}
.help-description {
    color: #6E7576;
}
.help-button {
    color: #fff;
    background: #DCA780;
    border: none;
    width: 240px;
    height: 62px;
    border-radius: 10px;
}

/* contacts */
#contacts {
    padding: 30px 0;
}
.contacts-inner {
    background: #1B2D2F;
    border-radius: 20px;
    padding: 30px 0;
}
.contacts-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.contacts-row-1 {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.contacts-link {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin: 0 20px;
}
.contacts-link:hover {
    color: #fff;
}
.contacts-row-2 {
    display: flex;
    justify-content: center;
}
.contacts-address {
    font-size: 14px;
    color: #c4c8c8;
}
.contacts-phone, .contacts-mail {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.contacts-phone {
    margin: 0 40px;
}
.contacts-phone p, .contacts-mail p {
    font-size: 14px;
    color: #c4c8c8;
}
.contacts-phone a, .contacts-mail a {
	color: #c4c8c8;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
}

/* footer */
footer {
    padding-bottom: 30px;
}
.footer-row {
    display: flex;
    justify-content: space-between;
}
.footer-text {
    color: #6E7576;
    font-size: 14px;
    margin: 0;
}
.footer-text a {
    color: #6E7576;
}

.modal-dialog {
    max-width: 750px;
    margin-top: 15vh;
}
.modal-content {
    border: none;
    border-radius: 20px;
}
.modal-body {
    padding: 0;
}
.modal-close-button {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
}
.col-modal-text {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.modal-text {
    text-align: center;
    padding: 28px;
}
.modal-title {
    color: #111D1E;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
.modal-description {
    font-size: 12px;
    color: #6E7576;
}
input[type="tel"] {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d4d4d5;
    margin-bottom: 15px;
    padding-left: 10px;
}
.modal-button {
    font-weight: 700;
    color: #fff;
    background: #DCA780;
    border: none;
    height: 50px;
    width: 100%;
    border-radius: 10px;
}
.col-modal-image {
    padding: 0;
}
.form-image {
    width: 100%;
    border-radius: 0 20px 20px 0;
}

@media (min-width: 1500px) {
    .banner-h1 {
        margin-bottom: 250px;
    }
    #sub-banner {
        padding: 60px 0 30px;
    }
    .catalog-image {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .catalog-name {
        margin-top: 30px;
    }
    .catalog-description-block {
        margin: 40px 0 45px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    header .desktop {
        display: none !important;
    }
    header .mobile {
        display: block !important;
    }
    header {
        display: block;
        position: relative;
        z-index: 2;
    }
    header .container-custom {
        padding: 0;
    }
    .navbar.navbar-expand-lg {
        background: #f9f9fb;
    }
    .container-custom {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-brand {
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: 48px;
        height: 48px;
        background-image: url(../img/menu.png);
        padding-right: var(--bs-gutter-x,.75rem);
    }
    #navbarSupportedContent {
        background: #f9f9fb;
    }
    .header-link.mobile {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #50707B;
        text-decoration: none;
    }
    .sub-banner-row {
        flex-direction: column;
        align-items: center;
    }
    .sub-banner-block {
        margin-bottom: 30px;
    }
    #advantages-inner {
        width: 90%;
        margin-top: -100px;
    }
}

@media (min-width: 767px) {
    #navbarSupportedContent {
        -webkit-flex: 2;
            -ms-flex: 2;
                flex: 2;
    }
    .navbar-brand, .header-link-block {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .header-link-block {
        text-align: end;
    }
}


@media (min-width: 767px) {
    .header-link.desktop {
        padding: 5px 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    header {
        display: block;
        position: relative;
        z-index: 2;
    }
    header .container-custom {
        padding: 0;
    }
    .navbar.navbar-expand-lg {
        background: #f9f9fb;
    }
    .container-custom {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-brand {
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon {
        width: 48px;
        height: 48px;
        background-image: url(../img/menu.png);
        padding-right: var(--bs-gutter-x,.75rem);
    }
    #navbarSupportedContent {
        background: #f9f9fb;
    }
    .header-link.mobile {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #50707B;
        text-decoration: none;
    }
    .banner-inner {
        background: url(../img/banner-bg-mobile.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        justify-content: center;
        padding: 10vh 0 0;
    }
    .banner-h1 {
        font-size: 30px;
        margin-top: 30px;
    }
    .sub-banner-row {
        flex-direction: column;
        align-items: start;
        padding-left: 20px;
    }
    .sub-banner-block {
        margin-bottom: 30px;
    }
    .about-title {
        font-size: 30px;
    }
    #advantages-inner {
        width: 100%;
        margin-top: 0;
    }
    .advantages-title {
        font-size: 24px;
    }
    .catalog-block {
        margin-bottom: 20px;
    }
    .swiper-button-prev {
        left: 20%;
    }
    .swiper-button-next {
        right: 20%;
    }
    .help-inner {
        background: url(../img/help-bg-mobile.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .contacts-row-1 {
        flex-direction: column;
        align-items: center;
    }
    .contacts-row-2 {
        flex-direction: column;
    }
    .contacts-address {
        text-align: center;
    }
}








.phone {
    position:fixed;
    width:50px;
    height:50px;
    bottom:25px;
    left:20px;
    background-color:#111111;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #000;
    z-index:100;
    cursor: pointer;
}
.phone svg {
    width: 35px;
    height: 35px;
}
.phone:hover {
    color: white;
}



.whatsapp {
    position:fixed;
    width:50px;
    height:50px;
    bottom:25px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    cursor: pointer;
}
.whatsapp svg {
    width: 35px;
    height: 35px;
}
.whatsapp:hover {
    color: white;
}




.pulse {
    transform: translate(-505, -50%);
    border-radius: 50%;
    box-sizing: border-box;
}

.pulse:before,
.pulse:after {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    border: 2px solid #25d366;
    border-radius: 50%;
    animation: animate 3s linear infinite;
    animation-direction: reverse;
}
.pulse2:before,
.pulse2:after {
    border: 2px solid #111111;
}

.pulse:after {
    animation-delay: 1s;
}

@keyframes animate {
    0% {
        transform: scale(1.0);
        opacity: 0;
    }

    70% {
        opacity: 0.5;
    }

    100% {
        transform: scale(0.4);
        opacity: 1;
    }
}



.ringanimation {
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    z-index: 9;
    box-sizing: border-box;
    border-radius: 100%;
    animation: ringanimation;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    border: 1px solid #9be327;
    opacity: 0.1;
}
.ringanimation1 {
    animation-delay: .6s
}
.ringanimation2 {
    animation-delay: .8s
}
.ringanimation3 {
    animation-delay: 1s
}
