::-webkit-input-placeholder {
    color: #231f20;
}
:-moz-placeholder {
    color:#231f20;
    opacity:1;
}
::-moz-placeholder {
    color: #231f20;
    opacity:  1;
}
:-ms-input-placeholder {
    color: #231f20;
}

body {
    margin:-1px auto 0;
    padding:1px 0 0 0;
    font-family: "Arial";
    font-weight: 400;
    font-size: 14px;
    position: relative;
    max-width: 1600px;
}
.w {
    max-width: 1060px;
    margin: auto;
}
a {
    cursor: pointer;
    text-decoration: underline;
}
header {
    position: absolute;
    width: 100%;
    top:34px;
    z-index: 2;
}
header .logo {
    background: url(../i/white-logo.png) no-repeat 0 0;
    width: 183px;
    height: 34px;
    display: block;
    float: left;
    margin: 0 50px 0 0;
}
.black .logo {
    background: url(../i/black-logo.png) no-repeat 0 0;
}
header nav {
    float: left;
    font-size: 0px;
    padding: 3px 0 0 0;
}
header nav a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13.3px;
    height: 36px;
    line-height: 38px;
    padding: 0 22px;
    border-radius: 36px;
    border: 2px transparent solid;
    font-weight: 400;
}
.black nav a {
    color: #231f20;
}
header nav a:hover {
    color: #a64786;
}
header nav a.active {
    border: 2px #a64786 solid;
    color: #a64786;

}
.black nav a.active {
    background: rgba(255, 255, 255, 0.4);
}
.slider {
    overflow: hidden;
    height: 800px;
    position: relative;
    z-index: 1;
}
.slider-con > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider-con > ul > li {
    height: 800px;
    transition: all 400ms linear;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
}
.slider-con p {
    padding: 0;
    margin: 0;
}
.slider-con > ul > li.current {
    opacity: 1;
    z-index: 99;
}
.slider-con > ul > li > div {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 22px;
}
.slider-con > ul > li > div b {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    top: -20px;
    margin: 0 0 50px 0;
    display: block;
}
.slider-con > ul > li > div > div {
    display: table-cell;
    vertical-align: middle;
}
.slider-con > ul > li > div > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-con > ul > li > div > div li {
    padding: 12px 0 12px 50px;
    position: relative;
}
.slider-con > ul > li > div > div span {

}
.slider-con > ul > li > div > div img {
    position: relative;
    top: -25px;
    margin: -25px 0 0 0;
}
.slider-con > ul > li > div > div li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -17px 0 0 0;
}
.slider-con h1,
.slider-con h2,
.slider-con h3,
.slider-con h4 {
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin: 0 0 50px 0;
    padding: 0;
}
.slider-con h1 {
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 74px;
}
.slider-con h2 {
    font-size: 72px;
    line-height: 64px;
    letter-spacing: -5px;
}
.slider-con h3 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -3px;
}
.slider-con h4 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 50px;
}

.slider-btn a, .black-btn {
    cursor: pointer;
    display: block;
    width: 346px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #040507;
    border:2px #040507 solid;
    border-radius: 4px;
    background: #fdd822;
    background: -moz-linear-gradient(top,  #fdd822 0%, #fbc115 100%);
    background: -webkit-linear-gradient(top,  #fdd822 0%,#fbc115 100%);
    background: linear-gradient(to bottom,  #fdd822 0%,#fbc115 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd822', endColorstr='#fbc115',GradientType=0 );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    margin:50px 0 0 0;
    outline: none;
}
.slider-btn a:hover {
    background: #fbc115;
    background: -moz-linear-gradient(top,  #fbc115 0%, #fdd822 100%);
    background: -webkit-linear-gradient(top,  #fbc115 0%,#fdd822 100%);
    background: linear-gradient(to bottom,  #fbc115 0%,#fdd822 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc115', endColorstr='#fdd822',GradientType=0 );

}
.slider-btn.more a, .black-btn {
    background: #af5093;
    background: -moz-linear-gradient(top,  #af5093 0%, #9f427c 100%);
    background: -webkit-linear-gradient(top,  #af5093 0%,#9f427c 100%);
    background: linear-gradient(to bottom,  #af5093 0%,#9f427c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af5093', endColorstr='#9f427c',GradientType=0 );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #fff;
    width: 240px;
}
.slider-btn.more a:hover, .black-btn:hover {
    background: #9f427c;
    background: -moz-linear-gradient(top,  #9f427c 0%, #af5093 100%);
    background: -webkit-linear-gradient(top,  #9f427c 0%,#af5093 100%);
    background: linear-gradient(to bottom,  #9f427c 0%,#af5093 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f427c', endColorstr='#af5093',GradientType=0 );

}
.black-btn {
    font-family: "Arial";
    margin: 0;
    padding: 0;
    width: 370px;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}
.slider-navigation {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.slider-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
}
.slider-navigation li {
    display: inline-block;
}
.slider-navigation a {
    display: block;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 6px rgba(0,0,0,0.7);
    border-radius: 30px;
    margin: 0 20px;
}
.white .slider-navigation a {
    background: #cb78b8;
    background: -moz-linear-gradient(top, #cb78b8 0%, #a03775 100%);
    background: -webkit-linear-gradient(top, #cb78b8 0%,#a03775 100%);
    background: linear-gradient(to bottom, #cb78b8 0%,#a03775 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb78b8', endColorstr='#a03775',GradientType=0 );
}
.black .slider-navigation a {
    background: #fef870;
    background: -moz-linear-gradient(top,  #fef870 0%, #fcc512 100%);
    background: -webkit-linear-gradient(top,  #fef870 0%,#fcc512 100%);
    background: linear-gradient(to bottom,  #fef870 0%,#fcc512 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef870', endColorstr='#fcc512',GradientType=0 );
}
.slider-navigation a:hover, .slider-navigation .current a {
    width: 14px;
    height: 14px;
    margin: 0 18px -2px;
}
.nav-icon {
    font-size: 0px;
    float: right;
}
.nav-icon > a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(../i/nav-icon.png) no-repeat 0 -92px;
    cursor: pointer;
    margin: 0 0 0 19px;
    vertical-align: top;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
}
.nav-icon > a:hover {
    color: #2e1726;
}
.nav-icon .ico-phone {
    background-position: 0 -92px;
}
.nav-icon .ico-lang {
    background-position: -46px -92px;
}
.nav-icon .ico-login {
    background-position: -92px -92px;
}
.nav-icon .ico-phone:hover {
    background-position: 0 -138px;
}
.nav-icon .ico-lang:hover {
    background-position: -46px -138px;
}
.nav-icon .ico-login:hover {
    background-position: -92px -138px;
}
.black .nav-icon > a {
    background: url(../i/nav-icon.png) no-repeat 0 0;
    color: #000;
}
.black .nav-icon > a:hover {
    color: #ffcb66;
}
.black .nav-icon .ico-phone {
    background-position: 0 0;
}
.black .nav-icon .ico-lang {
    background-position: -46px 0;
}
.black .nav-icon .ico-login {
    background-position: -92px 0;
}
.black .nav-icon .ico-phone:hover {
    background-position: 0 -46px;
}
.black .nav-icon .ico-lang:hover {
    background-position: -46px -46px;
}
.black .nav-icon .ico-login:hover {
    background-position: -92px -46px;
}
.s1 {
    background: #a74987 url(../i/s1.png) 50% 50%;
    text-align: center;
    padding: 40px 0;
    color: #fff;
}
h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 32px 0;
    font-family: "Open Sans";
}
.btn {
    color: #695013;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 350px;
    height: 56px;
    line-height: 56px;
    border-radius: 4px;
    border: 2px #72355d solid;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
    background: #fcbc16;
    background: -moz-linear-gradient(top, #fcbc16 0%, #fee06d 100%);
    background: -webkit-linear-gradient(top, #fcbc16 0%,#fee06d 100%);
    background: linear-gradient(to bottom, #fcbc16 0%,#fee06d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbc16', endColorstr='#fee06d',GradientType=0 );
    font-family: "Open Sans";
    font-weight: 400;
}
.s2 {
    text-align: center;
    padding: 50px 0 60px;
    color: #a64786;
}
.social-grid {
    font-size: 0px;
    padding: 15px 0 9px 0;
}
.social-grid img {
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}
.social-grid img:first-child {
    margin: 0 50px 0 0;
}
.social-grid img:last-child {
    margin: 0 0 0 50px;
}
.s3 {
    background: #fafafa url(../i/s3.png) 50% 50%;
    text-align: center;
    padding: 40px 0;
}
.s3 h2 {
    color: #a64786;
    padding: 0 0 70px 0;
}
.statistics-grid {
    font-size: 0px;
}
.statistics-grid > div {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    color: #363636;
    position: relative;
}
.statistics-grid > div > div {
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: -34px;
    color: #231f20;
}
.statistics-grid > div span {
    display: block;
    text-align: center;
}
.statistics-grid > div img {
    margin: 0 0 28px 0;
}
.statistics-grid > div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
    width: 218px;
    font-size: 0px;
}
.statistics-grid > div ul li {
    position: relative;
    padding: 0 0 0 28px;
    line-height: 22px;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: top;
}
.statistics-grid > div ul li:before, .keys .stats li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 16px;
}
.statistics-grid > div .g2 {
    width: 210px;
}
.statistics-grid > div .g2 li {
    width: 50%;
    display: inline-block;

}
.b-blue:before {
    background: #5a87cc;
}
.b-green:before {
    background: #71ca5f;
}
.b-orange:before {
    background: #f6ac42;
}
.b-red:before {
    background: #f94b4b;
}
.b-purple:before {
    background: #b34abc;
}
.b-gray:before {
    background: #aaa;
}


.s4 {
    text-align: center;
    padding: 40px 0;
}
.s4 h2 {
    padding: 0 0 8px 0;
}
.keys {
    text-align: left;
}
.keys > div {
    background: url(../i/keys/keys-line.png) repeat-x 0 100%;
    padding: 38px 0;
}
.keys > div:last-child {
    background: none;
}
.keys > div > div {
    display: table;
}
.keys > div > div > div {
    display: table-cell;
    vertical-align: middle;
}
.keys .img {
    width: 180px;
    text-align: center;
}
.keys .tip {
    width: 340px;
    border-radius: 4px;
    border:1px solid #dedede;
    padding: 18px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
    box-shadow: inset 0 1px 0 #fff;
    position: relative;
}
.tip:after {
    content: '';
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    left: -16px;
    border: 8px transparent solid;
    border-right: 8px #dfdfdf solid;
}
.tip:before {
    content: '';
    position: absolute;
    top: 50%;
    margin: -6px 0 0 0;
    left: -12px;
    border: 6px transparent solid;
    border-right: 6px #f9f9f9 solid;
    z-index: 5;
}
.keys .tip h4 {
    color: #a74987;
    font-size: 16px;
    margin: 0;
    padding: 0 0 8px 0;
}
.keys .tip ul {
    margin:0;
    padding: 0;
    list-style: none;
    color: #231f20;
    font-size: 11px;
}
.keys .tip li {
    position: relative;
    padding: 6px 0 6px 26px;
    line-height: 15px;
}
.keys .tip li:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: -3px;
    top: 5px;
}
.keys .tip a {
    color: #a74987;
    font-weight: bold;
    text-decoration: none;
    border-bottom:1px #a74987 solid;
}
.keys .icon-lamp {
    font-style: italic;
}
.keys .icon-lamp:before {
    background: url(../i/keys/icon-lamp.png) no-repeat 50% 50%;
}
.keys .icon-link:before {
    background: url(../i/keys/icon-link.png) no-repeat 50% 50%;
}
.keys .icon-screen:before {
    background: url(../i/keys/icon-screen.png) no-repeat 50% 50%;
}
.keys .icon-tags:before {
    top: 7px !important;
    background: url(../i/keys/icon-tags.png) no-repeat 50% 50%;
}
.icon-tags i, .icon-tags em {
    display: inline-block;
    font-style: normal;
    color: #fff;
    position: relative;
    background: #b73285;
    line-height: 18px;
    height: 18px;
    font-size: 10.7px;
    padding: 0 12px 0 10px;
    border-radius: 10px;
    margin: 0 10px 0 0;
}
.icon-tags i:after, .icon-tags em:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px transparent solid;
    border-left: 8px #b73285 solid;
    position: absolute;
    right: -11px;
    top: 1px;
}
.icon-tags i:before, .icon-tags em:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    right: 2px;
    top: 7px;
    background: #fff;
    z-index: 3;
}
.icon-tags {
    font-size: 0px;
}
.keys .stats {
    font-size: 0px;
    padding: 0 0 0 45px;
    white-space: nowrap;
}
.keys .stats img {
    vertical-align: middle;
}
.keys .stats ul {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 32px;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    color:#363636;
}
.keys .stats li {
    position: relative;
    padding: 0 0 0 28px;
    line-height: 22px;
    height: 22px;
}

.s5 {
    background: #f6c51f url(../i/s5.png) 50% 50%;
    text-align: center;
    color: #fff;
    padding: 50px 0 60px;
}
.reviews {
    font-size: 0px;
}
.reviews > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    color: #231f20;
    padding: 0 20px;
    box-sizing: border-box;

}
.reviews b {
    color: #a74987;
}
.reviews .con {
    text-align: left;
    border-radius: 4px;
    border: 1px solid #cea20f;
    padding: 18px 25px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(255,255,255,0.5);
    position: relative;
}
.reviews .con:after, .reviews .con:before {
    content: '';
    position: absolute;
    left:50%;
    display: block;
    width: 0;
    height: 0;
}
.reviews .con:after {
    top: -15px;
    border: 8px transparent solid;
    border-bottom: 8px #f2f2f2 solid;
    margin: 0 0 0 -8px;
    z-index: 3;
}
.reviews .con:before {
    top: -17px;
    border: 8px transparent solid;
    border-bottom: 8px #cea20f solid;
    margin: 0 0 0 -8px;
    z-index: 1;
}
.reviews .con p {
    margin: 0;
    padding: 0 0 18px 0;
}
.reviews .img {
    height: 90px;
}
.s6 {
    background: url(../i/partners/map.png) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    color: #a64786;
    padding: 50px 0 0;
}
.partners-grid {
    font-size: 0px;
}
.partners-grid a, .partners-grid span {
    text-decoration: none;
    display: inline-block;
    width: 12.5%;
    height: 70px;
    line-height: 70px;
    padding: 0 0 60px 0;
    vertical-align: top;
}
.partners-grid img {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    opacity: .7;
    vertical-align: middle;
}
.partners-grid img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
    opacity: 1;
}
footer {
    background: #2b2b2b;
    padding: 40px 20px;
    color: #969696;
    font-size: 12px;
    line-height: 20px;
}
footer p {
    margin: 0;
    padding: 0 0 18px 0;
}
footer a {
    color: #969696
}
footer .left {
    float: left;
    padding: 0 75px 0 0;
}
footer .center {
    float: left;
}
footer .center a {
    display: block;
    padding: 0 0 14px 0;
}
footer  a:hover {
    color: #ccc;
}
footer .right {
    float: right;
    text-align: right;
}
footer .right div {
    padding: 5px 0 0 0;
}
footer .w:after {
    content: '';
    clear: both;
    display: block;
}
.mail {
    color: #f8c511;
}
.phone {
    text-decoration: none;
}
.feedback {
    color: #fff;
    text-align: center;
    margin: 110px 0 0 0;
    background: url(../i/contacts/bg.png) no-repeat 50% 50%;
    background-size: cover;
    height: 590px;
}
.feedback .w {
    display: table;
    width: 100%;
}
.feedback .left, .feedback .right {
    text-align: center;
    display: table-cell;
}
.feedback .left a {
    color: #fff;
    text-decoration: none;
}
.feedback .left a:hover {
    opacity: .7;
}
.feedback .left ul {
    padding: 0;
    list-style: none;
    font-size: 16px;
    display: block;
    vertical-align: top;
    width: 250px;
    margin: auto;
}
.feedback .left li {
    padding: 0 0 30px;
    white-space: nowrap;
    text-align: left;
}
.feedback .left span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.feedback .left img {
    vertical-align: middle;
    margin: 0 32px 0 0;
}
.feedback h2 {
    padding:40px 0 70px;
}
input[type="text"] {
    border-radius: 4px;
    width: 370px;
    border:2px #502441 solid;
    height: 60px;
    color: #231f20;
    font-size: 20px;
    font-family: "Arial";
    background: #fff;
    margin: 0 0 20px 0;
    padding: 0 16px;
    box-sizing: border-box;
    outline: none;
}
.window-feedback {
    background: rgba(69, 69, 68, .5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}
.window-content {
    border-radius: 5px;
    background: #fff;
    border: 2px #502441 solid;
    padding: 58px 28px 28px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -193px 0 0 -215px;
}

.close {
    background: url(../i/close.png) no-repeat 0 0;
    display: block;
    position: absolute;
    right: 28px;
    top:19px;
    cursor: pointer;
    width: 21px;
    height: 21px;
}
.close:hover {
    background: url(../i/close.png) no-repeat 0 100%;
}
input.error {
    border-color: red;
}
.success  {
    padding: 25px 0;
    font-size: 18px;
    display: none;
    text-align: center;
}
.window-content .success {
    padding: 5px 0 25px 0;
}