body {
    text-align: center;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: white;    ;
    font-family: 'Quicksand', sans-serif;
    background-color: black;
}

@media screen and (max-width:800px) {
  body {
    font-size: 21px;
  }
}

* a,
* a:visited,
* a:hover,
* a:link {
    text-decoration: none;
    color: #B0DD9D;
    font-weight: 500;
}

.clearboth {
  clear: both;
}

#wrapper-inner {


    width: 1735px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;


    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#wrapper-outter {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;

    margin-top: 0px;
    margin-bottom: 0px;
    overflow-x: hidden;
}

.page {

    text-align: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    /*border: 1px dotted yellow;*/
    position: relative;
}

header {
  margin: 0px;
  padding: 0px;
  box-sizing: content-box;
  position: relative;
}

#header {
    height: auto;
    width: 100%;
    margin:;
    padding: 10px 0px 10px 0px;
    display: block;
}


#logo-robotea {
     vertical-align: top;
     float: left;
     display: block;
     width: auto;
     height: auto;
     max-width: 100%;
     overflow: hidden;
     /*box-sizing: border-box;*/
     padding: 0px;
     overflow: visible;
}

#logo-robotea a {
}

#logo-robotea a #logo-robotea-img {
     display: block;
     width: 168px;
     max-width: 100%;
     height: 0px;
     padding-top: 30.36%;
     background-image: url("../images/logo-robotea.svg");
}

nav {
  float: right;
  display: block;
  max-width: 100%;
/*  overflow: hidden;*/
  box-sizing: border-box;
  text-align: center;
}



#left-menu-img {	
}
.menu {
    width: auto;

    list-style: none;
    /*overflow: hidden;*/
    display: block;
    padding: 0px;
    margin: 0px;
    /*vertical-align: top;*/

}

@media screen and (max-width: 800px) {

	.menu {
		display: none;
	    position: absolute;
	    list-style: none;
	    text-align: left;
	    z-index: 5;
	    top: 5px;
	    right: 15px;


	    margin: 0px;

	    padding: 5px;

	    width: auto;
	    max-width: none;
	}
	#left-menu-img {
	    display: block;
	    width: 21px;
	    height: 21px;
	    margin: 7px;
	    background-image: url("../images/menu.svg");
	    background-repeat: no-repeat;
	    background-position: center top;
	    background-size: 100%;
	}
}

.menu li {
     float: left;
}

.menu  .menufirst  {
     height: 51px;
    line-height: 51px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-decoration: none;
    padding: 0px;
    margin: auto;
    color: white;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin: 0;
    padding: 9px 0px 9px 0px;
    float: left;

}
.menu .menufirst div {
     background-color: black;
     height: 33px;
     line-height: 33px;
     border-radius: 16px;
     padding: 0px 5px 0px 5px;
     margin-left: 30px;
}

.menu .menufirst div:hover {
     color: #FFD87E;
}

.menu li:hover>a{
        /*background: #303030;*/
        /*box-shadow: 0px 0px 5px yellow;*/
        color: #FFD87E;
}

.menu>li>a, .menu>li>div {
    height: 51px;
    line-height: 51px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-decoration: none;
    padding: 0px;
    margin: auto;
    color: white;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin: 0;
    padding: 0;
    float: left;
    padding-left: 30px;
}

.menu .menu-separator {
    height: 0px;
    width: 1px;
    vertical-align: middle;
    border: 0;
    margin: 0px ;
    padding: 0px;
    display: block;
    float: left;
}

.menu-flag {
    vertical-align: baseline;
    padding: 0px 5px 0px 0px;
    transform: translateY(3px);
    display: inline;
    margin-left: -30px;
    /*height: 45px;
    width: 45px;*/
    width: 30px;
    height: 20px;
    object-fit: contain;
}
.submenu {
    display: none;
    position: absolute;
    list-style: none;
    text-align: left;
    z-index: 5;
    top: 35px;
    left: 15px;


    margin: 0px;

    padding: 5px;

    width: auto;
    max-width: none;
}

.submenu-show>ul {
    display: block;
}

.submenu a {
    color: white;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    /*line-height: 40px;*/
    vertical-align: middle;
    display: inline-block;
}

.submenu li {
    height: 45px;
    width: 100%;
    padding: 4px 15px 4px 45px;
    box-sizing: border-box;
    white-space: nowrap;
    background-color: #2B4E59;
}

.submenu li.submenu-separator {
     height: 25px;
     background-color: #2B4E59;
}
.submenu li.submenu-separator>div {
     margin-top: 7px;
     margin-bottom: 16px;
     height: 2px;
     background-color: white;
}

.submenu li:hover {
    background-color: #1A2F36;
}

.submenu li.submenu-separator:hover {
     background-color: #2B4E59;
}
/*
.submenu li:nth-child(even){

    background-color: lime;
}
.submenu li:nth-child(odd){

    background-color: green;
}
*/


.submenu li:nth-child(2){

    height: 50px;
    padding-top: 9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.submenu li:last-child{

    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.submenu .submenu-text {
    color: #FBA247;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 35px;
    white-space: nowrap;
    width: auto;
    display: inline-block;

}

.submenu-avail:hover>ul {
    display: block;
}
/*
.menu:hover>ul {
    display: block;
}*/

.submenu-avail {
    position: relative;
}

.submenu-top {
    background-color: transparent;
    height: 20px;
    width: 60px;
    max-width: 100%;
    overflow: hidden;
    text-align: right;
}
.submenu-corner {
    width: 28px;
    height: 28px;
    background-color: #2B4E59;/*#4EA6C5;*/
    transform: rotateZ(45deg) translateY(8px);
    float: right;
    border-top-left-radius: 6px;
}

@media screen and (max-width: 800px) {
     .menu {
          position: absolute;
          right: 0px;
          background-color: #1A2F36;
     }
     .menu>li>a {
       font-size: 18px;
     }
     .menu>li>div{
       font-size: 18px;
     }

     .submenu a {
         font-size: 18px;
     }
     .submenu .submenu-text {
         font-size: 18px;
     }
     /*
     .menu  .menufirst {
              display: none;
     }
     */
     .menu .menu-separator  {
       width:10px;
     }

     .menu  .menufirst  {
         font-size: 18px;
     }

     .submenu {
         /*right: 0px;*/
/*         left: auto;*/
        left: -40px;
        /*right:0px;*/
     }
     .submenu-top {
         width: 120px;
     }
     .menu li {
         clear: both;
     }
     .menu li:first-child {
         float: right;
        /* clear: none;*/
     }
     /*
     #home-menu-item {
       display: none;
     }*/
     #logo-robotea a #logo-robotea-img {
       background-image: url("../images/logo-robotea-mobile.svg");
       width: 55px;
       padding-top: 95%;
     }
}

.separator {
  width: 100%;
  height: 0px;
  padding-top: 10%;
}

.separator-small {
  width: 100%;
  height: 0px;
  padding-top: 5%;
}

.separator-tiny {
  width: 100%;
  height: 0px;
  padding-top: 3%;
}

.separator-45 {
  width: 100%;
  height: 0px;
  padding-top: 45%;
}
.separator-15 {
    width: 100%;
    height: 0px;
    padding-top: 15%;
}
.separator-20 {
    width: 100%;
    height: 0px;
    padding-top: 20%;
}
.separator-25 {
    width: 100%;
    height: 0px;
    padding-top: 25%;
}
.separator-30 {
    width: 100%;
    height: 0px;
    padding-top: 30%;
}
.separator-35 {
    width: 100%;
    height: 0px;
    padding-top: 35%;
}


#footer {
  width:100%;
  background-color: #11569C;
  /*max-width: 1604px;*/
  padding: 0px 10px 0px 10px;
  margin: 0px;
  box-sizing: border-box;
}

#footer-dark-bar {
  width:100%;
  height:32px;
  background-color: #1C3A41
}

#footer-bottom-bar {
  width:100%;
  max-width: 1735px;
  /*max-width: 1624px;*/

  padding-top: 30px;
  padding-bottom: 25px;
  height: auto;
  display: inline-block;
  background-color: transparent;
}

#footer-dark-bar {
    background-color: transparent;
}

#footer-logo {
  width: 381px;
  max-width: 100%;
  height: 60px;
  background-position: center;
  background-image: url("../images/logo-robotea-footer-bigscreen.svg");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  background-size: 100% 100%;
}

#footer-iconbar {

   float: right;
   background-color: transparent;
}

.footer-icon {
  width: 60px;
  height: 60px;
  margin-right: 11px;
  border-radius: 30px;
  background-color: black;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
}

.facebook {
  background-image: url("../images/icon-facebook.svg");
}
.messenger {
  background-image: url("../images/icon-messenger.svg");
}
.google {
  background-image: url("../images/icon-google.svg");
}
.linkedin {
  background-image: url("../images/icon-linkedin.svg");
}
.whatsapp {
  background-image: url("../images/icon-whatsapp.svg");
}
.instagram {
  background-image: url("../images/icon-instagram.svg");
  margin-right: 0px;
}

@media screen and (max-width:949px) {
  .footer-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 15px;

  }
  #footer-logo {
    width: 116px;/*167px;*//*61px;*/
    height: 55px;/*82px;*//*30px;*/
    background-image: url("../images/logo-robotea-footer-smallscreen.svg");
  }
}

@media screen and (max-width:399px) {
  #footer-iconbar {
    float: none;
    margin: auto;
  }
  #footer-logo {
    float: none;
    margin: auto;
    margin-top: 20px;
  }
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 168px;
    color: white;
    margin: auto;
    text-align: center;
    line-height: 138px;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 88px;
    color: white;
    text-align: left;
    margin: auto;
}

h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.text-os-18 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.text-qs-20 {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 20px;
}
.text-os-20 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
}
.text-os-20sb {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.text-qs-24 {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 24px;
}
.text-os-24 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 24px;
}
.text-os-24b {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.text-os-24sb {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.text-qs-24b {
    font-family: 'Quicksand', sans-serif;
    font-weight: 900;
    font-size: 24px;
}
.text-qs-28 {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 28px;
}
.text-qs-34 {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 34px;
}
.text-qs-34b {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 34px;
}
.text-os-34b {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 34px;
}
.text-qs-40 {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 40px;
}
.text-qs-40b {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 40px;
}
.text-os-40 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 40px;
}
.text-qs-46 {
    font-family: 'Quicksand', sans-serif;
    font-size: 46px;
    font-weight: normal;
}
.text-qu-46 {
    font-family: 'Quicksand', sans-serif;
    font-size: 46px;
    font-weight: 900;
}
.text-qs-57 {
    font-family: 'Quicksand', sans-serif;
    font-size: 57px;
    font-weight: normal;
}
.text-qs-57b {
    font-family: 'Quicksand', sans-serif;
    font-size: 57px;
    font-weight: bold;
}
.text-qs-64 {
    font-family: 'Quicksand', sans-serif;
    font-size: 64px;
    font-weight: normal;
}
.text-qs-64b {
    font-family: 'Quicksand', sans-serif;
    font-size: 64px;
    font-weight: bold;
}
.text-os-64b {
    font-family: 'Open Sans', sans-serif;
    font-size: 64px;
    font-weight: bold;
}
.text-qs-86 {
    font-family: 'Quicksand', sans-serif;
    font-size: 86px;
    font-weight: normal;
}

@media screen and (max-width:800px) {
        h1 {
            font-size: 14vw;
            line-height: 85%;
        }
        h2 {
            font-size: 72px;
        }
        h3 {
            font-size: 32px;
        }
        .text-os-18 {
            font-size: 16px;
        }
        .text-qs-20 {
            font-size: 17px;
        }
        .text-os-20 {
            font-size: 17px;
        }
        .text-os-20sb {
            font-size: 17px;
        }
        .text-qs-24 {
            font-size: 20px;
        }
        .text-os-24 {
            font-size: 20px;
        }
        .text-os-24sb {
            font-size: 20px;
        }
		.text-os-24b {
            font-size: 20px;
        }
        .text-qs-24b {
            font-size: 20px;
        }
        .text-qs-28 {
            font-size: 24px;
        }
        .text-qs-34 {
            font-size: 28px;
        }
        .text-qs-34b {
            font-size: 28px;
        }
		.text-os-34b {
            font-size: 28px;
        }
        .text-qs-40 {
            font-size: 32px;
        }
        .text-qs-40b {
            font-size: 32px;
        }
        .text-os-40 {
            font-size: 32px;
        }
        .text-qs-46 {
             font-size: 35px;
        }
        .text-qu-46 {
             font-size: 35px;
        }
        .text-qs-57 {
             font-size: 42px;
        }
        .text-qs-57b {
             font-size: 42px;
        }
        .text-qs-64 {
             font-size: 48px;
        }
        .text-qs-64b {
             font-size: 48px;
        }
		.text-os-64b {
             font-size: 48px;
        }
        .text-qs-86b {
             font-size: 70px;
        }
}

.box_2x {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.box_2x_img_wrap {
    width: 50%;
}

.box_2x_item {
    width: 50%;
    vertical-align: top;
}

.box_2x_item_text {
    /*width: 80%;*/
    /*margin: 10% auto 0;*/
    padding: 5% 5% 5% 5%;
    text-align: justify;
    box-sizing: border-box;
}



@media screen and (max-width: 1000px) {
  .box_2x{
    flex-wrap: wrap;
  }

  .box_2x_img_wrap {
    /*margin-top: 10%;*/
  }

  .box_2x_img_wrap {
    width: 100%;
  }

  .box_2x_item {
    width:100%;
  }

  .box_2x_item_text {
    width: 100%;
  }
}

.image_wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nomargin {
    margin: 0 auto;
    padding: 0;
}

.box_img {
    padding-top: 100%;
}

.width20procent {
    width: 20%;
}
.width25procent {
    width: 25%;
}
.width30procent {
    width: 30%;
}
.width35procent {
    width: 35%;
}
.width40procent {
    width: 40%;
}
.width45procent {
    width: 45%;
}
.width50procent {
    width: 50%;
}
.width55procent {
    width: 55%;
}
.width60procent {
    width: 60%;
}
.width65procent {
    width: 65%;
}
.width70procent {
    width: 70%;
}
.width75procent {
    width: 75%;
}
.width80procent {
    width: 80%;
}

@media screen and (max-width: 1000px) {
    .width20procent {
        width: 100%;
    }
    .width25procent {
        width: 100%;
    }
    .width30procent {
        width: 100%;
    }
    .width35procent {
        width: 100%;
    }
    .width40procent {
        width: 100%;
    }
    .width45procent {
        width: 100%;
    }
    .width50procent {
        width: 100%;
    }
    .width55procent {
        width: 100%;
    }
    .width60procent {
        width: 100%;
    }
    .width65procent {
        width: 100%;
    }
    .width70procent {
        width: 100%;
    }
    .width75procent {
        width: 100%;
    }
    .width80procent {
        width: 100%;
    }
}

.button-twin-black {
    width: 45%;
    min-height: 65px;
    border: 2px solid #C4CBDB;
    background-color: black;
    color: white;
    border-radius: 15px;
	cursor: pointer;
}

.button-twin-orange {
    width: 45%;
	min-height: 65px;
    border: 2px solid #C4CBDB;
    background-color: #FFD87E;
    color: black;
    border-radius: 15px;
	cursor: pointer;
}

.button-twin-red {
    width: 45%;
    min-height: 65px;
    border: 2px solid #B60C06;
    background-color: #B60C06;
    color: white;
    border-radius: 15px;
	cursor: pointer;
}

.button-twin-left {
    float: left;
}

.button-twin-right {
    float: right;
}

.button-twin-dot {
    background-image: url("../images/dot-orange.svg");
    background-position: right 13px top 13px;
    background-repeat: no-repeat;
    padding-right: 22px;
}

.background-path {
    height: 0px;
    position: absolute;
    top: 0px;
    z-index: -1;
    padding: 0px;
    overflow: hidden;
}

.background-img {
    width: 0;
    height:0;
    padding: 0px;
    top:0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.over-path {
    height: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    padding: 0px;
    /*overflow: hidden;*/
    pointer-events: none;
}

#pricetable {
    /*background-color: cyan;*/
    width: 100%;
    height: auto;
    display: table;
    border-collapse:collapse;
    border-spacing: 0px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0px;
    table-layout: fixed;
}
.pricetable-cellsmall {
    display: none;
    width: 47%;
    padding-top: 7%;
    /*padding-right: 6%;
    box-sizing: border-box;*/
}

.pricetable-cellsmall:first-child {
  padding-right: 6%;
}

.pricetable-cellsmall:nth-child(4) {
  padding-left: 6%;
}

.pricetable-cell {
    display: table-cell;
    border-right: 30px solid transparent;
    width: 25%;
}
.pricetable-cell:last-child {
  border-right: 0px;
}
.pricetable-col {
    margin: auto;
    width: 100%;
    background-color: #2087D6;
    border-radius: 20px;


    /*background-clip: padding-box;*/
    box-sizing: border-box;


    padding: 10% 10% 10% 10%;

    text-align: left;
    color: black;
}
.pricetable-col:first-child {
  margin-left: 0px;
}
.pricetable-col:last-child {
 /* border-right: 0px;*/
 /* padding-left: 6%;*/
}
.pricetable-colsmall {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #EA3B72;


    /*background-clip: padding-box;*/
    box-sizing: border-box;
    padding: 10% 10% 10% 10%;
    text-align: left;
    color: #74D5DE;
}

.pricetable-close {
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    height: 45px;
    width: 400px;
    max-width: 100%;
    /*background-color: #90909090;*/
    display: none;
    margin: auto;
    margin-top: 5px;
    padding: 0px;
}
.pricetable-close button {
  /*background-color: #90009090;*/
  background-image: url("../images/icon-close-light.svg");
  background-position: center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  padding: 5px;
  float: right;
  background-color: transparent;
  border: 0px;
  /*border: 1px solid violet;*/
  /*padding: 0px;*/
}
.pricetable-close button:hover {

}

.pricetable-headline {
    color: black;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: black;
    padding: 5px 0px 5px 0px;
}

.pricetable-highlighted .pricetable-headline {
    color: white;
    border-color: white;
}

.pricetable-headlinesmall {
    color: black;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: black;
    padding: 5px 0px 5px 0px;
    /*background-color: navy;*/
/*    font-family: inherit;
    font-size: 22px;
    font-weight: 900;*/
    /*padding-top: 15px;*/
   /* min-height: 50px;*/
}
.pricetable-highlighted  .pricetable-headlinesmall {
    color: white;
    border-color: white;
    padding: 5px 0px 5px 0px;
}

.pricetable-subtitle {
    color: inherit;
  /*  font-family: inherit;
    font-size: 17px;*/
    padding-top: 37px;
}

.pricetable-price {
     color: #044D97;
     /*font-family: inherit;
     font-size: 64px;*/
     padding-top: 25px;
     padding-bottom: 19px;
}
.pricetable-pricesmall {
/*     font-family: inherit;
     font-size: 64px;*/
     padding-top: 10px;
     padding-bottom: 14px;
}
.pricetable-item {
  color: inherit;
  /*font-family: inherit;
  font-size: 18px;*/
  padding-top: 12px;
  vertical-align: middle;
}
.pricetable-item i {
  width: 21px;
  height: 17px;
  background-position: center;
  margin-right: 4px;
  display: inline-block;
  background-image: url("../images/check-small-blue.svg");
  vertical-align: middle;
}
/*
.pricetable-separator {
  color: inherit;
  /*font-family: inherit;*/
  /*font-size: 24px;*/
 /* padding-top: 12px;
  text-align: center;
}*/

.pricetable-buttonbuy {
  background-color: #F4F4F4;
  border-radius: 20px;
  color: #383838;
  /*font-family: inherit;*/
  /*font-size: 24px;*/
  text-align: center;
  margin-top: 42px;
  min-height: 57px;
  line-height: 57px;
  /*font-weight: 900;*/
  display: block;
  width: 100%;
  border: 2px solid white;
}
.pricetable-buttonbuy:hover {
  cursor: pointer;
}

.pricetable-buttonfree {
  background-color: #F4F4F4;
  border-radius: 20px;
  color: #383838;
  /*font-family: inherit;
  font-size: 24px;*/
  text-align: center;
  margin-top: 12px;
  min-height: 57px;
  line-height: 57px;
  /*font-weight: 900;*/
  display: block;
  width: 100%;
  border: 2px solid white;
}
.pricetable-buttonfree:hover {
  cursor: pointer;
}
.pricetable-buttonmore {
  background-color: #125199;
  border-radius: 10px;
  color: white;
  /*font-family: inherit;
  font-size: 24px;*/
  text-align: center;
  margin-top: 42px;
  min-height: 57px;
  line-height: 35px;
  /*font-weight: 900;*/
  display: block;
  width: 100%;
  border: 2px solid #EA3B72;
}
.pricetable-buttonmore:hover {
  cursor: pointer;
}

.pricetable-highlighted {
  background-image: linear-gradient(to bottom left, #E5C737,#EC7743,#EA3B72,#DC3E93,#AC4EA0);
  color: white;
}

.pricetable-highlighted .pricetable-buttonbuy {
   border: 2px solid #F0F0F0;
   background-color: #FFAA1A;
   color: white;
}
.pricetable-highlighted .pricetable-buttonfree {
   border: 2px solid #F0F0F0;
   background-color: #FFAA1A;
   color: white;
}
.pricetable-highlighted .pricetable-item i {
  background-image: url("../images/check-small-white.svg");
}
/*
.pricetable-highlighted {
  background-image: linear-gradient(to bottom left, #E5C737,#EC7743,#EA3B72,#DC3E93,#AC4EA0);
  color: white;
}*/

.pricetable-expand {
    height: 0px;
    transition: height .5s linear;
    overflow: hidden;
}

.pricetable-explore {
    color: inherit;
    padding-top: 12px;
    vertical-align: middle;
    cursor: pointer;
    transition: opacity .5s;
}

.pricetable-highlighted .pricetable-pricesmall {
  color: #B0DD9D;
}

.pricetable-highlighted .pricetable-buttonmore {
   border: 2px solid #F0F0F0;
   background-color: white;
   color: #11569C;
}

.pricetable-cell.pt_display {
    display: table-cell;
}

.pricetable-cell.pt_display_over {
    display: block;
}
/*
.pricetable-wrap {
    box-sizing: border-box;
    border: 4px solid yellow;
}
*/
@media screen and (max-width: 1190px) {
  #pricetable {
      display: flex;
      flex-wrap: wrap;
  }
  .pricetable-cell {
    display: none;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    height: 100vh;
    margin: auto;
    border: 0px;
    background-color: #00000040;
    overflow-y: auto;
    min-width: 200px;
  }
  .pricetable-cellsmall {
       min-width: 200px;
 }
  .pricetable-wrap {
    width: 400px;
    max-width: 100%;
    /*top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);*/

    height:auto;
    overflow: visible;
    margin: auto;

  }
  .pricetable-cell.pt_display {
      display: none;
  }
  /*
  .pricetable-cell {
    display: none;
    position: relative;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0px;
    margin: auto;
    border: 0px;
    background-color: #80808080;

  }
  .pricetable-wrap {
    width: 400px;
    max-width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: red;
    height:100vh;
    overflow: visible;
    z-index: 100;
  }
  */
  .pricetable-cellsmall {
    display: block;
  }
  .pricetable-close {
    display: block;
  }
}



@media screen and (max-width: 800px) {
 /* .pricetable-item {
    font-size: 17px;
  }*/
  /*
  .pricetable-price {
    font-size: 45px;
  }*/
  /*.pricetable-subtitle {
    font-size: 17px;
  }*/
  /*
  .pricetable-buttonfree {
    font-size: 17px;
  }
  .pricetable-buttonbuy {
    font-size: 17px;
  }*/
  /*
  .pricetable-separator {
    font-size: 17px;
  }*/
  /*
  .pricetable-headlinesmall {
    font-size: 22px;
  }
  .pricetable-pricesmall {
    font-size: 34px;
  }*/
  .pricetable-buttonmore {
    /*font-size: 17px;*/
    min-height: 35px;
    line-height: normal;
  }
}

@media screen and (max-width: 470px) {
     .pricetable-cellsmall {
          width: 100%;
     }
     .pricetable-cellsmall:first-child {
       padding-right: 0%;
     }

     .pricetable-cellsmall:nth-child(4) {
       padding-left: 0%;
     }
}



#support {
  width: 100%;

}

#support-left {
  width: 40%;
  display: inline-block;
}

#support-right {
  width: 60%;
  float: right;
  display: inline-block;
  background-position: left center;
  background-image: url("../images/tech-support.svg");
  padding-left: 27%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-bottom: 10%;
  padding-right: 7%;
  background-size: 100%;
}

.support-semibold-text {
  font-weight: bolder;
}

#support-left-top {
   width: 100%;
   padding-left: 30%;
   background-size: 25%;
   background-position: left center;
   background-image: url("../images/icon-free.svg");
   background-repeat: no-repeat;
   box-sizing: border-box;
}
#support-left-top-spacer {
  width: 0px;
  padding-top: 40%;
  height: 0px;
  float: left;
}
#support-left-bottom {
   width: 100%;
   padding-left: 30%;
   background-size: 25%;
   background-position: left center;
   background-image: url("../images/icon-warranty.svg");
   background-repeat: no-repeat;
   box-sizing: border-box;
   clear: left;
   /*padding-bottom: 8%;*/
}
#support-left-bottom-spacer {
  width: 0px;
  padding-top: 40%;
  height: 0px;
  float: left;
}

@media screen and (max-width:800px) {
  #support-left {
    float:none;
    width: 100%;
  }
  #support-right {
    float: none;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 85%;
    background-size: 200%;
    background-position: left bottom;
  }
  /*
  #support-left-top {
    padding-bottom: 11%;
  }
  #support-left-bottom {
    padding-bottom: 17%;
  }*/
}

.box-4x {
    width: 100%;
    display: flex;
    justify-content: space-around;
    line-height: 0px;
}

.box-4x-item {
    width: 25%;
    text-align: center;
    line-height: normal;
    padding: 10px;
    box-sizing: border-box;
}

.box-4x-icon {
    width: 150px;
}


/*
#item_icon_control { background-image: url("../images/icon_control_changes.svg"); }
#item_icon_access { background-image: url("../images//icon_access_files.svg"); }
#item_icon_track { background-image: url("../images/icon_track_changes.svg"); }
#item_icon_powerful { background-image: url("../images/icon_simple_and_powerful.svg"); }
*/

.box-4x-item-title {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}

.box-4x-item {
    width: 100%;
    margin: 5% auto 5%;
    text-align: justify;
}

@media screen and (max-width: 700px) {
    .box-4x {
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .box-4x-item {
        width: 50%;
        max-width: 100%;
    }
    /*.box-4x-icon {
        width:100px;
    }*/
}

@media screen and (max-width: 500px) {
    .box-4x {
       /* flex-wrap: wrap;*/
    }
    /*.box-4x-item {
     /*   width: 50%;
        max-width: 50%;
    }
    .item_icon_box {
        margin-top: 2%;
    }
    .box-4x-item {
        width: 100%;
    }*/
}
.box_3x {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 0px;
}

.box_3x0_item {
    width: 28.32%;/*33.32%;*/
    line-height: normal;
}

.box_3x0_title {
    width: 100%;
    text-align: left;
    line-height: normal;
}

.box_3x0_img {
    margin: auto;
}

.box_3x0_text {
    width: 100%;
    padding: 5% 0%;
    text-align: left;
    box-sizing: border-box;
    line-height: normal;
}



@media screen and (max-width: 500px) {
    .box_3x0_item {
        width: 100%;
    }
}
