@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    position: relative;
}

a {
    color: #535353;
    text-decoration: none;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

a:hover {
    text-decoration: underline;
}

::selection {
    background: #7bb02e;
    color: #fff;
}

::-moz-selection {
    background: #7bb02e;
    color: #fff;
}

.clear {
    clear: both;
}

.clear-height {
    clear: both;
    width: 100%;
    height: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.background {
    background: red;
}

.bold {
    font-weight: 400;
}

.blue-bg {
    background: #2A2F36;
}

.green {
    color: #7bb02e;
}

.grey {
    background: #ccc;
}

.white {
    color: #fff;
}

.green-bg {
    background: #7bb02e;
}

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

.fullwidth-box {
    width: 100%;
    text-align: justify;
}

.fiftyfifty {
    width: 47%;
    text-align: justify;
}

.fiftyfifty-row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.fiftyfifty-row:last-child {
    margin-bottom: 0;
}

.fiftyfifty img {
    width: 100%;
}

.sf {
    width: 60%;
}

.tf {
    width: 34%;
}

.posttitle {
    min-height: 30px;
    margin-top: 20px;
}

.news-img-wrap {
    background: red;
}

.news-img-wrap img {
    width: 50%;
    float: left;
}

.graf-center-img {
    text-align: center;
    margin: 25px 0 50px 0;
}

.graf-center-img img {
    width: 100%;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ECECEC;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
}

.child {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-weight: 300;
    font-size: 18px;
    overflow: hidden;
}

.child ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.child li {
    width: 18%;
    float: left;
    padding: 37px 1%;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.child li a::-moz-selection {
    background: transparent;
}

.child li a::selection {
    background: transparent;
}

.child li:hover {
    cursor: pointer;
    background: #2a2f36;
    color: #fff;
}

.child li a {
    display: block;
    text-align: center;
    padding: 15px 0 14px 0;
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px solid #7bb02e;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.child li:hover a {
    color: #fff;
    text-decoration: none;
}

.alert {
    background: #e7bc3b;
}

.alert-child {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    max-width: 1366px; 
    margin: 0 auto; 
    font-size: 13px; 
    font-weight: 600; 
    text-align: center; 
    color: #413411;
}

.alert-child p {
    margin-left: 6px;
}

.alert-child p a {
    color: #413411; 
    text-decoration: underline;
}

.top-bar {
    width: 100%;
    background: #2a2f36;
    height: 110px;
    position: relative;
}

.top-bar-child {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 110px;
}

.top-bar-left {
    width: 30%;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-bar-left img {
    max-width: 220px;
    outline: 0;
    border: 0;
}

.top-bar-right {
    width: 70%;
    float: right;
    position: relative;
    z-index: 50;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-bar-right ul {
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar-right ul li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
}

.top-bar-right ul li a {
    text-align: center;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    outline: none;
}

.top-bar-right li a:hover {
    text-decoration: none;
    color: #7BB02E;
}

.top-bar-right li:nth-child(4) a {
    color: #7bb02e;
    border: 2px solid #7bb02e;
    padding: 5px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.top-bar-right li:nth-child(4) a:hover {
    color: #fff;
    cursor: pointer;
}

.top-bar-right li ul {
    background: #2A2F36;
    display: none;
    margin: 6px 0 0 0;
    padding: 4% 4% 2% 4%;
    z-index: -1;
    width: 92%;
    position: absolute;
    list-style: none;
    border: 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

.top-bar-right li.current>a {
    color: #fff;
}

.top-bar-right li ul li {
    width: 100%;
    margin: 6px 0;
}

.top-bar-right ul.kid a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 8px 0 6px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.top-bar-right ul.kid a:hover {
    color: #7BB02E;
}

.top-bar-right li:hover>ul.kid {
    display: block;
}

.header {
    width: 100%;
    padding: 7% 0 4% 0;
    max-height: 600px;
    background: url(images/header-darker.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.header a {
    text-decoration: none;
}

.header a:hover {
    text-decoration: none;
}

.header-wrap {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: flex;
    justify-content: space-between;
}

.globe {
    max-width: 336px;
    width: 100%;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.globe img {
    width: 100%;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.text {
    margin-top: 1%;
    max-width: 753px;
    width: 100%;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-weight: 600;
    display: block;
}

.header-text-row {
    margin-top: 20px;
    display: flex;
    max-width: 580px;
}

.header-text-row2 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    padding-left: 80px;
    max-width: 660px;
    box-sizing: border-box
}

.header-text-row3 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.header-text-tag,
.header-text-tag2 {
    display: inline-block;
    background: #7bb02e;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-right: 20px;
    font-size: 15px;
    flex: 1;
}

.header-text-tag3 {
    display: inline-block;
    background: #7bb02e;
    padding: 10px 16px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    margin-right: 20px;
    font-size: 15px;
}

.header-text-tag:last-child,
.header-text-tag2:last-child,
.header-text-tag3:last-child { 
    margin-right: 0;
}


.text img {
    width: 100%;
    max-width: 580px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    padding-bottom: 10px
}

.content-top {
    width: 100%;
    height: 124px;
    background: #ececec;
    position: relative;
}

.dropdown {
    top: 0;
    right: 0;
    background: #ececec;
    position: absolute;
    width: 94%;
    padding: 1.5% 3% 3% 3%;
    display: none;
    z-index: 9;
}

.dropdown-row {
    width: 100%;
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 0 0 1.5% 0;
    color: #7bb02e;
}

.dropdown-wrapper {
    max-width: 1180px;
    margin: 0 auto 3% auto;
}

.priceplans-top {
    width: 100%;
    height: 80px;
    background: #2a2f36;
    text-align: center;
    color: #7bb02e;
}

.text-wrap-margin {
    margin-bottom: 40px;
    text-align: justify;
}

.register-info {
    text-align: center;
    margin-top: 60px;
}

.register-info hr {
    border: 0;
    margin-bottom: 50px;
    height: 1px;
    background: #ccc;
}

.reg-btn-wrap {
    position: relative;
    width: 100%;
    height: 157px;
    margin-top: 25px;
}

.reg-btn {
    height: 157px;
    width: 100%;
    max-width: 154px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    background: url(images/button-sprite2.png) no-repeat top center;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reg-btn span {
    position: absolute;
    top: 0;
    left: 0;
    height: 157px;
    width: 100%;
    background: url(images/button-sprite2.png) no-repeat bottom center;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
}

.reg-btn span:hover {
    opacity: 1;
}

.content {
    position: relative;
    overflow: hidden;
}

.content-inner {
    max-width: 1180px;
    width: 100%;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
    line-height: 25px;
}

.overflow-y {
    overflow-x: auto;
}

.fiftyfiftymargin {
    margin: 3% auto;
}

.marginbottom {
    margin: 0 auto 3% auto;
}

.content-inner h1 {
    font-weight: 300;
    color: #7bb02e;
    margin: 0 0 24px 0;
    padding: 0;
}

.content-inner h2 {
    font-weight: 300;
    color: #7bb02e;
    margin: 0 0 12px 0;
    padding: 0;
}

.content-inner ul {
    padding: 0;
    margin: 8px 0;
    color: #535353;
    list-style: none;
}

.content-inner ul li {
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    padding-left: 22px;
}

.about-content {
    width: 60%;
}

.about-aside {
    width: 30%;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 2%;
    font-size: 14px;
    text-align: justify;
    max-height: 550px;
    overflow-y: auto;
}

.about-rub {
    text-align: center;
    margin: 70px 0 25px 0;
}

.about-section a {
    text-decoration: none;
}

.about-section a:hover {
    text-decoration: none;
}

.about-section-box {
    width: 46%;
    margin-right: 4%;
    display: block;
    margin-bottom: 30px;
}

.about-section-box:hover {
    text-decoration: none;
}

.about-section-box-full {
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
    display: block;
}

.about-section-box-full:hover {
    text-decoration: none;
}

.about-section-box-full img {
    width: 100%;
}

.about-section-box:nth-of-type(2) {
    margin-right: 0;
}

.about-section-box img {
    width: 80%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.aside-image-box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    width: 35%;
}

.aside-image-box img {
    width: 100%;
}

.about-section-mockup {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 10px;
}

.profile-box {
    width: 27.3%;
    padding: 0 3%;
    float: left;
    text-align: center;
}

.profile-box img {
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-width: 160px;
}

.profile-linkedin {
    background: url(images/linkedin2.png) no-repeat center center;
    background-color: #0274b3;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 20px auto 0 auto;
    display: inline-block;
}

.profile-skype {
    background: url(images/skype.png) no-repeat center center;
    background-color: #00aff0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 20px auto 0 auto;
    display: inline-block;
    margin: 0 12px 0 12px;
}

.profile-phone {
    background: url(images/phone.png) no-repeat center center;
    background-color: #7bb02e;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    margin: 20px auto 0 auto;
}

.data-center-content {
    width: 60%;
}

.data-center-box {
    width: 26%;
    padding: 2%;
    z-index: 1;
    position: relative;
    background: #7bb02e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.number {
    background: #7BB02E;
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    border-radius: 100px;
}

.number span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: #fff;
    font-size: 36px;
}

.instructions-wrap {
    width: 100%;
    overflow: hidden;
}

.instructions-col {
    width: 32%;
    box-sizing: border-box;
    float: left;
}

.instructions-text {
    display: block;
    text-align: center;
    margin: 5% 0;
}

.instructions-col:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}

.instructions-img {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #efefef;
    height: 174px;
}

.subscriptions-wrap {
    position: relative;
    z-index: 1;
}

.currency {
    display: block;
    bottom: -41px;
    z-index: -1;
    right: 10px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #7bb02e;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.currency:hover {
    text-decoration: none;
}

.subscriptions-rub {
    background: #2a2f36;
    height: 90px;
    padding: 0 2%;
    color: #7bb02e;
    font-size: 23px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.subscriptions-rubText {
    width: 60%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscriptions-rubPrize {
    width: 20%;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscriptions-rubPrize span {
    font-size: 14px;
}

.subscriptions-Toprow {
    overflow: hidden;
    padding: 1.5% 2%;
    color: #7bb02e;
    font-size: 22px;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.currency-button {
    position: absolute;
    right: -101px;
    top: 0;
    background: red;
    text-align: center;
    width: 100px;
    font-size: 14px;
}

.subscriptions-row {
    overflow: hidden;
    padding: .5% 2%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.subscriptions-row-rub2 {
    overflow: hidden;
    background: #7BB02E;
    padding: .8% 2%;
    text-transform: uppercase;
    color: #2a2f36;
}

.subscriptions-row:last-child {
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.subscriptions-row:nth-child(even) {
    background: #fff;
}

.subscriptions-row:nth-child(odd) {
    background: #efefef;
}

.subscription-text {
    width: 60%;
}

.subscription-text span {
    font-weight: 500;
}

.subscription-prize {
    width: 20%;
    text-align: center;
}

.subs-contact-rub {
    display: block;
    margin: 20px 0 70px 0;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #7bb02e;
}

.subs-contact-wrap {
    overflow: hidden;
}

.subs-contact-fifty {
    width: 50%;
    text-align: center;
}

.subs-contact-fifty a {
    background: #2a2f36;
    padding: 5% 0;
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #7bb02e;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subs-contact-fifty a:hover {
    background: #7bb02e;
    color: #2a2f36;
    cursor: pointer;
}

.subs-contact-icons {
    font-size: 28px;
}

.subs-contact-form {
    margin-top: 70px;
    display: none;
}

.subs-contact-form h1 {
    margin-bottom: 25px;
}

.subs-input-style {
    border: 1px solid #ccc;
    display: block;
    width: 31%;
    padding: 1%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #535353;
    box-sizing: border-box
}

.subs-input-style:invalid,
.subs-textarea-style:invalid {
    box-shadow: none;
}

.subs-textarea-style {
    display: block;
    padding: 1%;
    width: 100%;
    min-height: 130px;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #535353;
    overflow-y: auto;
    box-sizing: border-box;
}

.subs-input-style,
.subs-textarea-style {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    outline: none;
}

.subs-input-style:focus,
.subs-textarea-style:focus {
    border: 1px solid #7bb02e;
    outline: none;
}

.subs-send-button-style {
    background: #2a2f36;
    border: 0;
    display: block;
    width: 100%;
    padding: 1%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #7bb02e;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subs-send-button-style:hover {
    cursor: pointer;
    color: #2a2f36;
    background: #7bb02e;
}

.send-button-icon {
    margin-left: 10px;
}

.subs-contact-phone {
    text-align: center;
    margin-top: 70px;
    overflow: hidden;
    display: none;
    color: #7bb02e;
}

.subs-contact-phone h1 {
    margin-bottom: 25px;
}

.subs-contact-phone span {
    font-size: 48px;
    line-height: 54px;
}


.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
}

.wpcf7-form {
}

.wpcf7-form label span {
    font-size: 14px;
    display: block;
    color: #2a2f36;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}


.wpcf7-form [type="text"], .wpcf7-form [type="email"], .wpcf7-form textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #858585;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.wpcf7-form [type="text"]:focus, .wpcf7-form [type="email"]:focus, .wpcf7-form textarea:focus {
    border-color: #7bb02e;
}

.wpcf7-form [type="submit"] {
    width: 100%;
    background: #7bb02e;
    border: 0;
    outline: 0;
    padding: 12px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}
.wpcf7-form [type="submit"]:hover {
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    color: #f0052b !important;
    font-size: 13px !important;
    padding-top: 4px;
}

.wpcf7-response-output {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px !important;
    margin: 0em 0 1em !important;
}

.wpcf7-validation-errors {
    color: #413411;
    border-color: #e7bc3b !important;
}

.wpcf7-mail-sent-ok {
    color: #172406;
    border-color: #73ac2d !important;    
}


.login-fifty {
    width: 38%;
}

.login-fifty img {
    display: block;
    margin: 0 auto 40px auto;
}

.login-divider {
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loginForm {
    border: 1px solid #ccc;
    display: block;
    width: 94.6%;
    padding: 2.5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    color: #535353;
    margin-bottom: 30px;
}

.loginForm:invalid,
.loginForm:invalid {
    box-shadow: none;
}

.loginForm:last-child {
    margin-right: 0;
    width: 29.2%;
}

.loginForm {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    outline: none;
}

.loginForm:focus {
    border: 1px solid #7bb02e;
}

.loginBtn {
    background: #2a2f36;
    border: 0;
    display: block;
    width: 100%;
    padding: 2.5% 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #7bb02e;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loginBtn:hover {
    cursor: pointer;
    color: #2a2f36;
    background: #7bb02e;
}

.loginBtn:disabled {
    background: #ccc;
    color: #fff;
    cursor: default;
}

.forgotpw {
    font-size: 14px;
    -moz-user-select: none;
}

.forgotpw a {
    margin-top: 6px;
    color: #7bb02e;
    font-weight: 600;
}

.forgotpw a:hover {
    cursor: pointer;
}

.forgotpw-input {
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4%;
    margin-top: 25px;
    display: none;
}

.forgotpw-input span {
    margin: 0 0 6px 0;
}

.wrongpass {
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid red;
    padding: .5% 1%;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 12px;
    font-weight: 500;
}

.rightpass {
    color: #7bb02e;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #7bb02e;
    padding: .5% 1%;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 12px;
    font-weight: 500;
}

.rightpw-icon {
    background: #7bb02e;
    color: #fff;
    padding: .60%;
    font-size: 10px;
    position: relative;
    margin-right: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.wrongpw-icon {
    background: red;
    color: #fff;
    padding: .15%;
    top: 1px;
    position: relative;
    margin-right: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.registerBtn {
    background: #7bb02e;
    color: #2a2f36;
    display: block;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 2.5% 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.registerBtn:hover {
    background: #2a2f36;
    color: #7bb02e;
    text-decoration: none;
}

.send-button-icon {
    margin-left: 10px;
}

.news-archive {
    float: left;
}

.news-archive a {
    color: #535353;
    text-decoration: none;
}

.news-archive a:hover {
    text-decoration: underline;
}

.archive-wrap {
    width: 100%;
    overflow: hidden;
}

h1.archive {
    margin-top: 4%;
    padding-bottom: 1%;
    margin-bottom: 2%;
    border-bottom: 1px solid #ccc;
}

.news-archive:first-child:nth-last-child(2),
.news-archive:first-child:nth-last-child(2) ~ div {
    width: 50%;
}

.news-archive:first-child:nth-last-child(3),
.news-archive:first-child:nth-last-child(3) ~ div {
    width: 33%;
}

.news-archive:first-child:nth-last-child(4),
.news-archive:first-child:nth-last-child(4) ~ div {
    width: 25%;
}

.news-archive:first-child:nth-last-child(5),
.news-archive:first-child:nth-last-child(5) ~ div {
    width: 20%;
}

.founders {
    width: 60%;
}

.partners {
    width: 30%;
}

.partners-section {
    background: #fff;
    padding: 3% 0;
}

.partners-section-child {
    max-width: 1180px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 63px;
}

.evsales {
    height: 44px;
    width: 100%;
    max-width: 218px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    background: url(images/evsales-sprite.png) no-repeat bottom center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.partners-fifty {
    position: relative;
    width: 50%;
    height: 66px;
}

.evsales span {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 100%;
    background: url(images/evsales-sprite.png) no-repeat top center;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 450ms;
    -moz-transition: opacity 450ms;
    -o-transition: opacity 450ms;
    -ms-transition: opacity 450ms;
    transition: opacity 450ms;
}

.evsales span:hover {
    opacity: 1;
}

.viktoria {
    height: 63px;
    width: 100%;
    max-width: 218px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    background: url(images/viktoria-small2.jpg) no-repeat bottom center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.viktoria span {
    position: absolute;
    top: 0;
    left: 0;
    height: 63px;
    width: 100%;
    background: url(images/viktoria-small2.jpg) no-repeat top center;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 450ms;
    -moz-transition: opacity 450ms;
    -o-transition: opacity 450ms;
    -ms-transition: opacity 450ms;
    transition: opacity 450ms;
}

.viktoria span:hover {
    opacity: 1;
}

.priceplans-top span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-weight: 100;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.price-icon {
    margin-right: 8px;
}

.priceplans {
    width: 100%;
    background: #ececec;
    padding: 3% 0;
}

.priceplans-wrapper {
    float: left;
    width: 29%;
    margin-right: 6.5%;
}

.priceplans-header {
    width: 100%;
    text-align: center;
    color: #2a2f36;
    padding: 5% 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.priceplans-header:hover {
    text-decoration: none;
}

.priceplans-row {
    background: #fff;
    padding: 3%;
    margin: 3px 0;
    font-size: 16px;
    font-weight: 300;
}

.priceplans-bottom {
    width: 100%;
    background: #2a2f36;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 3% 0;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.priceplans-bottom:hover {
    text-decoration: none;
}

.priceplans-wrapper:last-child {
    margin-right: 0;
}

.contact-top {
    width: 100%;
    height: 80px;
    background: #2a2f36;
    text-align: center;
    color: #7bb02e;
    position: relative;
}

.contact-top span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-weight: 100;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.contact {
    width: 100%;
    padding: 3% 0;
    background: #fff;
}

.contact-grey {
    width: 100%;
    padding: 3% 0;
    background: #ececec;
}

.contact-rub {
    font-weight: 300;
    color: #7bb02e;
    margin: 0 0 25px 0;
    padding: 0;
    display: block;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}

.hr-short {
    max-width: 120px;
    border: 0;
    height: 1px;
    background: #7bb02e;
    margin-bottom: 30px;
    height: 1px;
    border: none;
}

.contact-row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 17px;
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
}

.input-style {
    border: 1px solid #2a2f36;
    display: block;
    width: 31%;
    padding: 1%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #535353;
    box-sizing: border-box;
}

.textarea-style {
    display: block;
    padding: 1%;
    width: 100%;
    border: 1px solid #2a2f36;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #535353;
    box-sizing: border-box;
}

.input-style,
.textarea-style,
select {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    outline: none;
}

.input-style:focus,
.textarea-style:focus,
select:focus {
    background: #fff;
}

.send-button-style {
    background: #7bb02e;
    border: 1px solid #2a2f36;
    display: block;
    width: 99.9%;
    padding: 1%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2a2f36;
}

.send-button-style:hover {
    cursor: pointer;
}

.footer {
    width: 100%;
    background: #1c1f25;
    color: #fff;
    padding: 3% 0;
}

.footer-child {
    max-width: 1180px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
}

.footer-nav {
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    width: 25%;
    float: left;
    text-align: center;
}

.footer-nav li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.footer-nav li a:hover {
    color: #7bb02e;
}

.footer-contact-wrapper {
    border-top: 1px solid #7bb02e;
    margin-top: 50px;
    position: relative;
}

.footer-contact-divider {
    width: 1px;
    height: 100%;
    background: #7bb02e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-content {
    width: 50%;
    text-align: center;
    padding: 2% 0;
    font-weight: 500;
}

.contact-social {
    color: #7bb02e;
    font-size: 26px;
    margin-right: 24px;
    position: relative;
    top: 5px;
}

.footer-bottom {
    background: #14161b;
    padding: 1% 0;
    color: #444b59;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.venedo {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.venedo a {
    color: #7bb02e;
    font-weight: 600;
}

.go-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    color: #2a2f36;
    background-color: #7bb02e;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: none;
}

.go-top:hover {
    background-color: #fff;
    text-decoration: none;
}

.dropdown-column {
    width: 47%;
    float: left;
    margin-right: 6%;
    font-family: 'Open Sans', sans-serif;
    background: #ececec;
}

.dropdown-column a {
    margin: 12px 0;
    line-height: 26px;
}

.dropdown-column:last-child {
    margin-right: 0;
}

.flag-icons {
    position: relative;
    width: 22px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    top: 2px;
    background: url('images/flag-sprite.jpg') no-repeat;
}

.noflag {
    background-position: 0 0;
}

.africa {
    background-position: -22px 0;
}

.asean {
    background-position: -44px 0;
}

.australia {
    background-position: -66px 0;
}

.austria {
    background-position: -88px 0;
}

.belgium {
    background-position: -110px 0;
}

.canada {
    background-position: -132px 0;
}

.china {
    background-position: -154px 0;
}

.denmark {
    background-position: -176px 0;
}

.eu {
    background-position: -198px 0;
}

.finland {
    background-position: 0 -16px;
}

.france {
    background-position: -22px -16px;
}

.germany {
    background-position: -44px -16px;
}

.greece {
    background-position: -66px -16px;
}

.hongkong {
    background-position: -88px -16px;
}

.indonesia {
    background-position: -110px -16px;
}

.ireland {
    background-position: -132px -16px;
}

.israel {
    background-position: -154px -16px;
}

.italy {
    background-position: -176px -16px;
}

.japan {
    background-position: -198px -16px;
}

.mexico {
    background-position: 0 -32px;
}

.netherlands {
    background-position: -22px -32px;
}

.newzealand {
    background-position: -44px -32px;
}

.norway {
    background-position: -66px -32px;
}

.poland {
    background-position: -88px -32px;
}

.portugal {
    background-position: -110px -32px;
}

.russia {
    background-position: -132px -32px;
}

.southafrica {
    background-position: -154px -32px;
}

.korea {
    background-position: -176px -32px;
}

.spain {
    background-position: -198px -32px;
}

.sweden {
    background-position: 0 -48px;
}

.switzerland {
    background-position: -22px -48px;
}

.thailand {
    background-position: -44px -48px;
}

.uk {
    background-position: -66px -48px;
}

.usa {
    background-position: -88px -48px;
}

.uae {
    background-position: -110px -48px;
}

.hideoverflowy {
    overflow-y: hidden;
}

.download-button {
    background: #7BB02E;
    float: right;
    padding: 16px 22px;
    text-decoration: none;
    color: #2A2F36;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.download-button:hover {
    text-decoration: underline;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

thead th {
    border: 1px solid #7bb02e;
    font-weight: 500;
    padding: 12px 8px;
    background-color: #7bb02e;
    color: #fff;
}

tr {
    padding: 8px;
}

tr:nth-child(odd) {
    background: #fff;
}

tr:nth-child(even) {
    background: #efefef;
}

td,
table li {
    font-weight: 300;
    border: 1px solid #ccc;
    padding: 8px;
    border-color: #ccc;
    font-size: 14px;
}

.year {
    background: #e8e8e8;
}

.year-rub {
    background: lightpink;
}

.total {
    background: #7BB02E;
    color: #fff;
    font-weight: 500;
}

.clear {
    clear: both;
    float: none;
}

.input-rub-wrapper {
    width: 82%;
    margin: 0 auto;
    overflow: hidden;
    background: #2A2F36;
    color: #2A2F36;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.input-rub {
    padding: 0 20px;
    float: left;
    overflow-y: auto;
    width: 14.2%;
    box-sizing: border-box;
    text-align: center;
}

.input-rub:nth-child(1) {
    width: 13%;
}

.input-rub:nth-child(2) {
    width: 16%;
}

.input-rub:nth-child(3) {
    width: 19%;
}

.input-rub:nth-child(4) {
    width: 13%;
}

.input-rub:nth-child(5) {
    width: 13%;
}

.input-rub:nth-child(6) {
    width: 13%;
}

.input-rub:nth-child(7) {
    width: 13%;
}

.input-rub h3 {
    margin: 16px 0;
    padding: 0;
    color: #7BB02E;
    font-weight: 300;
    font-size: 23px;
}

.input-holder {
    padding: 0 20px;
    float: left;
    height: 400px;
    overflow-y: auto;
    width: 14.2%;
    box-sizing: border-box;
    color: #535353;
    font-weight: 300;
    font-size: 14px;
}

.input-holder:nth-child(1) {
    width: 13%;
}

.input-holder:nth-child(2) {
    width: 16%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.input-holder:nth-child(3) {
    width: 19%;
}

.input-holder:nth-child(4) {
    width: 13%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.input-holder:nth-child(5) {
    width: 13%;
}

.input-holder:nth-child(6) {
    width: 13%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.input-holder:nth-child(7) {
    width: 13%;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

thead th {
    border: 1px solid #7bb02e;
    font-weight: 500;
    padding: 12px 8px;
    background-color: #7bb02e;
}

tr {
    padding: 8px;
}

tr:nth-child(odd) {
    background: #fff;
}

tr:nth-child(even) {
    background: #efefef;
}

td,
table li {
    font-weight: 300;
    border: 1px solid #ccc;
    padding: 8px;
    border-color: #ccc;
    font-size: 14px;
}

.dropdown-wrapper-tool {
    width: 100%;
    text-align: center;
    padding: 0 0 2% 0;
}

.dropdown-wrapper-tool select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 8px;
    border-radius: 5px 0 0 5px;
    width: 280px;
}

#filter-1 {
    margin-right: 20px;
}

.column-wrapper {
    width: 82%;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.check-country {
    background: red;
    color: purple;
}

input[type="checkbox"] {
    background: red;
    color: purple;
}

.row-bg {
    padding: 3px 3px;
}

.row-bg:nth-child(odd) {
    background: #fff;
}

.row-bg:nth-child(even) {
    background: #efefef;
}

.row-bg:last-child {
    background: #fff;
}

.filter-text {
    color: #fff;
    background: #7BB02E;
    display: block;
    font-weight: 400;
    padding: 3px 4px;
    margin-top: 25px;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

.filter-text label:hover {
    cursor: pointer;
}

.filter-text:last-child {
    background: #efefef;
    margin-top: 0;
    color: #535353;
    border-radius: 0 0 3px 3px;
}

.filter-wrapper {
    width: 100%;
    clear: both;
}

.filter-rub {
    padding: 0 20px;
    float: left;
    overflow-y: auto;
    box-sizing: border-box;
}

.filter-rub:nth-child(1) {
    width: 13%;
}

.filter-rub:nth-child(2) {
    width: 16%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.filter-rub:nth-child(3) {
    width: 19%;
}

.filter-rub:nth-child(4) {
    width: 13%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.filter-rub:nth-child(5) {
    width: 13%;
}

.filter-rub:nth-child(6) {
    width: 13%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.filter-rub:nth-child(7) {
    width: 13%;
}

.submit-wrapper {
    margin: 3% 0 0 0;
    text-align: center;
}

.submit-tool {
    background: #2A2F36 none repeat scroll 0 0;
    padding: 2% 0;
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    color: #7BB02E;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    -moz-user-select: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: none;
}

.submit-tool:hover {
    background: #7BB02E;
    color: #2A2F36;
    cursor: pointer;
}

.month,
.year,
.digit {
    text-align: right;
}

.captcha-notice {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 20px;
}

.captcha-notice a {
    color: #7BB02E;
}

@media screen and(max-width:1440px) {
    .header-wrap {
        max-width: 900px;
    }
    .globe {
        max-width: 276px;
    }
    .text {
        max-width: 563px;
        font-size: 14px;
        margin-top: 3%;
    }
    .text img {
        max-width: 500px;
    }
    .header-text-row,
    .header-text-row2 {
        max-width: 500px;
    }
    .input-rub-wrapper,
    .column-wrapper {
        width: 94%;
    }
    .input-rub h3 {
        font-size: 18px;
    }
}

@media screen and(max-width:1360px) {
    .child {
        width: 94%;
        padding: 0 3%;
    }
    .content-inner {
        margin: 5% auto;
        width: 94%;
        padding: 0 3%;
    }
    .top-bar-child {
        width: 94%;
        padding: 0 3%;
    }
    .footer-child {
        width: 94%;
        padding: 0 3%;
    }
}

@media screen and(max-width:1064px) {
    .child li a {
        font-size: 16px;
    }
    .footer-bottom {
        padding: 1.5% 0;
    }
    .login-fifty {
        width: 42%;
    }
    .login-fifty img {
        max-width: 100%;
    }
    .header-wrap {
        max-width: 729px;
    }
    .globe {
        max-width: 240px;
    }
    .text {
        max-width: 443px;
        margin-top: 5%;
        font-size: 12px;
    }
    .text img {
        max-width: 410px;
    }
    .header-text-row,
    .header-text-row2 {
        max-width: 410px;
        margin-top: 12px;
    }
}

@media screen and(max-width:824px) {
    .header-wrap {
        max-width: 574px;
    }
    .globe {
        max-width: 180px;
    }
    .text {
        max-width: 353px;
        font-size: 9px;
        margin-top: 4%;
    }
    .text img {
        max-width: 323px;
    }
    .header-text-row,
    .header-text-row2 {
        max-width: 323px;
        margin-top: 10px;
    }
}
