@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic-ext);

body {
    margin: 0;
    background: url(../images/back-gradient.png);
}

.main {
    position: relative;
}


.wrap-head {
    display: table;
    padding-top: 8px;
}

.wrap-head div {
    vertical-align: middle;
}

.up-head {
    background-color: #ffffff;
    width: 100%;
}

.logo {
    vertical-align: middle;
    display: table-cell;
}



.head-text {
    display: table-cell;
    text-align: center;
}

.head-text span:nth-of-type(1) {
    color: #00652d;
    font-family: "open sans";
    font-weight: bold;
}

.head-text p {
    margin: 0;
    color: #ff4b00;
    font-family: "open sans";
    font-weight: bold;
}

.head-text2 {
    display: table-cell;
}

.head-text2 {
    font-family: "open sans";
}

.head-text2 div {
    font-size: 18pt;
    font-weight: bold;
    text-align: left;
}

.wrap-head .head-text2 .tel-col {
    font-size: 22pt;
}

.head-text2 text {
    font-size: 28pt;
    padding-left: 7px;
    padding-right: 7px;
}

.head-text2 p:nth-of-type(1) {
    font-size: 9pt;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.head-text3 {
    display: table-cell;
    margin: 0 0 0 30px;
    font-family: "open sans";
}

.head-text3 a {
    margin: 0 5px;
    font-weight: bold;
    color: #00652d;
    text-decoration: none;
}

.head-text3 a:hover {
    color: #ff4b00;
}

.head-text3 a.active {
    color: #ff4b00;
}

.head-img {
    background: url(../images/head-img.png) no-repeat center;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
}

.table {
    display: table;
}



.content-up {
    margin-top: 52px;
}

.cont-up {
    width: 830px;
    vertical-align: middle;
    font-family: "open sans";
    font-weight: bold;
    color: #ffffff;
    font-size: 25pt;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 1px rgba(94, 90, 90, 1);
}

.cont-up > h6 {
    font-size: 18pt;
    padding: 22px 0 0 0;
    margin: 0;
}

.cont-up > h2 {
    line-height: 1.3;
    margin: 57px 0 6px 0;
}

.cont-up .counter > p {
    display: inline-block;
    vertical-align: top;
    width: 455px;
    margin-top: 37px;
    font-size: 14pt;
    letter-spacing: 0.7px;
    padding-left: 12px;
}

.counter {
    margin-top: 62px;
}

.countdown {
    display: inline-block;
}

#flipcountdownbox1 {
    margin-top: 24px;
    position: relative;
}

.countdown > p {
    margin: 0;
    font-size: 12pt;
}

.countdown p span {
    padding: 0 21px 0 21px;
}

#flipcountdownbox1 > span:nth-of-type(2) {
    margin-left: 75px;
}

#flipcountdownbox1 > span:nth-of-type(3) {
    margin-left: 150px;
}

#flipcountdownbox1 > span:nth-of-type(4) {
    margin-left: 230px;
}

#flipper1 {
    margin-top: 24px;
    margin-left: 8px;
    position: relative;
}

#flipper1 > span {
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    margin-bottom: -36px;
    left: 22px;
    font-size: 12pt;
}

#flipper1 > span:nth-of-type(2) {
    margin-left: 75px;
}

#flipper1 > span:nth-of-type(3) {
    margin-left: 150px;
}

#flipper1 > span:nth-of-type(4) {
    margin-left: 230px;
}

.up-form {
    position: relative;
    font-family: "open sans";
    text-align: center;
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 253, 0.8)), color-stop(100%, rgba(249, 249, 249, 0.8)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-promo {
    text-align: center;
    font-size: 8pt;
    position: absolute;
    z-index: 20;
    width: 100px;
    height: 100px;
    background: url(../images/promo-form.png) no-repeat center;
    left: 257px;
    top: -39px;
}

.form-girl {
    position: absolute;
    top: 54px;
    left: 238px;
    overflow: hidden;
}

.form-promo > p {
    padding: 10px 18px 18px;

    /* font-size: 8pt; */
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 1px rgba(94, 90, 90, 1);
}

.up-form > span {
    color: #2d2d2d;
    text-align: center;
    padding: 20px 20px 0px;
    display: block;
    font-weight: bold;
    line-height: 1.6;
}

.form {
    position: relative;
}

::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}

::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}

:-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
    transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form input {
    font-size: 14px;
    font-weight: bold;
    outline: 0;
    border: 1px solid #fff;
    padding: 4px 0;
    padding-left: 40px;
    border-radius: 7px;
    margin-top: 26px;
    width: 69%;
    height: 32px;
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 6px -1px rgba(0, 0, 0, 0.45);
}

.orange input.nume {
    background: url(../images/name-ico.png) no-repeat 14px 11px, #ffffff;
}

.orange input.nr-tel {
    background: url(../images/tel-ico.png) no-repeat 16px 11px, #ffffff;
}

.orange input.email {
    background: url(../images/age-icon-orange.png) no-repeat 14px 13px, #ffffff;
}

.orange input.summ {
    background: url(../images/wallet-orange.png) no-repeat 14px 9px, #ffffff;
}

.green .button, .btn-green {
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #348a5b;
    background: rgb(72, 192, 126);
    background: -moz-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(72, 192, 126, 1)), color-stop(21%, rgba(61, 177, 113, 1)), color-stop(77%, rgba(14, 119, 61, 1)), color-stop(91%, rgba(5, 107, 50, 1)), color-stop(100%, rgba(1, 102, 46, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    margin-top: 41px;
    width: 254px;
    height: 57px;
    cursor: pointer;
    margin-bottom: 25px;
}

.green .button:hover, .btn-green:hover {
    -webkit-box-shadow: inset 0px 0px 33px 8px rgba(80, 184, 124, 0.29), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0px 0px 33px 8px rgba(80, 184, 124, 0.29), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: inset 0px 0px 33px 8px rgba(80, 184, 124, 0.29), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
}

.btn-green {
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #348a5b;
    background: rgb(72, 192, 126);
    background: -moz-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(72, 192, 126, 1)), color-stop(21%, rgba(61, 177, 113, 1)), color-stop(77%, rgba(14, 119, 61, 1)), color-stop(91%, rgba(5, 107, 50, 1)), color-stop(100%, rgba(1, 102, 46, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 192, 126, 1) 0%, rgba(61, 177, 113, 1) 21%, rgba(14, 119, 61, 1) 77%, rgba(5, 107, 50, 1) 91%, rgba(1, 102, 46, 1) 100%);
}

.btn-green:hover {
    -webkit-box-shadow: inset 0px 0px 33px 8px rgba(80, 184, 124, 0.29), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0px 0px 33px 8px rgba(80, 184, 124, 0.29), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: inset 0px 0px 33px 8px rgba(80, 184, 124, 0.29), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
}

.green .button:active {
    box-shadow: none;
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(31, 51, 39, 1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(31, 51, 39, 1);
    box-shadow: inset 0px 0px 8px 2px rgba(31, 51, 39, 1);
}

.about1 {
    font-family: "open sans";
    text-align: center;
    padding-top: 32px;
    padding-bottom: 94px;
}

.company-logo b {
    font-size: 24pt;
    color: #00652d;
}

.company-logo {
    color: #ff4b00;
}

.company-logo b:nth-of-type(2) {
    color: #FF9900;
    font-size: 13pt;
}

.text-format-h3 {
    font-family: "open sans";
    text-align: center;
}

.text-format-h3 h3 {
    font-size: 26pt;
    color: #2d2d2d;
    margin-top: 20px;
    margin-bottom: 7px;
}

.text-format-h3 > span {
    display: block;
    color: #838383;
    font-size: 11pt;
    letter-spacing: 0.1px;
    line-height: 1.6;
}

.text-format-h3-wt {
    font-family: "open sans",serif;
    text-align: center;
}

.text-format-h3-wt > h3 {
    font-size: 26pt;
    color: #fff;
    margin-left: -9px;
    margin-bottom: 7px;
    margin-top: 0;
}

.text-format-h3-wt > span {
    color: #fff;
    font-size: 11pt;
    letter-spacing: 0.1px;
    line-height: 1.6;
}

.about-squares {
    margin-top: 44px;
}



.about-squares > div:nth-child(5n+1) {
    margin-left: 0;
}

.about-squares > div:nth-child(5n+5) {
    margin-right: 0;
}

.about-squares > div {
    vertical-align: top;
    display: inline-block;
    position: relative;
    text-align: center;
}

.about-squares div > span {
    display: block;
    color: #454545;
    font-weight: bold;
    font-size: 13pt;
    padding-top: 16px;
}

.about2-squares {
    padding-top: 42px;
}

.about2-squares div > span {
    color: #454545;
    font-weight: bold;
    font-size: 13pt;
    padding-top: 16px;
}

.why-us {
    text-shadow: 0px 2px 1px rgba(94, 90, 90, 1);
    position: relative;
    background: url(../images/foto2.png) no-repeat center;
    background-size: cover;
    padding-top: 37px;
}

.about2 {
    font-family: "open sans";
    text-align: center;
    height: 100%;
}

.about2-icons img {
    height: 64px;
}

.about2-icons {
    margin: 107px 0px 60px;
}

.about2-icons > div {
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin-left: 43px;
    margin-right: 43px;
}

.about2-icons div > span {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 13pt;
}

.grow-up-grad {
    border-bottom: 1px solid #dddddd;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(0, 0, 0, 0.03)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
    padding-top: 32px;
    padding-bottom: 10px;
}

.grow-up-grad h3 {
    margin-top: 0;
}

.grow-up {
    font-family: "open sans";
    text-align: center;
}

.why-us2 {
    font-family: "open sans";
    text-align: center;
    padding-top: 32px;
    padding-bottom: 52px;
    padding-bottom: 52px;
}

.inform-stick:nth-child(4n+1) {
    margin-left: 0;
}

.inform-stick:nth-child(4n+4) {
    margin-right: 0;
}

.inform-stick {
    display: inline-block;
    background: #ffffff;
    width: 279px;
    margin: 44px 7px 0px 7px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.04);
    vertical-align: top;
}

.sticks {
    width: 100%;
    display: inline-block;
}

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

.inform-stick ul {
    margin: 0;
    list-style: none;
}

.inform-stick li {
    display: block;
    vertical-align: middle;
}

.title-stick {
    color: #ff4b00;
    font-weight: bold;
    width: 100%;
    height: 75px;
    line-height: 4.5;
}

.title-stick ul {
    display: block;
    text-align: center;
}

.title-stick ul li {
    display: block;
}

.title-stick-bad {
    text-align: left;
    height: 102px;
}

.title-stick-bad {
    background: url(../images/no.png) no-repeat 19px center, url(../images/grad-1.png) no-repeat center bottom;
    color: #2d2d2d;
    padding-top: 13px;
    padding-left: 66px;
    font-weight: bold;
    font-size: 10pt;
    height: 60px;
}

.title-stick-ok {
    background: url(../images/ok.png) no-repeat 19px center;
    padding-left: 66px;
    color: #2d2d2d;
    padding-top: 13px;
    font-weight: bold;
    font-size: 10pt;
    height: 60px;
}

.title-stick-ok {
    text-align: left;
}

.title-stick {
    display: block;
    background: url(../images/grad-1.png) no-repeat center bottom;
}

.min {
    font-size: 7pt;
    vertical-align: top;
}

.need-help {
    background: url(../images/foto3.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

/*design for second form*******************************************************/

.head-img {
    background: url(../images/head-img.png) no-repeat center;
    overflow: hidden;
    background-size: cover;
}

.content-up2 {
    margin-top: 28px;
}

.cont-up2 {
    vertical-align: middle;
    font-family: "open sans";
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0px 2px 1px rgba(94, 90, 90, 1);
}

.cont-up2 > h6 {
    margin: 0;
}

.cont-up2 > h2 {
    line-height: 1.3;
}

.cont-up2 .counter {
    margin-top: 24px;
    padding-bottom: 52px;
}

.cont-up2 > h2 > span {
    font-size: 34pt;
    font-size: 34pt;
    margin-top: 5px;
}

.cont-up2 .counter > p {
    display: inline-block;
    vertical-align: top;
    width: 455px;
    margin-top: 37px;
    font-size: 14pt;
    letter-spacing: 0.7px;
    padding-left: 12px;
}

.up-form2 {
    position: relative;
    font-family: "open sans";
    text-align: center;
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 253, 0.8)), color-stop(100%, rgba(249, 249, 249, 0.8)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-promo2 {
    margin-left: 257px;
    margin-top: -39px;
}

.up-form2 > span {
    color: #2d2d2d;
    text-align: center;
    padding: 31px 31px 0px;
    display: block;
    font-weight: bold;
    line-height: 1.6;
}

.green input.nume {
    background: url(../images/name-green.png) no-repeat 14px 11px, #ffffff;
}

.green input.nr-tel {
    background: url(../images/tel-ico-gr.png) no-repeat 16px 11px, #ffffff;
}

.green input.email {
    background: url(../images/age-icon-green.png) no-repeat 14px 13px, #ffffff;
}

.green input.summ {
    background: url(../images/wallet-green.png) no-repeat 14px 9px, #ffffff;
}

.orange .button,
.feed-form .button,
.down .button {
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ed7900;
    background: rgb(255, 146, 101);
    background: -moz-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 146, 101, 1)), color-stop(22%, rgba(255, 137, 88, 1)), color-stop(72%, rgba(255, 106, 42, 1)), color-stop(100%, rgba(255, 93, 24, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    margin-top: 41px;
    margin-bottom: 28px;
    width: 254px;
    height: 57px;
    padding-left: 0;
    cursor: pointer;
}

.down .button:hover,
.orange .button:hover,
.feed-form .button:hover {
    -webkit-box-shadow: inset 0px 0px 33px 8px rgba(246, 135, 28, 1), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0px 0px 33px 8px rgba(246, 135, 28, 1), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: inset 0px 0px 33px 8px rgba(246, 135, 28, 1), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
}

.down .button:active,
.orange .button:active,
.feed-form .button:active {
    box-shadow: none;
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(31, 51, 39, 1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(31, 51, 39, 1);
    box-shadow: inset 0px 0px 8px 2px rgba(31, 51, 39, 1);
}

/*******************second**************form
/***cum lucrammmm*********************squares**************/

.how-work-squar > div {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.how-work-squar {
    display: block;
    padding-top: 45px;
    padding-bottom: 20px;
}

.how-work-squar > span {
    width: 73px;
    height: 39px;
    display: inline-block;
}

.arrow-up {
    background: url(../images/arrow-to-up.png) no-repeat center;
    padding-bottom: 135px;
    vertical-align: bottom;
}

.arrow-down {
    background: url(../images/arrow-to-down.png) no-repeat center;
    vertical-align: top;
}

.how-work-squar div > span {
    color: #454545;
    font-weight: bold;
    display: block;
    font-size: 13pt;
    padding-top: 16px;
}

/******ce cred clientii despre noi**************/

.about-us {
    background: url(../images/about-us-foto.png) no-repeat center;
    background-size: cover;
    text-align: center;
    font-family: "open sans";
    padding-top: 23px;
}

/*****portfolio****/

.center2 {
    margin: 0 auto;
    width: 1279px;
}

.portfolio {
    padding-top: 37px;
    display: inline-block;
    padding-bottom: 59px;
}

.portfolio > div:nth-child(4n+1) {
    margin-left: 0;
    padding-left: 0;
}

.portfolio > div:nth-child(4n+4) {
    margin-right: 0;
    padding-right: 0;
}

.portfolio > div {
    width: 270px;
    margin-left: 32px;
    vertical-align: top;
    display: inline-block;
    padding-top: 44px;
}

.port-head {
    background: url(../images/portfolio-bg.png) no-repeat center;
    text-align: right;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.port-head > p {
    text-align: center;
}

.port-head > img {
    margin-left: -24px;
    margin-top: -25px;
}

.port-head span {
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    font-size: 10pt;
    padding-bottom: 10px;
    font-weight: bold;
}

.port-inform {
    line-height: 1.7;
    font-size: 10pt;
    text-align: left;
    padding: 0px 12px 12px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.91)), color-stop(100%, rgba(255, 255, 255, 0.91)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.91) 100%);
}

.port-inform:first-of-type {
    margin-left: 0px;
}

.port-head > div {
    width: 50px;
    height: 50px;
}

.port-head img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.name {
    color: #2d2d2d;
}

.job {
    color: #ff4b00;
}

.our-partners {
    padding-top: 23px;
    padding-bottom: 27px;
}

.partners {
    text-align: center;
}

.slick-prev {
    background: url(../images/slick-left.png) no-repeat center;
}

.slick-next {
    background: url(../images/slick-right.png) no-repeat center;
}

.partner {
    display: inline-block;
    margin-right: -48px;
}

.part-links ul {
    padding: 0;
}

.part-links li:nth-child(5n+5) {
    margin-right: 0;
    padding-right: 0;
}

.part-links li:nth-child(5n+1) {
    margin-left: 0;
    padding-left: 0;
}

.partner a {
    text-decoration: none;
    display: block;
}


/*****************partners section end*****************/

.feedback {
    background: url(../images/foot-img.png) no-repeat center;
    background-size: cover;
    padding-top: 22px;
}

.feed-form {
    width: 508px;
    display: inline-block;
    margin-left: -22px;
}

.feed-form input:focus {
    outline: none;
}

.feed-form input[type=text] {
    height: 54px;
    margin-top: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 25px;
    font-weight: bold;
    border: 2px solid #e4e4e4;
}

/**********************contact-us section*******************************/

.contact-us {
    padding-top: 23px;
    padding-bottom: 38px;
}

#map_canvas {
    width: 100%;
}

.contacts > span {
    height: 24px;
    display: inline-block;
    font-size: 14pt;
    font-weight: bold;
    padding-left: 28px;
    padding-right: 50px;
}

.tel-col {
    color: #ff4b00;
}

.contacts {
    color: #2d2d2d;
    padding-top: 47px;
}

.contacts > span:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

#addr {
    background: url(../images/small-marker.png) no-repeat left;
}

#email3 {
    background: url(../images/mail-ico.png) no-repeat left;
}

#tel {
    background: url(../images/small-tel.png) no-repeat left;
}

/*******************footer***********************/

.down {
    height: 228px;
    text-align: center;
}

.foot-class {
    padding-top: 27px;
}

.down h3 {
    font-family: "open sans";
    color: #2d2d2d;
    font-size: 17pt;
}

.down .button {
    margin-top: 11px;
    margin-bottom: 0;
}

footer {
    background: #ffffff;
    width: 100%;
}

.down > div {
    display: inline-block;
    vertical-align: middle;
}

.row {
    display: table-row;
}

.down > div > div {
    display: block;
}

.down div:nth-child(3n+1) {
    margin-left: 0;
}

.down div:nth-child(3n+3) {
    margin-right: 0;
}

.down .head-text2 span {
    font-size: 27pt;
    padding-left: 80px;
}

.down .head-text2 {
    background-position: 0 0;
    font-weight: bold;
}

.down-logo span {
    font-family: "open sans";
    display: block;
    margin-top: 42px;
    font-size: 11pt;
}

.down-logo a {
    text-decoration: none;
}

.call-center {
    display: block;
}

.call-center h3 {
    margin-bottom: 42px;
}

.succes {
    color: white;
    background-color: rgba(0, 128, 0, 0.37);
    border: 1px solid green;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-top: 4px;
}

.result {
    position: absolute;
}

#forma3 {
    position: relative;
}

.errore {
    background: #FFDFDF;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #FFCACA;
    border-radius: 5px;
    font-weight: bold;
    width: 277px;
    margin: 0 auto;
    font-size: 14px;
}

.descarca {
    background-color: #00652d;
    height: 90px;
    padding-top: 33px;
}

.descarca button {
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ed7900;
    background: rgb(255, 146, 101);
    background: -moz-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 146, 101, 1)), color-stop(22%, rgba(255, 137, 88, 1)), color-stop(72%, rgba(255, 106, 42, 1)), color-stop(100%, rgba(255, 93, 24, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 146, 101, 1) 0%, rgba(255, 137, 88, 1) 22%, rgba(255, 106, 42, 1) 72%, rgba(255, 93, 24, 1) 100%);
    margin-top: 41px;
    margin-bottom: 28px;
    width: 254px;
    height: 57px;
    cursor: pointer;
    margin: auto;
    display: block;
    text-transform: uppercase;
}

.descarca button:hover {
    -webkit-box-shadow: inset 0px 0px 33px 8px rgba(246, 135, 28, 1), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: inset 0px 0px 33px 8px rgba(246, 135, 28, 1), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
    box-shadow: inset 0px 0px 33px 8px rgba(246, 135, 28, 1), -1px 1px 1px 0px rgba(0, 0, 0, 0.29);
}

/*------------------------------------------

  styles for Calculator

  ----------------------------------------*/
.table .tr {
    display: table-row;
}

.table .td {
    display: table-cell;
}

.table {
    display: table;
}

.calculator h2 i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 41px;
    background-image: url("/images/calc.png");
}

.calculator h2 {
    color: #ff6b2c;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

.calculator .input-column .wrapp-input > * {
    height: 46px;
}

.calculator .input-column .btn {
    margin-top: 15px;
}

.calculator .input-column .wrapp-input {
    font-size: 18px;
}

.calculator .input-column input:focus, .calculator .input-column select:focus {
    outline: none;
}

.calculator .input-column input, .calculator .input-column select {
    height: 32px;
    width: 150px;
    border: 1px solid #d7d7d8;
    border-radius: 2px;
    font-size: 16px;
    padding: 0 7px;
}

.calculator .input-column input {
    width: 136px;
}

.calculator .input-column:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    border-right: 1px solid #000;
}

.calculator .input-column {
    position: relative;
    padding-left: 40px;
    width: 60%;
    float: left;
}

.calculator {
    font-family: "open sans";
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #454544;
    text-shadow: none;
    font-weight: 400;
}

.calculator .btn span {
    line-height: 40px;
}

.calculator button.btn {
    height: 48px;
}

.calculator .btn {
    background-color: #00652d;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 30px;
    height: 40px;
    line-height: 20px;
    font-size: 17px;
    text-decoration: none;
    border: none;
}

.calculator .result-column {
    width: 33%;
    float: left;
}

.calculator .result-column {
    text-align: center;
}

.calculator .result-column .table {}

.calculator .result-column .table {}

.calculator .result-column .table .td {
    text-align: right;
}

.calculator .input-column .sum.error {
    border-color: red;
}

.calculator .result-column .table {
    margin: auto;
    width: 195px;
    margin-bottom: 10px;
}

.calculator .result-column p {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
}

.calculator .result-column .suma {
    color: #00652d;
    font-size: 30px;
    font-weight: 700;
}

.calculator .result-column .table .td:nth-of-type(2) {
    color: #00652d;
    font-weight: 600;
}

.calculator .wrapp-content {
    width: 220px;
}

.calculator .interval-errors.visible {
    height: auto;
    padding: 5px 0 5px 5px;
    transition: all 0.8 ease-in-out;
}

.calculator .interval-errors {
    transition: all 0.8 ease-in-out;
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    left: 0;
    box-sizing: border-box;
}

.top-section h2 {}

.top-section > p{
    font-size: 20px;
}

.form .error {
    border-color: red !important;
    color: red;
}

@media (max-width: 1360px) {
    .form-promo {
        left: -60px;
    }

    .form-girl {
        display: none;
    }
 }
@media (min-width: 1200px){
    .logo img {
    width: 322px;
}
   
.head-text {
    width: 400px;
}

.head-text span:nth-of-type(1) {
    font-size: 27pt;
}

.head-text p {
    font-size: 13pt;
    letter-spacing: 0.5px;
}
.center {
    margin: 0 auto;
    width: 1200px;
}
.wrap-head {
    width: 1200px;
    margin: 0 auto;
}
.head-text2 {
    background: url(../images/phone-img.png) no-repeat 15px 20px;
    width: 330px;
}
.head-text2 strong{
    display: inline-block;
}
.head-img {
    height: 572px;
    min-width: 1200px;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
.up-form {
    width: 299px;
    margin-top: 40px;
}
.cont-up2 {
    width: 833px;
    font-size: 25pt;
    margin-left: -3px;
}
.cont-up2 > h6 {
    font-size: 18pt;
    padding-bottom: 27px;
}
.calculator {
    width: 760px;
}
.why-us {
    min-width: 1200px;
}
.up-form2 {
    margin-top: 33px;
    width: 299px;
}
.need-help {
    min-width: 1200px;
    padding-bottom: 80px;
}
.head-img {
    min-width: 1200px;
    padding-bottom: 200px;
}

.about-us {
    min-width: 1200px;

}
.grow-up-grad {
    min-width: 1200px;
}
.feedback {
    min-width: 1200px;
}
#map_canvas {
    height: 551px;
    min-width: 1200px;
}
.up-head {
    height: 93px;
    min-width: 1200px;
}
.down > div {
    margin-right: 190px;
}

.about-squares > div {
    width: 179px;
    margin-left: 34px;
    margin-right: 34px;
}
.port-head {
    padding-bottom: 8px;
}
.port-head img {
    width: 136px;
    height: 136px;
    margin-left: -25px;
    display: block;
    margin-top: -25px;
}
.slick-slide {
    margin-left: 53px;
}

.slick-slider {
    margin: 36px 0 5px 4px;
    max-width: 96%;
}

.slick-list {
    width: 1125px;
}
.head-text2 strong{
   font-size: 23px !important;
}
.head-text2 div {
    margin: 0 0 0 75px;
}
.calculator .wrapp-content {
    float: right;
}
.about2-icons > div:nth-child(5n+1) {
    margin-left: 0px;
}

.about2-icons > div:nth-child(5n+5) {
    margin-right: 0px;
}
.part-links {
    display: inline-block;
    margin-bottom: 45px;
}
.slick-next{
  right: -75px!important;
}
.feed-form input[type=text] {
    width: 434px;
}

}
@media (max-width: 1200px) and (min-width: 768px) {
.logo img {
    width: 122px;
}

.head-text span:nth-of-type(1) {
    font-size: 18pt;
}

.head-text p {
    font-size: 12pt;
    letter-spacing: 0.5px;
}
.head-text2 {
    background: url(../images/phone-img.png) no-repeat 5px 5px;
}
.head-text2 strong{
    display:block;
     font-size: 23px !important;
}
.head-text2 p:nth-of-type(1){
    margin-top: 7px;
}
.up-form {
    margin:40px auto;
    width: 299px;
}
.cont-up2 {
    font-size: 18pt;
}
.cont-up2 > h6 {
    font-size: 16pt;
    padding-bottom: 27px;
}
.calculator {
    width: 90%;
    margin: 0 auto;
}
.up-form2{
    margin: 30px auto;
    width: 299px;
}
.need-help {
    padding-bottom: 40px;
}
#map_canvas {
    height: 250px;
}
.up-head{
    width: 100%;
}
.wrap-head{
      width: 100%;
}
.about-squares img {
    width: 100px;
}
.about-squares > div {
    width: 150px;
}
 .how-work-squar img{
    width: 100px;
 }
.port-head {
    padding: 8px;
    width: 94.3%;
}
.port-head img {
    width: 136px;
    height: 136px;
    margin-left: -25px;
    display: block;
    margin-top: -25px;
}
.port-head img {
    margin-left: -25px;
    margin-top: -25px;
    display: inline-block;
}

.port-head span{
    display: block;
    text-align: right;
}
.slick-slide {
    margin-left: 5px;
}
.slick-slide img{
    width: 60%;
}
.slick-slider {
    margin: 15px;
    max-width: 100%;
}
.content-up,
.content-up2{
    width: 100%;
}
.head-text2 div {
    margin: 0 0 0 75px;
}
.calculator .wrapp-content {
    float: right;
}
.about2-icons > div:nth-child(5n+1) {
    margin-left: 0px;
}

.about2-icons > div:nth-child(5n+5) {
    margin-right: 0px;
}

.slick-next{
  right: 0!important;
}
.feed-form input[type=text] {
    width: 434px;
}
}
@media  (max-width: 768px) {
.logo img {
    width: 122px;
}

.head-text span:nth-of-type(1) {
    font-size: 18pt;
}
.head-text{
display: none;
}
.head-text p {
    font-size: 12pt;
    letter-spacing: 0.5px;
}
.head-text2 {
    background: none;
}
.head-text2 strong{
    display:block;
    font-size: 18px!important;
}
.head-text2 p:nth-of-type(1){
    margin-top: 7px;
    display: none;
}
.up-form {
    margin:40px auto;
    width: 80%;
}
.cont-up2 {
    font-size: 14pt;
    margin:0 5px;
}
.cont-up2 > h6 {
    font-size: 16pt;
    padding-bottom: 27px;
}
.calculator {
    width: 100%;
    margin: 0 auto;
}
.up-form2{
    margin: 30px auto;
    width: 299px;
}
.need-help {
    padding-bottom: 40px;
}
#map_canvas {
    height: 250px;
}

.wrap-head{
      width: 100%;
}
.about-squares img {
    width: 100px;
}
.about-squares > div {
    width: 150px;
}

.port-head {
    padding: 8px;
    width: 94.3%;
}
.port-head img {
    width: 136px;
    height: 136px;
    margin-left: -25px;
    display: block;
    margin-top: -25px;
}
.port-head img {
    margin-left: -25px;
    margin-top: -25px;
    display: inline-block;
}

.port-head span{
    display: block;
    text-align: right;
}
.slick-slide {
    margin-left: 5px;
}
.slick-slide img{
    width: 60% !important;
}
.slick-slider {
    margin: 15px;
    max-width: 100%;
}
.head-text2 div {
    margin: 0;
}
.table .td,
.table .tr{
    display: block;
}
.calculator .input-column{
    padding-left: 10px;
}
.about2-icons > div{
    margin: 10px auto;
}
.about2-icons > div:nth-child(5n+1) {
    margin: 10px auto;
}
.orange .button, .feed-form .button, .down .button{
    width: 60%;
}
.how-work-squar > span{
    display: none;
}
.slick-prev, .slick-next{
    display: none;
}
.slick-prev, .slick-next{
    display: none;
}
.slick-next{
  right: 0!important;
}
.slick-prev{
    left: 0!important;
}
.feed-form input[type=text]{
   display: block;
   width: 90%;
}
.button_3{
    width: 90%;
}
.feed-form{
    width: 90%;
}
.text-format-h3-wt > h3,
.cont-up2 > h2 > span{
    font-size: 21pt;
    margin: 0 5px;
}
.down .head-text2 span{
    font-size: 18pt;
    padding-left: 0;
}
.down-logo span{
    margin-top: 0;
}
.foot-class{ 
margin-top: 0;
 }
.down h3{
    margin: 0;
}
.calculator h2{
    padding-left: 20px;
}
.text-format-h3 h3{
    font-size: 18pt;
    margin: 0;
}

.orange .button, .feed-form .button, .down .button{
    width: 100%;
}
}
@media  (max-width: 315px){
 .about-us{
    display: none;
 }
 .up-form2,
 .up-form{
    width: 100%;
 }
 .logo{
    display: block;
 }
 .head-text2{
    display: block;
 }
 .up-form > span{
    margin-top: 20px;
    display: block;
 }
.form-promo{
    left: -25px;
}
.form-promo{
    display: none;
}
