/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html, body {
    height: 100%;
    padding: 0;
    margin: 0;

}

html, hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
    font-family: 'roboto', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

body.has-active-menu {
    overflow: hidden;
}

a {
    color: #ee663b;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

li {
    list-style-type: none;
}

.blog .art ol li{
    list-style-type: decimal !important;
}

.gry {
    color: #666666;
}

.arf {
    color: #81728e;
}

.arc {
    color: #ee663b;
}

.btc {
    color: #c4b995;
}

.clear {
    clear: both;
}

.container {
    margin: 0 100px;
}


header {
    width: 100%;
    z-index: 1000;
    position: fixed;
    font-weight: 300;
    height: auto;
    line-height: 50px;
    top: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all 250ms ease-out 0s;
    -moz-transition: all 250ms ease-out 0s;
    -o-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
}

#phone {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 'lato', sans-serif;
    font-weight: 700;
    text-align: right;
    color: #fff;
    padding-right: 30px;
}

.home {
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-family: 'lato', sans-serif;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding-left: 30px;
    float: left
}

nav {
    width: 100%;
    height: 130px;
    padding: 0;
    margin: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

nav #radius {
    width: 100%;
    height: 130px;
    font-family: 'lato', sans-serif;
    font-size: 1.0em;
    font-weight: 700;
    letter-spacing: 0.05em;
}

nav.light {
    background: #81728e;
    border-style: solid;
    border-color: #81728e;
    border-width: 1px;
    transition: all 0.5s ease-in-out;
}

nav.dark {
    background: #81728e;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    transition: all 0.5s ease-in-out;
}

nav .logo {
    float: left;
    height: 130px;
    width: auto;
    margin: 0 30px 0 50px;
}

nav .logo a {
    margin: 0;
    padding: 0
}

nav .logo img {
    height: 100%;
}


nav .prima {
    height: 130px;
    width: auto;
    color: #fff;
    line-height: 60px;
    float: left;
    margin-left: 0px;
}

nav .prima ul {
    top: 95px;
    position: absolute;
}

nav .prima ul li {
    display: inline-block;
    height: 65px;
    transition: all 0.2s ease-in-out;
}

nav .prima ul li:hover {
    display: inline-block;
    height: 65px;
    cursor: pointer;
}

nav .prima ul li:before {
    content: "";
    top: 60px;
    position: absolute;
    width: 0px;
    height: 5px;
    background: #ee663b;
    transition: all 0.2s ease-in-out;
}

nav .prima ul li.wwd {
    margin-right: 30px;
}

nav .prima ul li.wwd:hover:before {
    width: 98px;
}

nav .prima ul li.wwd.active:before {
    width: 98px;
}

nav .prima ul a.active li.wwd:before {
    width: 98px;
}

nav .prima ul li.wwa {
    margin-right: 30px;
}

nav .prima ul li.wwa:hover:before {
    width: 98px;
}

nav .prima ul li.wwa.active:before {
    width: 98px;
}

nav .prima ul a.active li.wwa:before {
    width: 98px;
}

nav .prima ul li.con {
    margin-right: 0px;
}

nav .prima ul li.con:hover:before {
    width: 80px;
}

nav .prima ul li.con.active:before {
    width: 80px;
}

nav .prima ul a.active li.con:before {
    width: 80px;
}

nav .prima a {
    color: #fff;
}


nav .prima ul li ul {
    display: none;
    position: absolute;
    top: -65px;
    border-bottom: 1px solid #c3b7cd;
    width: 345px;
    line-height: 65px;
}

nav .prima ul li ul.active {
    display: block;
}

nav .prima ul li ul li {
    display: inline-block;
    height: 65px;
    transition: all 0.2s ease-in-out;
}

nav .prima ul li ul li:hover {
    display: inline-block;
    height: 65px;
    cursor: pointer;
    border-bottom: 0px solid #fff;
}

nav .prima ul li ul li:before {
    content: "";
    top: 0px;
    position: absolute;
    width: 0px;
    height: 5px;
    background: #ee663b;
    transition: all 0.2s ease-in-out;
}

nav .prima ul li ul li:hover:before {
    width: 30px;
}

nav .prima ul li ul li.active:before {
    width: 30px;
}

nav .prima ul li ul li.marg {
    margin-right: 30px;
}

nav .prima ul li ul li a {
    color: #c3b7cd;
}

nav .prima ul li ul li:hover a {
    color: #fff;
}

nav .prima ul li ul li.active a {
    color: #fff;
}

nav .prima ul li.wwd:hover ul {
    display: block;
}

nav .plus {
    height: 130px;
    width: auto;
    color: #fff;
    line-height: 60px;
    float: right;
    margin-right: 30px;
}

nav .plus ul {
    height: 65px;
    text-align: right;
}

nav .plus ul.rezo i {
    margin-left: 3px;
    font-size: 20px;
    line-height: 70px;
    color: #c3b7cd;
}

nav .plus ul.rezo a:hover i {
    color: #fff;
}

nav .plus ul li {
    display: inline-block;
    height: 65px;
    transition: all 0.2s ease-in-out;
}

nav .plus ul li:hover {
    display: inline-block;
    height: 65px;
    cursor: pointer;
}

nav .plus ul li::before {
    content: "";
    top: 155px;
    position: absolute;
    width: 0px;
    height: 5px;
    background: #ee663b;
    transition: all 0.2s ease-in-out;
}

nav .plus ul li.blog {
    margin-left: 0px;
}

nav .plus ul li.blog:hover::before {
    width: 40px;
}

nav .plus ul li.blog.active::before {
    width: 40px;
}

nav .plus ul li.connect {
    margin-left: 30px;
}

nav .plus ul li.connect i {
    margin-right: 5px;
    margin-left: 0;
}

nav .plus ul li.connect:hover::before {
    width: 115px;
}

nav .plus ul li.connect.active:before {
    width: 115px;
}

nav .plus ul li a {
    color: #fff;
}

nav .plus ul li.menu {
    margin-left: 30px;
    display: none;
}

nav .plus ul li.menu i {
    margin-right: 5px;
    margin-left: 0;
    font-size: 28px;
}

nav .menudnx {
    position: relative;
    top: 0px;
    width: auto;
    padding-bottom: 10px;
    display: none;
}

nav .menudnx ul {
    margin: 0px 30px;
    width: auto;
    border-top: 1px solid #fff;
    line-height: 40px;
    color: #fff;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

nav .menudnx ul:hover {
    background: none;
}

nav .menudnx ul li {
    display: inline;
    color: #fff;
}

nav .menudnx ul li.wwd {
    float: right;
    padding: 0px 10px;
    background: #81728e;
    color: #c3b7cd;
    color: #fff;
}

nav .menudnx ul li.wwd:hover {
    background: #ee663b;
    color: #fff;
}

nav .menudnx ul li.wwd.active {
    background: #ee663b;
    color: #fff;
}

nav .menudnx ul li::before {
    content: "";
    left: 0px;
    position: absolute;
    width: 0px;
    height: 40px;
    background: #ee663b;
    transition: all 0.2s ease-in-out;
}

nav .menudnx ul li::after {
    content: "";
    right: 0px;
    position: absolute;
    width: 0px;
    height: 40px;
    background: #ee663b;
    transition: all 0.2s ease-in-out;
}

nav .menudnx ul:hover a {
    color: #fff;
}

nav .menudnx ul.active a {
    color: #fff;
}

nav .menudnx ul:hover li::before {
    content: "";
    left: 0px;
    position: absolute;
    width: 10px;
    height: 40px;
    background: #ee663b;
}

nav .menudnx ul.active li::before {
    content: "";
    left: 0px;
    position: absolute;
    width: 10px;
    height: 40px;
    background: #ee663b;
}

nav .menudnx ul:hover li::after {
    content: "";
    right: 0px;
    position: absolute;
    width: 10px;
    height: 40px;
    background: #ee663b;
}

nav .menudnx ul.active li::after {
    content: "";
    right: 0px;
    position: absolute;
    width: 10px;
    height: 40px;
    background: #ee663b;
}

nav .menudnx a.active ul li::before {
    content: "";
    left: 0px;
    position: absolute;
    width: 10px;
    height: 40px;
    background: #ee663b;
}

nav .menudnx a.active ul li::after {
    content: "";
    right: 0px;
    position: absolute;
    width: 10px;
    height: 40px;
    background: #ee663b;
}

.next {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #81728e;
    bottom: -90px;
    left: 50%;
    margin-left: -90px;
    z-index: 100;
    text-align: center;
    font-size: 36px;
    background-image: url(../img/next.png);
    background-position: center -55px;
    background-repeat: no-repeat;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.next:hover {
    background: #ee663b;
    background-image: url(../img/next.png);
    background-position: center -40px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer
}


section {
    width: auto;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

section:nth-child(even) {
}

section:nth-child(odd) {
}

.sections section:first-child {
    margin-top: 0px;
}

.sections {
    height: 100%;
    display: block;
}

#wwd, #wwa, #contacts, #footer, #next {
    background: #fff;
    z-index: 10;
    padding: 200px 0 100px 0;
    height: auto;
    position: relative;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

#wwa {
    background: #edeadf;
}

#contacts {
    background: #81728e;
}

#footer {
    background: #554c5e;
    padding: 60px 0 60px 0;
}

#next {
    padding: 100px 0 100px 0;
}

#next.blog {
    padding: 60px 0 20px 0;
}

#comment {
    padding: 60px 0 60px 0;
    background: #edeadf;
    height: auto;
    position: relative;
    z-index: 10;
}

.title {
    font-family: 'lato', sans-serif;
    color: #81728e;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    border-right: 1px solid #999;
    padding: 0 20px 0 0;
    line-height: 48px;
    width: 50%;
    float: left;
}

.head {
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 20px;
    line-height: 28px;
    width: 50%;
    float: left;
    left: 50%;
}

.cycle {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}

.cycle img {
    width: 420px;
    margin: auto;
}

.enters {
    width: 1000px;
    margin: auto;
    padding: 30px 0 0 0;
}

.circle {
    width: 1000px;
    margin: 0;
    padding: 0;
    position: relative;
    height: 450px;
}

.circle img {
    position: absolute;
    top: 0;
    left: 350px;
    width: 300px;
    height: 300px;
}

.circle .arc {
    position: absolute;
    width: 500px;
    padding: 30px 170px 0 0;
    text-align: right;
    margin: 0;
    z-index: 12;
}

.circle .arf {
    position: absolute;
    width: auto;
    padding: 30px 0 0 170px;
    text-align: left;
    top: 0;
    left: 500px;
    z-index: 11;
}

.circle .btc {
    position: absolute;
    width: 300px;
    padding: 110px 0 0 0;
    text-align: center;
    top: 200px;
    left: 350px;
    z-index: 10;
}

custom-h1 {
    font-weight: bold;
    display: block;
    margin-right: 0;
    margin-top: 0.67em;
    font-size: 2em;
    margin-bottom: 0.67em;
    margin-left: 0;
}

.circle custom-h1 {
    font-family: 'roboto', sans-serif;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}

.circle .arc custom-h1 {
    color: #ee663b;
}

.circle .arf custom-h1 {
    color: #81728e;
}

.circle .btc custom-h1 {
    color: #c4b995;
}

.circle custom-h2 {
    font-family: 'roboto', sans-serif;
    color: #666;
    font-size: 24px;
    font-weight: 200;
}

.circle .read {
    font-family: 'lato', sans-serif;
    padding: 15px 0;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.circle .arc .read {
    border-bottom: 0px solid #ee663b;
}

.circle .arf .read {
    border-bottom: 0px solid #81728e;
}

.circle .btc .read {
    border-bottom: 0px solid #c4b995;
}


#circle_arc {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #ee663b;
    top: 0;
    left: 350px;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 15px 5px #fff;
    -webkit-box-shadow: 0px 0px 15px 5px #fff;
    -o-box-shadow: 0px 0px 15px 5px #fff;
    box-shadow: 0px 0px 15px 5px #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, Direction=NaN, Strength=15);
    background-image: url(../img/arc_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#circle_arf {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #81728e;
    top: 0;
    left: -50px;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 15px 5px #fff;
    -webkit-box-shadow: 0px 0px 15px 5px #fff;
    -o-box-shadow: 0px 0px 15px 5px #fff;
    box-shadow: 0px 0px 15px 5px #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, Direction=NaN, Strength=15);
    background-image: url(../img/arf_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#circle_btc {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #c4b995;
    top: -100px;
    left: 50px;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 15px 5px #fff;
    -webkit-box-shadow: 0px 0px 15px 5px #fff;
    -o-box-shadow: 0px 0px 15px 5px #fff;
    box-shadow: 0px 0px 15px 5px #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, Direction=NaN, Strength=15);
    background-image: url(../img/btc_on.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#circle_arc:hover {
    opacity: 1
}

#circle_arf:hover {
    opacity: 1
}

#circle_btc:hover {
    opacity: 1
}

.circle .arc:hover #circle_arc {
    opacity: 1
}

.circle .arc:hover {
    cursor: pointer;
}

.circle .arc:hover .read {
    color: #ee663b;
    border-bottom: 5px solid #ee663b;;
}

.circle .arf:hover #circle_arf {
    opacity: 1
}

.circle .arf:hover {
    cursor: pointer;
}

.circle .arf:hover .read {
    border-bottom: 5px solid #81728e;;
    color: #81728e;
}

.circle .btc:hover #circle_btc {
    opacity: 1
}

.circle .btc:hover {
    cursor: pointer;
}

.circle .btc:hover .read {
    border-bottom: 5px solid #c4b995;;
    color: #c4b995;
}


.wwa_txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: right;
    border-right: 1px solid #999;
    padding: 0 20px 0 0;
    width: 50%;
    float: left;
}

.wwa_txt custom-h1 {
    font-family: 'lato', sans-serif;
    color: #ee663b;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    line-height: 48px;
    padding-bottom: 20px;
}

.wwa_image {
    font-family: 'roboto', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 20px;
    line-height: 28px;
    width: 50%;
    float: left;
}

.wwa_image .disk {
    width: 390px;
    height: 390px;
    margin-left: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../img/wwa_home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.wwa_image .button {
    position: absolute;
    top: 170px;
    width: 200px;
    height: 60px;
    background: #ee663b;
    border: 2px solid #ee663b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'lato', sans-serif;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.wwa_image .button:hover {
    cursor: pointer;
    background: #edeadf;
    color: #ee663b;
}


.form {
    width: 30%;
    float: left;
    text-align: right;
}

.form custom-h1 {
    font-family: 'lato', sans-serif;
    color: #edeadf;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
}

.form .input {
    font-family: 'roboto', sans-serif;
    color: #81728e;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-align: left;
    background: #edeadf;
    width: 100%;
    height: 36px;
    margin-top: 10px;
    padding: 0 15px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form .txt {
    font-family: 'roboto', sans-serif;
    color: #81728e;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    background: #edeadf;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    padding: 10px 15px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form .send {
    width: 200px;
    height: 60px;
    background: #81728e;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'lato', sans-serif;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 15px;
    transition: all 0.2s ease-in-out;
}

.form .send:hover {
    background: #ee663b;
    border: 2px solid #ee663b;
    cursor: pointer;
}

.info {
    width: 70%;
    float: left;
    padding-left: 60px;
    font-family: 'roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.info a {
    color: #fff;
}

.info a:hover {
    color: #ee663b;
}

.info .adress {
    text-align: left;
    padding-top: 5px;
    float: left;
}

.info .link {
    text-align: right;
    padding-top: 5px;
    float: right;
}

.info .rezo {
    font-family: 'roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    float: right;
    padding-top: 5px;
    margin-left: 10px;
}

.info .rezo ul {
    width: 70px;
    height: 70px;
    background: #81728e;
    border: 2px solid #fff;
    display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
    float: right;
}

.info .rezo ul:hover {
    background: #fff;
    color: #81728e;
}

.info .bio {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
    margin: 25px 0 20px 0;
    line-height: 20px;
    font-weight: 300;
}

.info .bio ul {
    display: inline;
    float: left;
}

.info .bio ul .bold {
    font-weight: 500;
}

.info .bio ul.pdf {
    width: 70px;
    height: 70px;
    background: #81728e;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    float: right;
    transition: all 0.2s ease-in-out;
}

.info .bio ul.pdf:hover {
    background: #ee663b;
    border: 2px solid #ee663b;
}

.info .logos {
    width: 100%;
    height: 60px;
    text-align: right;
    padding: 10px 0;
}

.info .logos img {
    height: 40px;
    margin-left: 20px;
}


#footer {
    font-family: 'lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    color: #fff
}

#footer ul {
    float: left;
    display: inline;
}

#footer ul.copy {
    padding-top: 19px;
    margin-left: 20px;
}

#footer ul.mentions {
    float: right;
    padding-top: 19px;
    text-align: right;
}

#footer ul.mentions a {
    color: #fff;
}

#footer img {
    height: 30px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a195aa;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #a195aa;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
}

::placeholder {
    color: #666;
}

.sendContactRequest {
    margin-top: 20px;
    border: 2px solid #fff;
    background: none;
    padding: 12px 27px;
    font-size: 20px;
    cursor: pointer;
    color: #fff
}

.sendNewsRequest {
    margin-top: 20px;
    border: 2px solid #fff;
    background: none;
    padding: 12px 27px;
    font-size: 20px;
    cursor: pointer;
    color: #fff
}
