@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap&subset=cyrillic');

/* GLOBAL CSS */
/***************************/
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1d1b26; 
    font-weight: 400;
    line-height: 1.45;
    background-color: #fefefe;    
}

.mobile-hidden {
    display: none;
}

@media screen and (max-width: 539px) {
        .mobile-hidden-header {            
            display: none;            
    }
    .header-text {
        margin-top: -2rem;
    }
}

/* GLOBAL CSS */
/***************************/


/* TEXT STYLE CUSTOMIZATION */
/***************************/
p {margin-bottom: 1.25rem;}

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;  
  line-height: 1.15;
}

h1 {
  margin-top: 0;
  font-size: 4.209rem;
}

h2 {font-size: 3.157rem;}

h3 {font-size: 2.369rem;}

h4 {font-size: 1.777rem;}

h5 {font-size: 1.333rem;}

.small, .text_small {font-size: 0.75rem;}

li {
    color: #48445e;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75rem;
}

/* TEXT STYLE CUSTOMIZATION */
/***************************/


/* HEADER CSS */
/***************************/
.phone-bg {
    background-image: url("contacts-bg@2x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;     
    overflow-x: hidden;
    width: 100%;
    /*height: 4rem; */
}


.phone h5 {
    margin-top: 1.3rem;
    font-weight: 800;
}

.phone a {
    font-weight: 800;
    color: #fafafa;
}

.phone a:hover {
    text-decoration: none!important;
    color: #b7afbd;
}


.head {
    background: url("gradient.png");
    background-size: cover;
    background-repeat: no-repeat;   
    left: 0px;    
    overflow-x: hidden;
    overflow-y: hidden;
    /*height: 100vh;*/  
}

 @media screen and (min-width: 1199.99px) {
        .head {
            height: 100vh;    
        }
     }

.head .navbar a {    
    color: #fafafa!important;
    transition: 0.3s;
}

.head .navbar a:hover {
    text-decoration: underline;
    color: #b7afbd!important;
    transition: 0.3s;
}


.head ul {
    margin-right: -23px;
    transition: 0.3s;
}

.head ul li {
    padding-left: 25px;
    transition: 0.3s;
}



@media screen and (min-width: 1200px) and (max-width: 1360px) {
    .head .operator {
        background-image: url("../img/header/operator.png");    
        background-repeat: no-repeat;   
        left: 0px;    
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100vh;
        width: 100vw;
        background-size: 1055px 655px;
        background-position: calc(100% - -310px) calc(100% - 88px); 
    }
}

@media screen and (min-width: 1361px) and (max-width: 1500px) {
    .head .operator {
        background-image: url("../img/header/operator.png");    
        background-repeat: no-repeat;   
        left: 0px;    
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100vh;
        width: 100vw;
        background-size: 1055px 655px;
        background-position: calc(100% - -290px) calc(100% - 88px);
    }
}

@media screen and (min-width: 1501px) and (max-width: 1660px) {
    .head .operator {
        background-image: url("../img/header/operator.png");    
        background-repeat: no-repeat;   
        left: 0px;    
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100vh;
        width: 100vw;
        background-size: 1055px 655px;
        background-position: calc(100% - -290px) calc(100% - 88px);
    }
}

@media screen and (min-width: 1661px) and (max-width: 2000px) {
    .head .operator {
        background-image: url("../img/header/operator.png");    
        background-repeat: no-repeat;   
        left: 0px;    
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100vh;
        width: 100vw;
        background-size: 1055px 655px;
        background-position: calc(100% - -190px) calc(100% - 88px);     
    }
}


@media screen and (min-width: 2000px) {
    .head .operator {
        background-image: url("../img/header/operator.png");    
        background-repeat: no-repeat;   
        left: 0px;    
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100vh;
        width: 100vw;
        background-size: 1055px 655px;
        background-position: calc(100% - -190px) calc(100% - 88px);     
    }
}




.header-text {
    margin-top: 9.0625rem;
}

@media screen and (max-width: 1024px) {
        .header-text {            
            margin-top: 2.5rem;            
    }
}

.header-text-1 {
    font-weight: 800;
    color: #e2d1d7;
}

@media screen and (max-width: 1024px) {
        .header-text-1 {            
            font-size: 3.5rem;            
    }
    
    .header-text-3 {
        margin-bottom: 1rem;
    }
}

.header-text-2 {
    font-weight: 600;
    color: #fafafa;
}

.header-text-3 {
    color: #fafafa;    
}

.header-text-4 {
    margin-top: 5.625rem;
    color: #fafafa;
    font-weight: 600;
}

.subscribe input {
    width: 23.75em;
    height: 2.8125em;
    border-radius: 0.625em;
    border: 0px;
    background-color: #f3f2f4!important;
    color: #3f3d5a;
    font-size: 0.75em;
    font-weight: 600;
    padding: 25px 15px;
}

.subscribe input:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 7px #719ECE;
}

.subscribe textarea:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 7px #719ECE;
}

.subscribe-submit {
    background-color: #1fcbe1;
    width: 10.625em;
    height: 3.27em;
    border-radius: 0.625em;
    border: 0px;
    margin-left: 1rem;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0px 5px 11.7px 1.3px rgba(0, 0, 0, 0.15);
    transition: 0.3s;   
}

.subscribe-submit:hover {
    background-color: #1fd3ea;
    box-shadow: 0px 6px 11.7px 1.3px rgba(0, 0, 0, 0.25);    
    transition: 0.3s;
}

.personal-data-processing {
    color: #fafafa;
    font-weight: 300;
}

/***************************/
/* HEADER CSS */




/* ABOUT CSS */
/***************************/
.section-about {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-color: #f3f3f5;
}

.section-about-hero {
    text-align: center;
}

@media screen and (max-width: 1024px) {
        .section-about-hero {            
            text-align: left;    
    }
}

.section-about h4 {
    color: #48445e;
    font-weight: 600;
}

.section-about h5 {
    color: #1fcbe1;
    font-weight: 600;
}

.section-about .services h5 {
    color: #48445e;
    font-weight: 500;    
}

.section-about .services .service-card:hover h5 {
    color: #d71b5f;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #1fcbe1;

}

.service-card {
    max-height: 350px;
    padding-top: 2em;
}

.service-card:hover {
    box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.service-card img {
    margin-bottom: 2.1rem;
}

.service-card a:hover {
    text-decoration-color: #1fcbe1;
}


.service-card-button {
    width: 50px;
    height: 50px;
    border: 0px;
    border-radius: 50%;
    background-color: #d71b5f;
    color: #fcfcfc;
    position: relate;
    margin-left: 215px;
    margin-top: 55px;
    opacity: 0;
    transition: 0.3s;
    font-size: 1.2rem;
    cursor: pointer;    
    display: block;
}

.service-card-button .svg-inline--fa {
    margin-top: 15px;
}

.service-card:hover .service-card-button {
    opacity: 1;
    transition: 0.3s;
}

.service-card-button a {
    text-decoration: none;
    color: inherit;
    padding: 15px;
}


@media screen and (min-width: 300px) and (max-width: 576px) {
    .service-card:hover {
    box-shadow: none!important;    
    }
    
    .service-card-button {
        display: none!important;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
        .service-card:hover {
    box-shadow: none!important;    
    }
    .service-card-button {
        display: none!important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
        .service-card:hover {
    box-shadow: none!important;    
    }
    .service-card-button {
        display: none!important;
    }
}


/***************************/
/* ABOUT CSS */



/* IP PBX CSS */
/***************************/

.section-ippbx-hero {    
    text-align: center;
}

@media screen and (max-width: 1024px) {
        .section-ippbx-hero {            
            text-align: left;    
    }
}

.section-ippbx {
    background-color: #48445e;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    color: #fafafa;
}

.section-ippbx h4 {
    color: #e2d1d7;
    font-weight: 600;    
}

.section-ippbx .features-header {
    color: #1fcbe1;
    font-weight: 600;
}


/***************************/
/* IP PBX CSS */



/* ANALYTICS CSS */
/***************************/


.section-analytics {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-color: #f6f6f6;

}

@media screen and (min-width: 1200px) {
    .section-analytics {
        background-image: url(../img/analytics/bg.png);
        background-attachment: fixed;
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
    }
}


.section-analytics h4 {
    color: #48445e;
}

.section-analytics h5 {
    color: #1fcbe1;
}

.order-presentation-text {
    color: #48445e;
    font-weight: 600;
    margin-top: 8.75rem;
}

.order-presentation-button {
    background-color: #d71b5f;
    width: 10.625em;
    height: 3.27em;
    border-radius: 0.625em;
    border: 0px;  
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0px 5px 11.7px 1.3px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    padding-top: 0.8rem;
    margin-top: 3.125rem;
    text-align: center;
}

.order-presentation-button:hover {
    background-color: #e52168;
    box-shadow: 0px 6px 11.7px 1.3px rgba(0, 0, 0, 0.25);    
    transition: 0.3s;
}

.section-analytics .personal-data-processing {
    color: #1d1b26;
    margin-top: 1.5rem;
}

.section-analytics .features-header {
    color: #48445e;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.analytic-card img {
    margin-bottom: 1rem;
}

.analytics-f-list {
    margin: 2.75rem 0 1rem;
}


.order-presentation-button a {
    text-decoration: none!important;
    color: inherit;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 45px;
    padding-right: 45px;
}

.order-presentation-button a:hover {
    text-decoration: none!important;
    color: inherit;
}


@media screen and (max-width: 1199px) {
    .order-presentation-block-1 {
        display: none!important;
    }
    .order-presentation-block-2 {
        vertical-align: middle;
    }
    
    .order-presentation-button {
       
    }
}

@media screen and (min-width: 1200px) {
    .order-presentation-block-2 {
        display: none!important;
    }
}


.btn-confirm {
    background-color: #1fcbe1;
    width: 6.625em;
    height: 3.27em;
    border-radius: 0.625em;
    border: 0px;
    margin-left: 1rem;
    font-weight: 500;
    color: #ffffff;
    box-shadow: 0px 5px 11.7px 1.3px rgba(0, 0, 0, 0.15);
    transition: 0.3s;   
}

.btn-confirm:hover {
    background-color: #1fd3ea;
    box-shadow: 0px 6px 11.7px 1.3px rgba(0, 0, 0, 0.25);    
    transition: 0.3s;
}

.btn-cancel {
    background-color: #d81b60;
    width: 6.625em;
    height: 3.27em;
    border-radius: 0.625em;
    border: 0px;
    margin-left: 1rem;
    font-weight: 500;
    color: #ffffff;
    box-shadow: 0px 5px 11.7px 1.3px rgba(0, 0, 0, 0.15);
    transition: 0.3s;   
}

.btn-cancel:hover {
    background-color: #e52168;
    box-shadow: 0px 6px 11.7px 1.3px rgba(0, 0, 0, 0.25);    
    transition: 0.3s;
}


.modal-body input {
    width: 23.75em;
    height: 2.8125em;
    border-radius: 0.625em;
    border: 0px;
    background-color: #f3f2f4!important;
    color: #3f3d5a;
    font-size: 0.75em;
    font-weight: 600;
    padding: 25px 15px;
    width: 100%;
}

.modal-body input:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 7px #719ECE;
}

.modal-body textarea:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 7px #719ECE;
}

/***************************/
/* ANALYTICS CSS */



/* INTERFACES CSS */
/***************************/


.section-interfaces {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;        
}

@media screen and (max-width: 991px) {
    .section-interfaces img {
        margin-top: 3rem;
    }
}
 

.section-interfaces h5 {
    color: #48445e;
    /*margin-top: 0px;*/
}

.section-interfaces p {
    text-indent: 1rem;
    text-justify: inter-character;
    text-align: justify;
}

.section-interfaces div.reports-features-card {
    padding-top: 10.625rem;    
}


/***************************/
/* INTERFACES CSS */



/* CTO CSS */
/***************************/

.section-cto {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;    
}

@media screen and (max-width: 1239px) {
    .section-cto {
        background-color: #f8f8f8;
    }
}

@media screen and (min-width: 1240px) {
    .section-cto {
        background-image: url(../img/cto/bg-2.png);
        background-attachment: fixed;
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.section-cto h4 {
    color: #48445e;    
}

.section-cto h5 {
    color: #1fcbe1;    
}

.section-cto p {
    text-indent: 1rem;
    text-justify: inter-character;
    text-align: justify;
}

.section-cto-card {
    margin-top: 6.25rem;
}

.section-cto-card h5 {
    color: #48445e;
    /*margin-top: 0px;*/
}


/***************************/
/* CTO CSS */



/* INTEGRATION CSS */
/***************************/

.section-integration {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-color: #48445e;
    color: #fafafa;
}


.section-integration h4 {
    color: #e2d1d7;    
}

.section-integration h5 {
    color: #1fcbe1;    
}

.section-integration li {
    color: #fafafa;
}

.section-integration .features-header {
    font-weight: 600;
    color: #e2d1d7;    
}

@media screen and (max-width: 991px) {
    .section-integration .integration-card img {
        margin-top: 3rem;
    }
    
    .section-integration .margin-fix {
        margin-top: 2rem;
    }
}

/***************************/
/* INTEGRATION CSS */



/* PRICE CSS */
/***************************/

.section-price {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.section-price h4 {
    color: #48445e;    
}

.section-price h5 {
    color: #1fcbe1;    
}



/* price table */
.comparison {
	/*max-width: 940px;*/
	margin: 0 auto;
	font: 13px/1.4;
	text-align: center;
	padding: 10px;
}

.comparison table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border-bottom: 1px solid #CCC;
}

.comparison td,
.comparison th {
	border-right: 1px solid #CCC;
	empty-cells: show;
	padding: 10px;
}

.compare-heading {
	font-size: 18px;
	font-weight: bold !important;
	border-bottom: 0 !important;
	padding-top: 10px !important;
    color: #48445e;
}

.comparison tbody tr:nth-child(odd) {
	display: none;
}

.comparison .compare-row {
	background: #F5F5F5;
}

.comparison .tickblue {
	color: #d81b60;
}

.comparison .tickgreen {
	color: #d81b60;
}

.comparison th {
	font-weight: normal;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.comparison tr td:first-child {
	text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
	color: #FFF;
	padding: 10px;
	font-size: 13px;
	border-right: 1px solid #CCC;
	border-bottom: 0;
}

.comparison .tl2 {
	border-right: 0;
}

.comparison .qbse {
	background: #7f7c8e;
	border-top-left-radius: 3px;
	border-left: 0px;
}

.comparison .qbo {
	background: #48445e;
	border-top-right-radius: 3px;
	border-right: 0px;
}

.comparison .price-info {
	padding: 5px 15px 15px 15px;
}

.comparison .price-was {
	color: #999;
	text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
	color: #d71b5f;
    font-weight: 500;
}

.comparison .price-now span {
	font-size: 32px;
}

.comparison .price-small {
	font-size: 18px !important;
	position: relative;
	top: -11px;
	left: 2px;
}

.comparison .price-buy {
	background: #ff5406;
	padding: 10px 20px;
	font-size: 12px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

.comparison .price-try {
	font-size: 12px;
}

.comparison .price-try a {
	color: #202020;
}

@media screen and (max-width: 767px) {
	.comparison td:first-child,
	.comparison th:first-child {
		display: none;
	}
	.comparison tbody tr:nth-child(odd) {
		display: table-row;
		background: #F7F7F7;
	}
	.comparison .row {
		background: #FFF;
	}
	.comparison td,
	.comparison th {
		border: 1px solid #CCC;
	}
	.price-info {
		border-top: 0 !important;
	}
}

@media screen and (max-width: 639px) {
	.comparison .price-buy {
		padding: 5px 10px;
	}
	.comparison td,
	.comparison th {
		padding: 10px 5px;
	}
	.comparison .hide-mobile {
		display: none;
	}
	.comparison .price-now span {
		font-size: 16px;
	}
	.comparison .price-small {
		font-size: 16px !important;
		top: 0;
		left: 0;
	}
	.comparison .qbse,
	.comparison .qbo {
		font-size: 12px;
		padding: 10px 5px;
	}
	.comparison .price-buy {
		margin-top: 10px;
	}
	.compare-heading {
		font-size: 13px;
	}
}

.asterisk {
    color: #d71b5f;
}

/* price table */

/***************************/
/* PRICE CSS */





/* FOOTER CSS */
/***************************/


footer {
    padding-top: 2.25rem;
    padding-bottom: 3.25rem;
    background-color: #24222f;
    color: #fafafa;
}

footer a {
    text-decoration: none;
    color: inherit;
    font-size: 0.85rem;
}

footer a:hover {
    text-decoration: none;
    color: inherit;
}


.footer-logo {
    text-align: center;
}

.footer-menu {
    font-weight: 500!important;    
}


.copy-date {
    text-align: center;
    margin-top: 2rem;
}


@media screen and (min-width: 768px) {
    .copy-date {
        text-align: center;
    }
}


/***************************/
/* FOOTER CSS */

