
/*.page-head .img-page-about img{*/
/*width: 100%;*/
/*position: absolute;*/
/*object-fit: cover;*/
/*}*/

.page-head .overlay-color {
    background: none;
    position: relative;
    height: 500px;
}
.page-head .head-body h1 {
    left: 0;
    padding: 0;
    padding-top: 230px;
    font-family: 'Lato';
}

#about div.line {
    height: 2px;
    background-color: #c7c7c7;
    margin-top: 60px;
    clear: both;
}

.about-help .help {
    top: -510px;
}

.about-help {
    margin-top: 40px;
}

.contents-tabs h4 {
	line-height: 33px;
	font-size: 20px;
}

.contents-tabs ul {
	padding: 10px 0;
}

.contents-tabs ul  li{
	padding: 5px 0;
}

/*Services page*/
#services .col-1{
    background-color: #f0f0fa;
    padding: 100px 0;
}

#services .col-1 h3+div {
    float: right;
}
#services h3{
    font-family: 'Lato';
    font-size: 33pt;
    color: #444444;
}
#services p{
    font-size: 16pt;
    color: #888888;
    line-height: normal;
    font-family: 'Lato';
}
#services .col-1 p{
    color: #777777;
}
#services .col-1 h3{
    margin-left: 15px;
    margin-bottom: 35px;
}
#services .col-2{
    padding-bottom: 50px;
}
#services .col-2 img{
    vertical-align: middle;
}
#services .col-2 h3{
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px;
    padding: 20px 0;
}
#services .col-2 .develop{
    margin-top: 60px;
}
#services .col-2 p{
    padding: 20px 0;
    clear: both;
}
#services .col-2 button{
    font-family: 'Lato';
    border-radius: 25px;
    font-size: 15pt;
    padding: 8px 55px;
    background: none;
    color: #7767d7;
    border-color: #7767d7;
    box-shadow: none;
}
#services .col-2 button:focus{
    outline: none;
}
#services .col-2 .part{
    margin-bottom: 40px;
}
#services .col-2 .consult img, #services .col-2 .part img{
    float: right;
}
/* pagination CSS start */
.pagination {
    margin: 50px 0 10px 0;
    text-align: center;
    display: block;
}
.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
/* pagination CSS End */

/*Blog*/
#blog h2{
    font-family: 'Lato';
    font-size: 25pt;
    color: #444444;
}
#blog p{
    text-align: left !important;
    font-size: 16pt;
    color: #888888;
    line-height: normal;
    font-family: 'Lato';
    clear: both;
#    height: 154px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#blog{
    padding: 80px 0;
}
#blog .blog-page{
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
    height: 286px;
}
#blog .blog-page >div:first-child{
    padding: 0;
    height: 100%;
}
#blog .blog-page >div:last-child{
    height: inherit;
}
#blog .blog-page>div:first-child img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}
#blog .img-blog{
    height: inherit;
}
#blog .img-blog .item-image{
    width: 100%
}
#blog .img-blog .item-image a{
    width: 100%
}
#blog .blog-page .blog-content{
    padding: 25px 15px;
    height: inherit;
}
#blog .blog-page .blog-content h2{
    margin-bottom: 20px;
    display: inline-block;
}
#blog .blog-page .blog-content .blog-date{
    float: right;
    margin-top: 10px;
    font-size: 14pt;
    color: #888888;
    font-family: 'Lato';
}
#blog .blog-page .blog-content .blog-date img{
    color: #7767d7;
    padding-right: 5px;
}
#blog .blog-page .blog-content>a{
    float: right;
    font-size: 14pt;
    color: #444444;
    font-family: 'Lato';
    margin-top: 10px;
    position: absolute;
    bottom: 5px;
    right: 21px;
}
#blog .blog-page .blog-content>a span{
    vertical-align: middle;
}
#blog .blog-page .blog-content>a:hover{
    text-decoration: none;
}
#blog .blog-page .blog-content>a:after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 29px;
    color: #7767d7;
    vertical-align: middle;
    visibility: hidden;
    position: relative;
    left: 10px;
    bottom: 4px;
    transition: ease-out 0.5s;
}
#blog .blog-page .blog-content>a:hover:after{
    visibility: visible;
}
/*Post content*/
#post-content{
    padding: 60px 0;
}
#post-content .single-content p{
    text-align: left!important;
    font-size: 16pt;
    color: #888888;
    line-height: normal;
    font-family: 'Lato';

}
#post-content .single-content h1{
    font-family: 'Lato';
    font-size: 30pt;
    color: #444444;
    margin-bottom: 20px;
}
#post-content .single-content p {
    margin: 10px 0;
}
#post-content .single-content h5 {
    font-family: "Lato";
    font-size: 16pt;
    color: #888888;
}
#post-content .single-content ul {
    font-family: "Lato";
    font-size: 16pt;
    color: #888888;
    list-style: inside;
    margin: 10px 5px;
}
#post-content .single-content ul li {
    margin-bottom: 5px;
}
#post-content .single-content ul li a {
    font-family: "Lato";
//    text-decoration: none;
    font-size: 18px;
    color: #888888;
//    color: #1eafba;
//    font-weight: 200;
    margin-left: 10px;
}
#post-content .single-content .content-head{
    margin-bottom: 25px;
}
#post-content .single-content .blog-date{
    margin-top: 14px;
    font-size: 14pt;
    color: #888888;
    font-family: 'Lato';
    position: absolute;
    right: 16px;
    top: 0;
}
#post-content .single-content .blog-date img{
    color: #7767d7;
    padding-right: 5px;
}
.page-post{
    position: relative;
    height: 150px;
}
.back-blog{
    margin-left: 30px;
}
.back-blog a{
    font-size: 14pt;
    font-family: 'Lato';
#    color: rgba(255, 255, 255, 0.5);
}
.back-blog a i{
    padding-right: 18px;
    color: #1eafba;
}
.back-blog a:hover{
    text-decoration: none;
}
/*Post related*/
#post-related ul li>div{
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
#post-related .photo {
    width: 100%;
}
#post-related .photo>div {
    width: 100%;
}
#post-related .photo img{
    object-fit: cover;
    width: 100%;
    height: 200px;
}
#post-related .info h6{
    font-family: 'Lato';
    font-size: 16pt;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px;
}
#post-related .date-info{
    margin-bottom: 15px;
}
#post-related .date-info div:nth-of-type(1) img{
    padding-right: 5px;
}
#post-related .date-info div:nth-of-type(1){
    font-size: 14pt;
    color: #888888;
    font-family: 'Lato';
}
#post-related .date-info div:nth-of-type(2) a{
    font-size: 14pt;
    color: #444444;
    font-family: 'Lato';
    padding-right: 25px;
}
#post-related .date-info div:nth-of-type(2) a span{
    font-size: 29px;
    color: #7767d7;
    position: absolute;
    right: 15px;
    top: -5px;
}
#post-related .date-info div:nth-of-type(2) a:hover{
    text-decoration: none;
    cursor: pointer;
}
#post-related h2{
    font-family: 'Lato';
    font-size: 25pt;
    color: #444444;
    padding: 50px 0;
    border-top: 1px solid #ccc;
}
#post-related{
    padding-bottom: 60px;
}

/*About page*/
#about {
    padding-top: 100px;
}
#about h3 {
    font-size: 33pt;
    margin-bottom: 24px;
    color: #444444;
    font-family: 'Lato';
}
#about p {
    font-size: 16pt;
    color: #888888;
    line-height: normal;
    font-family: 'Lato';
}
#about .history {
    margin-bottom: 50px;
}

.mission-height{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 352px;

}
.mission-align{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.mission
/*#about .history > div:first-child {*/
    /*float: right;*/
/*}*/

/*#about .mission > div:nth-of-type(2) {*/
    /*margin-top: 78px;*/
/*}*/
#about .mission p {
    text-align: right;
}

/*.page-head .img-page-about img{*/
/*width: 100%;*/
/*position: absolute;*/
/*object-fit: cover;*/
/*}*/

/*
.page-head .overlay-color {
    background: none;
    position: relative;
    height: 100%;
}
*/
.about-bg {
    background-image: url(../images/about_bg.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services-bg {
    background-image: url(../images/services_bg.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-bg  {
    background-image: url(../images/blog_bg.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-head .head-body h1 {
    left: 0;
    padding: 0;
    padding-top: 230px;
    font-family: 'Lato';
}

#about div.line {
    width: 100%;
    height: 1px;
    background-color: #c7c7c7;
    margin: 60px 20px;
    clear: both;
}
.about-help .help {
    top: -510px;
}
.about-help {
    margin-top: 40px;
}

/*Services page*/
#services .col-1{
    background-color: #f0f0fa;
    padding: 100px 0;
}
#services .col-1 h3+div {
    float: right;
}
#services h3{
    font-family: 'Lato';
    font-size: 33pt;
    color: #444444;
}
#services p{
    font-size: 16pt;
    color: #888888;
    line-height: normal;
    font-family: 'Lato';
}
#services .col-1 p{
    color: #777777;
}
#services .col-1 h3{
    margin-left: 15px;
    margin-bottom: 35px;
}
#services .col-2{
    padding-bottom: 50px;
}
#services .col-2 img{
    vertical-align: middle;
}
#services .col-2 h3{
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px;
    padding: 20px 0;
}
#services .col-2 .develop{
    margin-top: 60px;
}
#services .col-2 p{
    padding: 20px 0;
    clear: both;
}
#services .col-2 button{
    font-family: 'Lato';
    border-radius: 25px;
    font-size: 15pt;
    padding: 8px 55px;
    background: none;
    color: #7767d7;
    border-color: #7767d7;
    box-shadow: none;
}
#services .col-2 button:focus{
    outline: none;
}
#services .col-2 .part{
    margin-bottom: 40px;
}
#services .col-2 .consult img, #services .col-2 .part img{
    float: right;
}

#services .selection {
	margin-top: 40px;
}
#services .selection h3 {
	margin-left: 0px;
}
#services .selection ul {
	font-family: "Lato";
	font-size: 25px;
	color: #444444;
}
#services .selection ul li {
	margin-bottom: 20px;
}
#services .selection ul li a {
	font-family: "Lato";
	text-decoration: none;
	font-size: 18px;
	color: #888888;
//	color: #1eafba;
	font-weight: 200;
	margin-left: 10px;
}

/*Blog*/
#blog h2{
    font-family: 'Lato';
    font-size: 25pt;
    color: #444444;
}
#blog p{
    font-size: 16pt;
    color: #888888;
    line-height: normal;
    font-family: 'Lato';
    clear: both;
#    height: 154px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#blog{
    padding: 80px 0;
}
#blog .blog-content ul {
    font-family: "Lato";
    font-size: 16pt;
    color: #888888;
    list-style: inside;
    margin: 10px 5px;
}
#blog .blog-content ul li {
    margin-bottom: 5px;
}
#blog .blog-content ul li a {
    font-family: "Lato";
//    text-decoration: none;
    font-size: 18px;
    color: #888888;
//    color: #1eafba;
//    font-weight: 200;
    margin-left: 10px;
}
#blog .blog-page{
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
    height: 286px;
}
#blog .blog-page >div:first-child{
    padding: 0;
    height: 100%;
}
#blog .blog-page >div:last-child{
    height: inherit;
}
#blog .blog-page>div:first-child img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}
#blog .img-blog{
    height: inherit;
}
#blog .blog-page .blog-content{
    padding: 25px 15px;
    height: inherit;
}
#blog .blog-page .blog-content h2{
    margin-bottom: 20px;
    display: inline-block;
}
#blog .blog-page .blog-content .blog-date{
    float: right;
    margin-top: 10px;
    font-size: 14pt;
    color: #888888;
    font-family: 'Lato';
}
#blog .blog-page .blog-content .blog-date img{
    color: #7767d7;
    padding-right: 5px;
}
#blog .blog-page .blog-content>a{
    float: right;
    font-size: 14pt;
    color: #444444;
    font-family: 'Lato';
    margin-top: 10px;
    position: absolute;
    bottom: 5px;
    right: 21px;

}
#blog .blog-page .blog-content>a span{
    vertical-align: middle;
}
#blog .blog-page .blog-content>a:hover{
    text-decoration: none;
}
#blog .blog-page .blog-content>a:after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 29px;
    color: #7767d7;
    vertical-align: middle;
    visibility: hidden;
    position: relative;
    left: 10px;
    transition: ease-out 0.5s;
}
#blog .blog-page .blog-content>a:hover:after{
    visibility: visible;
}

/* line 166, ../sass/product.scss */
section.product {
  background-size: cover;
  display: flex;
  justify-content: column;
  align-items: center;
  min-height: 500px;
  position: relative;
}
/* line 174, ../sass/product.scss */
section.product .overlay-color {
  position: absolute;
  top: 0;
  background-color: rgba(119, 103, 215, 0.35);
  width: 100%;
  height: 100%;
}
/* line 180, ../sass/product.scss */
section.product .overlay-color .wave {
  position: absolute;
  top: 0;
  background-image: url(../images/wave_pattern.png);
  background-position: 0;
  width: 100%;
  height: 100%;
}
/* line 187, ../sass/product.scss */
section.product .overlay-color .wave .logo_in_mob {
  display: none;
}
/* line 190, ../sass/product.scss */
section.product .overlay-color .wave .top, section.product .overlay-color .wave .scroll_hidden {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
/* line 195, ../sass/product.scss */
section.product .overlay-color .wave .top .menu, section.product .overlay-color .wave .scroll_hidden .menu {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.ie9 section.product .overlay-color .wave .top .menu, section.product .overlay-color .wave .scroll_hidden .menu {
  width: 100%;
}
/* line 199, ../sass/product.scss */
section.product .overlay-color .wave .top .menu li, section.product .overlay-color .wave .scroll_hidden .menu li {
  margin-right: 15px;
  z-index: 2;
}
.ie9 section.product .overlay-color .wave .top .menu li, section.product .overlay-color .wave .scroll_hidden .menu li {
 display: inline;
  margin-right: 10px;
}
/* line 211, ../sass/product.scss */
section.product .overlay-color .wave .top .menu li a:hover, section.product .overlay-color .wave .scroll_hidden .menu li a:hover {
  border-bottom: 3px solid #1eafba;
  transition: .2s;
}
/* line 226, ../sass/product.scss */
section.product .overlay-color .wave .top .menu li.active a, section.product .overlay-color .wave .scroll_hidden .menu li.active a {
  border-bottom: 3px solid #1eafba;
}
/* line 230, ../sass/product.scss */
section.product .overlay-color .wave .top .menu .glyphicon-menu-up, section.product .overlay-color .wave .scroll_hidden .menu .glyphicon-menu-up {
  display: none;
}
/* line 235, ../sass/product.scss */
section.product .overlay-color .wave .scroll_hidden {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999999999;
  padding: 10px 0;
  margin-top: 0 !important;
  width: 100%;
  height: 86px;
  background-color: transparent;
  left: 15px;
}
/* line 245, ../sass/product.scss */
section.product .overlay-color .wave .scroll_hidden .logo {
  width: 200px;
  float: left;
}
/* line 249, ../sass/product.scss */
section.product .overlay-color .wave .scroll_hidden .menu-box {
  float: left;
  margin-top: 26px;
}
/* line 255, ../sass/product.scss */
section.product .overlay-color .wave .scroll_hidden .btn-get {
  position: relative;
  top: 25px;
}
/* line 258, ../sass/product.scss */
/*section.product .overlay-color .wave .scroll_hidden .btn-get a {*/
  /*font-family: "Lato";*/
  /*text-decoration: none;*/
  /*color: #fff;*/
  /*font-size: 15px;*/
  /*font-weight: 500;*/
  /*background-color: transparent;*/
  /*border: 1px solid rgba(255, 255, 255, 0.502);*/
  /*padding: 12px 52px;*/
  /*-webkit-border-radius: 35px;*/
  /*-moz-border-radius: 35px;*/
  /*border-radius: 35px;*/
/*}*/
/* line 275, ../sass/product.scss */
section.product .product-body {
  text-align: center;
  color: #fff;
}
/* line 278, ../sass/product.scss */
section.product .product-body h1 {
  padding: 245px 0 200px;
  left: 0;
}
/* line 280, ../sass/product.scss */
/*
section.product section.product-body h1 .icon-genesys_product_logo:before {
  content: "\e900";
}
*/
.plugin-1{
    background-image: url(../images/head-products.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.plugin-1 .overlay-color {
  position: absolute;
  top: 0;
  background-color: rgba(119, 103, 215, 0.8);
  width: 100%;
#  height: 100%;
}
.product-about {
  padding-top: 65px;
  background-color: white;
}
/* line 289, ../sass/screen.scss */
.product-about .img-box {
  text-align: left;
  border: none;
}
/* line 293, ../sass/screen.scss */
.product-about .text-box h3, .product-about h3 {
  font-family: "Lato";
  font-size: 33px;
  color: #444;
  padding-bottom: 30px;
}
/* line 299, ../sass/screen.scss */
.product-about .text-box p {
  font-family: "Lato";
  font-size: 16px;
  color: #888888;
  padding-bottom: 30px;
  line-height: 23px;
}
/***/
.about {
  padding-top: 65px;
  padding-bottom: 350px;
  margin-bottom: -350px;
}
/* line 289, ../sass/genesys.scss */
.about .img-box {
  background-color: #f0f0fa;
  text-align: center;
}
/* line 293, ../sass/genesys.scss */
.about .img-box h5 {
  background-color: #7767d7;
  font-size: 20px;
  color: #fcfcfc;
  font-family: "Lato";
  padding: 20px;
  border-radius: 5px;
}
/* line 300, ../sass/genesys.scss */
.about .img-box .book {
  padding: 20px 0;
  margin: 0 auto;
  display: block;
}
/* line 304, ../sass/genesys.scss */
.about .img-box .download {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #d8d8d8;
}
/* line 310, ../sass/genesys.scss */
.about .img-box .download .media {
  border-right: 1px solid #d8d8d8;
  text-align: left;
  /*padding: 12px;*/
}
/* line 313, ../sass/genesys.scss */
.about .img-box .download .media .media-left {
  padding-top: 10px;
}
/* line 316, ../sass/genesys.scss */
.about .img-box .download .media .media-body {
  color: #888;
  font-family: "Lato";
}
/* line 320, ../sass/genesys.scss */
.about .img-box .download .media h4 {
  font-size: 15px;
  font-family: "Lato";
  color: #444444;
}
/* line 327, ../sass/genesys.scss */
.about .img-box .download .info-box p {
  font-size: 17px;
  font-family: "Lato";
  color: #7767d7;
  text-align: left;
}
/* line 337, ../sass/genesys.scss */
.about .text-box h3 {
  font-family: "Lato";
  font-size: 33px;
  color: #444;
  padding-bottom: 30px;
}
.about .text-box h4 {
    font-size: 18pt;
    margin-bottom: 12px;
    color: #444444;
    font-family: 'Lato';
}
/* line 343, ../sass/genesys.scss */
.about .text-box p {
  font-family: "Lato";
  font-size: 16pt;
  color: #888888;
  padding-bottom: 30px;
  line-height: 23px;
}
.summary {
  margin-bottom: 0px;
  padding-bottom:40px;
  border-bottom: 1px #efefef solid;  
}

/* line 352, ../sass/product.scss */
.mrcp {
  text-align: center;
#  background-color: #f0f0fa;
}
/* line 356, ../sass/product.scss */
.mrcp .overlay {
  background-image: url(../images/genesys-bg2.png);
  background-repeat: no-repeat;
}
/* line 360, ../sass/product.scss */
.mrcp .mrcp-row {
  display: flex;
  align-items: center;
  padding-top: 280px;
  padding-bottom: 300px;
  padding-left: 100px;
}
/* line 366, ../sass/product.scss */
.mrcp .mrcp-row .logo-gen {
  width: 300px;
  height: 50px;
  object-fit: contain;
}
/* line 370, ../sass/product.scss */
.mrcp .mrcp-row .arrow {
  width: 74px;
  height: 45px;
  margin-left: 25px;
  margin-right: 40px;
}
/* line 376, ../sass/product.scss */
.mrcp .mrcp-row .line {
  margin-right: 30px;
}
/* line 379, ../sass/product.scss */
.mrcp .mrcp-row .text {
  margin-right: 30px;
}
/* line 382, ../sass/product.scss */
.mrcp .mrcp-row h4 {
  color: #fff;
  font-size: 80px;
  font-family: "Lato";
}
/* line 387, ../sass/product.scss */
.mrcp .mrcp-row p {
  color: #fff;
  font-size: 30px;
  font-family: "Lato";
}
/* line 393, ../sass/product.scss */
.mrcp .mrcp-row ul li {
  font-family: "Lato";
  color: #fff;
  font-size: 21px;
  margin-bottom: 70px;
  margin-top: 70px;
  text-align: left;
}

/* line 403, ../sass/product.scss */
.products {
  background-color: #fff;
  padding-bottom: 100px;
}
/* line 406, ../sass/product.scss */
.products .top-row {
  text-align: center;
}
/* line 408, ../sass/product.scss */
/*
.products .top-row h3 {
  font-family: "Lato";
  padding-top: 30px;
  font-size: 60px;
  color: #444444;
  font-weight: 500;
}
*/
/* line 415, ../sass/product.scss */
.products .top-row p {
  font-family: "SFProDisplay-Thin";
  font-size: 16px;
  font-weight: 200;
  color: #888888;
  padding-top: 35px;
  padding-bottom: 80px;
  line-height: 20px;
}
/* line 426, ../sass/product.scss */
.products .owl-carousel img {
  width: 165px;
  height: 224px;
}
/* line 431, ../sass/product.scss */
.products .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 3px;
  border-radius: 0;
}
/* line 436, ../sass/product.scss */
.products .owl-theme .owl-dots .owl-dot.active span {
  background-color: #7767d7;
}
/* line 441, ../sass/product.scss */
.products .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 0;
  background-image: url(../images/arrow_l.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
/* line 453, ../sass/product.scss */
.products .owl-theme .owl-nav .owl-next {
  right: 0;
  position: absolute;
  top: 100px;
  font-size: 0;
  background-image: url(../images/arrow_r.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.products .owl-carousel img {
	margin: 0 auto;
}
.products .owl-theme .owl-nav .owl-prev {
	top: 100px;
}

/* line 468, ../sass/product.scss */
.documentation {
  position: relative;
  margin-top: 0px;
}
/* line 470, ../sass/product.scss */
.documentation .top {
  text-align: center;
}
/* line 472, ../sass/product.scss */
.documentation .top h4 {
  font-size: 50px;
  font-family: "Lato";
  color: #444;
}
/* line 477, ../sass/product.scss */
.documentation .top p {
  font-size: 16px;
  font-family: "Lato";
  color: #888;
  padding-top: 30px;
  padding-bottom: 65px;
}
/* line 485, ../sass/product.scss */
.documentation h5 {
  font-family: "Lato";
  font-size: 27px;
  color: #444;
  padding-bottom: 22px;
}
/* line 491, ../sass/product.scss */
.documentation .dark, .documentation .light {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
/* line 496, ../sass/product.scss */
.documentation .dark h4, .documentation .light h4 {
  font-size: 16px;
  font-family: "Lato";
  color: #888;
}
/* line 501, ../sass/product.scss */
.documentation .dark p, .documentation .light p {
  font-size: 16px;
  font-family: "Lato";
  color: #444;
  line-height: 40px;
}
/* line 506, ../sass/product.scss */
.documentation .dark .media, .documentation .light .media {
  padding: 15px;
  border-right: 1px solid #d8d8d8;
}
/* line 509, ../sass/product.scss */
.documentation .dark .media a, .documentation .light .media a {
  color: #7767d7;
  font-family: "Lato";
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 517, ../sass/product.scss */
.documentation .dark .media-left, .documentation .light .media-left {
  padding-right: 30px;
  padding-top: 10px;
}
/* line 521, ../sass/product.scss */
.documentation .dark .media-heading, .documentation .light .media-heading {
  margin-bottom: 15px;
}
/* line 525, ../sass/product.scss */
.documentation .install {
  margin-bottom: 45px;
  border: 1px solid #d8d8d8;
}
/* line 529, ../sass/product.scss */
.documentation .dark {
  background-color: #f0f0fa;
}
/* line 532, ../sass/product.scss */
.documentation .light {
  background-color: #fff;
}
/* line 535, ../sass/product.scss */
.documentation .help {
  display: none;
  position: absolute;
  z-index: 99;
  top: 220px;
  right: 100px;
  width: 55%;
  max-width: 480px;
  min-width: 280px;
}
/* line 544, ../sass/product.scss */
.documentation .help form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 1, 1, 0.2);
  transition: .5s;
}
/* line 551, ../sass/product.scss */
.documentation .help form section.heade, .documentation .help form .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 558, ../sass/product.scss */
.documentation .help form section.heade {
  background-color: #1eafba;
  color: #fff;
  padding: 25px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 568, ../sass/product.scss */
.documentation .help form section.heade h5 {
  color: #fff;
  font-family: "Lato";
  font-weight: 500;
  font-size: 22px;
}
/* line 574, ../sass/product.scss */
.documentation .help form section.heade p {
  font-family: "Lato";
  color: #bde0e3;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 0;
}
/* line 582, ../sass/product.scss */
.documentation .help form section.heade p span {
  font-weight: 400;
  color: #fff;
}
/* line 588, ../sass/product.scss */
.documentation .help form .content {
  background-color: #f7f7fc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 45px;
}
/* line 597, ../sass/product.scss */
.documentation .help form .content .help-inp {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 14px;
  color: #888888;
  padding: 18px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-family: "Lato";
}
/* line 607, ../sass/product.scss */
.documentation .help form .content .help-inp:focus {
  outline: none;
}
/* line 611, ../sass/product.scss */
.documentation .help form .content .help-text {
  font-family: "Lato";
  resize: none;
  border: none;
  border-top: 1px solid #d8d8d8;
  margin-top: 10px;
  color: #888888;
  padding: 23px 23px 5px;
  border-radius: 0;
}
/* line 620, ../sass/product.scss */
.documentation .help form .content .help-text::placeholder {
  color: #b5b5b5;
}
/* line 623, ../sass/product.scss */
.documentation .help form .content .help-text:focus {
  outline: none;
}
/* line 627, ../sass/product.scss */
.documentation .help form .content .send {
  display: inherit;
  position: absolute;
  right: 0;
  bottom: 14px;
  right: 18px;
}
/* line 637, ../sass/product.scss */
.documentation .round-btn {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1eafba;
  display: inline-block;
  line-height: 73px;
  bottom: 130px;
  right: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/* line 652, ../sass/product.scss */
.documentation .close-email {
  display: none;
}
/* line 655, ../sass/product.scss */
.documentation .help.open {
  display: block;
  opacity: 1;
  transition: .5s;
}
/* line 660, ../sass/product.scss */
.documentation .help1 {
  position: absolute;
  right: 0;
  bottom: -50px;
}
/* line 665, ../sass/product.scss */
.documentation .scrollToTop {
  display: inherit;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 30px;
  margin-top: 80px;
}

.licenze {
  text-align: center;
  background: url(../images/dns-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 312, ../sass/screen.scss */
.licenze h4 {
  padding-top: 170px;
  font-size: 60px;
  font-family: "Lato";
  color: #444;
}
/* line 318, ../sass/screen.scss */
.licenze p {
  font-size: 16px;
  line-height: 23px;
  font-family: "Lato";
  color: #888;
  padding: 35px 60px 45px;
}
/* line 326, ../sass/screen.scss */
.licenze .rad {
  font-family: "Lato";
}
/* line 328, ../sass/screen.scss */
.licenze .rad label {
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 0;
}
/* line 332, ../sass/screen.scss */
.licenze .rad .radio {
  display: inline-block;
  margin-top: 0;
}
/* line 337, ../sass/screen.scss */
.licenze .inp {
  margin-top: 20px;
}
.licenze .inp input {
  font-size: 14px;
  font-family: "Lato";
  padding: 20px;
  border: 2px solid #bfbfbf;
  text-transform: uppercase;
  width: 100%;
}
/* line 346, ../sass/screen.scss */
.licenze .btn {
  display: inline-block;
  font-size: 17px;
  font-family: "Lato";
  text-transform: uppercase;
  background-color: #7767d7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  width: 250px;
  height: 50px;
  padding: 12px;
  margin-top: 40px;
  margin-bottom: 170px;
}
/* line 359, ../sass/screen.scss */
.licenze .btn:hover {
  background-color: transparent;
  border: 1px solid #7767d7;
  color: #7767d7;
  transition: 0.3s ease all;
}
/* line 332, ../sass/screen.scss */
.licenze .rad .radio {
  display: inline-block;
  margin-top: 0;
}
/* line 337, ../sass/screen.scss */
.licenze .inp {
  margin-top: 20px;
}
.licenze .inp input {
  font-size: 14px;
  font-family: "Lato";
  padding: 20px;
  border: 2px solid #bfbfbf;
  text-transform: uppercase;
  width: 100%;
}
/* line 346, ../sass/screen.scss */
.licenze .btn {
  display: inline-block;
  font-size: 17px;
  font-family: "Lato";
  text-transform: uppercase;
  background-color: #7767d7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  width: 250px;
  height: 50px;
  padding: 12px;
  margin-top: 40px;
  margin-bottom: 170px;
}
/* line 359, ../sass/screen.scss */
.licenze .btn:hover {
  background-color: transparent;
  border: 1px solid #7767d7;
  color: #7767d7;
  transition: 0.3s ease all;
}

/*Responsive*/
@media (min-width: 2500px) and  (max-width: 3500px) {
	#blog>.container,#post-content>.container,#post-related>.container{
		width: 1820px;
	}
	#services .container{
		width: 1820px;
	}
}
@media (max-width: 1280px) {
    .back-blog{
        left: 4%;
    }
}
@media (min-width: 320px) and (max-width: 1024px) {
    #about h3 {
        font-size: 30pt;
    }

    #about p {
        font-size: 14pt;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .page-head .overlay-color {
#        height: 389px;
    }

    .page-head .head-body h1 {
        padding-top: 110px;
    }

  /* line 1442, ../sass/genesys.scss */
  .mrcp {
    /*height: 510px;*/
    height: auto;
    padding-top: 30px;
  }
  /* line 1445, ../sass/genesys.scss */
  .mrcp .overlay {
    /*background-position: 0px -246px;*/
    /*background-position: 0px -90px;*/
  }
  /* line 1448, ../sass/genesys.scss */
  .mrcp .mrcp-row {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 0;
  }
  /* line 1452, ../sass/genesys.scss */
  .mrcp .mrcp-row .arrow {
    transform: rotate(90deg);
    margin-top: 25px;
    margin-bottom: 20px;
  }
  /* line 1457, ../sass/genesys.scss */
  .mrcp .mrcp-row .line {
    margin-right: 0;
    margin-left: -180px;
    margin-top: 30px;
  }
  /* line 1462, ../sass/genesys.scss */
  .mrcp .mrcp-row p {
    text-align: left;
  }
  /* line 1465, ../sass/genesys.scss */
  .mrcp .mrcp-row ul {
    position: relative;
    top: -176px;
    left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-head .overlay-color {
#        height: 300px;
    }
    body .m-menu{
        height: 300px;
    }

    .page-head .head-body h1 {
        padding-top: 64px;
    }

    #about .mission > div:nth-of-type(2) {
        margin-top: 0;
        margin-bottom: 35px;
    }
    #blog .blog-page{
        height: 265px;
    }
    #blog .blog-page .blog-content .blog-date{
        float: none;
        margin-bottom: 10px;
    }
    #blog p{
        height: 90px;
    }
    .back-blog{
        left: 12%;
    }

}
@media (min-width: 736px) and (max-width: 767px) {
    .page-head .overlay-color {
#        height: 260px;
    }

    .page-head .head-body h1 {
        padding-top: 50px;
    }

    #about .img-mission, #about .img-histoy {
        text-align: center;
    }

    #about .mission > div:nth-of-type(2) {
        margin-bottom: 30px;
    }
}
@media (min-width: 320px) and (max-width: 735px) {
    .page-head .overlay-color {
#        height: 200px;
    }

    .page-head .head-body h1 {
        padding-top: 18px;
    }
    body .m-menu{
        height: 100%;
        max-height: 100vh;
    }

    #about .mission > div:nth-of-type(2) {
        margin-bottom: 15px;
    }

    #about .img-mission, #about .img-histoy {
        text-align: center;
    }

    #services h3{
        font-size: 30px;
    }
    #services p{
        font-size: 14px;
        line-height: 20px;
    }
    #post-content .single-content .first-img img{
        padding: 0;
        width: 100%;
        float: none;
    }
    #post-content .single-content .blog-date{
        position: static;
    }
    #post-content .single-content h1{
        font-size: 20pt;
        margin-top: 18px;
        font-family: 'Lato';
    }
    .back-blog{
        left: 14px;
    }
    #post-content .single-content p{
        font-size: 14pt;
    }

}
@media (max-width: 1024px) {
    #blog h2{
        font-size: 20pt;
    }
    #blog p{
        font-size: 14pt;
    }
    #blog .blog-page .blog-content .blog-date{
        font-size: 13pt;
    }
    #post-content .single-content .blog-date{
        position: static;
    }
}
@media (max-width: 767px){
    #services .img-services img {
        width: 40%;
        height: auto;
    }
    #services .img-services{
        text-align: center;
        padding-bottom: 20px;
    }
    #services .col-2 button {
        font-family: 'Lato';
        border-radius: 25px;
        font-size: 15px;
        padding: 7px 30px;
        background: none;
        color: #7767d7;
        border-color: #7767d7;
        box-shadow: none;
    }
}
@media (max-width: 736px) {
    #blog .blog-page, #blog p{
        height: auto;
    }
    #blog .blog-page .blog-content .blog-date{
        float: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 385px) {
    #about img {
        width: 100%;
        height: 100%;
    }
    /*#services .img-services img{*/
        /*width: 100%;*/
        /*height: auto;*/
    /*}*/
    #services .col-2 h3{
        display: block;
        margin: 0;
    }
    #services .col-2 img{
        margin-top: 30px;
    }
    #services .col-2 .consult img, #services .col-2 .part img{
        float: none;
    }
}

/* line 673, ../sass/product.scss */
@media (min-width: 320px) and (max-width: 1024px) {
  /* line 756, ../sass/product.scss */
  body .tab-content {
    display: none;
  }
  /* line 759, ../sass/product.scss */
  body .m-menu-link {
    display: block;
    z-index: 10;
  }

  /* line 767, ../sass/product.scss */
  section.head .overlay-color .wave .logo_in_mob {
    display: block;
    width: 200px;
    margin-top: 20px;
  }
  /* line 772, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box {
    display: none;
  }
  /* line 776, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden {
    display: none !important;
  }
}
@media (min-width: 2560px) and (max-width: 3500px) {
  section.licenze form{
    padding: 125px 0;
  }
  .head .overlay-color .wave .scroll_hidden{
    height: 96px !important;
  }
  .product-about .text-box {
    padding-left: 40px;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  /* line 786, ../sass/product.scss */
  .products .owl-carousel img {
    width: 176px;
    height: 256px;
  }
  /* line 790, ../sass/product.scss */
  .products .owl-carousel .item {
    padding-right: 5px;
  }
  /* line 793, ../sass/product.scss */
  .products .owl-carousel .owl-dots {
    margin-top: 52px;
  }
  /* line 798, ../sass/product.scss */
  .products .top-row p {
    padding-top: 24px;
    padding-bottom: 84px;
    line-height: 21px;
    letter-spacing: .7px;
  }
  .product-about .text-box {
    padding-left: 40px;
  }
  .licenze h4 {
    padding-top: 120px;
  }
  .documentation {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  /* line 810, ../sass/product.scss */
  .products .owl-carousel img {
    width: 176px;
    height: 256px;
  }
  /* line 814, ../sass/product.scss */
  .products .owl-carousel .item {
    padding-right: 5px;
  }
  /* line 817, ../sass/product.scss */
  .products .owl-carousel .owl-dots {
    margin-top: 52px;
  }
  /* line 822, ../sass/product.scss */
  .products .top-row h3 {
    padding-top: 0;
  }
  /* line 825, ../sass/product.scss */
  .products .top-row p {
    padding-top: 24px;
    padding-bottom: 84px;
    line-height: 21px;
    letter-spacing: .7px;
  }
  .licenze h4 {
    padding-top: 120px;
  }
  .documentation {
    margin-top: 100px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  /* line 836, ../sass/product.scss */
  body .tab-content {
    padding-bottom: 40px;
  }
  /* line 839, ../sass/product.scss */
  body .tab-content .brand-box p {
    font-size: 14px;
  }
  /* line 842, ../sass/product.scss */
  body .tab-content .brand-box .logo-box {
    margin-bottom: 20px;
  }

  /* line 848, ../sass/product.scss */
  section.head {
    overflow: hidden;
  }
  /* line 853, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 115px;
  }
  /* line 856, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 860, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 864, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get a {
    padding: 12px 52px;
  }
  /* line 870, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -80px;
    top: 0px;
  }
  /* line 875, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 99px;
    margin-right: 5%;
  }
  /* line 879, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 114%;
  }
  /* line 883, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .btn-get {
    position: relative;
    left: 130px;
    text-transform: uppercase;
  }
  /* line 887, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .btn-get a {
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 896, ../sass/product.scss */
  section.head .logo {
    position: relative;
    left: -143px;
  }
  .licenze {
    background-position: 0;
  }
  .licenze h4 {
    padding-top: 120px;
  }

  /* line 901, ../sass/product.scss */
  .mrcp {
    background-position: 0;
  }

  /* line 906, ../sass/product.scss */
  .products .owl-carousel img {
    width: 176px;
    height: 256px;
  }
  /* line 910, ../sass/product.scss */
  .products .owl-carousel .item {
    padding-right: 5px;
  }
  /* line 913, ../sass/product.scss */
  .products .owl-carousel .owl-dots {
    margin-top: 52px;
  }
  /* line 918, ../sass/product.scss */
  .products .top-row h3 {
    padding-top: 0;
  }
  /* line 921, ../sass/product.scss */
  .products .top-row p {
    padding-top: 24px;
    padding-bottom: 84px;
    line-height: 21px;
    letter-spacing: .7px;
  }

  /* line 930, ../sass/product.scss */
  .documentation .help {
    top: 260px;
  }
  .documentation {
    margin-top: 100px;
  }

  /* line 935, ../sass/product.scss */
}
@media (min-width: 1366px) and (max-width: 1439px) {
  /* line 969, ../sass/product.scss */
  body .tab-content {
    /*padding-bottom: 30px;*/
    top: 71px;
  }
  /* line 973, ../sass/product.scss */
  body .tab-content .brand-box p {
    font-size: 13px;
  }
  /* line 976, ../sass/product.scss */
  body .tab-content .brand-box .logo-box {
    margin-bottom: 15px;
  }

  /* line 982, ../sass/product.scss */
  section.head {
    overflow: hidden;
  }
  /* line 987, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 139px;
  }
  /* line 990, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 992, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box .menu li {
    margin-right: 8px;
  }
  /* line 997, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 134px;
    text-transform: uppercase;
  }
  /* line 1001, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get a {
    padding: 12px 47px;
  }
  /* line 1007, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -51px;
  }
  /* line 1010, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .logo img {
    width: 70%;
  }
  /* line 1014, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 148px;
    margin-right: 5%;
  }
  /* line 1018, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 106%;
  }
  /* line 1022, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .btn-get {
    display: inline-block;
    position: relative;
    right: -124px;
    top: 3px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  /* line 1029, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .btn-get a {
    display: inline-block;
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 1039, ../sass/product.scss */
  section.head .logo {
    position: relative;
    left: -133px;
  }
  /* line 1042, ../sass/product.scss */
  section.head .logo img {
    width: 77%;
  }
  /* line 1047, ../sass/product.scss */
  section.head .head-body h1 {
    font-size: 55px;
  }

  /* line 1053, ../sass/product.scss */
  .mrcp h4 {
    font-size: 55px;
  }
  /* line 1056, ../sass/product.scss */
  .mrcp .mrcp-row {
    padding-bottom: 200px;
  }

  /* line 1060, ../sass/product.scss */
  .products {
    margin-top: 70px;
  }
  /* line 1063, ../sass/product.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
    position: relative;
    top: -51px;
  }
  /* line 1069, ../sass/product.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 0;
    position: relative;
    top: -26px;
    letter-spacing: .6px;
  }
  /* line 1077, ../sass/product.scss */
  .products .owl-carousel {
    position: relative;
    top: -37px;
  }
  /* line 1080, ../sass/product.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 172px;
    height: 254px;
  }
  /* line 1088, ../sass/product.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 53px;
    top: 78px;
  }
  /* line 1092, ../sass/product.scss */
  .products .owl-theme .owl-nav .owl-prev {
    left: 60px;
  }
  /* line 1096, ../sass/product.scss */
  .products .owl-theme .owl-dots {
    position: relative;
    top: 40px;
  }
  .licenze h4 {
    font-size: 55px;
    padding-top: 120px;
  }

  /* line 1103, ../sass/product.scss */
  .documentation h4 {
    font-size: 55px;
  }
  .documentation {
    margin-top: 50px;
  }

  /* line 1108, ../sass/product.scss */
}
@media (min-width: 1025px) and (max-width: 1365px) {
  /* line 1158, ../sass/product.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
  }
  /* line 1162, ../sass/product.scss */
  .products .top-row p {
    font-size: 15px;
  }
  /* line 1167, ../sass/product.scss */
  .products .owl-carousel img {
    margin: 0 auto;
  }
  /* line 1173, ../sass/product.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }
  .licenze h4 {
    padding-top: 120px;
  }
  .documentation {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 1183, ../sass/product.scss */
  body .m-menu {
    height: 100%;
    max-height: 570px;
  }
  /* line 1187, ../sass/product.scss */
  body .m-menu-link {
    top: 35px;
  }

  /* line 1191, ../sass/product.scss */
  section.head {
    overflow: hidden;
  }
  /* line 1196, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box {
    position: relative;
    left: 139px;
  }
  /* line 1199, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box .menu {
    width: 114%;
  }
  /* line 1201, ../sass/product.scss */
  section.head .overlay-color .wave .top .menu-box .menu li {
    margin-right: 8px;
  }
  /* line 1206, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get {
    position: relative;
    left: 134px;
    text-transform: uppercase;
  }
  /* line 1210, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get a {
    padding: 12px 47px;
  }
  /* line 1216, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .logo {
    position: relative;
    left: -51px;
  }
  /* line 1219, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .logo img {
    width: 70%;
  }
  /* line 1223, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .menu-box {
    position: relative;
    left: 148px;
    margin-right: 5%;
  }
  /* line 1227, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .menu-box .menu {
    width: 106%;
  }
  /* line 1231, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .btn-get {
    display: inline-block;
    position: relative;
    right: -124px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  /* line 1237, ../sass/product.scss */
  section.head .overlay-color .wave .scroll_hidden .btn-get a {
    display: inline-block;
    padding: 12px 52px;
    background-color: #1eafba;
    border: 1px solid #1eafba;
  }
  /* line 1245, ../sass/product.scss */
  section.head .overlay-color .wave .logo_in_mob {
    position: relative;
    top: 0;
  }
  /* line 1251, ../sass/product.scss */
  section.head .logo {
    position: relative;
    left: -201px;
  }
  /* line 1254, ../sass/product.scss */
  section.head .logo img {
    width: 77%;
  }
  /* line 1259, ../sass/product.scss */
  section.head .head-body h1 {
    padding: 190px 0 200px;
  }

  /* line 1267, ../sass/product.scss */
  .about .img-box .download .media {
    padding: 12px 0;
  }

  /* line 1274, ../sass/product.scss */
  .mrcp .mrcp-row {
    padding-left: 0;
    padding-bottom: 150px;
  }

  /* line 1279, ../sass/product.scss */
  .products {
    margin-top: 70px;
  }
  /* line 1282, ../sass/product.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
    position: relative;
    top: -54px;
    left: -6px;
  }
  /* line 1289, ../sass/product.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 0;
    position: relative;
    top: -30px;
    letter-spacing: .7px;
  }
  /* line 1298, ../sass/product.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 166px;
    height: 252px;
  }
  /* line 1305, ../sass/product.scss */
  .products .owl-dots {
    position: relative;
    top: 42px;
  }
  /* line 1311, ../sass/product.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }
  .licenze {
#    background-position: 0 -110px;
  }
  /* line 1018, ../sass/screen.scss */
  .licenze h4 {
    padding-top: 110px;
  }

  /* line 1319, ../sass/product.scss */
  .documentation .help1 {
    bottom: -100px;
  }
  /* line 1322, ../sass/product.scss */
  .documentation .help {
    top: 350px;
  }

  /* line 1327, ../sass/product.scss */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1373, ../sass/product.scss */
  body .m-menu {
    height: 100%;
    max-height: 500px;
    padding-top: 33px;
    padding-left: 18px;
  }
  /* line 1378, ../sass/product.scss */
  body .m-menu .close-menu {
    top: 6px;
    left: -39px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    font-weight: 100;
  }
  /* line 1386, ../sass/product.scss */
  body .m-menu li a {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 100;
  }
  /* line 1393, ../sass/product.scss */
  body .m-menu-link {
    position: absolute;
    top: 40px;
    right: 40px;
  }

  /* line 1400, ../sass/product.scss */
  section.head .logo {
    width: 140px;
    position: relative;
    left: 25px;
  }
  /* line 1407, ../sass/product.scss */
  section.head .overlay-color .wave .logo_in_mob {
    top: 0;
    position: relative;
  }
  /* line 1411, ../sass/product.scss */
  section.head .overlay-color .wave .top {
    justify-content: flex-start;
  }
  /* line 1413, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get {
    position: absolute;
    right: 90px;
  }
  /* line 1416, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get a {
    padding: 12px 60px;
  }
  /* line 1420, ../sass/product.scss */
  section.head .overlay-color .wave .top .m-menu-link {
    right: 40px;
  }
  /* line 1426, ../sass/product.scss */
  section.head .menu-box {
    margin: 0 6% 0 3%;
  }
  /* line 1430, ../sass/product.scss */
  section.head .head-body h1 {
    padding-top: 170px;
    font-size: 55px;
  }

  /* line 1437, ../sass/product.scss */
  .about .img-box {
    max-width: 300px;
    margin: 0 auto;
  }
  .summary .container{
    width: auto;
  }
  .product-about .container{
    width: auto;
  }

  /* line 1442, ../sass/product.scss */
  .mrcp {
#    height: 510px;
    padding-top: 30px;
  }
  /* line 1445, ../sass/product.scss */
  .mrcp .overlay {
    background-position: 0px -246px;
  }
  /* line 1448, ../sass/product.scss */
  .mrcp .mrcp-row {
    flex-direction: column;
    padding-top: 256px;
    padding-bottom: 0;
  }
  /* line 1452, ../sass/product.scss */
  .mrcp .mrcp-row .arrow {
    transform: rotate(90deg);
    margin-top: 25px;
    margin-bottom: 20px;
  }
  /* line 1457, ../sass/product.scss */
  .mrcp .mrcp-row .line {
    margin-right: 0;
    margin-left: -180px;
    margin-top: 30px;
  }
  /* line 1462, ../sass/product.scss */
  .mrcp .mrcp-row p {
    text-align: left;
  }
  /* line 1465, ../sass/product.scss */
  .mrcp .mrcp-row ul {
    position: relative;
    top: -176px;
    left: 60px;
  }

  /* line 1472, ../sass/product.scss */
  .products {
    background-color: #fff;
    margin-top: 30px;
  }
  /* line 1476, ../sass/product.scss */
  .products .top-row h3 {
    font-size: 50px;
    padding-top: 0;
  }
  /* line 1480, ../sass/product.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 25px;
    letter-spacing: .5px;
  }
  /* line 1486, ../sass/product.scss */
  .products .owl-carousel {
    position: relative;
    top: 30px;
  }
  /* line 1489, ../sass/product.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 165px;
    height: 254px;
  }
  /* line 1497, ../sass/product.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }
  /* line 1502, ../sass/product.scss */
  .products .owl-theme .owl-dots {
    margin-top: 50px;
  }
  .licenze {
    background-position: 0 -110px;
  }
  /* line 1142, ../sass/screen.scss */
  .licenze h4 {
    padding-top: 110px;
  }

  /* line 1508, ../sass/product.scss */
  .documentation .help1 {
    bottom: -100px;
  }
  /* line 1511, ../sass/product.scss */
  .documentation .help {
    top: 350px;
  }

  .documentation .dark p, .documentation .light p {
    line-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 735px) {
  /* line 1567, ../sass/product.scss */
  body .m-menu {
    height: 100%;
    max-height: 100vh;
  }
  /* line 1570, ../sass/product.scss */
  body .m-menu .close-menu {
    padding: 10px;
    z-index: 100;
  }
  /* line 1575, ../sass/product.scss */
  body .m-menu-link {
    position: absolute;
    top: 35px;
    right: 40px;
  }

  /* line 1581, ../sass/product.scss */
  section.head {
    min-height: 330px;
    background-position-x: 49%;
    background-size: cover;
  }
  /* line 1587, ../sass/product.scss */
  section.head .overlay-color .wave .logo_in_mob {
    position: relative;
    top: 0;
    left: 0px;
    width: 150px;
  }
  /* line 1592, ../sass/product.scss */
  section.head .overlay-color .wave .logo_in_mob img {
    width: 100%;
  }
  /* line 1596, ../sass/product.scss */
  section.head .overlay-color .wave .top {
    justify-content: flex-start;
  }
  /* line 1598, ../sass/product.scss */
  section.head .overlay-color .wave .top .btn-get {
    display: none;
  }
  /* line 1601, ../sass/product.scss */
  section.head .overlay-color .wave .top .m-menu-link {
    right: 16px;
  }
  /* line 1607, ../sass/product.scss */
  section.head .menu-box {
    margin: 0 6% 0 3%;
  }
  /* line 1611, ../sass/product.scss */
  section.head .head-body h1 {
    padding: 100px 0 0;
  }
  /* line 1613, ../sass/product.scss */
  section.head .head-body h1 img {
    width: 200px;
  }

  /* line 1619, ../sass/product.scss */
  .about {
    position: relative;
  }
  /* line 1621, ../sass/product.scss */
  .about .img-box {
    text-align: left;
  }
  /* line 1625, ../sass/product.scss */
  .about .text-box h3 {
    position: absolute;
    top: -50px;
  }
  .summary .container{
    width: auto;
  }
  .product-about .container{
    width: auto;
  }

  /* line 1631, ../sass/product.scss */
  .mrcp {
    height: 510px;
    padding-top: 30px;
  }
  /* line 1634, ../sass/product.scss */
  .mrcp .overlay {
    background-position: 0px -246px;
  }
  /* line 1637, ../sass/product.scss */
  .mrcp .mrcp-row {
    flex-direction: column;
    padding-top: 350px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1642, ../sass/product.scss */
  .mrcp .mrcp-row .arrow {
    transform: rotate(90deg);
    margin-top: 25px;
    margin-bottom: 20px;
  }
  /* line 1647, ../sass/product.scss */
  .mrcp .mrcp-row .logo-gen {
    width: 200px;
    height: 45px;
  }
  /* line 1651, ../sass/product.scss */
  .mrcp .mrcp-row .line {
    margin-right: 0;
 #   margin-left: -180px;
    margin-top: 30px;
  }
  /* line 1656, ../sass/product.scss */
  .mrcp .mrcp-row .text {
    margin-right: 0;
  }

  .mrcp .mrcp-row p {
    text-align: left;
  }
  /* line 1659, ../sass/product.scss */
  .mrcp .mrcp-row ul {
    position: relative;
    top: -176px;
    left: 60px;
  }

  /* line 1666, ../sass/product.scss */
  .products {
    margin-top: 0px;
  }
  /* line 1669, ../sass/product.scss */
  .products .top-row h3 {
    font-size: 35px;
    padding-top: 40px;
  }
  /* line 1673, ../sass/product.scss */
  .products .top-row p {
    font-size: 15px;
    padding-top: 21px;
    letter-spacing: .7px;
  }
  /* line 1680, ../sass/product.scss */
  .products .owl-carousel img {
    margin: 0 auto;
    width: 170px;
    height: 257px;
  }
  /* line 1688, ../sass/product.scss */
  .products .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 85px;
  }

  /* line 1695, ../sass/product.scss */
  .documentation {
    position: relative;
  }

  /* line 1698, ../sass/product.scss */
  .documentation .top h4 {
    font-size: 29px;
  }
  /* line 1701, ../sass/product.scss */
  .documentation .top p {
    font-size: 15px;
    line-height: 22px;
  }
  /* line 1706, ../sass/product.scss */
  .documentation .dark, .documentation .light {
    flex-direction: column;
  }
  /* line 1708, ../sass/product.scss */
  .documentation .dark p, .documentation .light p {
    padding-bottom: 15px;
  }
  /* line 1711, ../sass/product.scss */
  .documentation .dark .media, .documentation .light .media {
    border: none;
  }
  /* line 1715, ../sass/product.scss */
  .documentation .help {
    top: inherit;
    bottom: 100px;
    right: 15px;
  }
  /* line 1721, ../sass/product.scss */
  .documentation .help form section.head p {
    font-size: 12px;
    padding: 15px 15px 0px 15px;
  }
  /* line 1727, ../sass/product.scss */
  .documentation .help form .content .help-inp {
    padding: 15px 20px;
    font-size: 12px;
  }
  /* line 1734, ../sass/product.scss */
  .documentation .round-btn {
    bottom: 70px;
  }
  .licenze h4 {
    font-size: 30px;
    padding-top: 50px;
  }
  /* line 1276, ../sass/screen.scss */
  .licenze .rad {
    padding: 0;
    margin: 0;
  }
  /* line 1281, ../sass/screen.scss */
  .licenze .inp input {
    padding: 17px;
    margin-top: 25px;
  }
  /* line 1286, ../sass/screen.scss */
  .licenze .btn {
    margin-bottom: 50px;
  }

  /* line 1738, ../sass/product.scss */

}

@media (min-width: 2500px) and (max-width: 3500px){
  section.head .overlay-color .wave .scroll_hidden .menu li i {
    font-size: 16px;
  }
  .ie9 section.head .overlay-color .wave .scroll_hidden .menu li i {
    font-size: 16px;
    margin-top: -16px;
    float: right;
    left: 16px;
  }
  section.head .overlay-color .wave .top .menu li a, section.head .overlay-color .wave .scroll_hidden .menu li a {
    font-size: 20pt;
  }
  section.head .overlay-color .wave .scroll_hidden .menu-box {
    float: left;
    margin-top: 26px;
    margin-left:28%;
    /* margin-right: 9%; */
  }
  section.head .overlay-color .wave .scroll_hidden .btn-get a {
    font-size: 20pt;
  }
  section.head .overlay-color .wave .scroll_hidden .btn-get {
    position: relative;
    top: 25px;
    float: left;
  }
  
  .mrcp .overlay {
    background-size: cover;
    padding-bottom: 260px;
  }
  .mrcp .overlay>.container{
    width: 1170px;
  }
  .head .overlay-color .wave .scroll_hidden{
    height: 98px;
  }
  .mrcp .mrcp-row {
    display: flex;
    align-items: center;
    padding-top: 260px;
    padding-bottom: 200px;
    padding-left: 100px;
  }
  .mrcp .mrcp-row .logo-gen {
    width: 400px;
    height: 70px;
    object-fit: contain;
  }
}
@media (max-width: 1024px){
  .about {
    padding-top: 65px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .summary {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
  .mrcp .overlay {
    background: url(../images/genesys-bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px){
  .mrcp .mrcp-row .logo-gen {
    width: 300px;
    height: 50px;
    object-fit: contain;
  }
  .mrcp {
    height: auto;
    padding-top: 30px;
  }
  .mrcp .mrcp-row {
    flex-direction: column;
    padding-top: 350px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .mrcp .mrcp-row .text {
    margin-right: 0;
  }
  .mrcp .mrcp-row .line {
    margin-right: 200px;
    margin-top: 20px;
  }
  .mrcp .mrcp-row .arrow {
    transform: rotate(90deg);
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .mrcp .overlay {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .documentation .dark p, .documentation .light p {
    line-height: 21px;
  }
  .documentation .dark, .documentation .light {
    display: block;
  }
  .documentation .dark .media, .documentation .light .media {
    border-right: 0;
  }
  .mrcp .mrcp-row ul {
    position: relative;
    top: -105px;
    left: 30px;
    margin-bottom: 50px;
  }
  .mrcp .mrcp-row ul li:first-child{
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mrcp .mrcp-row ul li:nth-child(2){
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .products .owl-theme .owl-nav .owl-next {
    right: 30%;
    top: -54px;
  }
  .products .owl-theme .owl-nav .owl-prev {
    left: 30%;
    top: -54px;
  }

}

@media (min-width: 1025px) and (max-width: 1199px){
  .head .overlay-color .wave .scroll_hidden .menu-box {
    float: left;
    margin-top: 26px;
    margin-left: 1%;
    margin-right: 0%;
  }
}
@media (min-width: 2500px) and (max-width: 3500px){
  .head .overlay-color .wave .scroll_hidden{
    height: 98px;
  }
}
@media (max-width: 767px) {
  .licenze .inp input {
    margin: 10px auto;
  }
  .product-about h3 {
    font-size: 30px;
  }
  .documentation h5 {
    font-size: 20px;
  }

  .documentation .dark, .documentation .light {
    display: block;
  }

  .documentation .dark .media, .documentation .light .media {
    border-right: 0;

  }
  .product-about .text-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .licenze p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 736px) {
  .m-top40 {
    margin-top: 40px;
  }
  .documentation .dark p, .documentation .light p {
    line-height: 40px;
  }
  .documentation .dark, .documentation .light {
    display: block;
  }
  .documentation .dark .media, .documentation .light .media {
    border-right: 0;
  }
  .product-about .img-box {
    /*margin-bottom: 60px;*/
    text-align: left;
  }
  .licenze h4 {
    font-size: 35px;
  }
  .licenze p {
    padding: 35px 10px 45px;
  }
  .licenze {
    text-align: center;
    background-image: url(../images/dns-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 33% -90px;
  }
}
@media (max-width: 736px) {
  .documentation .dark p, .documentation .light p {
    line-height: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px){
  .head .overlay-color .wave .scroll_hidden .menu-box {
    float: left;
    margin-top: 26px;
    margin-left: 1%;
    margin-right: 0%;
  }
}
@media (min-width: 2500px) and (max-width: 3500px){
  .head .overlay-color .wave .scroll_hidden{
    height: 98px;
  }
}
@media (max-width: 767px) {
  .licenze .inp input {
    margin: 10px auto;
  }
  .product-about h3 {
    font-size: 30px;
  }
  .documentation h5 {
    font-size: 20px;
  }

  .documentation .dark, .documentation .light {
    display: block;
  }

  .documentation .dark .media, .documentation .light .media {
    border-right: 0;

  }
  .product-about .text-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .licenze p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 736px) {
  .m-top40 {
    margin-top: 40px;
  }
  .documentation .dark p, .documentation .light p {
    line-height: 40px;
  }
  .documentation .dark, .documentation .light {
    display: block;
  }
  .documentation .dark .media, .documentation .light .media {
    border-right: 0;
  }
  .product-about .img-box {
    /*margin-bottom: 60px;*/
    text-align: left;
  }
  .licenze h4 {
    font-size: 35px;
  }
  .licenze p {
    padding: 35px 10px 45px;
  }
  .licenze {
    text-align: center;
    background-image: url(../images/dns-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 33% -90px;
  }
}
@media (max-width: 736px) {
  .documentation .dark p, .documentation .light p {
    line-height: 24px;
  }
}

/*Responsive*/
@media (min-width: 2500px) and  (max-width: 3500px) {
    #about>.container{
        width: 1820px;
    }
}

@media (max-width: 1280px) {
    .back-blog{
        left: 4%;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    #about h3 {
        font-size: 30px;
    }

    #about p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .page-head .head-body h1 {
        padding-top: 110px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body .m-menu{
        height: 300px;
    }

    .page-head .head-body h1 {
        padding-top: 64px;
    }

    #about .mission > div:nth-of-type(2) {
        margin-top: 0;
        margin-bottom: 35px;
    }
    #blog .blog-page{
        height: 265px;
    }
    #blog .blog-page .blog-content .blog-date{
        float: none;
        margin-bottom: 10px;
    }
    #blog p{
        height: 90px;
    }
    .back-blog{
        left: 12%;
    }

}

@media (min-width: 736px) and (max-width: 767px) {
    .page-head .overlay-color {
#        height: 100%;
    }

    .page-head .head-body h1 {
        padding-top: 50px;
    }

    #about .img-mission, #about .img-histoy {
        text-align: center;
    }

    #about .mission > div:nth-of-type(2) {
        margin-bottom: 30px;
    }
}

@media (min-width: 320px) and (max-width: 735px) {
    .page-head .overlay-color {
#        height: 100%;
    }

    .page-head .head-body h1 {
        padding-top: 80px;
    }
    body .m-menu{
        height: 100%;
        max-height: 100vh;
    }

    #about .mission > div:nth-of-type(2) {
        margin-bottom: 15px;
    }

    #about .img-mission, #about .img-histoy {
        text-align: center;
        margin-bottom: 40px;
    }
    #services .img-services{
        text-align: center;
        padding-bottom: 20px;
    }
    #services h3{
        font-size: 30pt;
    }
    #services p{
        font-size: 14pt;
    }
    #post-content .single-content .first-img img{
        padding: 0;
        width: 100%;
        float: none;
    }
    #post-content .single-content .blog-date{
        position: static;
    }
    #post-content .single-content h1{
        font-size: 20pt;
        margin-top: 18px;
        font-family: 'Lato';
    }
    .back-blog{
        left: 14px;
    }
    #post-content .single-content p{
        font-size: 14px;
        line-height: 20px;
    }

}
@media (max-width: 1024px) {
    #blog h2{
        font-size: 20px;
    }
    #blog p{
        font-size: 14px;
        line-height: 20px;
    }
    #blog .blog-page .blog-content .blog-date{
        font-size: 13pt;
    }
    #post-content .single-content .blog-date{
        position: static;
    }
    #about{
        margin-bottom: 50px;
    }
    .about-bg {
        background-position: 68% center;
        background-image: url(../images/about_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 330px;
    }
}
@media (max-width: 768px) {
    .img-histoy img, .img-mission img{
        margin: 0 auto;
    }
}
@media (max-width: 736px) {
    #blog .blog-page, #blog p{
        height: auto;
    }
    #blog .blog-page .blog-content .blog-date{
        float: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 560px){
    #about img {
        width: 50%;
        height: 100%;
    }
}
@media (max-width: 385px) {

    #services .img-services img{
        width: 100%;
        height: auto;
    }
    #services .col-2 h3{
        display: block;
        margin: 0;
    }
    #services .col-2 img{
        margin-top: 30px;
    }
    #services .col-2 .consult img, #services .col-2 .part img{
        float: none;
    }
}
@media (max-width: 767px) {
    #blog .blog-page, #blog p{
        height: auto;
    }
    #blog .blog-page .blog-content .blog-date{
        float: none;
        margin-bottom: 20px;
    }
    .blog-date span{
        font-size: 13px;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin-bottom: 10px;
        float: none;
    }
    .owl-item li{
        margin: 15px;
    }
    .post-related .owl-theme .owl-nav .owl-next {
        right: 30%;
        top: -50px;
        position: absolute;
        font-size: 0;
        background-image: url("../images/arrow_r.svg");
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
    }
    .post-related .owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 30%;
        top: -50px;
        font-size: 0;
        background-image: url("../images/arrow_l.svg");
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
    }
    .post-related .owl-theme .owl-dots .owl-dot span {
        width: 35px;
        height: 3px;
        border-radius: 0;
    }
    #post-related ul li>div {
        border: 1px solid #eee;
    }
    #post-related{
        padding-top: 60px;
        padding-bottom: 0;
    }
    .date-info span{
        font-size: 13px;
    }
    #blog .blog-page .blog-content>a span {
       font-size: 14px;
    }
    #post-related .date-info div:nth-of-type(2) a {
        font-size: 14px;
    }
    #post-related .date-info div:nth-of-type(2) a span {
        top: -10px;
    }
}
@media (max-width: 560px) {

    #blog .blog-page .blog-content {
        padding: 25px 0;
        height: inherit;
    }
    #blog p{
        max-height: 65px;
        margin-bottom: 10px;
    }
    .owl-carousel .owl-item img {
        display: block;
        margin-bottom: 10px;
        float: none;
    }
}
@media (max-width: 453px) {
    .first-img .item-image {
        width: 100%;
        margin:0;
    }
}
