.command-box {
	position: relative;
    min-height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.loader {
  position: fixed;
  margin: auto;
  width: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.loader.hidden {
	-moz-opacity: 0;
	opacity: 0;
}
.circular {
  background: transparent;
  animation: rotate 1s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.0s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    fill: #70cf00;
  }
  40% {
    fill: #42d200;
  }
  66% {
    fill: #081997;
  }
  80%,
  90% {
    fill: #0042e8;
  }
}
.SSSlideLoading {
	background-image: url("/assets/images/loader.svg");
}


#newswidget {

}
#newswidget_last {
    min-height: 465px;
    background-color: transparent;
    margin-left: 50%;
    margin-right: -10000px;
    position: relative;
    border-width: 0px;
    left: 330px;
    width: 286px;
    float: left;
    display: block;
}
#newswidget_last .post-box {
    background-color: #000000;
    display: block;
    position: relative;
    width: 100%;
    height: 465px;
}
#newswidget_last .post-box .image_zoom {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-opacity: .7;
    opacity: .7;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}
#newswidget_last .post-box:hover .image_zoom {
    background-size: auto 110%;
}
#newswidget_last .post-box .post-category {
    position: relative;
    top: 20px;
    left: 27px;
    color: white;
    line-height: 22px;
    font-size: 12px;
    font-family: '__PF DinText Pro_5';
    text-transform: uppercase;
}
#newswidget_last .post-box .post-date {
    position: relative;
    top: 134px;
    left: 27px;
    font-size: 13px;
    color: #FFFFFF;
}
#newswidget_last .post-box .post-title {
    color: #FFFFFF;
    font-size: 28px;
    font-family: '__PF DinText Pro_5';
    position: relative;
    line-height: 26px;
    top: 155px;
    left: 27px;
    width: 230px;
}
#newswidget_last .post-box .post-title:hover {
    text-decoration: underline;
}
#newswidget_last .post-box .post-anonce {
    color: #FFFFFF;
    font-family: '__PF DinText Pro_5';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    top: 165px;
    left: 27px;
    width: 230px;
}
#newswidget_last .post-box .Button {
    position: absolute;
    bottom: 40px;
    height: 26px;
    line-height: 21px;
    left: 27px;
}
#newswidget .header {
	padding-top: 28px;
	padding-bottom: 28px;
    border-bottom: 1px solid #E3E3E3;
}
#newswidget .header .title {
	color: #002DBC;
    font-weight: 400;
    font-family: '__PF DinText Pro_5';
    font-size: 22px;
    position: relative;
    line-height: 26px;
    margin: 0 25px;
}
#newswidget .header .title a{
	color: #002DBC;
}
#newswidget .inner {

}
#newswidget .inner .post-box {
    display: block;
	height: 125.3px;
    width: 100%;
    padding: 0;
}
#newswidget .inner .post-box .image_zoom {
    margin-top: 11px;
	margin-left: 25px;
}
#newswidget .inner .post-box .item-properties {
    width: 135px;
    margin-top: 10px;
    max-height: 93px;
    overflow: hidden;
}
#newswidget .inner .post-box .item-properties .news-date {
	line-height: 13px;
}
#newswidget .inner .post-box .item-properties .news-title {
	line-height: 15px;
}
#button_callback .Button {
	margin-top: 360px;
    margin-left: 50px;
    position: absolute;
}
#button_callback_s2 {
    margin-top: 10px;
    text-decoration: underline;
}
#button_order_solution {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
}
#button_order_solution .Button {
    border-color: #1249ED;
    background-color: #1247E9;
    display: inline-block;
	height: auto;
    padding: 22px 40px;
}
#button_order_solution .Button:hover {
    border-color: #0A1FB6;
    background-color: #0A1FB6;
}
#concultationBox .form-group {
    width: 240px;
    margin: 30px auto;
}
#concultationBox .messages {
    position: absolute;
    top: -16px;
    left: 0;
    text-align: center;
}
#concultationBox .submit-btn {
    width: 100%;
}
#concultationBoxS2 {
	margin-top: 480px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
#concultationBoxS2 .form-group .fld-grp {
    clear: none;
	display: block;
    width: 170px;
    margin-right: 40px;
}
#concultationBoxS2 .form-group .fld-grp .fld-input {
	background-color: transparent;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}
#concultationBoxS2 .form-group .fld-grp .fld-input input {
	background-color: #FFFFFF;
	line-height: 27px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    padding: 13px 16px 0 16px;
    position: relative;
    float: left;
    display: block;
}
#concultationBoxS2 .form-group .form-grp .fld-input.focused .fld-prompt {
	left: -10px;
}
#concultationBoxS2 .form-group .form-grp .messages {
    position: absolute;
    text-align: right;
    top: -16px;
}
#concultationBoxS2 .form-group .submit-btn {
    float: left;
    display: inline-block;
    clear: none;
    margin: 0;
}
#formfeedbackBox {
    position: relative;
    margin-top: 100px;
    float: left;
    left: -206.5px;
    display: block;
    width: 915px;
}
#partnersBox {
    position: relative;
    float: left;
    left: 180.5px;
    display: block;
    width: 915px;
    margin-top: 40px;
}
.form-group.bordered-style .form-grp .fld-grp {
    width: 100%;
    float: left;
    clear: none;
    margin-top: 0;
    margin-right: 65px;
    margin-bottom: 35px;
}
.form-group.bordered-style .form-grp .fld-grp:nth-child(even) {
	margin-right: 0;
}
.form-group.bordered-style .form-grp .fld-grp.full-width {
	margin: 0 0 15px;
	width: 100%;
}
.form-group.bordered-style .form-grp .fld-input input,
.form-group.bordered-style .form-grp .fld-textarea textarea {
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-group.bordered-style .form-grp .fld-prompt {
    font-weight: 300;
    font-family: '__PF DinText Pro_5';
    font-size: 13px;
    position: absolute;
    top: -38px;
    left: -17px;
    color: #4D5B81;
}
.form-group.inline-style .form-grp .fld-grp {
    width: 424px;
    float: left;
    clear: none;
    margin-top: 0;
    margin-right: 65px;
    margin-bottom: 35px;
}
.form-group.inline-style .form-grp .fld-grp:nth-child(even) {
	margin-right: 0;
}
.form-group.inline-style .form-grp .fld-grp.full-width {
	margin: 0 0 15px;
	width: 100%;
}
.form-group.inline-style .form-grp .fld-input,
.form-group.inline-style .form-grp .fld-textarea {
    border-color: #D8D8D8;
    border-width: 1px;
    border-radius: 4px;
}
.form-group.inline-style .form-grp .fld-prompt {
    font-weight: 300;
    font-family: '__PF DinText Pro_5';
    font-size: 13px;
    position: absolute;
    top: -38px;
    left: -17px;
    color: #4D5B81;
}
#formrequestBox {
    position: relative;
    margin-top: 100px;
    display: block;
}

.auth-panel {
	margin-bottom: -1px;
	padding-bottom: 0;
	background-color: transparent;
	background-image: url("/assets/images/blank.gif");
	border-color: #0066D9;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
	margin-left: 157px;
	width: 183px;
	transition-delay: 0.1s;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	-webkit-transition-delay: 0.1s;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
    position: absolute;
    top: 20px;
    z-index: 461;
    left: 246px;
    margin-left: 50%;
    margin-right: -10000px;
}
.auth-panel:hover,
.auth-panel.ButtonSelected {
	min-height: 0px;
}
.auth-panel a div {
	padding-top: 0px;
	padding-bottom: 0px;
}
#enterBtn {
	height: 35px;
	left: 256px;
	margin-top: 20px;
	margin-left: 50%;
	margin-right: -10000px;
	padding-bottom: 7px;
	position: absolute;
	width: 0.01px;
	z-index: 462;
}
#enterBtn .popup_block {
	margin-right: -10000px;
	margin-top: 8px;
	position: relative;
	width: 78px;
	z-index: 459;
}
#enterBtn .popup_element {
	padding-bottom: 7px;
	position: absolute;
	top: -8px;
	width: 78px;
}
#enterBtn .popup_element:hover,
#enterBtn .popup_element:active,
#enterBtn .popup_element.PamphletThumbSelected {
	margin: 0px;
	min-height: 0px;
	width: 78px;
}
#enterBtn .enterBtn {
	margin-right: -10000px;
	margin-top: 8px;
	padding-bottom: 2px;
	position: relative;
	width: 100%;
	z-index: 461;
}
#enterBtn .enterBtn:hover,
#enterBtn .enterBtn.opened {
	width: 100%;
	min-height: 0px;
	margin: 8px -10000px 0px 0px;
}
#enterBtn .enterBtn .icon {
	background: transparent url("/assets/images/%d0%bf%d0%be%d0%bb%d1%8c%d0%b7%d0%be%d0%b2%d0%b0%d1%82%d0%b5%d0%bb%d1%8c-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%202.png") no-repeat left top;
	background-size: contain;
	margin-right: -10000px;
	margin-top: 1px;
	min-height: 0px;
	position: relative;
	left: 2.57%;
	width: 30.77%;
	height: 24px;
	z-index: 466;
}
#enterBtn .enterBtn:hover .icon,
#enterBtn .enterBtn.opened .icon {
	background: transparent url("/assets/images/%d0%bf%d0%be%d0%bb%d1%8c%d0%b7%d0%be%d0%b2%d0%b0%d1%82%d0%b5%d0%bb%d1%8c-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%203.png") no-repeat left top;
	background-size: contain;
	margin: 1px -10000px 0px 0%;
}
#enterBtn .enterBtn .text {
	margin-right: -10000px;
	margin-top: 5px;
	min-height: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	left: 41.03%;
	width: 51.29%;
	z-index: 462;
}
#enterBtn .enterBtn .text p {
	color: #00A8FF;
	font-family: '__PF DinText Pro_5';
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	visibility: inherit;
}
#enterBtn .enterBtn:hover .text p,
#enterBtn .enterBtn.opened .text p {
	color: #FFFFFF;
	visibility: inherit;
}
#enterBtnPopup {
	z-index: 471;
}
#registerBtn .Button {
	color: #00A8FF;
    left: 93px;
    padding-bottom: 13px;
    margin-top: -1px;
    position: relative;
    z-index: 93;
}
#registerBtn .Button div {
	text-align: left;
    color: inherit;
    font-weight: 300;
    font-family: '__PF DinText Pro_5';
    background-color: transparent;
    line-height: 16px;
    font-size: 13px;
    min-height: 13px;
    margin-top: 13px;
    position: relative;
    z-index: 94;
    transition-delay: 0s;
    transition-duration: 0s;
}
#registerBtn .Button:hover {
    color: #FFFFFF;
    visibility: inherit;
}

#loginForm {
	z-index: 490;
}
#loginForm .ContainerGroup {
	background-color: transparent;
	position: absolute;
	top: 37px;
	left: -225px;
	width: 100%;
}
#loginForm .Container {
	background-color: transparent;
	padding: 10px;
	position: relative;
	width: 320px;
	height: auto;
	z-index: 468;
	display: none;
}
#loginForm_frame {
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 35px 30px 35px;
    display: block;
    width: 100%;
    height: 100%;
}
#authForm_saveme {
	height: 26px;
	margin-top: 15px;
    position: relative;
    z-index: 534;
}
#authForm_saveme input {
	width: 100%;
	height: 25px;
	z-index: 516;
}
#authForm_saveme .fld-label {
    min-height: 20px;
    left: 37px;
    margin-top: 6px;
    margin-right: -10000px;
    position: relative;
    z-index: 535;
    width: 220px;
    text-align: left;
    color: #4D5B81;
    border-color: transparent;
    font-weight: 300;
    font-family: '__PF DinText Pro_5';
    background-color: transparent;
    line-height: 13px;
    letter-spacing: 0px;
    font-size: 13px;
    border-width: 0px;
}
#authForm_saveme .fld-checkbox {
    z-index: 539;
    height: 25px;
    width: 264px;
    margin-right: -10000px;
    position: relative;
    background-color: transparent;
}
#authForm_saveme input.not_checked + label {
	background: transparent url("/assets/images/%d1%84%d0%bb%d0%b0%d0%b6%d0%be%d0%ba%203-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%205.png") no-repeat center center;
	background-size: contain;
}
#authForm_saveme input:not(:checked) + label
{
	background: transparent url("/assets/images/%d1%84%d0%bb%d0%b0%d0%b6%d0%be%d0%ba%203-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%205.png") no-repeat center center;
	background-size: contain;
}
#authForm_saveme input.not_checked:hover + label,
#authForm_saveme input.not_checked + label
{
	-webkit-transition-duration: 0.7s;
	transition-timing-function: ease;
	transition-duration: 0.7s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-delay: 0s;
	background: transparent url("/assets/images/%d1%84%d0%bb%d0%b0%d0%b6%d0%be%d0%ba%203-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%205.png") no-repeat center center;
	background-size: contain;
}
#authForm_saveme input:not(:checked):hover + label,
#authForm_saveme input:not(:checked) + label
{
	-webkit-transition-duration: 0.7s;
	transition-timing-function: ease;
	transition-duration: 0.7s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-delay: 0s;
	background: transparent url("/assets/images/%d1%84%d0%bb%d0%b0%d0%b6%d0%be%d0%ba%203-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%205.png") no-repeat center center;
	background-size: contain;
}
#authForm_saveme input.checked + label {
	-webkit-transition-duration: 0.7s;
	transition-timing-function: ease;
	transition-duration: 0.7s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-delay: 0s;
	background: transparent url("/assets/images/%d1%84%d0%bb%d0%b0%d0%b6%d0%be%d0%ba%203-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%203.png") no-repeat center center;
	background-size: contain;
}
#authForm_saveme input:checked + label {
	-webkit-transition-duration: 0.7s;
	transition-timing-function: ease;
	transition-duration: 0.7s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-delay: 0s;
	background: transparent url("/assets/images/%d1%84%d0%bb%d0%b0%d0%b6%d0%be%d0%ba%203-%d1%81%d0%bb%d0%be%d0%b9%201%20%d0%ba%d0%be%d0%bf%d0%b8%d1%8f%203.png") no-repeat center center;
	background-size: contain;
}
#authForm_saveme input.not_checked:hover + label,
#authForm_saveme input:not(:checked):hover + label {
	min-height: 0px;
}
#authForm_captcha {
	height: 84px;
    position: relative;
    z-index: 540;
    width: 100%;
	background-color: transparent;
    border-color: transparent;
    border-width: 0px;
}
#authForm_captcha .fld-input {
    min-height: 21px;
    margin-top: 43px;
    position: relative;
    z-index: 541;
    width: 100%;
    padding: 13px 0 15px;
}
#authForm_captcha .fld-input input {
    min-height: 21px;
    width: 100%;
    padding: 13px 6px 6px 15px;
    font-family: '__PF DinText Pro_5';
    color: #4D5B81;
    font-weight: 300;
}
#authForm_repassword {
	clear: both;
	float: left;
	margin: 0;
    width: 100%;
}
#authForm_repassword .link {
    background-color: transparent;
    border-color: #787878;
    z-index: 547;
    height: 29px;
    width: 109px;
    margin-right: -10000px;
    position: relative;
}
#authForm_repassword .link .box {
    text-align: center;
    color: #4D5B81;
    font-weight: 300;
    font-family: '__PF DinText Pro_5';
    background-color: transparent;
    line-height: 16px;
    font-size: 13px;
    min-height: 15px;
    z-index: 548;
    left: 0.92%;
    margin-top: 10px;
    width: 108px;
    margin-right: -10000px;
    position: relative;
}
#authForm_submit {
    background: #082de8;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    font-family: "__PF DinText Pro_5";
    margin-top: 20px;
    min-height: 44px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 494;
}
#authForm_submit:hover {
	background-color: #0a1fb6;
}
#authForm_submit:active {
	background-color: #0a1fb6;
}
#loginForm .nick {
	-ms-transform: matrix(0.7071,-0.7071,0.7071,0.7071,-4,10);
	background-color: #FFFFFF;
	-webkit-transform: matrix(0.7071,-0.7071,0.7071,0.7071,-4,10);
	transform: matrix(0.7071,-0.7071,0.7071,0.7071,-4,10);
	border-radius: 1px;
	left: 78.13%;
	position: relative;
	z-index: 470;
	// margin-top: 4px;
	width: 5.69%;
	// margin-right: -10000px;
	height: 20px;
    margin: 0;
    top: 3px;
    position: absolute;
}