/*
Theme Name: Teapplix Theme
Theme URI: 
Author: Teapplix
Author  
Description: Teapplix Theme
Version: 1.0
License: CCA 3.0 license
License URI: http://creativecommons.org/licenses/by/3.0/
Tags: white, blue, left-sidebar, right-sidebar
*/


*{
    margin: 0;
    padding: 0;
}

body{
    background: url(images/newdesign/background.png) repeat;
    font-size: 12px;
    overflow-x: hidden;
}
body:after {
    display:none;
    content: url(images/slick-slider-arrow-left-hover.png) url(images/slick-slider-arrow-right-hover.png) url(images/newdesign/hover_menu.png) url("images/newdesign/footer-icon1-hover.png") url("images/newdesign/footer-icon2-hover.png") url("images/newdesign/footer-icon3-hover.png") url(images/newdesign/block3-bgd1.jpg) url(images/newdesign/block3-bgd2.jpg) url(images/newdesign/block3-bgd3.jpg)  url("images/newdesign/dot-active.png")  url("images/newdesign/dot-inactive.png") url(images/newdesign/lang-en.png) url(images/newdesign/lang-zh.png);
}
ul{
    list-style: none;
}

a{
    text-decoration: none;
}

.hidden {
    display: none;
}

.logo {
    float: left;
    width: 259px;
    height: 110px;
    background: url(images/logo.png) no-repeat 0px 20px;
    background-size: 100%;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.wrapper-menu {
    margin-left: 259px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    max-height: 120px;
    position: relative;
}
.menu-item .sub-menu {
    display: none;
    position: relative;
}
.menu-item:hover .sub-menu {
    display: block;
    position: absolute;
    background-color: white;
    opacity: 20%;
}
.header {
    height: 110px;
    background: #faf7f2;
    width: 100%;
}
.header #language-block {
    background: url(images/newdesign/switch-background-zh.png) no-repeat;
    position: absolute;
    top: 25px;
    right: 30px;
    height: 32px;
    width: 62px;
    padding-left: 9px;
}
.header #language-block .lang-item {
    display: inline-block;
    list-style: outside none none;
    font-size: 11px;
    padding: 7px 2px;
    margin: 0;
}
.header #language-block .lang-item a {
    font-size: 11px;
    padding: 0;
    margin: 0;
}
.header #language-block .lang-item.current-lang a,
.header #language-block .lang-item.current-lang a:visited {
    color: white;
}
.wrapper {
    height: auto;
    margin: auto;
    max-width: 1920px;
    min-height: 100%;
    height: auto !important;
}
.header_menu > ul {
    float:left;
    line-height: 110px;
    margin-left: 120px;
}
.header_menu > ul > li {
    float:left;
    line-height: 110px;
    padding: 0px;
    background: url(images/newdesign/menu-vertical-line.png) no-repeat right center;
}
.header_menu > ul > li:last-of-type {
    background: none;
}
.header_menu > ul > li a{
    padding: 12px 80px;
    font-size: 24px;
    font-family: "AdobeHeitiStd";
    color: rgb( 25, 57, 103 );
    font-weight: bold;
    text-align: center;
    margin-right: 7px;
    margin-left: 5px;
}
.header_menu li.current a{
    background: url(images/newdesign/hover_menu.png) repeat-x 0 0;
    background-position: bottom;
    color: #8e162c;
}
.header_menu li a:hover{
    background: url(images/newdesign/hover_menu.png) repeat-x 0 0;
    background-position: bottom;
    color: #8e162c;
}
.header_menu ul#menu-main-menu-zh-new > li a {
    padding: 12px 25px;
}

.header .header_menu ul#menu-main-menu-zh-new ul.language-block {
    margin-left: 180px;
}
.header .header_menu ul#menu-main-menu-zh-new ul.language-block .lang-item {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.header .header_menu ul#menu-main-menu-zh-new ul.language-block .lang-item-en a {
    background: url(images/newdesign/lang-en.png) no-repeat;
    background-position: center center;
}
.header .header_menu ul#menu-main-menu-zh-new ul.language-block .lang-item-zh a {
    background: url(images/newdesign/lang-zh.png) no-repeat;
    background-position: center center;
}
.header .header_menu ul#menu-main-menu-zh-new ul.language-block .lang-item a {
    padding: 12px 0px;
    color: transparent;
    margin: 0;
}
.header .header_menu ul#menu-main-menu-zh-new ul.language-block .lang-item a:visited {
    color: transparent;
}
.header .header_menu ul#menu-main-menu-zh-new ul.language-block .lang-item.current-lang a,
.header .header_menu ul#menu-main-menu-zh-new ul.language-block .lang-item.current-lang a:visited {
    
}
.header .header_menu ul#menu-main-menu-zh-new ul.registration {
    float: left;
    margin-left: 80px;
}
.header .header_menu ul#menu-main-menu-zh-new ul.registration li {
    color: rgb( 142, 22, 44 );
    font-size: 18px;
}
.header .header_menu ul#menu-main-menu-zh-new ul.registration li a {
    padding: 12px 5px;
    color: rgb( 142, 22, 44 );
    font-size: 14px;
    margin: 0;
}
.slick-prev {
    left: 5px;
    background: url(images/slick-slider-arrow-left.png) repeat-x 0 0;
    z-index: 99999999;
}
.slick-next {
    right: 5px;
    background: url(images/slick-slider-arrow-right.png) repeat-x 0 0;
    z-index: 99999999;
}
.slick-prev:hover {
    background: url(images/slick-slider-arrow-left-hover.png) repeat-x 0 0;
}
.slick-next:hover {
    background: url(images/slick-slider-arrow-right-hover.png) repeat-x 0 0;
}
.content-row{
    text-align: center;

}
.content-row:last-child {
    border-bottom: 0px;
}
.content-container{
    max-width: 960px;
    margin: auto;
    padding: 0px;
}
.header .content-container {
    padding: 0;
}
.content-first-block{
    background: url(images/newdesign/back-girl.png) no-repeat;
    height: 550px;
    text-align: right;
}
.content-first-block-background {
    background: url(images/newdesign/back-girl.png) no-repeat;
    background-size: 100%;
}

.content-first-block-description{
    padding: 0px;
    margin-top: 100px;
    height: 292px;
}
.content-first-block-p2{
    margin-bottom: 140px;
}
.content-button {
    background-color: #8e162c;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: "AdobeHeitiStd";
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
}
.content-button:hover {
    background-color: #ec644b;
}
.content-first-block{
    font-weight:bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(images/newdesign/horizontal-line-45.png), url(images/newdesign/horizontal-line-45.png);
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x, repeat-x;
}
.content-first-block-description h1{
    font-size: 43px;
    font-family: "FZLTCH";
    color: rgb( 142, 22, 44 );
    font-weight: bolder;
    padding-bottom: 40px;
}
.content-first-block-description p{
    font-size: 24px;
    font-family: "AdobeHeitiStd";
    color: rgb( 0, 0, 0 );
}

.content-first-block .content-container{
    margin-top:0px;
}
.content-second-block-top{
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: row;
    background: url(images/newdesign/back-keyboard.png) no-repeat;
    background-position: right -40px top;
    margin-top: 30px;
}
.content-second-block-top-left{
    background-color: #8e162c;
    width: 650px;
    height: 100%;
    text-align:left;
}
.content-second-block-top-right{
    height: 100%;
}

.content-second-block-top-left h2{
    font-size: 30px;
    font-family: "AdobeHeitiStd";
    margin-bottom: 30px;
    color: rgb( 255, 255, 255 );
}
.content-second-block-top-left p{
    font-size: 18px;
    font-family: "AdobeHeitiStd";
    color: rgb( 244, 229, 198 );
}
.content-second-block-top-left-description{
    padding: 50px 130px 50px 80px;
}
.content-second-block-bottom{
    margin-top: 15px;
    margin-bottom: 30px;
    border: 1px solid #c9c3c0;
    background: #ffffff;
}
.content-second-block-bottom-1row {
    text-align: center;
    border-bottom: 1px solid #c9c3c0;
    display: flex;
    flex-direction: row;
}
.content-second-block-bottom-1row-cell{
    width: 50%;
    border-right: 1px solid #c9c3c0;
    height: 235px;
    background: #ffffff;
}
.content-second-block-bottom-1row-cell:last-child{
    border-right: none;
}

.content-second-block-bottom-1row img{
    margin: 30px 0px;
}
.content-second-block-bottom-1row h3{
    font-size: 18px;
    font-family: "AdobeHeitiStd";
    color: rgb( 142, 22, 44 );
}
.content-second-block-bottom-1row p{
    margin-top: 20px;
    font-size: 14px;
    font-family: "AdobeHeitiStd";
    color: rgb( 201, 195, 192 );
}
.content-second-block-bottom-2row {
    text-align: center;
    display: flex;
    flex-direction: row;
}
.content-second-block-bottom-2row-cell,
.content-fourth-block-bottom-2row-cell {
    width: 234px;
    border-right: none;
    background: #ffffff;
    display: none;
}
.content-second-block-bottom-2row-cell {
    height: 180px;
}
.content-fourth-block-bottom-2row-cell {
    height: 220px;
}
.content-second-block-bottom-2row-cell:nth-child(n+4):nth-child(-n+7),
.content-fourth-block-bottom-2row-cell:nth-child(n+4):nth-child(-n+7) {
    display:block;
}
.content-second-block-bottom-2row-cell:nth-child(n+4):nth-child(-n+6),
.content-fourth-block-bottom-2row-cell:nth-child(n+4):nth-child(-n+6) {
    border-right: 1px solid #c9c3c0;
}
.content-second-block-bottom-2row img {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.content-second-block-bottom-2row p{
    font-size: 12px;
    font-family: "AdobeHeitiStd";
    color: rgb( 201, 195, 192 );
}
.content-button,
.content-second-block-bottom-1row-cell p,
.content-second-block-bottom-2row-cell p,
.content-second-block-bottom-1row-cell img,
.content-second-block-bottom-2row-cell img,
.content-fourth-block-bottom-1row-cell p,
.content-fourth-block-bottom-2row-cell p,
.content-fourth-block-bottom-1row-cell img,
.content-fourth-block-bottom-2row-cell img {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.content-second-block-bottom-1row-cell:hover img,
.content-second-block-bottom-2row-cell:hover img,
.content-fourth-block-bottom-1row-cell:hover img,
.content-fourth-block-bottom-2row-cell:hover img{
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.content-second-block-bottom-1row-cell:hover p,
.content-second-block-bottom-2row-cell:hover p,
.content-fourth-block-bottom-1row-cell:hover p,
.content-fourth-block-bottom-2row-cell:hover p {
    color: black;
}

.content-fourth-block-bottom-1row-cell img,
.content-fourth-block-bottom-2row-cell img {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px;
}
.content-third-block {
    background: url(images/newdesign/block3-bgd1.jpg) no-repeat;
    background-size: cover;
    height:630px;
}
.content-third-block .separate-line-45 {
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(images/newdesign/horizontal-line-45.png), url(images/newdesign/horizontal-line-45.png);
  background-position: 0 0, 0 bottom;
  background-repeat: repeat-x, repeat-x;
  height: 100%;
}

.content-third-block .separate-line-45 h1 {
    font-size: 30px;
    font-family: "FZLTCH";
    color: rgb( 142, 22, 44 );
    padding-top: 30px;
    padding-bottom: 25px;
    height: 60px;
    white-space: nowrap;
    text-align: center;
}
.content-third-block .separate-line-45 h1 img {
    vertical-align: middle;
    max-height: 60px;
    margin-top: -7px;
}
.content-third-block .separate-line-45 .slick-track div:nth-child(even) h1,
.content-third-block .separate-line-45 .slick-track div:nth-child(even) div div h3 {
    color: rgb( 142, 22, 44 );
}
.content-third-block .separate-line-45 .slick-track div:nth-child(odd) h1,
.content-third-block .separate-line-45 .slick-track div:nth-child(odd) div div h3 {
    color: #193967;
}
.content-third-block .separate-line-45 .content-third-block-main {
    font-size: 18px;
    height: 270px;
    padding: 45px 70px;
    line-height: 50px;
    font-weight: bold;
    z-index: 9999;
}
.content-third-block .separate-line-45 img {
    display: inline-block;
}
.content-third-block .separate-line-45 .content-third-block-main h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: "FZLTCH";
    color: #193967;
    border-bottom: 2px solid #193967;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.content-third-block .separate-line-45 .content-third-blocks {
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
}
.content-third-block .separate-line-45 .content-third-blocks div {
    display: inline-block;
    width: 190px;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 50px;
    border: 0;
    z-index: 0;
}
.content-third-block .separate-line-45 .content-third-blocks div img {
    display: inline-block;
}
.content-third-block .separate-line-45 .content-third-block-footer {
    text-align: center;
    clear: both;
    height: 80px;
}
.content-third-block .separate-line-45 .content-third-block-footer h3 {
    font-size: 18px;
    font-family: "FZLTCH";
    color: #193967;
    padding: 0px;
    margin-top: 25px;
}
.content-third-block .separate-line-45 .slick-dots {
    bottom: 20px;
}
.content-third-block .separate-line-45 .slick-dots li,
.content-third-block .separate-line-45 .slick-dots li.slick-active {
    list-style: none;
    padding: 0;
}
.content-third-block .separate-line-45 .slick-dots li button {
    background: url("images/newdesign/dot-inactive.png") no-repeat center center;
}
.content-third-block .separate-line-45 .slick-dots li.slick-active button,
.content-third-block .separate-line-45 .slick-dots li button:hover,
.content-third-block .separate-line-45 .slick-dots li button:focus {
    background: url("images/newdesign/dot-active.png") no-repeat center center;
}
.content-third-block .slick-arrow {
    display: none;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.content-third-block .content-container{
    background-color: rgba(255, 255, 255, 0.7);
    height: 455px;
    text-align: left;
    margin-bottom: 0px;
}
.content-third-block li{
    padding: 18px 0px 8px 70px;
}
.content-third-block p{
    font-size: 18px;
    font-family: "AdobeHeitiStd";
    color: rgb( 1, 1, 1 );
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
}
.content-third-block-ul-1, .content-third-block-ul-2, .content-third-block-ul-3{
    display: flex;
    flex-direction: row;
}
.content-fourth-block-top{
    width: 100%;
    background: green;
    height: 280px;
    display: flex;
    flex-direction: row;
    background: url(images/newdesign/back-cube-keyboard.png) no-repeat;
    background-position: right;
    margin-top: 30px;
}

.content-fourth-block-top-left{
    background-color: #193967;
    width: 650px;
    height: 100%;
    text-align:left;
}
.content-fourth-block-top-right{

    height: 100%;

}

.content-fourth-block-top-left h2{
    font-size: 30px;
    font-family: "AdobeHeitiStd";
    margin-bottom: 30px;
    color: rgb( 255, 255, 255 );
}
.content-fourth-block-top-left p{
    font-size: 18px;
    font-family: "AdobeHeitiStd";
    color: rgb( 244, 229, 198 );
}
.content-fourth-block-top-left-description{
    padding: 50px 150px 50px 80px;
}
.content-fourth-block-bottom{
    margin-top: 15px;
    margin-bottom: 30px;
    border: 1px solid #c9c3c0;
    background: #ffffff;
}
.content-fourth-block-bottom-1row {
    text-align: center;
    border-bottom: 1px solid #c9c3c0;
    display: flex;
    flex-direction: row;
}
.content-fourth-block-bottom-1row-cell{
    width: 50%;
    border-right: 1px solid #c9c3c0;
    height: 240px;
    background: #ffffff;
}
.content-fourth-block-bottom-1row-cell:last-child{
    border-right: none;
}

.content-fourth-block-bottom-1row-cell img{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.content-fourth-block-bottom-1row h3{
    font-size: 18px;
    font-family: "AdobeHeitiStd";
    color: #193967;
}
.content-fourth-block-bottom-1row p{
    margin-top: 20px;
    font-size: 14px;
    font-family: "AdobeHeitiStd";
    color: rgb( 201, 195, 192 );
}
.content-fourth-block-bottom-2row {
    text-align: center;
    display: flex;
    flex-direction: row;
}
.content-fourth-block-bottom-2row p {
    font-family: "AdobeHeitiStd";
    color: rgb( 201, 195, 192 );
}
.content-sixth-block{
    background: url(images/newdesign/back-hand-keyboard.png) no-repeat;
    background-size: cover;
    height: 550px;
    text-align: right;
    margin-top:10px;

}
.content-sixth-block .separate-line-45 {
    margin-bottom: 5px;
    background-image: url(images/newdesign/horizontal-line-45.png);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    height: 100%;
}

.content-sixth-block-description{
    padding-top: 100px;
    font-weight: bold;
    height: 292px;
}

.content-sixth-block-description h1{
    font-size: 43px;
    font-family: "FZLTCH";
    color: rgb( 142, 22, 44 );
    font-weight: bolder;
    padding-bottom: 20px;
}
.content-sixth-block-description p{
    font-size: 24px;
    font-family: "AdobeHeitiStd";
    color: rgb( 0, 0, 0 );
    padding-top: 20px;
}

.content-sixth-block-p{
    margin-bottom: 160px;
}
.content-fifth-block h2{
    font-size: 30px;
    font-family: "FZLTCH";
    color: rgb( 255, 255, 255 );
    padding-top:50px;
    padding-bottom:15px;
    font-weight:bold;
}
.content-fifth-block p{
    font-size: 18px;
    font-family: "FZLTCH";
    color: rgb( 255, 255, 255 );
    padding-bottom:50px;
    font-weight:bold;
}
.content-fifth-block {
    background: url(images/newdesign/back-map.png) no-repeat;
    background-size: cover;
}
.content-fifth-block .separate-line-45 {
    margin-top: 5px;
    background-image: url(images/newdesign/horizontal-line-45.png);
    background-position: 0 0, 0 top;
    background-repeat: repeat-x;
}
.content-row:nth-child(7){
    border-bottom: 1px solid #c9c3c0 !important;
}

.content-footer ul li div {
    font-size: 18px;
    font-family: "Adobe Heiti Std";
    margin-top:15px;
    color: rgb( 25, 57, 103 );
    font-weight:bold;
}

.content-footer li {
    padding-left:100px;
    padding-right:100px;
    margin: auto;
    display: inline-block;
}

.content-footer-ul {
    display: block;
    flex-direction: row;
    margin-top:15px;
    margin-bottom:30px;
}
.content-footer-ul li:hover div {
    color: #ec644b;
}
.content-footer-button-company,
.content-footer-button-contacts,
.content-footer-button-menu {
    display: block;
    width: 100%;
    height: 48px;
}
.content-footer-button-company {
    background: url("images/newdesign/footer-icon1.png") no-repeat top center;
}
.content-footer-ul li:hover .content-footer-button-company {
    background: url("images/newdesign/footer-icon1-hover.png") no-repeat top center;
}
.content-footer-button-contacts {
    background: url("images/newdesign/footer-icon2.png") no-repeat top center;
}
.content-footer-ul li:hover .content-footer-button-contacts  {
    background: url("images/newdesign/footer-icon2-hover.png") no-repeat top center;
}
.content-footer-button-menu {
    background: url("images/newdesign/footer-icon3.png") no-repeat top center;
}
.content-footer-ul li:hover .content-footer-button-menu  {
    background: url("images/newdesign/footer-icon3-hover.png") no-repeat top center;
}
.content-footer-ul li .footer-button-registration {
    border-radius: 3px;
    font-size: 12px;
    font-family: "AdobeHeitiStd";
    color: rgb( 255, 255, 255 );
    text-align: center;
    text-transform: uppercase;
    padding:7px 50px;
    background-color: #8e162c;
    box-shadow: 1px 1px 1px 1px #581a25;
    font-weight:bold;
    display:block;
    margin-top: 28px;
}
.content-footer-ul li .footer-button-registration div {
    font-size: 12px;
    font-family: "AdobeHeitiStd";
    color: rgb( 255, 255, 255 );
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
    padding-top: 0;
}
.content-footer-ul li:hover  .footer-button-registration{
    background-color: #ec644b;
}
.content-footer-ul li:hover .footer-button-registration div {
    color: white;
}

div.paragraph{
    padding:18px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 10px 10px 10px;
    font-size: 16px;
    background: #fcfcfc;
    box-shadow: 0 0 10px rgba(0,0,0,0.075);
    border-radius: 3px;
    text-align: left;
}
div.paragraph.smaller-font p{
    font-size:14px;
    line-height: 22px;
}
div.paragraph .author{
    font-weight: 400;
    text-align: right;
}
div.paragraph ul li{
    line-height: 32px;
    font-weight: 300;
}
div.paragraph img{
    margin-top: 15px;

}
div.paragraph ul{
    margin: 0;
}
div.paragraph.customer div *{
    vertical-align: middle;
}
div.paragraph h1, div.paragraph h2{
    font-weight: bold;
    font-size: 28px;
    color: #981b1e;
    padding: 0 0 10px 0 ;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}
div.paragraph .pricing-table-container {
    margin-top: 10px;
    text-align: center;
}

.pricing-table-container table tr.head-row.start-trial th a.content-button.free-trial-btn {
    font-size: 80%;
    padding: 5px;
}

partner-group {
    text-align:left;
    padding-left: 10px;
}
.partner-group .element {
    background: #f3f3f3;
    padding: 0;
    width: 18%;
    display: inline-table;
    text-align: center;
    height: 385px;
    margin: 10px 7px 10px 7px;
    width: 223px;
}
.partner-group .element .img{
    margin:0;
    height: 125px;
    background: url(images/integrations/Magento_paypal.png) center center no-repeat;
}
.partner-group .element .description {
    background: #fcfcfc;
    padding: 20px;
    height: 220px;
    text-align: left;
	
}
.partner-group .element .description .title{
    font-weight: 800;
    font-size: 22px;
    color: #981c1e;
    margin-bottom: 15px;
}
.partner-group .element .description .title a {
    font-weight: 800;
    font-size: 22px;
    color: #981c1e;
}
.partner-group .element .description .text{
    max-height: 170px;
    overflow: hidden;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    font-size: 15px;
}
.partner-group .element .description .text a {
    font-weight: 600;
}
@media (max-width:1400px) {
    .content-first-block-background {
        background-size: auto 100%;
    }
}

@media (max-width:1024px) and (min-width:801px){
    .wrapper {
        max-width: 100%;
    }
    .wrapper-menu {
        margin-left: 239px;
        max-height: 75px;
    }
    .logo{
        height: 63px;
        width: 219px;
        margin: 0px 0px 10px 10px;
        background: url("images/newdesign/Logo.png") no-repeat;
    }
    .header {
        padding-top: 10px;
        height: 73px;
    }
    .header_menu > ul {
        margin-left: 80px;
    }
    .header_menu > ul > li {
        line-height: 70px;
    }
    .header_menu > ul > li a {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 24px;
    }
    .header .header_menu ul#menu-main-menu-zh-new ul.language-block {
        margin-left: 90px;
    }
    .header .header_menu ul#menu-main-menu-zh-new ul.registration {
        margin-left: 20px;
    }
    .header #language-block {
        top: 5px;
        right: 20px;
    }
    .header .content-container {
        padding: 0;
    }
    .content-button{
        font-size: 16px;
    }
    .content-second-block-top{
        height: 285px;
    }
    .content-second-block-top-left{
        width: 75%;
    }
    .content-second-block-top-left h2{
        font-size: 3.4vw;

    }
    .content-second-block-top-left p{
        font-size: 2.2vw;
    }
    .content-second-block-top {
        background-size: cover;
    }
    .content-second-block-bottom-1row,
    .content-fourth-block-bottom-1row {
        display: none;
    }
    .content-second-block-bottom-1row-cell{
        height: 250px;
    }
    .content-second-block-bottom-1row h3{
        font-size: 18px;
    }
    .content-second-block-bottom-1row p{
        margin-top: 15px;
        font-size: 14px;
    }
    .content-second-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell {
        height: 200px;
    }
    .content-second-block-bottom-2row-cell,
    .content-second-block-bottom-2row-cell:nth-child(-n+4),
    .content-fourth-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell:nth-child(-n+4) {
        display:block;
        border-right: 1px solid #c9c3c0;
    }
    .content-third-block h1{
        font-size: 30px;
    }
    .content-third-block .content-container{
        height: 465px;
        padding: 0;
        margin-bottom:50px;
    }
    .content-third-block-ul-1{
        padding-top: 20px;
    }
    .content-third-block li {
        padding: 18px 0 8px 50px;
    }
    .content-third-block p{
        font-size: 1.75vw;
    }
    .content-fourth-block-top{
        height: 285px;
    }
    .content-fourth-block-top-left{
        width: 70%;
    }
    .content-fourth-block-top-left h2{
        font-size: 3.4vw;

    }
    .content-fourth-block-top-left p{
        font-size: 18px;
    }

    .content-fourth-block-bottom-1row-cell{
        height: 250px;
    }
    .content-fourth-block-bottom-1row h3{
        font-size: 18px;
    }
    .content-fourth-block-bottom-1row p{
        margin-top: 15px;
        font-size: 14px;
    }
    .content-fifth-block h2{
        padding-top:50px;
        padding-bottom:10px;
    }
    .content-footer li:first-child{
        padding-left:7%;
    }
    .content-footer img{
        height: 40px;
    }
    .content-footer li{
        padding-left:7%;
        padding-right:7%;
    }
    .content-footer p{
        font-size: 18px;
        padding-top: 15px;
    }
    .content-footer li:nth-child(3){
        padding-top:35px;
    }
    .content-footer li:last-child{
        padding-top:0px;
    }

}

@media (max-width:800px) and (min-width:481px){
    .wrapper {
        width: 100%;
    }
    .logo{
        height: 63px;
        width: 219px;
        margin: 0px 0px 10px 10px;
        background: url("images/newdesign/Logo.png") no-repeat;
    }
    .header {
        padding-top: 10px;
        height: 73px;
    }
    .wrapper-menu {
        margin-left: 239px;
    }
    .header_menu > ul {
        margin-left: 7px;
    }
    .header_menu > ul > li {
        line-height: 70px;
    }
    .header_menu > ul > li a {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 20px;
    }
    .header .header_menu ul#menu-main-menu-zh-new ul.language-block {
        margin-left: 90px;
    }
    .header .header_menu ul#menu-main-menu-zh-new ul.registration {
        margin-left: 20px;
    }
    .header #language-block {
        top: 5px;
        right: 10px;
    }
    .content-container{
        max-width: 760px;
        padding: 10px 0px;
    }
    .content-button{
        padding: 15px 40px;
    }
    .content-second-block-top{
        height: 250px;
    }
    .content-second-block-top-left{
        width: 70%;
    }
    .content-second-block-top-left h2{
        font-size: 3.3vw;
        margin-bottom: 20px;
    }
    .content-second-block-top-left p{
        font-size: 2.6vw;
    }
    .content-second-block-br{
        display: none;
    }
    .content-second-block-top-left-description{
        padding: 40px 0px 0px 65px;
    }
    .content-second-block-top{
        background: url(images/newdesign/back-keyboard.png)  no-repeat;
        background-size: cover;
        background-position: right;
    }
    .content-second-block-bottom{
        margin-top: 5px;
    }
    .content-second-block-bottom-1row,
    .content-fourth-block-bottom-1row {
        display: none;
    }
    .content-second-block-bottom-1row-cell{
        height: 200px;
    }
    .content-second-block-bottom-1row img{
        height: 30px;
        margin: 30px 0px;
    }
    .content-second-block-bottom-1row h3{
        font-size: 16px;
    }
    .content-second-block-bottom-1row p{
        margin-top: 15px;
        font-size: 10px;
    }
    .content-second-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell {
        height: 200px;
    }
    .content-second-block-bottom-2row-cell,
    .content-second-block-bottom-2row-cell:nth-child(-n+3),
    .content-fourth-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell:nth-child(-n+3) {
        display:block;
        border-right: 1px solid #c9c3c0;
    }
    .content-second-block-bottom-2row img,
    .content-fourth-block-bottom-2row img {
        margin: 30px auto;
    }
    .content-third-block .separate-line-45 h1 img {
        max-height: 52px;
    }
    .content-third-block .separate-line-45 .content-third-block-main {
        height: 230px;
        font-size: 18px;
        padding: 25px 50px;
        line-height: 36px;
        font-weight: normal;
    }
    .content-third-block .separate-line-45 h1 {
        font-size: 28px;
    }
    .content-third-block .separate-line-45 .content-third-block-main h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .content-third-block {
        height: 590px;
    }
    .content-third-block .content-container {
        height: 390px;
    }
    .content-fourth-block-top{
        height: 200px;
    }
    .content-fourth-block-top-left{
        width: 60%;
    }
    .content-fourth-block-top-left h2{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .content-fourth-block-top-left p{
        font-size: 16px;
    }
    .content-fourth-block-br{
        display: none;
    }
    .content-fourth-block-top-left-description{
        padding: 38px 0px 0px 5%;
    }
    .content-fourth-block-top{
        background: url(images/newdesign/back-cube-keyboard.png)  no-repeat;
        background-position: right;
    }
    .content-fourth-block-br{
        display: none;
    }
    .content-fourth-block-bottom{
        margin-top: 5px;
    }
    .content-fourth-block-bottom-1row h3{
        font-size: 16px;
    }
    .content-fourth-block-bottom-1row p{
        margin-top: 20px;
        font-size: 12px;
    }
    .content-fifth-block h2{
        font-size: 27px;
        padding-top:30px;
        padding-bottom:10px;
    }
    .content-fifth-block p{
        font-size: 16px;
        padding-bottom:35px;
    }
    .content-footer li{
        padding-left: 7%;
        padding-right: 7%;
    }
    .content-footer li:nth-child(3){
        padding-top:40px;
    }
    .content-footer li:last-child{
        padding-top:25px;
    }
    .content-footer p{
        font-size: 2.3vw;
    }
    div.paragraph .pricing-table-container {
        font-size: 12px;
    }
    div.paragraph .pricing-table-container table tr td.type-1-cell {
        font-size: 150%;
    }

}

@media (max-width:670px) and (min-width:481px){
    .header_menu > ul {
        margin-left: 0px;
    }
    .header_menu > ul > li {
        line-height: 70px;
    }
    .header_menu > ul > li a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
    }
    .content-third-block .separate-line-45 .content-third-block-main {
        height: 270px;
    }
    .content-third-block .separate-line-45 .content-third-block-footer {
        height: 40px;
    }
}

@media (max-width:480px) and (min-width:321px){
    .logo{
        height: 63px;
        width: 219px;
        margin: 0px 0px 10px 10px;
        background: url("images/newdesign/Logo.png") no-repeat;
    }
    .header {
        padding-top: 10px;
        height: 73px;
    }
    .header .header_menu {
        display: none;
    }
    .header #language-block {
        top: 5px;
        right: 5px;
    }
    .content-button {
        padding: 5px 10px;
        font-size: 12px;
        width: 150px;
        border-radius: 3px;
    }
    .wrapper {
        width: 100%;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }
    .wrapper-menu {
        overflow: visible;
    }
    .content-row {

    }
    .content-first-block{
        background: url(images/newdesign/back-girl.png) -76px -60px no-repeat;
        background-size: 170%;
        height: 230px;
        text-align: center;
    }
    .content-first-block .content-container {
        margin-right: 20px;
        text-align: right;
    }
    .content-first-block-description{
        padding: 20px 0px 20px 40px;
        text-align: right;
        margin-top: 0px;
        height: auto;
    }
    .content-container{
        margin: 0px;
        padding: 0px;
    }
    .content-first-block-description h1{
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 15px;

    }
    .content-first-block-description p{
        font-size: 3vw;
        padding-top: 0px;
        font-weight: bold;

    }
    .content-first-block-p2 {
        font-size: 10px;
    }
    .content-first-block-description span{
        width: 200px;
    }
    .content-first-block-p2{
        margin-bottom: 20px;
        margin-top: 5px;
        word-wrap:  break-word
    }
    .content-first-block-p2 span{
        display: block;
        margin:auto;
        padding-top: 2px;
    }
    .content-button{
        padding: 8px 20px;
    }
    .content-second-block-top{
        height: 120px;
        background-size: 45%;
    }
    .content-second-block-top-left{
        width: 310px;
    }
    .content-second-block-top-left h2{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .content-second-block-top-left p{
        font-size: 12px;
    }

    .content-second-block-top-left-description{
        padding: 10px 0px 0px 40px;
    }
    .content-second-block-bottom {
        margin-top: 0px;
    }
    .content-second-block-bottom-1row,
    .content-fourth-block-bottom-1row {
        display: none;
    }
    .content-second-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell {
        height: 160px;
    }
    .content-second-block-bottom-2row-cell,
    .content-second-block-bottom-2row-cell:nth-child(-n+2),
    .content-fourth-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell:nth-child(-n+2) {
        display:block;
        border-right: 1px solid #c9c3c0;
    }
    .content-second-block-bottom-2row img,
    .content-fourth-block-bottom-2row img {
        margin: 15px auto;
    }
    .content-second-block-bottom-2row p,
    .content-fourth-block-bottom-2row p {
        font-size: 11px;
    }
    .content-third-block .separate-line-45 .content-third-block-main {
        padding: 5px 10px;
        line-height: 35px;
        font-weight: normal;
        height: 350px;
    }
    .content-third-block .separate-line-45 .content-third-block-footer {
        height: 0px;
    }
    .content-fourth-block-top{
        height: 130px;
        background-size: 45%;
    }
    .content-fourth-block-top-left{
        width: 65%;
    }
    .content-fourth-block-top-left h2{
        font-size: 3.5vw;
        margin-bottom: 10px;
    }
    .content-fourth-block-top-left p{
        font-size: 3vw;
    }

    .content-fourth-block-top-left-description{
        padding: 10px 0px 0px 40px;
    }
    .content-fourth-block-bottom {
        margin-top: 0px;
    }
    .content-fifth-block{
        height: 115px;
    }
    .content-fifth-block h2{
        font-size: 18px;
        padding-bottom:5px;
    }
    .content-fifth-block p{
        font-size: 14px;
        padding-bottom:40px;
    }
    .content-sixth-block{
        text-align: right;
        margin-top:5px;
        height: 292px;
    }
    .content-sixth-block-description{
        padding: 20px 0px 20px 40px;
        height: auto;
    }

    .content-sixth-block-description h1{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content-sixth-block-description p{
        font-size: 12px;
        padding-top: 0px;
    }

    .content-sixth-block .content-container{
        margin-top:0px;
        margin-right: 20px;
    }
    .content-sixth-block-p{
        margin-bottom: 25px;
    }

    .content-sixth-block-p span{
        display: block;
        margin:auto;
        padding-top: 2px;

    }

    .content-sixth-block-br{
        display: none;
    }

    .content-footer p{
        font-size: 12px;
        width: 70px;
        padding: 0px;
        border:1px solid #95a1b3;
        margin-right: 2px;
    }

    .content-footer-ul{
        padding: 5px 5px;
    }

    .content-footer-ul li{
        line-height: 35px;
        padding: 0px;
        margin: auto;
    }
    .footer-button{
        border-radius: 0px;
        border:1px solid #95a1b3;
        font-size: 12px;
        color: rgb( 25, 57, 103 );
        padding: 0px 15px;
        background-color: transparent;
        box-shadow: none;
        display:block;
        margin-top: 0;
        width: 75px;
        border:1px solid #95a1b3;
    }

    .content-footer-ul img,
    .content-footer-ul .content-footer-button-company,
    .content-footer-ul .content-footer-button-contacts,
    .content-footer-ul .content-footer-button-menu {
        display: none;
    }
    .content-footer-ul{
        padding: 3px 3px;
    }
    .footer-button{
        padding: 0px 10px;
        margin-top: 0px;
    }
    .wrapper {
        margin-bottom: 27px;
    }
    .content-footer-ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .content-footer ul li div {
        margin-top: 0px;
    }

    .content-row.content-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0) url("images/newdesign/background.png") repeat scroll 0 0;
        width: 100%;
    }

    .content-first-block {
        background: url(images/newdesign/back-girl.png) -85px -40px no-repeat;
        background-size: 210%;
    }
    .content-footer div {
        padding-top: 2px;
    }

    .content-footer-ul li {
        line-height: 35px;
        padding: 0px;
        margin: auto;
    }
    .content-footer-ul li .footer-button-registration {
        margin: 0px;
        box-shadow: none;
        padding: 2px 10px;
        margin-left: 17px;
    }
    .content-footer-ul li .footer-button-registration div {
        font-size: 12px;
        padding: 0px;
        margin-right: 2px;
    }
    div.paragraph .pricing-table-container {
        font-size: 12px;
    }
    div.paragraph .pricing-table-container table tr td.type-1-cell {
        font-size: 150%;
    }
}

@media (max-width:320px) {
    .logo{
        height: 63px;
        width: 219px;
        margin: 0px 0px 10px 10px;
        background: url("images/newdesign/Logo.png") no-repeat;
    }
    .header {
        padding-top: 10px;
        height: 73px;
    }
    .header .header_menu {
        display: none;
    }
    .content-button {
        padding: 5px 10px;
        font-size: 12px;
        width: 150px;
        border-radius: 3px;
    }
    .wrapper {
        width: 100%;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }
    .wrapper-menu {
        overflow: visible;
    }
    .content-row {

    }
    .content-first-block{
        background: url(images/newdesign/back-girl.png) -76px -60px no-repeat;
        background-size: 170%;
        height: 230px;
        text-align: center;
    }
    .content-first-block .content-container {
        margin-right: 20px;
    }
    .content-first-block-description{
        padding: 20px 0px 20px 40px;
        text-align: right;
    }
    .content-container{
        margin: 0px;
        padding: 0px;
    }
    .content-first-block-description h1{
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 15px;

    }
    .content-first-block-description p{
        font-size: 3vw;
        padding-top: 0px;
        font-weight: bold;

    }
    .content-first-block-p2 {
        font-size: 10px;
    }
    .content-first-block-description span{
        width: 200px;
    }
    .content-first-block-p2{
        margin-bottom: 40px;
        margin-top: 5px;
        word-wrap:  break-word
    }
    .content-first-block-p2 span{
        display: block;
        margin:auto;
        padding-top: 2px;
    }
    .content-button{
        padding: 8px 20px;
    }
    .content-second-block-top{
        height: 120px;
        background-size: 45%;
    }
    .content-second-block-top-left{
        width: 310px;
    }
    .content-second-block-top-left h2{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .content-second-block-top-left p{
        font-size: 12px;
    }

    .content-second-block-top-left-description{
        padding: 10px 0px 0px 40px;
    }
    .content-second-block-bottom {
        margin-top: 0px;
    }
    .content-second-block-bottom-1row,
    .content-fourth-block-bottom-1row {
        display: none;
    }
    .content-second-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell{
        height: 160px;
    }
    .content-second-block-bottom-2row-cell,
    .content-second-block-bottom-2row-cell:nth-child(-n+1),
    .content-fourth-block-bottom-2row-cell,
    .content-fourth-block-bottom-2row-cell:nth-child(-n+1) {
        display:block;
        border-right: 1px solid #c9c3c0;
    }
    .content-second-block-bottom-2row img,
    .content-fourth-block-bottom-2row img {
        margin: 15px auto;
        height: 50px;
    }
    .content-second-block-bottom-2row p,
    .content-fourth-block-bottom-2row p {
        font-size: 11px;
    }
    .content-fourth-block-top{
        height: 130px;
        background-size: 45%;
    }
    .content-fourth-block-top-left{
        width: 65%;
    }
    .content-fourth-block-top-left h2{
        font-size: 3.5vw;
        margin-bottom: 10px;
    }
    .content-fourth-block-top-left p{
        font-size: 3vw;
    }

    .content-fourth-block-top-left-description{
        padding: 10px 0px 0px 40px;
    }
    .content-fourth-block-bottom {
        margin-top: 0px;
    }
    .content-fourth-block-bottom-2row img{
        margin: 15px 0px;
    }
    .content-fourth-block-bottom-2row p{
        font-size: 11px;
    }
    .content-fifth-block{
        height: 115px;
    }
    .content-fifth-block h2{
        font-size: 18px;
        padding-bottom:5px;
    }
    .content-fifth-block p{
        font-size: 14px;
        padding-bottom:40px;
    }
    .content-sixth-block{
        height: 220px;
        text-align: right;
        margin-top:5px;
    }
    .content-sixth-block-description{
        padding: 25px 10px;
    }

    .content-sixth-block-description h1{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content-sixth-block-description p{
        font-size: 12px;
        padding-top: 0px;
    }

    .content-sixth-block .content-container{
        margin-top:0px;
        margin-right: 40px;
    }
    .content-sixth-block-p{
        margin-bottom: 25px;
    }

    .content-sixth-block-p span{
        display: block;
        margin:auto;
        padding-top: 2px;

    }

    .content-sixth-block-br{
        display: none;
    }

    .content-footer div {
        font-size: 12px;
        padding: 0px;
        margin-right: 2px;
    }

    .content-footer-ul li{
        line-height: 35px;
        padding: 0px;
        margin: auto;
    }
    .footer-button{
        border-radius: 0px;
        border:1px solid #95a1b3;
        font-size: 12px;
        color: rgb( 25, 57, 103 );
        padding: 0px 15px;
        background-color: transparent;
        box-shadow: none;
        display:block;
        margin-top: 0;
        width: 50px;
        border:1px solid #95a1b3;
    }

    .content-first-block {
        background: url(images/newdesign/back-girl.png) -85px -40px no-repeat;
        background-size: 210%;
    }
    .wrapper{
        min-width: 320px !important;
    }
    .content-container{
        width: 320px;
    }
    .logo {
        height: 63px;
        width: 2019px;
        margin: 0px 0px 10px 10px;
        background: url("images/newdesign/Logo.png") no-repeat;
    }
    .header {
        padding-top: 10px;
        height: 73px;
    }
    .content-button {
        padding: 5px 10px;
        font-size: 12px;
        width: 150px;
        border-radius: 3px;
    }
    .content-first-block{
        background: url(images/newdesign/back-girl.png)  -85px -40px no-repeat;
        background-size: 200%;
        text-align: right;
    }
    .content-first-block-description {
        padding: 20px 10px 20px 0px;
    }
    .content-first-block-description p{
        font-size: 3.3vw;
    }

    .content-first-block-description .content-first-block-p2 {
        font-size: 11.5px;
        margin-bottom: 20px;
    }
    .content-second-block-top{
        background: url(images/newdesign/back-keyboard.png) 205px -20px no-repeat;
        background-size: 70%;
    }
    .content-second-block-top-left{
        width: 210px;
    }
    .content-second-block-top-left h2{
        font-size:  12.5px;
        margin-bottom: 10px;
    }
    .content-second-block-top-left p{
        font-size: 11.5px;
    }
    .content-second-block-top-left-description {
        padding: 10px 0px 0px 10px;
    }
    .content-second-block-bottom-2row p,
    .content-fourth-block-bottom-2row p {
        font-size: 11px;
        padding:0px 30px;
    }
    .content-fourth-block-top{
        background: url(images/newdesign/back-cube-keyboard.png) 158px 0px no-repeat;
        background-size: 55%;
    }
    .content-fourth-block-top-left{
        width: 210px;
    }
    .content-fourth-block-top-left h2{
        font-size:  12.5px;
        margin-bottom: 10px;
    }
    .content-fourth-block-top-left p{
        font-size: 11.5px;
    }
    .content-fourth-block-top-left-description {
        padding: 10px 0px 0px 10px;
    }
    .content-fourth-block-bottom-2row p{
        font-size: 3vw;
        padding:0px 30px;
    }
    .content-sixth-block-description .content-sixth-block-p {
        font-size: 12px;
    }
    .content-footer-ul img,
    .content-footer-ul .content-footer-button-company,
    .content-footer-ul .content-footer-button-contacts,
    .content-footer-ul .content-footer-button-menu {
        display: none;
    }
    .content-footer-ul{
        padding: 3px 3px;
        width: 314px;
    }
    .footer-button{
        padding: 0px 10px;
        margin-top: 0px;
    }
    .wrapper {
        margin-bottom: 27px;
    }

    .content-row.content-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0) url("images/newdesign/background.png") repeat scroll 0 0;
    }

    .content-footer-ul li {
        line-height: 35px;
        padding: 0px;
        margin: auto;
        background-color: #193967;
    }
    .content-footer-ul li .footer-button-registration {
        margin: 0px;
        box-shadow: none;
        padding: 2px 10px;
    }
    .content-footer-ul li .footer-button-registration div {
        font-size: 12px;
        padding: 0px;
        margin-right: 2px;
    }
    div.paragraph .pricing-table-container {
        font-size: 12px;
    }
    div.paragraph .pricing-table-container table tr td.type-1-cell {
        font-size: 150%;
    }
}

@media (min-width:481px){
    .content-third-block-mobile{
        display:none;
    }
}