@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,hebrew,latin-ext');

:root {
    font-size: 20px;
	--dark: #1f1f1f;
    --red: #c81a47;
	--white: #ffffff;
}

/* #Primary
================================================== */

body{
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: var(--dark);
	background-color: var(--white);
	overflow-x: hidden;
    letter-spacing: 0;
}
p{
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: var(--dark);
    letter-spacing: 0;
}
.lead{
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--dark);
    letter-spacing: 0;
}
.lead-1{
    font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	color: var(--dark);
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Rubik', sans-serif;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.85;
	color: var(--dark);
    letter-spacing: 0;
}
h1, .h1 {
}
h2, .h2 {
}
h3, .h3 {
	font-size: 42px;
	line-height: 50px;
}
h4, .h4 {
	font-size: 26px;
	line-height: 31px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 24px;
}
h6, .h6 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
::selection {
	color: var(--white);
	background-color: var(--red);
}
::-moz-selection {
	color: var(--white);
	background-color: var(--red);
}
mark{
	color: var(--white);
	background-color: var(--red);
}
.font-weight-500 {
    font-weight: 500 !important;
}

/* #Preloader style
================================================== */

.animsition-loading,
.animsition-loading:after {
	width: 36px;
	height: 36px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	border-radius: 50%;
	z-index: 100;
}
.animsition-loading {
	opacity: .2;
	background-color: var(--red);
	border:none;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

/* #Elements
================================================== */

.section {
    position: relative;
	width: 100%;
	display: block;
}
.section-1410 {
    position: relative;
	width: 100%;
	display: block;
    margin: 0 auto;
    max-width: 1440px;
}
.over-hide {
    overflow: hidden;
}
.over-hide-x {
    overflow-x: hidden;
}
.img-wrap img{
	width: 100%;
    height: auto;
	display: block;
}

.full-height {
    height: 100vh;
}
.padding-top-bottom-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.padding-top-bottom-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.border-4 {
    border-radius: 4px;
}

.background-color-red {
    background-color: var(--red);
}
.background-color-grey {
    background-color: #f7f5f9;
}

.color-white {
    color: var(--white);
}
.color-red {
    color: var(--red);
}
.color-grey {
    color: #d5d1da;
}


.border-grey {
    border: 2px solid #f7f5f9;
}


.btn{
	border-radius: 4px;
	height: 50px;
	font-size: 16px;
    font-weight: 500;
	-webkit-transition : all 200ms linear;
    transition: all 200ms linear;
	padding: 0 30px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	border: none;
}
.btn:active,
.btn:focus{
	box-shadow: none;
}
.button-text-fix{
	transform: translateY(1px);
}
.button-text-fix-neg{
	transform: translateY(-1px);
}
.center-content {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.btn-stretch {
    justify-content: space-between !important;
    -ms-flex-pack: distribute !important;
}
.btn-h-34{
	height: 34px;
}
.btn-full{
	width: 100%;
}

.btn-white{
	background-color: var(--white);
    color: var(--dark);
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.08);
}
.btn-white:hover{
	background-color: var(--white);
    color: var(--dark);
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.1);
}

.btn-border-white{
	background-color: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, .5);
}
.btn-border-white:hover{
	background-color: var(--white);
    color: var(--dark);
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.1);
}
.btn-border-white .uil{
    color: rgba(255, 255, 255, .5);
	-webkit-transition : all 200ms linear;
    transition: all 200ms linear;
}
.btn-border-white:hover .uil{
    color: var(--red);
}

.btn-grey{
	background-color: #f7f5f9;
    color: var(--dark);
}
.btn-grey:hover{
	background-color: var(--red);
    color: var(--white);
    box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.15);
}
.btn-grey-alert{
	height: 40px;
	padding: 0 20px;
}

.btn-go-top{
	background-color: transparent;
    color: var(--red);
    padding: 0;
    height: 34px;
    cursor: pointer;
}
.btn-go-top:hover{
	background-color: transparent;
    color: var(--dark);
    padding: 0;
    height: 34px;
}
.btn-social{
	background-color: transparent;
    color: var(--dark);
    padding: 0;
    height: 32px;
    cursor: pointer;
}
.btn-social .uil{
    color: #d5d1da;
	-webkit-transition : all 200ms linear;
    transition: all 200ms linear;
}
.btn-social:hover{
	background-color: transparent;
    color: var(--red);
    padding: 0;
    height: 32px;
    cursor: pointer;
}
.btn-social:hover .uil{
    color: var(--red);
}
.btn-red{
	background-color: var(--red);
    color: var(--white);
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.08);
}
.btn-red:hover{
	background-color: var(--dark);
    color: var(--white);
    box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.12);
}
.btn-grey-solution{
	background-color: #f7f5f9;
    color: var(--dark);
}
.btn-grey-solution:hover{
	background-color: #f7f5f9;
    color: var(--dark);
}

.btn-modal{
	background-color: rgba(200, 26, 71, 0.1);
    color: var(--dark);
    font-weight: 400;
}
.btn-modal:hover{
	background-color: var(--dark);
    color: var(--white);
    box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.15);
}

.size-14 {
    font-size: 14px;
}
.size-22 {
    font-size: 22px;
}
.size-24 {
    font-size: 24px;
}
.size-26 {
    font-size: 26px;
}


.padding-hero-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}
.padding-hero-left-115 {
    padding-left: 115px;
}
.padding-hero-right-115 {
    padding-right: 115px;
}
.padding-hero-74 {
    padding-top: 74px;
    padding-bottom: 74px;
}

.section-img-right{
    position: absolute;
    z-index: 2;
    bottom: -30px;
    right: -30px;
    width: 100%;
    max-width: 631px;
}
.section-img-right img{
    border-radius: 20px 4px;
    box-shadow: -17px -14px 115px 0 rgba(0, 0, 0, 0.19);
}
.section-img-left{
    position: absolute;
    z-index: 2;
    bottom: -30px;
    left: -30px;
    width: 100%;
    display: block;
    max-width: 621px;
}
.section-img-left img{
    border-radius: 4px 20px;
    box-shadow: -17px -14px 115px 0 rgba(0, 0, 0, 0.19);
}

/* #Parallax on mouse move
================================================== */

.section-absolute {
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.parallax-elements{
	-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	-webkit-transform: perspective(200px);
		transform: perspective(200px);
}

/* #Navigation
================================================== */

.cbp-af-header {
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background-color: var(--white);
}
.cbp-af-header.cbp-af-header-shrink {
	background-color: var(--white);
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .padding-on-scroll{
    margin-top: 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .navbar-brand{
	height: 36px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .nav-item{
    margin: 15px 20px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.padding-on-scroll{
    margin-top: 30px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}
.navbar{
	padding: 0;
}
.navbar-brand{
	position: relative;
	height: 42px;
    width: 223px;
	display: block;
    margin: 0;
    padding: 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-brand img{
	height: 100%;
    width: auto;
	display: block;
    margin: 0;
    padding: 0;
}
.navbar-toggler {
	float: right;
	border: none;
	padding: 0;
    transition: color 300ms linear;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 16px;
	height: 18px;
	background-image: none;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
    margin-right: 7px;
	border-bottom: 2px solid var(--dark);
    transform: translateX(8px);
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 16px;
	position: absolute;
	height: 2px;
	background-color: var(--dark);
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transform: translateX(-8px);
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
	width: 24px;
	left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: translateX(-8px) rotate(45deg);
	width: 24px;
	left: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translate(-8px, 8px) rotate(-45deg);
	width: 24px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
    transition: all 300ms linear;
}
.nav-item{
    margin: 20px;
    padding: 0;
    display: inline-block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.nav-link{
    position: relative;
	font-size: 16px;
	font-weight: 500;
    line-height: 20px;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    display: inline-block;
    margin: 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.nav-link::before{
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d5d1da;
    opacity: 0;
    transition: all 250ms linear;
}
.nav-link:hover::before{
    bottom: 0;
    opacity: 1;
}
.nav-link:hover{
	color: #111 !important;
}
.nav-link.mPS2id-highlight::before{
    bottom: 0;
    opacity: 1;
}
.nav-link.mPS2id-highlight{
	color: #111 !important;
}


.alert-wrapper{
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
	width: 100%;
    display: block;
}
.alert-cookies{
	width: 100%;
    display: block;
    padding: 22px 30px !important;
    margin-top: 0;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.04), 0 5px 40px 0 rgba(0, 0, 0, 0.08);
    background-color: var(--white);
}

.title-top-line::before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 22px;
    height: 3px;
    display: block;
    background-color: var(--red);
    z-index: 2;
}
.title-top-line-center::before{
	position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 3px;
    display: block;
    background-color: var(--red);
    z-index: 2;
}
.swiper-container,
.swiper-container-news{
	position: relative;
	padding: 0 15px;
	margin: 0 auto;
	list-style: none;
	z-index: 3;
    width: 100%;
    overflow: initial;
}
.swiper-wrapper{
	position: relative;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	z-index: 3;
    overflow: initial;
}
.swiper-slide{
	position: relative;
	padding: 0;
	margin: 0;
    display: block;
}
.swiper-slide-wrap{
	position: relative;
	padding: 0;
	margin: 0;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    cursor: pointer;
}
.swiper-slide-wrap img{
	display: block;
    width: 100%;
    height: auto;
}
.swiper-slide-wrap-over{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #1f1f1f;
    z-index: 2;
    transition: all 250ms linear;
}
.swiper-slide-wrap:hover .swiper-slide-wrap-over{
    opacity: 0.75;
}
.swiper-slide-wrap-text{
	position: absolute;
	top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 3;
    padding: 15px 0;
    display: inline-block;
    color: var(--white);
    font-weight: 500;
    transform: translate(-50%, -50%);
    transition: all 250ms linear;
}
.swiper-slide-wrap-text::before{
	position: absolute;
    content: '';
	bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    opacity: 0.4;
    border-radius: 1.5px;
    background-color: var(--white);
}
.swiper-slide-wrap:hover .swiper-slide-wrap-text{
    opacity: 1;
}



.swiper-slide-news-wrap{
	position: relative;
	padding: 0;
	margin: 0;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}
.swiper-slide-news-wrap img{
	display: block;
    width: 100%;
    height: auto;
}
.swiper-slide-news-wrap-over{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0), #1f1f1f);
    z-index: 2;
}
.swiper-slide-news-wrap-text{
	position: absolute;
	bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 4;
    transform: translateY(54px);
    transition: all 250ms linear;
}
.swiper-slide-news-wrap:hover .swiper-slide-news-wrap-text{
    transform: translateY(0);
}
.date-text{
	position: relative;
    display: inline-block;
    border-radius: 4px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    height: 33px;
    min-width: 165px;
    padding: 0 20px;
    background-color: rgba(255,255,255,.25);
}
.swiper-slide-news-wrap-text p{
	line-height: 19px;
    font-weight: 500;
    transition: all 250ms linear;
    display: inline-block;
    opacity: 0;
    border-bottom: 2px solid rgba(255,255,255,.4);
}
.swiper-slide-news-wrap:hover .swiper-slide-news-wrap-text p{
	opacity: 1;
}


.swiper-button-next,
.swiper-button-prev{
    position:absolute;
    top: -80px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #d5d1da;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    transition: all 200ms linear;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #11132f;
}
.swiper-button-prev{
    right: 49px;
    left: auto;
}
.swiper-button-next{
    right: 15px;
}
.swiper-button-next:active,
.swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-prev:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    color: #d5d1da;
    pointer-events: none;
}


#solution-sync1{
	position: relative;
	display: block;
}
#solution-sync1 .item{
	position: relative;
	display: block;
	width: 100%;
}
#solution-sync1 .item img{
    max-width: 100%;
    border-radius: 4px;
    height: auto;
    dispaly: block;
	width: 100%;
	margin: 0;
}
.solution-text{
    position: absolute;
    background-color: var(--white);
    width: 100%;
    display: block;
    padding: 10px 0;
    left: 0;
    top: -150px;
    z-index: 3;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

#solution-sync2 {
	position: absolute;
	width: 340px;
	display: block;
	left: 0;
	top: 0;
	z-index: 10;
}
#solution-sync2 .item{
	width: 340px !important;
	display: block;
	cursor: pointer;
	position: relative;
	padding-bottom: 80px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
@media (min-width: 992px) {
    #solution-sync2 .owl-item{
        float: left;
        display: block;
        width: 100% !important;
    }
}
#solution-sync2 .item::after{
	position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    display: block;
    border-left: 2px dashed #d5d1da;
    z-index: 33;
    top: -70px;
    right: 55px;
}
#solution-sync2 .item.first-slide::after{
    display: none;
}
.solution-circle {
	position: relative;
	width: 110px;
    height: 110px;
	display: block;
	margin: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #f7f5f9;
    color: var(--dark);
    font-size: 30px;
    line-height: 110px;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
#solution-sync2 .item:hover .solution-circle {
    background-color: var(--red);
    color: var(--white);
}
#solution-sync2 .synced .item .solution-circle{
    background-color: var(--red);
    color: var(--white);
}
#solution-sync1  .item p{
    max-width: 662px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    #solution-sync2 .item{
        padding-bottom: 50px;
    }
    #solution-sync2 .item::after{
        height: 30px;
        top: -40px;
    }
}
@media (max-width: 991px) {
    #solution-sync2 .item::after{
        display: none;
    }
    #solution-sync2 {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        margin: 0 auto;
        text-align: center;
        transform: translateY(-50px);
    }
    #solution-sync2 .item{
        width: 100% !important;
        cursor: pointer;
        position: relative;
        padding-bottom: 0;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    .solution-circle {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
}

.line-link {
    position: relative;
    display: inline-block;
    line-height: 19px;
    color: rgba(0,0,0,.5);
    font-weight: 500;
    padding: 15px 0;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.line-link:hover {
    text-decoration: none;
    color: var(--dark);
}
.line-link::before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d5d1da;
    opacity: 0;
    transition: all 250ms linear;
}
.line-link:hover::before{
    bottom: 0;
    opacity: 1;
}

.footer-logo {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    height: 40px;
    display: inline-block;
}
.footer-logo img {
    height: 40px;
    width: auto;
    display: block;
}
.height-40{
    height: 40px;
}


.post-img-over{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 2;
}
.post-title{
    position: absolute;
    max-width: 600px;
    width: 100%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.post-title p,
.post-title h3{
    color: var(--white);
}
.post-title p{
    border-radius: 4px;
    background-color: rgba(255,255,255,.25);
    padding: 8px 18px;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    font-weight: 500;
}



/* #Modals
================================================== */

.modal-content {
	width: 100%;
	max-width: 929px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}
.modal-body .close {
	position: absolute;
	top: 60px;
	right: 60px;
	padding: 0;
	margin: 0;
	opacity: 1;
	text-shadow: none;
	font-weight: normal;
	color: #d5d1da;
    font-size: 19px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.modal-body .close:hover {
	color: var(--red);
    opacity: 1;
}
.modal-body.full .close {
	top: 18px;
	right: 53px;
}
.modal-body .close:active,
.modal-body .close:focus{
	border: none;
	outline: none;
	box-shadow: none;
}
.modal-dialog {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 929px;
	margin: 0;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}
.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.modal {
	z-index: 21050;
	margin: 0;
	padding: 0;
}
.modal-backdrop {
	z-index: 21040;
	background-color: var(--dark);
}
.modal-backdrop.show {
	opacity: 0.75;
}
.modal.show .modal-dialog {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modal-body {
	margin: 0;
	padding: 60px 45px;
}
.modal-header {
	border: none;
	margin: 0;
	padding: 0;
}
.modal-content {
	poasition: relative;
	overflow: hidden;
	border: none;
	border-radius: 0;
    box-shadow: -24px 0 92px 0 rgba(0, 0, 0, 0.11);
	margin: 0;
	padding: 0;
	background-color: var(--white);
}

.img-shadow {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

/* #Media
================================================== */

@media (max-width: 1330px) {
    .padding-hero-left-115 {
        padding-left: 60px;
    }
    .section-img-right{
        bottom: -30px;
        right: -30px;
        max-width: 580px;
    }
    .section-img-left{
        bottom: -30px;
        left: -30px;
        max-width: 580px;
    }
}

@media (max-width: 1300px) {
    .align-self-start-xl {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
}

@media (max-width: 1199px) {
    .padding-home-mob{
        padding-top: 0;
    }
    .section-img-right{
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 500px;
        padding-bottom: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-img-left{
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 500px;
        padding-bottom: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .padding-hero-left-115 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .padding-hero-right-115 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .padding-hero-115 {
        padding-bottom: 50px;
    }
    .padding-hero-74 {
        padding-bottom: 50px;
    }
    .cbp-af-header {
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
        background-color: var(--white);
    }
    .cbp-af-header.cbp-af-header-shrink {
        background-color: var(--white);
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
    .cbp-af-header.cbp-af-header-shrink .padding-on-scroll{
        margin-top: 0;
        padding: 20px 0;
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
    .padding-on-scroll{
        margin-top: 0;
        padding: 20px 0;
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
    .cbp-af-header.cbp-af-header-shrink .navbar-brand{
        height: 32px;
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
    .navbar-brand{
        height: 32px;
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
    .cbp-af-header.cbp-af-header-shrink .nav-item{
        margin: 0 20px;
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
    .nav-item{
        margin: 0 20px;
        -webkit-transition : all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
}

@media (max-width: 991px) {
    h3, .h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 928px) {
 	.modal-dialog {
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		min-height: 100vh;
		-webkit-transform: translate(0);
		transform: translate(0);
		border-radius: 0;
	}
	.modal.fade .modal-dialog {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	@media (prefers-reduced-motion: reduce) {
		.modal.fade .modal-dialog {
			-webkit-transform: translate(0);
			transform: translate(0);
		}
	}
	.modal-body {
		min-height: 100vh;
        padding: 30px 15px;
	}
    .modal-body .close {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .post-title{
        position: relative;
        max-width: 100%;
        width: 100%;
        top: auto;
        left: auto;
        margin: 0 auto;
        margin-top: 80px;
        padding: 0 20px;
        text-align: center;
        transform: translate(0, 0);
    }
    .post-title p,
    .post-title h3{
        color: var(--dark);
    }
    .post-img-over{
        display: none;
    }
    .solution-circle {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .padding-hero-115 {
        padding-top: 40px;
    }
    .padding-hero-74 {
        padding-top: 40px;
    }
    .padding-hero-left-115 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .padding-hero-right-115 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .section-img-right{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
    .section-img-left{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
    #solution-sync2 {
        transform: translateY(-10px);
    }
    #solution-sync1  .item p{
        max-width: calc(100% - 40px);
    }
    #solution-sync1 .item img{
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-top: 40px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
}









