*{
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.con_numbers_input {
    position: relative;
}

.con_coun_number {
    position: relative;
    width: 100%;
}

.selected_coun_number {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.country-flag {
    width: 20px;
    height: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: 250px;
    z-index: 10;
    border: 1px solid #ddd;
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.country-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.country-item:hover {
    background-color: #f0f0f0;
}

.demo_input::placeholder {
    color: #555;
}

.con_coun_number {
    gap: 10px;
    align-items: center;
    width: fit-content;
    z-index: 99;
    /*padding: 13px;*/
    /*background-color: #eee;*/
    border: none;
    width: 100%;
    position: relative;
    height: 100%;
    /*margin-bottom: 10px;*/
    font-weight: 400;
    border-radius: 8px;
    color: rgba(33, 33, 33, 1);
    /*font-size: 15px;*/
    display: flex;
}

.selected_coun_number {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    margin: 0;
}

.selected-flag,
.dropdown-flag {
    width: 14px;
    object-fit: contain;
}

.demo_input {
    display: block;
    width: 100%;
    padding: 13px;
    background-color: white;
    border: none;
    margin-bottom: 10px;
    font-weight: 400;
    border-radius: 8px;
    color: rgba(33, 33, 33, 1);
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
}

.dropdown-item {
    background: #fff;
    top: 48px;
    z-index: 9;
    /* display: flex
; */
    /* flex-direction: column; */
    /* gap: 5px; */
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    /* padding: 10px; */
    box-shadow: 0 0 3px #cfcfcf;
}

.dropdown-item {
    transition: .3s;
    padding: 7px 9px;
    background: #fff;
    text-align: start;
    font-size: 13px;
    cursor: pointer;
}

.dropdown-flag {
    width: 14px;
    object-fit: contain;
}

ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.widget-visible{
    display: none !important;
}
.page-list-title {
    font-weight: bold;
}
.page-list li{
    list-style-type:none !important;
    position:relative;
}
.page-list{
    position:relative;
    padding-left: 80px !important;
}
.page-list:before {
    content: "";
    border: 0.1px dashed #c7c7c7;
    position: absolute;
    left: 40px;
    top: 0;
    height: 100%;
}
.page-list-title:before {
    content: "-";
    width: 15px;
    height: 15px;
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    background: linear-gradient(#ffffff, #c7c7c7);
    color: black;
    margin-bottom: 8px;
}
.page-list li:before {
    content: "";
    border: .1px dashed #c7c7c7;
    position: absolute;
    width: 30px;
    left: -39px;
    top: 50%;
    transform: translateY(-50%);
}
.page-list li a{
    transition:.5s all ease;
    text-decoration:none;
    color:black;
}
.page-list li a:hover{
    color:#337376;
}
a{
    color:inherit;
    pointer-events: inherit !important;
}
.navbar-toggler{
    padding:0;
    border:none;
}
.qrcode img {
    height: 100px;
    object-fit: contain;
}
.qrcode p{
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}
.navbar{
    flex-wrap:nowrap;
}
.about-page-video{
    width:100%;
    position:relative;
    /*margin:50px auto;*/
}
.about-page-video video{
    object-fit:cover;
    border-radius:5px;
    height: 100vh;
    width: 100%;
}
.mute {
    height: 35px;
    width: 35px;
    background-repeat: no-repeat !important;
    position: absolute;
    background: white;
    top: 10px;
    right: 10px;
    background-size: 30px;
    background-position: center;
    padding: 25px;
    z-index: 1;
}
a:hover{color:inherit}
button,select,input{
    -webkit-appearance: none;
}
button:focus,button:hover{
    border:none;
    outline:none
}
button{
    border:none;
    background:none
}
.slider-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: #00000091;
}
.fixed-nums {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: auto;
    right: 50px;
    width: auto;
    bottom: 20px;
    animation: MoveUpDown 2s linear infinite;
}
.fixed-nums span{
    font-weight: 700;
    color: white;
    background: #64b261;
    margin-right: 6px;
    padding: 4px 9px;
    border-radius: 4px;
    position:relative;
}
.fixed-nums span:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #64b261;
    border-style: solid;
}
.fixed-nums .wp {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #64b261;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.fixed-nums .wp a {
    color: #fff;
    padding: 18px 5px;
    display: block;
    height: 100%;
}
.fixed-nums .wp a i {
    margin-right: 0;
    font-size: 25px;
    line-height: 26px;
}
@keyframes MoveUpDown{
    0%, 100% {
        bottom: 20px;
    }
    50% {
        bottom: 50px;
    }
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
    padding: 0 24px;
}
section,footer{
    overflow:hidden;
}
@media (min-width: 992px){
    .container, .container-sm, .container-md, .container-lg {
        padding: 0 40px;
    }
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        padding: 0 80px;
    }
}
header.active {
    background-color: white;
    z-index: 11;
}
header.active .languages,header.active .social-text,header.active .navbar-toggler,header.active .header-hotline{
    color: #212529 !important;
}
header.active .navbar-brand{
    filter:none;
}

.highslide-viewport-size {
    background-color: #000;
}
.highslide-loading{
    display:none !important;
    left: 0 !important;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}
.full-page-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat 65%/cover;
    background-position: 50%;
}
.full-page {
    height: 100vh;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.arrow-to-bottom {
    width: 50px;
    height: 50px;
    bottom: 5.1%;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer;
    z-index:2
}
.arrow-to-bottom, .arrow-to-bottom i {
    display: block;
    position: absolute;
    left: 50%;
}
.arrow-to-bottom i {
    width: 10px;
    height: 10px;
    top: -5px;
    margin-left: -5px;
    transform: translateZ(0) scale(0);
    animation: square 4s linear infinite;
    background: #fff;
}
.arrow-to-bottom i:first-child {
    animation-delay: .8s;
}
.arrow-to-bottom i:nth-child(2) {
    animation-delay: 1.6s;
}
.arrow-to-bottom i:nth-child(3) {
    animation-delay: 2.4s;
}
.arrow-to-bottom i:nth-child(4) {
    animation-delay: 3.2s;
}
@keyframes square{
    0% {
        transform: translateZ(0) scale(0);
    }
    30% {
        transform: translate3d(0,15px,0) scale(.35);
    }
    50% {
        transform: translate3d(0,30px,0) scale(1);
    }
    70% {
        transform: translate3d(0,45px,0) scale(.35);
    }
    100% {
        transform: translate3d(0,60px,0) scale(0);
    }
}

/* Slider end */


/* social media modal start */
#social-media {
    z-index: 10010;
}

#social-media .modal-dialog {
    max-width: 760px;
}

#social-media .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .5);
    height: 310px;
    border-radius: 8px;
    overflow: hidden;
}

#social-media .img-wrapper,
#social-media .info-wrapper {
    height: 100%;
}

#social-media .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#social-media .info-wrapper {
    padding: 30px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#social-media .info-wrapper h5 {
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

#social-media .info-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 10px;
}

#social-media .info-wrapper ul li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 300ms all ease;
}

#social-media .info-wrapper ul li:not(:last-child) {
    margin-right: 20px;
}

#social-media .info-wrapper ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
}

#social-media .info-wrapper ul li:nth-child(1) {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

#social-media .info-wrapper ul li:nth-child(2) {
    background: #3b5998;
}

#social-media .info-wrapper ul li:nth-child(3) {
    background: #c4302b;
}

#social-media .info-wrapper ul li:nth-child(4) {
    background: #000000;
}

#social-media .info-wrapper ul li:hover {
    opacity: .8;
}

#social-media .modal-content .close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 6px;
    transition: 300ms opacity ease;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#social-media .modal-content .close p {
    font-size: 16px;
    margin: 0 5px 0 0;
    font-weight: 700;
}

#social-media .modal-content .close-btn {
    height: 20px;
    width: 20px;
    position: relative;
}

#social-media .modal-content .close-btn::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}

#social-media .modal-content .close-btn::before, 
#social-media .modal-content .close-btn::after {
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #282828;
}

#social-media .modal-content .close-btn::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}

/* social media modal end */


/* header */
header{
    position: fixed;
    width:100%;
    top:0;
    right:0;
    z-index:16;
    /*transition: .5s all ease;*/
    padding:10px 0;
}
/*.navbar-brand{*/
/*    filter: brightness(100);*/
/*}*/
.nav-link {
    letter-spacing: .5px;
    font-size: 13px;
    font-weight: 700;
    color: white;
    padding: 0 !important;
    margin-right: 15px;
    text-transform: uppercase;
    position: relative;
}
.nav-item:last-of-type .nav-link{margin-right:0;}
.drop-menu{
    opacity: 0;
    z-index: 999;
    position: absolute;
    width: 250px;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0 solid #fff;
    padding: 0;
    background: #fff;
    max-width: none;
    visibility: hidden;
    left: 0;
}
.drop-menu .drop-menu-items {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(102,102,102,.2);
}
.drop-nav .nav-link{position:relative;}
.drop-nav{
    position:relative;
}
.drop-nav .nav-link:after{
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
    margin-bottom: 4px;
    position: static;
    opacity: 1;
}
.drop-nav .nav-link:hover:after{
    transform: rotate(225deg) translateZ(0) scale(1);
    margin-bottom: 0;
}
.drop-menu-items ul li{padding:0;line-height: 13px;}
.drop-menu-items ul li a{color:#666;font-size:11px;padding:0;}
.drop-menu li .mega-menu-link{
    display: block;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s all ease;
    font-weight: 700;
    padding:15px;
    vertical-align: top;
}
.drop-menu li a:hover{color: #000;}
.drop-menu.active{
    opacity:1;
    visibility:visible;
}
.header-social{
    text-align: right;
}
.header-social li a,.footer-social li a{
    transition:0.5s all ease;
    will-change: 'opacity, transform';
    width: 30px;
    height: 30px;
    color: white;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social li:first-of-type a,.footer-social li:first-of-type a{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(
45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(
45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.header-social li:nth-of-type(2) a,.footer-social li:nth-of-type(2) a{
    background:#3b5998
}
.header-social li:nth-of-type(3) a,.footer-social li:nth-of-type(3) a{
    background:#c4302b
}
.header-social li:nth-of-type(4) a,.footer-social li:nth-of-type(4) a{
    background:#000000 
}
.header-social li:nth-of-type(5) a,.footer-social li:nth-of-type(5) a{
    background:#26A4E2 
}
.header-hotline {
    font-weight: 700;
    margin-bottom: 5px;
    transition: .5s all ease;
    will-change: transform
}
.header-hotline:hover,.header-social li a:hover{
    opacity: 0.8;
}
.header-hotline i{
    margin-right: 10px;
}
.social-text{
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 0;
}
.hotline-global{position:relative;}
.hotline-global span {
    position: absolute;
    font-size: 12px;
    right: 62%;
    top: 4px;
    background-color: #000000;
    border-radius: 5px 0 5px 5px;
    padding: 2px 6px;
    margin-right: 6px;
    color: white;
    width: 180px;
    text-align: center;
    display: none;
}
.hotline-global:hover span{
    display:block;
}
.hotline-global span::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent black;
    border-style: solid;
}
.header-hotline .fa-mobile-alt{
    margin-right: 16px;
}
.nav-link:after{
    content: "";
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(3deg) translate3d(0,3px,0) scaleX(.7);
    transform-origin: 30% 50%;
    opacity: 0;
    /*pointer-events: none;*/
    transition: opacity .4s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
}
.nav-link:hover:after {
    transform: rotate(0deg) translateZ(0) scale(1);
    opacity: 1;
    transition: opacity .7s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
}
.nav-link:hover{
    color:white
}
header{color:white}
.lang{
    display:inline-block;
    position: relative;
    /*margin-left: 15px;*/
}
.lang-drop {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    transition: visibility .5s ease;
    
}
.lang-drop a {
    display: block;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity .3s ease,transform .3s ease;
}
.lang-drop a:nth-of-type(2){
    padding: 10px 0
}
.navbar{
    padding: 0;
}
.carousel-caption {
    left: 0;
    right: 0;    
    top:50%;
    bottom:auto;
    transform:translate(0,-50%);
    text-align: left;
}
.carousel-caption h2 {
    font-size: 30px;
    line-height: 56px;
    text-transform: uppercase;
    margin:0;
}
.header-social ul li,.header-social ul{display:inline-block}
.header-social ul li{margin-right: 10px}
.header-social ul li:last-of-type{margin-right:0}
.slider-link{
    height: 63px;
    line-height: 63px;
    padding: 0 90px;
    margin-top:30px;
    font-size: 16px;
    font-weight: 700;
    display:inline-block;
    background-image: linear-gradient(to top, #337376 0%, #4aacb1 100%), linear-gradient(36deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 47%, rgba(255, 255, 255, 0.17) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 31px 31px 31px 31px;
    transition: .5s all ease !important;
    border-bottom: 4px solid #235052;
    position: relative;
    overflow: hidden;
    color:white
}
#about .slider-link{
    z-index: 1;
    margin-top:0;
    margin-left:0;
    overflow:inherit;
}
.main-top .slider-link{
    background-image: linear-gradient(to top, #dfdede 0%, #e1e0e0 100%), linear-gradient(36deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 47%, rgba(255, 255, 255, 0.17) 50%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 4px solid #cbcbcb;
    color: #686868
}
.main-top .slider-link:hover{
    box-shadow: 0px 15px 57px 0px rgb(125 125 125 / 43%);
    color: #686868;
}
.slider-link:hover{
    box-shadow: 0px 15px 57px 0px #59cbd16e;
    color:white
}
.main-top .slider-link:after,#equipments .slider-link:after{
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),color-stop(50%,rgba(229,172,142,0)));
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
    -ms-transform: rotate(60deg) translate(-5em,7.5em);
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 3s infinite;
    animation: sheens 3s infinite;
    z-index: 1;
}
@-webkit-keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
.main-top .carousel-item{height:100vh;}
.main-top .carousel-item img{
    position: absolute;
    right: 200px;
    bottom: 0;
    height: 87vh;
    object-fit: contain;
    /*top: 100px;*/
    /*filter:brightness(1) grayscale(0.5) saturate(1.5);*/
}
.carousel-control-next,.carousel .carousel-control-prev {
    width: 30px;
    align-items: flex-end;
    bottom: 50px;
    top: auto;
}
.carousel-control-prev {
    transform: rotateZ(-180deg);
    bottom: 55px !important;
    left: 100px;
}
.carousel-control-next {
    left: 130px;
}
/* end */

/* Advantages */
#advantages{padding:50px 0}
.advantages-icon{
    width:58px;
    height:58px;
    background-color:#eeeeee;
    border-radius:50%;
    margin-right: 0.7vw;
    display: inline-block;
}
.advantages-text {
    display: inline-block;
    vertical-align: middle;
}
.advantages-icon img {
    width: 100%;
    padding: 17px;
}
.advantages-text p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
    margin:0
}
.advantages-text p:last-of-type{
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.094vw;
    letter-spacing: 0vw;
    margin:0
}
.icon-line {
    height: 0vw;
    border: solid 0.052vw #dfdfdf;
    display: inline-block;
    vertical-align: middle;
    width: 2vw;
    margin: 0 0.565vw;
}
.title{
    margin-bottom: 2.813vw;
    font-weight: bold;
}
#advantages .container{
    max-width: 66%;
    padding: 0;
}
.advantages-col{
    display: inline-block;
}
/* end */
/* About */
#about{
    padding:600px 0 50px;
    /*height:100vh;*/
    background-color:#fafafa;
    position:relative;
}
#about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 64%);
    z-index: 1;
}
.right-side {
    position: relative;
    z-index: 2;
}
.about-video{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    object-fit: cover;
}
.left-img {
    background: #d19f68;
    max-width: 390px;
    position: relative;
    height: 500px;
    z-index: 999;
}
.left-img:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid white;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 999;
}
.left-img img {
    position: absolute;
    top: 50px;
    left: 50px;
    width:100%;
    height:100%;
    object-fit:cover
}
.right-side h3{
    font-size: 35px;
    color: #d19f68;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
}
.right-side h2{
    font-weight: bold;
    font-size: 70px;
    color:white;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.right-side p{
    color:white;
    margin-bottom:0;
}
/* end */
/* Certificates */
#certificates{padding:50px 0}
.cert-text b{
    font-size: 30px;
    font-weight: bold;
    color:#26282b;
    opacity: 0.2;
}
.cert-text h4 span{
    color: #9f8054;
    font-weight: 500;
}
.cert-text h4{
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.cert-text p{
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.5;
    font-size: 80%;
    font-weight: 500;
}
.cert-text p:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #26282b;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 4px;
    opacity: 0.5;
}
#certificates img{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 7px;
    /*height:150px;*/
    object-fit:contain
}
/* end */
/* Works */
#works{
    background-color:#fafafa;
    padding: 75px 0 120px
}
#works h3{
    color: #333;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
#works p{
    margin-top: 20px;
    color: black;
    margin-bottom: 40px;
    font-size: 14px;
}
#works .see-all {
    color: #777982;
    border-bottom: 1px solid #777982;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
}
#works .see-all:hover {
    text-decoration: none;
    border-color: transparent;
    color: #333;
}
#works .owl-carousel .owl-item img {
    height: 350px;
    margin: 0;
    object-fit: cover;
    /*object-position: top;*/
}
#works .owl-nav button:first-child {
    left: 0;
}
#works .owl-nav button:last-child {
    right: 0;
}
#works .owl-nav button {
    width: 12%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 70px;
    z-index: 1;
    height: 100%;
}
#works .owl-nav button:first-child::before {
    background-image: linear-gradient(to right, #00000067, transparent);
}
#works .owl-nav button:last-child::before {
    background-image: linear-gradient(to left, #00000067, transparent);
}
#works .owl-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity .1s linear;
    opacity: 0;
}
#works .owl-nav button i {
    font-size: 30px;
    transition: all .2s ease;
    opacity: 0.4;
}
#works .owl-nav button:hover::before {
    opacity: 1;
}
#works .owl-dots {
    position: absolute;
    width: 100%;
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#works .owl-dots button {
    margin: 7px !important;
}
#works .owl-dots button span {
    width: 10px;
    height: 10px;
    background-color: #bebdbd;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#works .owl-nav button:hover i {
    opacity: 1;
}
#works .owl-dots button.active span {
    background-color: #337376;
}

/* end */
/* slogan */
#slogan{
    color: #fff;
    background-color: #323439;
    padding: 60px 0
}
#slogan h2{
    font-size: 44px;
    line-height: 120%;
    font-weight: 700;
}
#slogan p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    margin:0
}
/* end */
/* Services */
#services {
    padding:75px 0 110px;
}
.img-wrap{
    height:206px;
    border-radius: 15px;
    overflow: hidden;   
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: top;
    border-radius: 11px;
}
#services a h2,.cat-page-content a h2{
    font-weight: bold;
    color: black;
    margin-bottom: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    margin-top: 20px;
}
#services a p,.cat-page-content a p{
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom:0;
}
.serv-box:hover .img-wrap{
    border:2px solid #337376
}
.serv-box:hover p,.serv-box:hover h2{
    color: #337376 !important;
}
.services-content .quote {
    border-radius: 12px;
    margin: 0 0 8px 0;
    overflow: hidden;
    background: #e7feff;
    margin: 0 auto 8px auto;
}
.services-content .quote b:first-child {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #313131;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 36px 115px 36px 56px;
}
.services-content .quote b:after {
    content: '';
    display: block;
    background: #ffffff;
    border: 1px solid #D3D3D3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 23px;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 500ms all ease;
}
.services-content .quote b.active:after{
    transform: translateY(-50%) rotate(45deg);
}
.services-content .quote .quote {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #5c5c5c;
    overflow: hidden;
    display: none;
    padding: 0px 56px 10px;
}
/* end */
/* equipements */
#equipments{
    padding:100px 0;
    background-color:#f4f4f4;
    /*background-image: linear-gradient(to right, */
    /*rgba(244, 244, 244, 1) 0%, */
    /*rgba(244, 244, 244, 1) 50%,*/
    /*rgba(255, 255, 255, 0) 50%,*/
    /*rgba(255, 255, 255, 0) 100%);*/
}
.eq-box{
    max-width: 360px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    background-color: rgba(34, 34, 34, 1);
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.eq-box h4{
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 80px;
    vertical-align: top;
    color:rgb(255, 255, 255)
}
.eq-box h2{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    color:rgb(255, 255, 255);
    margin-bottom:0
}
.eq-box p{
    font-size: 13px;
    font-weight: 500;
    margin-bottom:0;
    color:rgb(255, 255, 255, 0.5);
    vertical-align: top;
}
.eq-img-wrap{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    /*margin-left: -100px;*/
    margin-top: 0;
    margin-right: auto;
    box-shadow: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: center;
    z-index: 0;
}
.eq-img-wrap video{
    object-fit: contain;
    width: 100%;
    height: 100%;
    /*margin-right:50px;*/
}
.eq-text{
    padding-left: 80px;
}
.eq-text h2{
    font-size: 40px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 25px;
    font-weight: bold;
    text-indent: 0px;
    color: rgba(34, 34, 34, 1);
}
/* end */
/* useful */
#useful{
    padding: 75px 0;
    background-color:#fafafa
}
.useful-box{
    border-radius: 6px;
    overflow: hidden;
    margin-bottom:30px;
    box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.useful-box .useful-img-wrap img{
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) !important;
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1) !important;
    width:100%;
    height:225px;
    object-fit:cover;
}
.useful-box .useful-img-wrap{
    position: relative;
}
.useful-text-wrap {
    padding: 20px 30px 70px;
    background-color: white;
}
.useful-box p{
    font-size: 14px;
    margin-bottom:0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:42px;
}
.meta-date{
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
}
.useful-box h2{
    font-size: 1.142857em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
    vertical-align: middle;
    min-height: 63px;
}
.useful-icon{
    box-shadow: 0 10px 45px -5px rgb(0 0 0 / 50%);
    background-color: #000000;
    position: absolute;
    bottom: -25px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 5px 25px -4px rgb(9 31 67 / 15%);
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.useful-icon i{
    font-size: 18px;
    line-height: 50px;
    display: block;
    text-align: center;
}
.scape-ui-chevron-right:before {
    content: "\e916";
    font-family: scape-ui;
    font-style: normal;
    font-weight: 400;
}
.useful-box:hover .useful-icon{
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transform: -webkit-scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
}
.useful-box:hover {
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-transform: -webkit-translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 15px 60px -10px rgb(9 31 67 / 15%);
}
.useful-box:hover img {
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) !important;
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
/* end */
/* malefemale */
/* .forman h2,.forfemale h2{
    margin: 34px 0;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .075em;
}
.forfemale h2{
    text-align:right
} */
#malefemale {
    padding:50px 0;
}
.mans, .female {
    width: 50%;
    position: relative;
}
.mans{
    z-index: 1;
}
#malefemale .content {
    margin: 34px 0;
}
view-image {
    padding-bottom: 87.3%;
    width: auto;
    display: block;
    position: relative;
    background: no-repeat 50%/cover;
}
.female view-image {
    margin-right: 0;
    margin-left: -7.6%;
}
.mans view-image {
    margin-left: 0;
    margin-right: -7.6%;
}
view-image canvas {
    position: absolute;
    top: 0;
    left: 0;
}
#malefemale h3{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.female {
    margin-top: 49px;
    text-align: right;
}
/* end */
/* Call-to-action */
.call-to-action-content {
    background: #F8F8F8;
    border-radius: 12px;
    font-size: 0;
    text-align: center;
    padding: 40px 140px 55px;
}
.call-to-action-content h2{
    font-size: 24px;
    line-height: 1.34;
    color: #000000;
    margin-bottom: 24px;
}
.call-to-action-form{
    border-radius: 12px;
    padding: 10px 18px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size:14px;
}
textarea.call-to-action-form{
    resize:none;
}
.randevu-form .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/* end */
  /* footer */
footer{
    background-color: #F7F7F7 ; 
    border-top: 1px solid #DDDDDD; 
    margin-top:50px
}
.footer-links{
    padding: 50px 0;
}
.footer-links h3{
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.footer-links a{
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    display:inline-block;
    padding: 8px 0;
    color: #222222;
    font-size: 14px;
    line-height: 18px;
}
.footer-links a:hover{
    color: #337376;
}
.footer-bottom-content{
    border-top: 1px solid #DDDDDD
}
.copy{
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    margin-bottom: 0;
}
.dot{
    display: inline-block;
    text-align: center;
    width: 19px;
    font-size: 14px;
    margin: 0 -4px;
}
.copy a {
    color: #222222;
    font-size: 14px;
    line-height: 18px;
}
.lang-list svg{
    height: 16px;
    width: 16px;
    margin-right: 8px;
}
.lang-link{
    font-weight:700;
    font-size:14px;
}
.carousel-caption h2 span{
    font-weight:bold;
    font-size:50px;
    letter-spacing:0
}
.lang-list{
    color:#222222
}
.lang-list svg,.lang-list span{
    transition:0.5s all ease
}
.lang-list:hover svg,.lang-list:hover span{
    color:#484848;
}
.lang-list:hover svg{
    fill:#484848
}
.footer-lang {
    position: relative;
    cursor: pointer;
    padding: 24px 0;
    display:inline-block;
    margin-right:64px
}
.lang-list span{
    font-weight: 500;
    font-size:13px
}
.drop-menu-lang {
    position: absolute;
    width: 100%;
    min-width: 148px;
    left: 0;
    color: #646464;
    background-color: white;
    display: none;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    transition: 500ms all ease;
    margin-bottom: 1rem;
    bottom: 54%;
    border-radius: 5px 5px 0 0 !important;
}
.drop-menu-lang a {
    font-size: 14px;
    color: #222222;
    padding: 10px;
    width: 100%;
    display: inline-block;
    transition:0.5s all ease
}
.drop-menu-lang a img {
    margin-right: 6px;
    margin-top: -1px;
}
.drop-menu-lang a:hover{
    background-color:#eeeeee;
}
@media (min-width: 991.98px){
    header.active .nav-link{
        color: #212529 !important;
    }
    header.active .drop-nav .nav-link:after{
        border-color:#212529;
    }
    .navbar-brand,.p999{
        z-index: 9999;
        position: relative;
    }
    .position-lg-static {
        position: static;
    }
    .footer-lang:hover .drop-menu-lang {
        display: block;
    }
    .lang:hover .lang-drop {
        visibility: visible;
        padding-top: 5px;
    }
    .lang:hover .lang-drop a {
        opacity: 1;
        transform: translateY(0);
    }
}
.langactive1{
    visibility: visible;
    padding-top: 5px;
}
.langactive2{
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.footer-social{
    display:inline-block
}
.footer-social li {
    display: inline-block;
    margin-right: 10px;
}
.footer-social li:last-of-type{
    margin-right:0
}
/* end */
/*pages*/
.page-content{
    padding:50px 0;
}
.bella-content img {
    width: auto;
    border: 6px solid;
    border-image: linear-gradient( #337376 10%, #59cbd1 50%, #59cbd1 70% ) 1 100%;
    margin: 0 auto !important;
    border-image-slice: 1;
}
.equipment-content ul{
    display:flex;
    flex-wrap:wrap;
    padding-left:50px;
}
.page-content ul li{
    list-style-type:disc;
}
.page-content ul li::marker{
    color: #337376;
    font-size: 20px;
    line-height: 0;
}
.cs-breadcrumb {
    padding:110px 0 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.cs-breadcrumb::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    background: #337376;
}
.cs-breadcrumb .top, .cs-breadcrumb .bottom {
    width: 100%;
}
.cs-breadcrumb h1 {
    font-size: 42px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0;
    font-weight: 700;
    color: white;
    margin: 0;
}
.cs-breadcrumb .bottom {
    padding: 25px 15px 50px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.cs-breadcrumb .left-side, .cs-breadcrumb .right-side {
    transform: translateY(12px);
}
.cs-breadcrumb .left-side {
    padding-right: 41px;
    position: relative;
}
.cs-breadcrumb .left-side a {
    color: #ffffff7a;
    transition: all .3s ease;
    display: block;
}
.cs-breadcrumb .left-side i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ffffff7a;
    transform: translateY(2px);
    margin-right: 18px;
    transition: all .3s ease;
}
.cs-breadcrumb .left-side::after {
    content: "";
    display: block;
    width: 2px;
    height: 62px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
}
.cs-breadcrumb .right-side {
    padding-left: 32px;
}
.cs-breadcrumb .right-side .breadcrumb-p {
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0;
}
.cs-breadcrumb .right-side .breadcrumb-p a {
    color: white;
    border-bottom: 1px solid white;
    transition: all .3s ease;
    padding-bottom:2px;
}
.cs-breadcrumb .right-side .breadcrumb-p a:hover {
    border-color: transparent;
    text-decoration: none;
}
.page-heading {
    background-color: rgb(250, 250, 250);
    padding: 80px 108px;
    width: 100%;
}
.page-heading h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.page-heading p {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
/*end*/
/*contact*/
.contact-page-content {
    padding: 100px 0;
    background-color: rgba(248, 248, 248, 1);
}
.contact-page-content h2{
    font-size: 6vh;
    font-weight: 700;
    margin-bottom: 50px;
}
.contact-page-content h2:after {
    content: "";
    width: 30px;
    position: relative;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 2px;
    margin-bottom: 10px;
    background-color: rgb(51 115 118);
    margin-top: 10px;
}
.contact-box{
    padding:30px;
    margin-bottom: 30px;
    border-radius:10px;
    transition: .5s all ease;
    background-color: white;
    box-shadow: 0px 20px 30px 0px rgba(43, 43, 43, 0.04);
    min-height: 120px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-box .icon {
    background: #337376;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: white;
    font-size: 13px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.contact-box a{
    margin: 0 8px;
    font-size: 12px;
}
.contact-box b{
    font-size:12px;
}
.contact-box .hotline-global span{
    right: 0;
    top:auto;
    margin-right: 0;
    bottom: calc(100% + 10px);
}
.contact-box .hotline-global span:after{
    right: 50%;
    left:50%;
    transform: translateX(-50%);
    bottom: -12px;
    top: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
}
#map{
    height:500px;
}
.contact-right-side{
    padding: 20px;
    height: auto;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    border-radius:12px;
    background-color: #337376;
}
.contact-form input[type="text"],.contact-form textarea{
    display: block;
    width:100%;
    padding: 13px;
    background-color: white;
    border:none;
    margin-bottom: 10px;
    font-weight: 400;
    border-radius: 8px;
    color: rgba(33, 33, 33, 1);
    font-size:15px;
}
.pos_my{
        z-index: 2;  position: relative;
}
.con_numbers_input{ 
    gap:10px;
    align-items: center;
    width:100%;
    z-index: 10;
    padding: 13px;
    background-color: white;
    border:none;
    position: relative;
    height: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    border-radius: 8px;
    color: rgba(33, 33, 33, 1);
    /*font-size:15px;*/
}
.con_coun_number{
    display: flex;
    gap:10px;
    align-items: center;
}
.con_coun_number input{
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    border: none !important;
    outline: none !important;
    background: transparent  !important;
}
.option_coun_numbers{
    background: #fff;
    top: 48px;
    z-index: 9;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 5px;*/
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    /*padding: 10px;*/
    box-shadow: 0 0 3px #cfcfcf;
    position: absolute;
}
.option_coun_numbers li{
    transition: .3s;
    padding: 7px 9px;
    background: #fff;
    text-align:start;
    font-size: 13px;
    cursor: pointer;
}
.option_coun_numbers li:hover{
    /*opacity: 0.5;*/
        background: #4ac78f;
}
.selected_coun_number{
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    margin: 0;
}
.selected_coun_number img,.option_coun_numbers img{
    width: 14px;
    object-fit: contain;
}
.contact-form textarea{height:70px;}
.contact-form input[type="submit"],.randevu-form input[type="submit"]{
    padding: 22px;
    width: 100%;
    border-radius: 10px;
    border: none;
    background: black;
    color: white;
    font-weight: 700;
    transition:.5s all ease;
}
.randevu-form input[type="submit"]{font-size:14px;}
.contact-form input[type="submit"]:hover{
    background-color:#464646;
}
.contact-form input[type="text"]:hover,.contact-form textarea:hover,.contact-form input[type="text"]:focus,.contact-form textarea:focus {
    background-image: linear-gradient(rgba(38, 38, 43, 0.05) 0%, rgba(38, 38, 43, 0.05) 100%); 
}
/*end*/
/*cat page*/
.cat-page-content{padding:50px 0;}
.cat-page-content #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: center;
    justify-content: center;
}
/*end*/
/*fullstory*/
.fullstory-page img{margin:0;margin-bottom:20px;width:100%;}
.full-content{
    text-align:center;
}
.full-content.blog-content iframe{
    width: 50%;
    display:inline-block;
    height:450px;
}
.works-page a.highslide {
    width: 33.333333%;
    display: inline-block;
    padding: 10px;
    position:relative;
}
.works-page a.highslide img{
    margin-bottom: 0;
    transition: .5s all ease;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.row-works-page{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    justify-content:center;
}
.works-page a.highslide::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50%;
    height: 50%;
    border-left: 6px solid;
    border-top: 6px solid;
    border-image-slice: 1 !important;
    border-image:linear-gradient(
      #337376 10%, 
      #59cbd1 50%, 
      #59cbd1 70%
    ) 1 100%;
    transition:.5s all ease
}
.works-page a.highslide::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50%;
    height: 50%;
    border-right: 6px solid;
    border-bottom: 6px solid;
    border-image-slice: 1 !important;
    border-image:linear-gradient(
      #337376 10%, 
      #59cbd1 50%, 
      #59cbd1 70%
    ) 1 100%;
    transition:.5s all ease
}
.works-page a.highslide:hover::after,.works-page a.highslide:hover::before{
    width:calc(100% - 20px);
    height:calc(100% - 20px);
}
.works-page a.highslide:hover {
    -webkit-animation: flash .75s;
    animation: flash .75s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.blog-content img.fr-dib {
    width: 50%;
    float: left;
    height: 450px;
    margin: 0 50px 50px 0;
    object-fit: cover;
    border: 6px solid;
    border-image:linear-gradient(
      #337376 10%, 
      #59cbd1 50%, 
      #59cbd1 70%
    ) 1 100%;
    transition:.5s all ease;
    border-image-slice: 1;
}
.blog-content .quote img.fr-dib{
    width: calc(50% - 13px);
    float: none;
    margin: 0 10px 10px 0;
    display:inline-block;
    height:auto;
}
.blog-content img:hover,.services-content img:hover,.equipment-content img:hover{
    opacity:.9;
}
.blog-content,.services-content{
    text-align:left;
}
.blog-content a{
    color: #004dff;
    text-decoration: underline;
}
.services-content img {
    width: 100%;
    margin: 0 auto 20px;
    border: 6px solid #d2883d;
    transition:.5s all ease;
    border-image-slice: 1 !important;
    border-image:linear-gradient(
      #d8933c 10%, 
      #dbd499 50%, 
      #dbd499 70%
    ) 1 100%;
}
.services-content ul{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    padding-left: 45px;
}
.services-content ul li{
    width: 100%;
}
.equipment-content img{
    width:50%;
    margin: 0 50px 50px 0 !important;
    float:left !important;
    height: 700px;
    object-fit: contain;
}
.about-content img{width:100%;}
.about-content img{
    height:auto;
}
.about-content ul,.full-content ul{padding-left:40px;}
.about-content h3{
    font-weight:bold;
    position:relative;
    text-transform:uppercase;
}
.about-content h3:after {
    content: "";
    width: 100%;
    height: 3px;
    margin-top: 10px;
    display: block;
    background: rgb(233,188,95);
    background: linear-gradient(90deg, #337376 0%, #4bacb1 20%, #337376 40%, #4bacb1 60%, #337376 80%);
}
.eq-descr {
    color: rgb(145 145 145);
}
.about-content .quote .highslide,.otoplastika-page .quote .highslide {
    display: inline-block;
    margin: 5px;
}
.d-none-image-serv img:first-child{display:none;}
.d-none-image-serv a img:first-child{display:inherit;}
.serv-back-img{height:500px;object-fit:cover;margin-bottom:0 !important;border-bottom: 5px solid #56cbd1;border-top: 5px solid #56cbd1;}
.about-content .quote:nth-of-type(1) .highslide,.otoplastika-page .quote .highslide{
    width: calc(33.333333% - 13px);
}
.about-content .quote:last-of-type .highslide{
    width:calc(25% - 13px);
}
.about-content .quote:last-of-type .highslide:last-of-type{
    display:block;
    margin:5px auto 0;
}
.about-content .quote .highslide img,.otoplastika-page .quote .highslide img {
    width: 100%;
    object-fit: cover;
    object-position:top;
    border: 6px solid;
    border-image:linear-gradient(
      #337376 10%, 
      #59cbd1 50%, 
      #59cbd1 70%
    ) 1 100%;
    transition:.5s all ease;
    border-image-slice: 1;
}
.about-content .quote:nth-of-type(1) .highslide img,.otoplastika-page .quote .highslide img{
    height: 400px;
}
.about-content a,.otoplastika-page a:last-of-type{
    color: #e8b956;
}
.about-content a:hover,.otoplastika-page a:last-of-type:hover{
    color: #d0a54a
}
.about-content .quote:last-of-type .highslide img{
    object-fit: cover;
    height: 238px;
}
.about-content .quote:last-of-type .highslide:last-of-type img{
    height: auto;
}
.about-content .quote:nth-of-type(1),.about-content .quote:last-of-type,.otoplastika-page .quote{
    margin:0 -5px;
    text-align:center;
    border-radius: 0;
    background: transparent;
}
/*.about-content .quote:first-of-type{*/
/*    position:relative;*/
/*    width:50%;*/
/*    margin:0 auto;*/
/*}*/
/*.about-content .quote:first-of-type:before,.about-content .quote:first-of-type:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-image-slice: 1 !important;*/
/*    border-image: linear-gradient( #d8933c 10%, #dbd499 50%, #dbd499 70% ) 1 100%;*/
/*    transition: .5s all ease;*/
/*}*/
/*.about-content .quote:first-of-type:before{*/
/*    left: 0;*/
/*    top: 0;*/
/*    border-left: 6px solid;*/
/*    border-top: 6px solid;*/
/*}*/
/*.about-content .quote:first-of-type:after{*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    border-right: 6px solid;*/
/*    border-bottom: 6px solid;*/
/*}*/
.about-content .quote .highslide img:hover{
    -webkit-animation: flash .75s;
    animation: flash .75s;
}
.eq-left{
    display: -ms-flexbox;
    display: flex;
}
.col-serv{margin-bottom:30px;}
.col-serv:last-of-type{margin-bottom: 0;}
/*end*/
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.pagination .nav-icons, .pagination span, .pagination a:link, .pagination a:visited, .pagination a:active {
    width: 40px;
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #feffff;
    font-size: 16px;
    line-height: 43px;
}
.pagination span {
    background: linear-gradient(45deg, #e8b956, #fbe0a4) !important;
}
.pagination a:hover {
    background: linear-gradient(45deg, #e8b956, #fbe0a4) !important;
}
.pagination .nav-icons span {
    opacity: .35;
}
.pagination .nav-icons a, .pagination .nav-icons span {
    display: block;
    margin: 0;
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    border: 1px solid #191919;
    background: #feffff !important;
    line-height: 0;
}
.pagination .fa-backward {
    left: -1px;
}
.pagination .fa-forward {
    right: -1px;
}
.pagination i {
    font-size: 10px;
    color: #191919;
    position: relative;
    top: 50%;
    line-height: 0;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
    background-color: #cdcdcd;
    -webkit-transition: 500ms background ease;
    -moz-transition: 500ms background ease;
    -o-transition: 500ms background ease;
    transition: 500ms background ease;
}
/*Media*/
@media (max-width: 1399.98px) {
    
    
}
@media (min-width: 1199.98px) and (max-width: 1399.98px){
    .nav-link {
        font-size: 8px;
        margin-right: 10px;
        display:flex;
        align-items:flex-start;
    }
    .header-hotline {
        font-size: 13px;
    }
    .navbar-brand img{height: 80px;}
}
@media (max-width: 1199.98px) {
    .header-social{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .header-hotline2 {
    margin-right: 10px;
    font-size: 11px;
    display: inline-block;
    margin-bottom:0;
    }
    .languages .select-lang,.languages .dot{font-size:12px;}
    .social-text{
        margin:0 10px 5px 0;
    }
    .bg{
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        bottom: 10px;
        right: 0;
        animation: pulse 1.2s ease infinite;
        background: #d73733;
    }
    .about-content .quote:last-of-type .highslide {
        width: calc(50% - 13px);
    }
    .works-page a.highslide img {
        height: 300px;
    }
    .footer-links .col-6{
        margin-bottom:30px;
    }
    .call-to-action-content{
        padding:50px;
    }
    .icon-line{display:none;}
    .advantages-col{
        margin-bottom: 30px;
    }
    .advantages-col{
        width: 33.333333%;
    }
    
    .bella-content img{width:100%;}
}
@media (min-width: 991.98px) and (max-width: 1199.98px){
    .drop-nav .nav-link:after {
        border-width: 0 2px 2px 0;
        padding: 2px;
        margin-bottom: 3px;
    }
    .header-social li a, .footer-social li a{
        width:20px;
        height:20px;
        font-size:11px;
    }
    .header-social li a i, .footer-social li a i{line-height:0;}
    .full-content.blog-content iframe{height: 380px;}
    .nav-link{
        margin-right: 6px;
        font-size: 9px;
        
    }
    .social-text{display:none;}
    .select-lang {
        font-size: 11px;
    }
    .navbar-brand img{
        height: 50px;
    }
    .header-social ul li {
        margin-right: 10px;
    }
    .languages{margin-right:0;}
}
@media (max-width: 991.98px) {
    .page-list{margin-bottom:20px;}
    .about-page-video video{height:auto;}
    .about-page-video{padding:0 15px;width:100%;}
    .mute{right:25px;}
    .hotline-global:hover span{display:none;}
    .drop-menu .drop-menu-items{width:100%;margin-left: 70px;
    margin-right: 70px;
    padding: 0;}
    .drop-menu{background:transparent;position: static;
    display: none;}
    .drop-menu.active {
    display: block;
    }
    .drop-menu li .mega-menu-link,.drop-menu-items ul li a{color:white;}
    .drop-menu-items ul li a{font-size:14px;line-height:27px;}
    .drop-menu li .mega-menu-link{font-size:14px;}
    .drop-menu .drop-menu-items:first-of-type .mega-menu-link{margin-top:0;}
    .about-content .quote .highslide,.otoplastika-page .quote .highslide{width:calc(50% - 13px) !important;}
    .header-social ul li, .header-social ul{
        display:inline-block !important;
    }
    .blog-content img{
        height: 400px;
    }
    .works-page a.highslide{
        width: 50%;
    }
    .drop-menu-lang{bottom:80%;}
    .footerBottom{text-align:right;}
    .footer-lang{margin-right:15px;}
    .footer-links{padding:30px 0;}
    .randevu-form .col-lg-2{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom:15px;
    }
    .eq-img-wrap{margin-left:0;margin-top:30px;}
    .eq-img-wrap video{margin-right:0;}
    .eq-left{flex-wrap:wrap;}
    .eq-text{
        padding-left:0;
        text-align:center;
        margin-top:30px;
    }
    .eq-text h2 {
        font-size: 25px;
        padding-bottom:0;
    }
    #equipments{padding:50px 0;background-image:none;}
    .eq-box{width:100%;}
    #works .owl-dots{bottom:0;flex-wrap: wrap;}
    section, footer{overflow:inherit;}
    #works h3{font-size:15px;}
    #works p{
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .cert-text b{opacity:1;}
    #certificates img{margin-bottom:30px;}
    #services,#useful,#malefemale{
        padding:30px 0 30px;
    }
    #about{padding: 150px 0 100px;height:auto;}
    .right-side h2{font-size:35px;margin-bottom:15px;}
    .right-side p{margin-bottom:20px;}
    .right-side h3 {
        font-size: 19px;
        margin-top:20px;
    }
    #advantages,#certificates,#works {
    padding: 40px 0;
    }
    .title {
        font-size: 23px;
        margin-bottom: 25px;
    }
    .advantages-text p:first-of-type {
        margin-bottom: 4px;
        font-size:17px;
    }
    .advantages-text p:last-of-type{font-size:12px;}
    .advantages-icon{
        width: 40px;
        height:40px;
    }
    .advantages-icon img{padding:11px;}
    .full-page {
        height: 400px;
    }
    .carousel-caption h2 {
        font-size: 15px;
        line-height: 30px;
        margin-right: 140px;
    }
    .carousel-control-prev{left:15px;}
    .carousel-control-next {
        left: 45px;
    }
    .main-top .carousel-item img{right:0;height:80%;}
    .slider-link {
        height: 40px;
        line-height: 40px;
        padding: 0 45px;
        margin-top:15px;
    }
    .main-top .carousel-item,.carousel-inner,.carousel{height:100%;}
    .carousel-caption h2 span {
        font-size: 25px;
    }
    .header-social ul li:last-of-type,.header-social ul li{margin-right: 10px;}
    .header-social li a, .footer-social li a{
        width: 20px;
        height: 20px;
    }
    .header-social li a i, .footer-social li a i{
        font-size:10px;
    }
    .nav-link:after{content:none;}
    .navbar-toggler i {
        position: relative;
        z-index: 99;
    }
    .navbar-nav {
    margin-top: 70px;
    }
    .navbar-nav .nav-link {
    padding: 20px 50px !important;
    color: white;
    transition: 0.5s all ease;
    border-bottom: 1px solid #1a3b3c;
    padding-left: 0 !important;
    margin-left: 50px;
    margin-right: 50px;
    }
    .nav-item:last-of-type .nav-link{margin-right:50px !important;}
    .navbar-brand img{height: 95px;}
    .navbar-collapse {
    background: #337376;
    position: fixed;
    width: 100%;
    right: -100%;
    height: 100%;
    bottom: 0;
    transition: 0.5s all ease;
    z-index: 16;
    }
    .navbar-collapse.active {
        right: 0;
    }
    .collapse:not(.show) {
        display: block;
        overflow:scroll;
    }
    #advantages .container{
        max-width:100%;
        padding:0 24px;
    }
    .call-to-action-content h2 {
        margin-bottom: 0;
    }
    .copy a {
    width: 100%;
    display: inline-block;
    margin-top:6px;
    }
    .copy .dot{display:none;}
}

@media (max-width: 767.98px) {
    
    .chat-button-items li i{
        font-size: 19px;
        height: 100%;
        margin: 0;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .chat-button-items{
        right: 35px !important;
    }
    .fixed-nums{
        right: 20px;
    }
    .chat-button-items li{
        width: 32px !important;
        height: 32px !important;
    }
    
    .page-content.bella-content span {
        font-size: 23px !important;
    }
    .languages .select-lang,.languages .dot{display:none;}
    .blog-content img.fr-dib{
    width: 100%;
    margin: 0 0 50px;
    }
    .blog-content .quote img.fr-dib{
        width: 100%;
        margin: 0 0 10px;
    }
    .about-content .quote .highslide{width:100% !important;margin:0;}
    .services-content ul li{
        width: 100%;
    }
    /*.equipment-content ul{width:100%;float:none;}*/
    .contact-right-side {
        padding: 8px;
    }
    .contact-page-content{
        padding: 50px 0;
    }
    .contact-page-content h2 {
        font-size: 4vh;
        margin-bottom: 25px;
    }
    #map {
        height: 300px;
    }
    .works-page a.highslide img{
        height: 300px;
    }
    .blog-content img{
        width:100%;
        margin:0;
        margin-bottom:15px;
        height:auto;
    }
    .full-content.blog-content iframe{width:100%;height: 400px;}
    .footer-lang{margin-right:0;}
    .navbar-brand img{height: 85px;}
    .advantages-col{
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .page-heading h2 {
        margin-bottom: 10px;
    }
    .page-heading {
        padding: 50px;
    }
    .page-content{padding:30px 0;}
    .equipment-content img, .about-content .quote:first-of-type{
        width:100%;
        margin:0 !important;
        margin-bottom:15px !important;
    }
    
    #social-media .modal-dialog {
        max-width: 500px;
    }
    
    #social-media .modal-content {
        height: auto;
    }
    
    #social-media .info-wrapper h5 {
        margin-bottom: 16px;
    }
    #social-media .modal-dialog {
        max-width: 500px;
    }
    
    #social-media .modal-content {
        height: auto;
    }
    
    #social-media .img-wrapper {
        height: 100px;
    }
    
    #social-media .info-wrapper h5 {
        margin-bottom: 16px;
        font-size:15px;
    }
    .modal-content{
    width:75%;
    margin:0 auto;
}
#social-media .modal-content .close p{
    font-size:14px;
}
#social-media .modal-content .close-btn{
    width:18px;
    height:18px;
}
#social-media .info-wrapper{
    padding:10px 60px 0;
}
}
@media (max-width: 575.98px) {
    .full-content.blog-content iframe{height: 250px;}
    .useful-box h2{min-height:auto;}
    .otoplastika-page .quote .highslide{width:100% !important;margin:0;}
    .about-content .quote .highslide img,.otoplastika-page .quote .highslide img {
        height: auto !important;
    }
    .about-content .quote,.otoplastika-page .quote{margin:0;}
    .works-page a.highslide{
        width:100%;
    }
    .works-page a.highslide img{
        height:auto;
    }
    .footer-links a {
    padding: 10px 0;
    font-size: 15px;
    }
    .footer-links h3{font-size: 15px;}
    .footer-lang{padding:0 0 24px;}
    .footerBottom{width:100%;text-align:left;}
    .footer-social{float:right;}
    .copy {
    padding: 24px 0;
    text-align: center;
    }
    .footer-bottom-content{flex-wrap:wrap;}
    .call-to-action-content {
    padding: 30px 40px;
    }
        #malefemale .content {
    margin: 17px 0;
    }
    view-image canvas{display:none;}
    .mans, .female{width:100%; transform: none !important;}
    .mans view-image{margin-right:0;}
    .female view-image{margin-left:0;}
    .female{margin-top:30px;}
    .navbar-brand img{height: 65px;}
    
    #social-media .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 400px) {
    .social-text{display:none;}
    .navbar-brand img{height: 55px;}
    .carousel-caption h2 {
        margin-right: 120px;
    }
    .advantages-col{width:100%;}
    .advantages-text p:last-of-type{text-align:left;}
    
    #social-media .info-wrapper {
        padding: 20px 30px;
    }
    
    #social-media .info-wrapper h5 {
        font-size: 14px;
    }
    #social-media .info-wrapper{
        padding: 20px 30px 0;
    }
    #social-media .info-wrapper ul li {
        width: 40px;
        height: 40px;
    }
}
/*@media (max-width: 478px) {*/
/*    .page-list:before{*/
/*        top:26px;*/
/*        height: calc(100% - 40px);*/
/*    }*/
/*}*/
/*@media (min-width: 1199px) {*/
/*    .page-list:before{*/
/*        top:26px;*/
/*        height: calc(100% - 40px);*/
/*    }*/
/*}*/


.chat-button-items {
    padding: 0;
    margin:0;
    z-index:99999;
    bottom: 130px;
    position: fixed;
    right: 52px;
}

.chat-button-items i{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-button-items li span{
    position: absolute;
    font-size: 15px;
    right: 100%;
    background-color: #000000;
    border-radius: 5px;
    padding: 2px 6px;
    margin-right: 6px;
    color: white;
    width: 100px;
    text-align: center;
    display:none;
}
.chat-button-items li span::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 30%;
    display: block;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent black;
    border-style: solid;
}
.chat-button-items li {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0px 6px 3px 2px #40393952;
    transition:300ms all ease;
}

.chat-button-items li a{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.chat-button-items li a{color:white !important}
.chat-button-items li:hover{box-shadow:none}
.chat-button-items li:hover span{display:block}
.chat-button-items li:first-child{
        background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.chat-button-items li:nth-child(2){
    background-color:#3b5998
}
.chat-button-items li:nth-child(3){
    background-color:#c4302b
}
.chat-button-items li:nth-child(4){
    background-color:#000000
}
.chat-button-items li:nth-child(5){
    background-color:#26a4e2
}
.tawk-min-container .tawk-button-circle.tawk-button-large{
    width: 50px !important;
    height: 50px !important;
}