/* Body */
body {
	font-family: 'Rubik', sans-serif;
	font-size: 14px; 
}
p{
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 300;
    color: #6c7a87;
    margin-bottom: 25px;
}
button:focus {
    outline: none;
    border: 0;
    box-shadow: none!important;
}
@media only screen and (max-width: 767px) {
    p {margin-bottom: 15px;}
}

.body-color {
    position: relative;
	background: url("../img/intro/bg.png");
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}
.body-color .arrow-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation-name: abShape-1;
    -moz-animation-name: abShape-1;
    -o-animation-name: abShape-1;
    animation-name: abShape-1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@-moz-keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@-o-keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
a{
	-webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
em {
    font-style: inherit;
}

.h6, h6 {
    font-size: 1rem;
    line-height: 25px;
}

.text-success{
    color: rgb(105, 240, 174) !important;
}
.text-primary {
    color: #C30002!important;
}
.btn-primary {
    color: #fff;
    background-color: #204063;
    border-color: #204063;
}
.btn-primary:hover {
    background-color: #C30002;
    border-color: #C30002;
}
.text-warning {
    color: #f7afc0!important;
}


.border {
    border: 1px solid #edeef1!important;
}
.border-top {
    border-top: 1px solid #edeef1!important;
}
.border-bottom {
    border-bottom: 1px solid #edeef1!important;
}
.border-right {
    border-right: 1px solid #edeef1!important;
}
.border-left {
    border-left: 1px solid #edeef1!important;
}

.rounded {
    border-radius: 8px !important;
}

.slick-slide {
    outline: none !important;
}
.slick-prev::before {
    content: "\ea9d" !important;
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.slick-next::before {
    content: "\eaa0" !important;
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/* Header */
.logo {
    height: 62px;
}
.warom-nav.fixed-top {
    background: #204063;
    -webkit-backdrop-filter: saturate(1) blur(20px) !important;
    -o-backdrop-filter: saturate(1) blur(20px) !important;
    -ms-backdrop-filter: saturate(1) blur(20px) !important;
    backdrop-filter: saturate(1) blur(20px) !important;
	padding: 5px 0;
}
.warom-nav {
	padding: 27px 0;
	-webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.warom-nav .nav-link {
    position: relative;
	color: #fff !important;
	font-family: "Rubik";
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
	transition: 0.3s !important;
	-webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
	border-radius: 8px !important;
	padding: 11px 13px !important;
}
.warom-nav .nav-link:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 80%;
    background: #C30002;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.warom-nav .nav-link.active:before {
    opacity: 1
}
.warom-nav .nav-link:hover:before {
    opacity: 1;
}
.header {
    /*margin-top: 5rem;*/
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
.header-contact .phone,
.header-contact .lang-switch a {
    color: #fff;
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 300;
}
.header-contact .lang-switch {
    margin-left: 20px;
    min-width: 70px;
}
.header-contact .lang-switch span:nth-child(1) {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
}
.header-contact .lang-switch span .active {
    font-weight: 500;
    position: relative;
}
.header-contact .lang-switch span .active:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #C30002;
}
.header-contact .lang-switch span:nth-child(1):after {
    content: '';
    position: absolute;
    top: -2px;
    right: 2.5px;
    width: 2px;
    height: 18px;
    background: #fff;
}
.header-title h1{
	color: #fff;
	font-size: 70px;
    font-weight: 700;
}
.header-title p.h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.btn-on-request {
    cursor: default;
    user-select: none;
}
.btn-on-request__hover {
    display: none;
}
.btn-on-request:hover .btn-on-request__default {
    display: none;
}
.btn-on-request:hover .btn-on-request__hover {
    display: inline;
}

/* Общий стиль для телефонов остаётся */
.header-contact .phone,
.header-contact .lang-switch a {
    color: #fff;
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 300;
}

/* === DROPDOWN с иконкой телефона (десктоп) === */
.header-contact {
    padding-top: 14px;
}
.header-contact .phone-dropdown {
    position: relative;
    margin-right: 20px;
    padding-bottom: 14px;
}
.header-contact .phone-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.header-contact .phone-toggle img {
    display: block;
    width: 24px;
    height: 24px;
}
/* Выпадающее меню с номерами */
.header-contact .phone-menu {
    list-style: none;
    margin: 0;                /* без margin-top */
    padding: 14px;
    position: absolute;
    left: 50%;
    top: 100%;                /* меню вплотную к нижней границе li */
    transform: translateX(-50%);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: none;
    min-width: 190px;
    z-index: 1000;
}
.header-contact .phone-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.15));
}
.header-contact .phone-menu li + li {
    margin-top: 8px;
}
.header-contact .phone-menu .phone {
    white-space: nowrap;
    color: #212529;
}
.header-contact .phone-dropdown:hover .phone-menu {
    display: block;
}

/* === Мобила < 992px: убираем иконку, показываем номера сразу === */
@media (max-width: 991.98px) {
    .header-contact .phone-dropdown {
        position: static;
        margin: 0;
    }

    .header-contact .phone-toggle {
        display: none;
    }
    .header-contact .phone-menu {
        position: static;
        display: block; 
        transform: translateX(0);
        background: none;
        box-shadow: none;
        padding: 0;
        margin-right: 0;
        min-width: 0;
    }
    .header-contact .phone-menu:before {
        display: none;
    }
    .header-contact .phone-menu li {
        display: block;
    }
    .header-contact .phone-menu li + li {
        margin-top: 2px;
    }
    .header-contact .phone-menu .phone {
        color: #fff;
    }
}

li.nav-item.active a {
	color: #C30002 !important;
}

.login-btn .nav-item.active a {
	background-color: #C30002;
	color: #ffffff !important;
}
.login-btn .nav-item a:hover {
    background-color: #C30002;
    color: #fff !important;
}
@media (min-width: 992px) and (max-width: 1055px) {
    .warom-nav .nav-link {
        padding: 11px 3px !important;
    }
}
@media only screen and (max-width: 767px) {
    .header-title h1 {
        font-size: 40px;
    }
    .header-title p.h5 {
        font-size: 16px;
    }
    .header-title p.h5 br {
        display: none;
    }
    .body-color .arrow-down img {
        width: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .header-title h1 {
        font-size: 32px;
    }
    .header-title h1 br {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    .header-title h1 {
        font-size: 25px;
    }
}

/*background body*/
.container-body {
	background-color: #fff;
	position: relative;
}

/*section title*/
.section-title {
    position: relative;
    margin-bottom: 80px;
}
.section-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -400px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 800px;
    height: 85px;
    background: #F2F5F8;
    z-index: 0;
}
.section-title h1 {
    position: relative;
    z-index: 3;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #000;
}
@media only screen and (max-width: 480px) {
    .section-title h1 {
        font-size: 26px;
    }
    .section-title:before {
        width: 650px;
    }
}

/* About Section */
.about .video {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.about .video .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgb(0 0 0 / 0.5);
    padding: 20px 26px;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.about .video:hover .icon-play {
    background: rgb(0 0 0 / 0.8);
}
@media only screen and (max-width: 767px) {
    .about .image-wrap,
    .about .video {
        margin-bottom: 20px;
    }
    .sm-flex-col-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* Equipment Section */
.equipment .subtitle {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    color: #000;
    margin-bottom: 25px;
}
.equipment p {
    margin-bottom: 60px;
}
.equipment .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 15px;
}
.equipment .card-header {
    border: 0;
    border-radius: 0;
    background-color: #F2F5F8;
    padding: 25px 20px;
    cursor: pointer;
}
.equipment .card-header h5 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.equipment .card-header__title {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-align: left;
}

.equipment .card .card-body .card-inner {
    margin-bottom: 25px;
}
.equipment .card .card-body .item-title {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.equipment .card .card-body .item-title span {
    font-weight: 400;
}
.equipment .card .card-body .btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 10px;
}
.equipment .card-header img {
  transition: .3s transform ease-in-out;
}
.equipment .card.active .card-header img {
  transform: rotate(180deg);
}

.file-link {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 26px;
    text-align: left;
    text-decoration-line: underline;
    color: #2E3A59;
}
.file-link:before {
    content: url('../img/icons/file_blank_outline.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 20px;
}
.file-link:hover {
    color: #C30002;
}
.pdb-25 {
    padding: 25px 0;
}
@media only screen and (max-width: 767px) {
    .equipment .subtitle {
        font-size: 22px;
    }
    .equipment p {
        margin-bottom: 50px;
    }
    .equipment .image-wrap {
        margin-bottom: 20px;
    }
    .equipment .flex-item:nth-child(1) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .equipment .flex-item:nth-child(2) {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .equipment .flex-item:nth-child(3) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .equipment .card-header {
        padding: 17px 15px;
    }
    .equipment .card-header__title {
        font-size: 15px;
    }
    .equipment .card .card-header img {
        width: 15px;
    }
}

/* Info Block Section */
.info-block {
    padding: 50px 0;
}
.info-block p {
    color: #fff;
}
.info-block h2 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .info-block h2 {
        font-size: 23px;
        margin-top: 10px;
    }
}

/* Gallery Section */
.gallery .gallery-item {
    margin-bottom: 35px;
}
.gallery .gallery-image {
    margin-bottom: 20px;
}
.gallery .gallery-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 5px;
}
.gallery .gallery-date {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #7A7A7A;
}
.gallery .gallery-description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 25px;
}

/* News Section */
.news .news-wrap {
    margin-bottom: 60px;
}
.news .news-wrap:last-child {margin-bottom: 0;}
.news .news-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}
.news .news-date {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #7A7A7A;
    margin-bottom: 7px;
}
.news .news-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .news .news-image {
        margin-bottom: 25px;
    }
}

.modal-news .modal-content {
    background: #fff;
}
.modal-news .modal-heading {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    color: #000000;
    text-align: center;
}
.modal-news .modal-news_date {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #7A7A7A;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
.modal-news .modal-news_desc {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.modal-news_pic {
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .modal-news .modal-dialog {
        max-width: 840px;
        margin: 1.75rem auto;
    }
    .modal-news .btn-wrap {
        max-width: 300px;
        margin: 0 auto;
    }
}
/* Clients Section */
.cliens-slider {
    position: relative;
}
.clients-slider div > img {
    max-width: 350px;
    margin: 0 auto;
}
.slick-arrow {
    background: #ffffff !important;
    padding: 1px 0 0 0;
    border-radius: 50px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
}
.slick-arrow::before {
    color: #C30002;
    opacity: unset !important;
}
.slick-arrow:hover {
    background: #C30002 !important;
    border: 1px solid #C30002;
}
.slick-arrow:hover::before {
    color: #ffffff;
}
@media only screen and (max-width: 1350px) {
    .clients-slider div > img {
        max-width: 100%;
        margin: 0 auto;
    }
    .clients-slider-nav {
        position: relative;
    }
    .slick-arrow {
        position: absolute;
        top: -20px;
        right: 0;
        left: unset;
    }
    .slick-next {
        right: 40px;
    }
    .slick-prev {
        right: 100px;
    }
}
@media only screen and (max-width: 992px) {
    .slick-next {
        right: 15px;
    }
    .slick-prev {
        right: 80px;
    }
}
@media only screen and (max-width: 480px) {
    .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .slick-next {
        right: 10px;
    }
    .slick-prev {
        right: 50px;
    }
}

/* Contact Section */
.contact .contact-list {
    list-style: none;
}
.contact .contact-list li {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact .contact-list li:last-child {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact .contact-list li img {
    padding-right: 15px;
}

.contact .contact-form {
    padding: 0 30px;
}
.contact .contact-form .inner-form {
    background: #F2F5F8;
    padding: 50px 60px; 
}
.contact .contact-form h3 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 15px;
}
.contact .contact-form p {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .contact .contact-list li {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .contact .contact-form {
        padding: 0;
    }
    .contact .contact-form .inner-form {
        padding: 15px 20px;
    }
}
.contact .contact-form .form-group input {
    color: #000!important;
}

/*social icons*/
.social-icons i.icofont-twitter {
    background-color: #31a9f3;
}
.social-icons i.icofont-facebook {
    background-color: #C30002;
}
.social-icons i.icofont-linkedin {
    background-color: #097CB7;
}

/*footer*/
.list-unstyled li {
	padding: 6px 0px;
	font-family: "Rubik";
}

footer {
    border-top: 2px solid #fff;
}
.footer .footer-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .footer-menu li {
    position: relative;
    padding: 0 20px;
}
.footer .footer-menu li a:hover {
    color: #fff;
}
.footer .footer-menu li:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 80%;
    background: #C30002;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.footer .footer-menu li:hover:before {
    opacity: 1;
}
.footer .footer-menu li a,
.footer .tel a {
    display: block;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
}
.footer .tel a:hover {
    text-decoration: underline!important;
}
.footer .tel {
    text-align: right;
} 
.footer .copyright-block {
    margin-top: 15px;
}
.footer .copyright,
.footer .designby,
.footer .designby a {
    font-size: 10px;
    color: #ccc;
}
@media only screen and (max-width: 992px) {
    .footer .footer-menu li {
        padding: 0 10px;
    }
    .footer .footer-menu li a, .footer .tel a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .footer .row.d-flex.align-items-center .col-md-3 {
        text-align: center;
    }
    .footer .navbar-brand {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .footer .footer-menu {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .footer-menu li {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .footer .footer-menu li a, .footer .tel, .footer .tel a {
        font-size: 16px;
        text-align: center;
    }
    .footer .copyright {
        margin-bottom: 8px!important;
    }
    .footer .copyright, .footer .designby, .footer .designby a {
        text-align: center!important;
    }
}
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
    visibility: visible;                  
    animation: slide 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

/*login appointment modal css*/

.btn{
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
	border-radius: 4px !important;
	font-family: "Rubik", sans-serif;
    font-weight: 500;
}
.btn-lg {
    padding: 15px 27px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
	transition: 0.3s !important;
}
.bg-primary {
    background-color: #165df5 !important;
}

.btn-light,
.btn-light.focus, 
.btn-light:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-light:hover {
    color: #fff;
    background-color: #C30002;
    border-color: #C30002;
}
.bg-dark {
    background-color: #204063!important;
    color: #fff;
}

button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f3f4f5;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-shadow: none;
    opacity: unset;
    color: #000000;
}
.modal-body {
    padding: 45px 25px;
}
.modal-heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
}
.modal-subheading {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.modal-content {
    background: #204063;
}
.form-appointment {
    width: 100%;
}
.form-group {
    margin-bottom: 25px;
}
.form-group label {
    font-size: 13px;
    font-weight: 400;
    color: #0b2238;
    font-family: "Rubik";
    margin: 0 0 4px 0;
}
.form-control, .form-group select {
    height: 50px;
    padding: 8px 15px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 4px;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
	transition: 0.3s !important;
	font-family:"Rubik";
}
.form-control:focus, .form-control:active, .form-group select:focus, .form-group select:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
}
input[type="text"]::-moz-placeholder { color: #fff;}
input[type="text"]::-webkit-input-placeholder { color: #fff; }
input[type="text"]:-ms-input-placeholder { color: #fff; }
input[type="text"]::-ms-input-placeholder { color: #fff; }
input[type="text"]::placeholder { color: #fff; } 

.contact-form .form-group input {
    height: 50px;
    padding: 8px 15px;
    color: #767676;
    font-size: 15px;
    font-weight: 300;
    background: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
    font-family:"Rubik";
}

.contact-form input[type="text"]::-moz-placeholder { color: #767676;}
.contact-form input[type="text"]::-webkit-input-placeholder { color: #767676; }
.contact-form input[type="text"]:-ms-input-placeholder { color: #767676; }
.contact-form input[type="text"]::-ms-input-placeholder { color: #767676; }
.contact-form input[type="text"]::placeholder { color: #767676; } 
/* Mobile */


/* Mobile Media */
@media (min-width: 0px) and (max-width: 767px) {
	.container {
         max-width: 100%;
    }
    .warom-nav {
        padding: 10px 15px 20px 15px !important;
    }    
    .navbar-toggler {
        background: #C30002;
        padding: 2px 4px;
        outline: none !important;
    }
    .navbar-nav {
        text-align: center;
    }
    .header-contact .lang-switch {
        margin-left: 0;
        margin-top: 15px;
    }
    /*br {
        display: none;
    }*/
    .p-5 {
        padding: 1rem!important;
    }
    li.nav-item.active.ml-1 {
        margin: 3px 0px !important;
    }
    .warom-price {
        margin: 0 0 15px 0;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    .mb-5, .my-5 {
        margin-bottom: 2rem!important;
    }
    .warom-copyright, .warom-copyright .text-right {
        text-align: center !important;
    }
    .col-md-5.d-flex.justify-content-end {
        justify-content: start !important;
    }
    .modal-body.p-lg-5 {
        padding: 2rem;
    }
    .col-md-5.d-flex.justify-content-end .px-2 {
        padding: 0 11px 0 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
         max-width: 100%;
    }
    .warom-nav {
        padding: 10px 15px !important;
    }
    .navbar-toggler {
        background: #C30002;
        padding: 2px 4px;
        outline: none !important;
    }
    br {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
     .container {
         max-width: 100%;
    }
}
/* End Mobile Media */

