@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,700&subset=cyrillic,cyrillic-ext');
/* Main styles */
iframe[name="google_conversion_frame"] {
    display: none;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    color: #7b7b7b;
    background-color: white;
    font-family: Arial, sans-serif;
}
a, a:hover, a:active, a:focus {
    color: #258bc9;
    outline: none;
}
input:focus, select:focus, textarea:focus, select:hover:focus, button:focus {
    outline: none;
}
a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1 {
    color:  #258bc9;
    font-size: 2.5em;
    font-weight: 700;
    margin: 40px 0 25px 0;
}
h2, h3 {
    color:  #258bc9;
    font-size: 2.083em;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}
h4 {
    color: #258bc9;
    font-size: 1.7em;
    margin: 0 0 25px 0;
}
h5 {
    color: black;
    font-size: 1.4em;
    margin: 0 0 25px 0;
    font-weight: bold;
}
img {
    max-width: 100%;
}
.grey-back .text-center h2 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 0.8;
    margin-top: 0;
}
.grey-back h2 {
    margin-top: 0;
}
.rel {
    position: relative;
}

.radius2 {
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
}

.btn-primary {
    border: none;
    color: #fefefe;
    font-size: 1.333em;
    font-weight: 700;
    line-height: 1.875;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-transform: uppercase;
    padding: 11px 30px;
    min-width: 200px;
    background: #84c860; /* Old browsers */
    background: -moz-linear-gradient(top, #84c860 0%, #72bb4d 50%, #69b641 51%, #5daa35 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84c860), color-stop(50%,#72bb4d), color-stop(51%,#69b641), color-stop(100%,#5daa35)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%); /* IE10+ */
    background: linear-gradient(to bottom, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c860', endColorstr='#5daa35',GradientType=0 ); /* IE6-9 */
    outline: none !important;
}

.btn-primary:hover {
    background: #5daa35; /* Old browsers */
    background: -moz-linear-gradient(top, #5daa35 0%, #69b641 49%, #72bb4d 50%, #84c860 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5daa35), color-stop(49%,#69b641), color-stop(50%,#72bb4d), color-stop(100%,#84c860)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5daa35', endColorstr='#84c860',GradientType=0 ); /* IE6-9 */
}

.decor-underline {
    text-decoration: underline !important;
}

.decor-underline:hover {
    text-decoration: none !important;
}
.content {
    color:  #5f6060;
    font-size: 1.167em;
    line-height: 1.3;
}

.content p:last-of-type {
    margin-bottom: 0;
}
.breadcrumbs {
    margin-bottom: 5px;
    background: url('../images/separator.png') center bottom no-repeat;
    padding-bottom: 50px;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 1.167em;
    color: #191919;
}
.breadcrumbs .sep {
    background: url('../images/breadcrumbs-ico.png') center 8px no-repeat;
    margin: 0 5px;
}
.breadcrumbs a {
    color: #258bc9;
}
.grey-back {
    background-color: #f8fafd;
    padding: 40px 0 30px 0;
}
.grey-back h3 {
    margin-top: 0;
}
ul.red-num {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
ul.red-num li {
    background: url('../images/ico-ul.png') left top no-repeat;
    padding-left: 70px;
    position: relative;
    min-height: 50px;
    margin-bottom: 30px;
    vertical-align: middle;
}
ul.red-num li:last-of-type {
    margin-bottom: 0;
}
ul.red-num li .num {
    position: absolute;
    top: 12px;
    left: 0;
    color:  #ffffff;
    font-size: 1.667em;
    font-weight: 700;
    width: 52px;
    text-align: center;
}
ul.red-num2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
ul.red-num2 li {
    background: url('../images/ico-ul2.png') left top no-repeat;
    padding-left: 50px;
    position: relative;
    min-height: 30px;
    padding-top: 2px;
    margin-bottom: 30px;
    vertical-align: middle;
}
ul.red-num2 li:last-of-type {
    margin-bottom: 0;
}
ul.red-num2 li .num {
    position: absolute;
    top: 4px;
    left: 0;
    color:  #ffffff;
    font-size: 1.26em;
    font-weight: 700;
    width: 30px;
    text-align: center;
}
.red-num2 .title-block, .red-num2 span {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0;
}
ul.red-circle {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
ul.red-circle li {
    background: url('../images/ico-red-circle.png') left 11px no-repeat;
    padding-left: 12px;
    position: relative;
}
ul.red-circle .text p {
    margin-bottom: 2px;
}
ul.red-circle .text:last-of-type p:last-of-type {
    margin: 0;
}
.title {
    color:  #313231;
    font-size: 1.667em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.text {
    color:  #191919;
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.733;
}
.text p {
    margin-bottom: 20px;
}
.text.red {
    color: #ff7d57;
    font-size: 1.6em;
    font-weight: bold;
}
.download {
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    padding: 15px 20px 15px 65px;
    background: white url('../images/ico-doc.png') 23px center no-repeat;
}
.download a {
    height: 31px;
    display: table-cell;
    vertical-align: middle;
    color:  #258bc9;
    font-size: 1.083em;
    font-weight: 400;
    line-height: 1.538;
    text-decoration: underline;
}
.download a:hover {
    text-decoration: none;
}
.separator {
    background: url('../images/separator.png') center top no-repeat;
    padding-top: 40px;
}
.padding0 {
    padding: 0 !important;
}
.pdng-bt-0 {
    padding-bottom: 0 !important;
}
.pdng-bt-30 {
    padding-bottom: 30px;
}
.mrgn-bt-0 {
    margin-bottom: 0 !important;
}
.black {
    color: black;
}
/* End main styles */

/* Header */
header .head {
    position: relative;
    min-height: 130px;
}
header .right-block {
    position: absolute;
    right: 15px;
    top: 0;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 15px;
}
header .right-block .menu-top {
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 5px;
}
header .right-block .menu-top a {
    color: #152e6f;
    font-size: 1.2em;
    margin-left: 35px;
}
header .right-block .phone {
    color:  #258bc9;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1;
}
header .right-block .phone span {
    color:  #191919;
}
header .right-block .call {
    color: #33468c;
    font-size: 1.083em;
    background: -webkit-linear-gradient(90deg, #dedede 0%, #eeeeee 100%);
    background: -moz-linear-gradient(90deg, #dedede 0%, #eeeeee 100%);
    background: -o-linear-gradient(90deg, #dedede 0%, #eeeeee 100%);
    background: -ms-linear-gradient(90deg, #dedede 0%, #eeeeee 100%);
    background: linear-gradient(0deg, #dedede 0%, #eeeeee 100%);
    color:  #191919;
    font-size: 1.083em;
    font-weight: 400;
    line-height: 1.846;
    text-align: center;
    padding: 6px 31px;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}
header .right-block .address {
    color:  #191919;
    font-size: 1.083em;
    margin-top: 10px;
}
.popup-head {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 150;
    border-top: 3px solid #258bc9;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
    background-color: white;
}
.popup-head .right-block {
    margin-top: 0;
}
.popup-head .head {
    min-height: 49px;
}
/*.popup-head .logo {*/
/*    margin-top: 11px;*/
/*}*/

.popup-head .logo {
    display: flex;
    align-items: center;
    min-height: 53px;
}

.popup-head .phone {
    display: inline-block;
    font-size: 1.5em !important;
    position: relative;
    top: 2px;
    margin-right: 30px;
}
.popup-head .right-block .call {
    padding: 3px 31px;
}
.popup-head .email {
    display: inline-block;
    font-size: 1.25em;
    margin-right: 50px;
}
.popup-head .email img {
    margin-right: 10px;
}
/* /new-main-menu*/

header .new-main-menu {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 30px;
}
header .new-main-menu td {
    width: auto;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
header .new-main-menu td.active, header .main-menu td:hover {
    background:  #005E97; /* Old browsers */
}
header .new-main-menu .sep {
    width: 2px;
    font-size: 0.1em;
    background: url('../images/menu-sep.png') left top no-repeat;
}
header .new-main-menu td > a {
/*    text-transform: uppercase;*/
	font-style: normal;
	font-size: 17px;
    color: white;
    color:  #ffffff;
    padding: 15px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
header .new-main-menu td ul {
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 50;
    list-style: none;
    padding: 0;
    width: 200px;
    text-align: left;
    
    display: none;
}
header .new-main-menu td:last-of-type ul {
    right: 0;
    left: auto;
}
header .new-main-menu td ul.active {
    display: block;
}
header .new-main-menu td ul li {
    background-color: #00436b;
	border-bottom: 1px solid #0F5681;
}
header .new-main-menu td ul li:first-of-type {
    border-top: none;
}
header .new-main-menu td ul li:hover {
    background: #005E97; /* Old browsers */
}

header .new-main-menu td ul li a {
    color: #ffffff;
    font-size: 1.167em;
    padding: 12px 25px;
    display: block;
/*    background: url('../images/list-ico.png') 12px 19px no-repeat; */
}
header .new-main-menu td ul img {
    position: absolute;
    top: -10px;
    left: 18px;
}
header .new-main-menu td:last-of-type ul img {
    left: auto;
    right: 18px;
}
header .new-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
header .icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

header .new-menu .item .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    width: 200px;
    z-index: 51;
}

header .new-menu .item {
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #248BC9;
display: inline-block;
position: relative;
}
header .new-menu .item a {
	padding:15px;
	display: block;
	height:45px;
}

header .new-menu .item a:hover {
	color:#636363;
}

header .new-menu .item ul {
    position: relative;
    /*top: 13px;*/
    list-style: none;
    padding: 0;
    width: 300px;
    text-align: left;
}
header .new-menu .item:last-of-type .sub-menu ul {
    right: 0;
    left: auto;
}
header .new-menu .item .sub-menu.active {
    display: block;
}
header .new-menu .item .link.active{
    background-color: #248BC9;
    color: #FFFFFF;
}
header .new-menu .item ul li {
	
    background-color: #FFFFFF;
    border-top:  1px solid #E4EEF3;
}
header .new-menu .item ul li:hover {
    background-color: #005E97;
}
header .new-menu .item ul li:first-of-type {
	border-top:  none;
}
header .new-menu .item ul li:last-of-type {

}
header .new-menu .item ul li a {
    color: #258bc9;
    font-size: 1.083em;
    padding: 12px 25px;
    display: block;
}
header .new-menu .item ul li:hover a {
    color: #FFFFFF;
}
header .new-menu .item img {
    position: absolute;
    top: 10px;
    left: 18px;
}
header .new-menu .item:last-of-type ul img {
    left: auto;
    right: 18px;
}

.footer .footer-mail a,
.footer .footer-tel a{
font-style: normal;
font-size: 28px;
line-height: 30px;
color: #FFFFFF;
	
}

.footer .footer-mail a {
    font-size: 24px;
}
.footer .link, .footer .adress, .footer .link a, .footer .privacy a, .footer .adress a{
font-size: 14px;
line-height: 30px;
color: #FFFFFF;
}
.footer .footer-mail p, .footer .footer-tel p, .footer .copy{
font-size: 14px;
line-height: 30px;
color: #91CCF0;
}
.footer .copy,.footer .privacy{margin:0;}
.footer .footer-social-img a{margin:5px 5px 0 0;}
.footer .footer-social-img {padding-top:10px;}
.footer .icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}
.footer .icons div {padding:0 5px;}

header .right-block-none {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
    row-gap: 10px;
}

header .right-block-none .phone {
    color:  #258bc9;
    font-size: 1.75em;
    font-weight: 700;
}
header .right-block-none .phone span {
    color:  #191919;
}
header .new-head {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    column-gap: 3%;
}

.new-head .logo {
    flex: 1;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #636363;
}

header .top-mail a{margin-left:12px;}
header .top-mail {
	height:45px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
	}

/* /new-main-menu*/
.new-bg-menu{
	 background: #0F80C4;
}
@media (max-width: 1200px){
	.header-clear{
		clear:both;
		height:100px;
	}
	
	header .new-head .container .row .right-block-none{
		text-align:center;
	}
}
@media (max-width: 1000px){
	.header-clear{
		height:auto;
	}
	
	header .new-head .container .row .right-block-none{
		text-align:center;
	}
}

header .logotipe {
	width: 195px;
	height: 45px;
	float: left;
}

@media (max-width: 767px){
.footer .container{padding-bottom:30px;}
	
header .logotipe {
	float: none;
}
	.header-clear{
		height:auto;
	}
header .new-head .container .row .right-block-none{
		text-align:center;
	}
	header .new-head .container .row .right-block {
		margin: 5px 0;
	}
	.new-bg-menu{
	 background: transparent;
	}
}
.bread{	
		background: #EFF6FA;
		clear:both;
		
}
.container.pdng-bt-30{
	padding-top:15px;
}
.bread .breadcrumbs{
		padding-top:15px;
		padding-bottom: 10px;
}
.bread .breadcrumbs a{
font-size: 14px;
color:  #258bc9;
}
.bread .breadcrumbs li{
font-size: 14px;
color: #859ead;
}

header .main-menu {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 30px;
    background: #298dc9; /* Old browsers */
    background: -moz-linear-gradient(top, #298dc9 0%, #3090cb 50%, #3090cb 51%, #127fc2 51%, #127fc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#298dc9), color-stop(50%,#3090cb), color-stop(51%,#3090cb), color-stop(51%,#127fc2), color-stop(100%,#127fc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #298dc9 0%,#3090cb 50%,#3090cb 51%,#127fc2 51%,#127fc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #298dc9 0%,#3090cb 50%,#3090cb 51%,#127fc2 51%,#127fc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #298dc9 0%,#3090cb 50%,#3090cb 51%,#127fc2 51%,#127fc2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #298dc9 0%,#3090cb 50%,#3090cb 51%,#127fc2 51%,#127fc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298dc9', endColorstr='#127fc2',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
header .main-menu td {
    width: auto;
    white-space: nowrap;
    text-align: center;
    position: relative;
}
header .main-menu td:first-of-type {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}
header .main-menu td:last-of-type {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}
header .main-menu td.active, header .main-menu td:hover {
    background: #2288c6; /* Old browsers */
    background: -moz-linear-gradient(top, #2288c6 0%, #1474b0 50%, #086caa 51%, #005b93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2288c6), color-stop(50%,#1474b0), color-stop(51%,#086caa), color-stop(100%,#005b93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2288c6 0%,#1474b0 50%,#086caa 51%,#005b93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2288c6 0%,#1474b0 50%,#086caa 51%,#005b93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2288c6 0%,#1474b0 50%,#086caa 51%,#005b93 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2288c6 0%,#1474b0 50%,#086caa 51%,#005b93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2288c6', endColorstr='#005b93',GradientType=0 ); /* IE6-9 */
}
header .main-menu .sep {
    width: 2px;
    font-size: 0.1em;
    background: url('../images/menu-sep.png') left top no-repeat;
}
header .main-menu td > a {
    text-transform: uppercase;
    color: white;
    color:  #ffffff;
    padding: 15px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
header .main-menu td ul {
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 50;
    list-style: none;
    padding: 0;
    width: 200px;
    text-align: left;
    border-top: 3px solid white;
    display: none;
}
header .main-menu td:last-of-type ul {
    right: 0;
    left: auto;
}
header .main-menu td ul.active {
    display: block;
}
header .main-menu td ul li {
    background-color: #76c24e;
    border-bottom: 1px solid #60b037;
    border-top: 1px solid #89cf6c;
}
header .main-menu td ul li:first-of-type {
    border-top: none;
}
header .main-menu td ul li:last-of-type {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
header .main-menu td ul li:hover {
    background: #4a9fd2; /* Old browsers */
    background: -moz-linear-gradient(top, #4a9fd2 0%, #2a8dc8 50%, #1b84c4 51%, #097ab3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a9fd2), color-stop(50%,#2a8dc8), color-stop(51%,#1b84c4), color-stop(100%,#097ab3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a9fd2 0%,#2a8dc8 50%,#1b84c4 51%,#097ab3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a9fd2 0%,#2a8dc8 50%,#1b84c4 51%,#097ab3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a9fd2 0%,#2a8dc8 50%,#1b84c4 51%,#097ab3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4a9fd2 0%,#2a8dc8 50%,#1b84c4 51%,#097ab3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9fd2', endColorstr='#097ab3',GradientType=0 ); /* IE6-9 */
}

header .main-menu td ul li a {
    color: #ffffff;
    font-size: 1.167em;
    padding: 12px 25px;
    display: block;
    background: url('../images/list-ico.png') 12px 19px no-repeat;
}
header .main-menu td ul img {
    position: absolute;
    top: -10px;
    left: 18px;
}
header .main-menu td:last-of-type ul img {
    left: auto;
    right: 18px;
}
header .menu {
    display: inline-block;
    margin-left: 56px;
}
header .menu .item {
    display: inline-block;
    position: relative;
    padding-right: 4px;
    background: url('../images/menu-sep.jpg') right 12px no-repeat;
}
header .menu .item:last-of-type {
    background: none;
}
header .menu .item > a {
    color:  #258bc9;
    font-size: 1.25em;
    text-decoration: underline;
    padding: 6px 19px;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
header .menu .item > a:hover, header .menu .item > a.active {
    color: white;
    text-decoration: none;
    background-color: #76c24e;
}
header .menu .item .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    width: 200px;
    z-index: 50;
}
header .menu .item ul {
    position: relative;
    top: 16px;
    list-style: none;
    padding: 0;
    width: 200px;
    text-align: left;
    border-top: 3px solid #76c24e;
}
header .menu .item:last-of-type .sub-menu ul {
    right: 0;
    left: auto;
}
header .menu .item .sub-menu.active {
    display: block;
}
header .menu .item ul li {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #fefefe;
}
header .menu .item ul li:first-of-type {
    border-top: none;
}
header .menu .item ul li:last-of-type {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
header .menu .item ul li a {
    color: #258bc9;
    font-size: 1.083em;
    padding: 12px 25px;
    display: block;
    background: url('../images/list-ico2.png') 12px 19px no-repeat;
}
header .menu .item ul li:hover a {
    color: #040404;
    text-decoration: underline;
}
header .menu .item img {
    position: absolute;
    top: 10px;
    left: 18px;
}
header .menu .item:last-of-type ul img {
    left: auto;
    right: 18px;
}
.device-menu {
    margin-bottom: 30px;
    display: none;
}
.device-menu .lvl1, .device-menu .menu-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    background: #298dc9; /* Old browsers */
    background: -moz-linear-gradient(top, #298dc9 0%, #127fc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#298dc9), color-stop(51%,#127fc2), color-stop(100%,#127fc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #298dc9 0%, #127fc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #298dc9 0%,#127fc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #298dc9 0%,#127fc2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #298dc9 0%,#127fc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298dc9', endColorstr='#127fc2',GradientType=0 ); /* IE6-9 */
}
.device-menu .menu-btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.device-menu .lvl1 {
    display: none;
    margin-bottom: 1px;
}
.device-menu .lvl1 > a, .device-menu .menu-btn > a {
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 15px 25px;
}
.device-menu .lvl1 ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.device-menu .lvl1 ul.active {
    display: block;
}
.device-menu .lvl1 ul li {
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    border-top: 1px solid #fefefe;
}
.device-menu .lvl1 ul li a {
    text-decoration: underline;
    display: block;
    padding: 15px 25px;
    text-transform: uppercase;
}
.device-menu .lvl1 ul li a:hover {
   text-decoration: none; 
}
.device-menu .lvl1 ul li:last-of-type {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
/* End header */

/* Footer */
.footer {
    background-color: #258bc9;
    padding: 38px 0 30px 0;
}
.footer .logo {
    color: white;
    font-size: 1.167em;
}
.footer .logo a {
    display: inline-block;
    margin-bottom: 5px;
}
.footer .contacts {
    color: #ffffff;
    font-size: 1.167em;
    padding: 0;
}
.footer .contacts p {
    margin-bottom: 6px;
    position: relative;
}
.footer .contacts p:first-of-type {
    font-weight: bold;
}
.footer .contacts p img {
    position: absolute;
    left: -20px;
    top: 2px;
}
.footer .contacts p:first-of-type img {
    top: 3px;
}
.footer .contacts a {
    color: #ffffff;
    text-decoration: underline;
}
.footer .contacts a:hover {
    text-decoration: none;
}
.foot-menu {
    list-style: none;
    padding: 0;
    text-align: right;
}
.foot-menu li {
    display: inline-block;
    background: url('../images/foot-sep.jpg') right 5px no-repeat;
    padding: 0 20px 0 19px;
}
.foot-menu li:last-of-type {
    background: none;
    padding-right: 0;
}
.foot-menu li a {
    color: #ffffff;
    font-size: 1em;
    text-decoration: underline;
}
.foot-menu li a:hover {
    text-decoration: none;
}
.foot-menu .right-col {
    text-align: right;
}
.footer .social {
    text-align: right;
    text-transform: uppercase;
    color: #c1e9ff;
    font-size: 1.083em;
    font-weight: 700;
    padding-top: 13px;
}
.footer .social img {
    margin-left: 2px;
    position: relative;
    top: -1px;
}
.footer .social img:first-of-type {
    margin-left: 10px;
}
/* End footer */


/***********************
Block styles
***********************/

.section-blocks .row a {
    display: block;
    width: 100%;
}
.section-blocks .row div {
    margin-bottom: 30px;
    height: 150px;
}
.section-blocks .row table {
    height: 150px;
    width: 300px;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.section-blocks .row table td:first-of-type {
    width: 130px;
    text-align: center;
}
.section-blocks .row table td:last-of-type {
    text-align: left;
}
.section-blocks .row table td img {
    margin: 0 auto;
}
.section-blocks .row div span {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-size: 1.833em;
    line-height: 1.182;
    text-align: left;
}
.section-blocks .block1 table {
    background: url('../images/block1-back.jpg') center top no-repeat;
}
.section-blocks .block2 table {
    background: url('../images/block2-back.jpg') center top no-repeat;
}
.section-blocks .block3 table {
    background: url('../images/block3-back.jpg') center top no-repeat;
}
.section-blocks .block4 table {
    background: url('../images/block4-back.jpg') center top no-repeat;
}
.section-blocks .block5 table {
    background: url('../images/block5-back.jpg') center top no-repeat;
}
.section-blocks .block6 table {
    background: url('../images/block6-back.jpg') center top no-repeat;
}
.icons3-list {
    margin-top: 20px;
    margin-bottom: 10px;
}
.icons3-list div.col-md-4 {
    position: relative;
    min-height: 80px;
    padding-left: 110px;
}
.icons3-list img {
    position: absolute;
    left: 15px;
    top: 0;
}
.icons3-list .name {
    color:  #258bc9;
    font-size: 1.667em;
    font-weight: 700;
    margin-bottom: 10px;
}
.icons3-list .desc {
    font-family: Arial;
    color: #191919;
    font-size: 1.167em;
    font-weight: 400;
}
.icons3-list .desc b {
    color: #000000;
}
.services .item {
    text-align: center;
    background-color: white;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 30px;
    padding-top: 25px;
}
.services .item img {
    margin-bottom: 20px;
}
.services .item .link {
    padding: 0 10px;
}
.services .item .link a {
    color:  #258bc9;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.333;
    text-decoration: underline;
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 47px;
    display: inline-block;
}
.services .item .info {
    color: #191919;
    font-size: 1em;
    padding: 15px 10px;
    min-height: 160px;
}
.services .item .price {
    background: #b5b5b5;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    color:  #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.333;
    font-family: 'Roboto Condensed', sans-serif;
}
.services .item .price table {
    margin: 0 auto;
}
.services .item .price table td {
    vertical-align: middle;
    height: 68px;
}
.services .item:hover .price {
    background: #ff613f;
}
.services .item:hover .link a {
    color: #000000;
}
.information .item {
    position: relative;
    min-height: 100px;
    margin-bottom: 30px;
}
.information .item img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}
.information .col-md-4 a {
    color: #258bc9;
    font-size: 1.167em;
    text-decoration: underline;
    display: inline-block;
    min-height: 40px;
    margin-bottom: 10px;
}
.information .col-md-4 a:hover {
    text-decoration: none;
}
.information .info {
    padding-left: 120px;
    color: #191919;
    font-size: 1.083em;
    padding-top: 10px;
}
.container.slider {
    padding-top: 40px;
}
.slider .slider-wrap .name {
    color: #191919;
    font-size: 1.75em;
}
.slider .slider-wrap .name span {
    color: #258bc9;
}
.slider .slider-wrap .text {
    color: #191919;
    font-size: 1.417em;
    margin-bottom: 30px;
}
.slider .slider-wrap table {
    width: 100%;
}
.slider .slider-wrap .slide-row .col-xs-6:first-of-type {
    padding-left: 50px;
}
.slider .slider-wrap .slide-row .col-xs-6:last-of-type {
    padding-right: 100px;
}
.slider .slider-wrap th {
    color: #191919;
    font-size: 1.333em;
    font-weight: 700;
    border-bottom: 3px solid #81c65d;
    padding-bottom: 10px;
}
.slider .slider-wrap th img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.slider .slider-wrap th:first-of-type {
    padding-left: 20px;
}
.slider .slider-wrap th:last-of-type {
    width: 120px;
    text-align: center;
}
.slider .slider-wrap td:first-of-type {
    padding-top: 20px;
    color:  #191919;
    font-size: 1.083em;
    background-color: #f8fafd;
    padding-left: 20px;
}
.slider .slider-wrap td:last-of-type {
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
}
.slider .slider-wrap td:last-of-type p {
    color:  #ff613f;
    font-size: 1.083em;
    font-weight: 700;
    padding-left: 20px;
}
.slider .slider-wrap tr {
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.slider .slider-wrap tr:first-of-type {
    border: none;
}
.slider .slider-wrap tr:last-of-type {
    border-bottom: 1px solid #f0f0f0;
}
.slider .slider-wrap td p {
    border-bottom: 1px dotted #7f7f7f;
    margin: 0;
    padding-bottom: 15px;
}
.slider .slider-wrap tr:last-of-type td p {
    border: none;
}
.slider .left-arrow-new, .slider-resp .left-arrow-new {
    position: absolute;
    width: 40px;
    height: 40px;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    left: 15px;
}
.slider .left-arrow, .slider-resp .left-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #258bc9 url('../images/arrow-left.png') center center no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    left: 15px;
}
.slider .right-arrow-new, .slider-resp .right-arrow-new {
    position: absolute;
    width: 40px;
    height: 40px;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    right: 15px;
}
.slider .right-arrow, .slider-resp .right-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #258bc9 url('../images/arrow-right.png') center center no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    right: 15px;
}
.slider .left-arrow:hover, .slider .right-arrow:hover  {
    background-color: #81c65d;
}
.slider .slider-wrap .item {
    display: none;
}
.slider .slider-wrap .item.active {
    display: block;
}
.slider-resp {
    padding: 0 30px;
}
.slider-resp .item {
    float: left;
    width: 33.33333%;
    display: none !important;
}
.slider-resp .item.active {
    display: block !important;
}
.slider-resp .item a {
    display: block;
    padding: 0 50px;
    text-align: center;
}
.slider-resp .item img {
    width: 100%;
    box-shadow: 0 1px 5px #e8e8e8;
    -webkit-box-shadow: 0 1px 5px #e8e8e8;
}
.slider-resp .left-arrow {
    left: 0;
    background: #81c65d url('../images/arrow-left.png') center center no-repeat;
}
.slider-resp .right-arrow {
    right: 0;
    background: #81c65d url('../images/arrow-right.png') center center no-repeat;
}
.slider-resp .left-arrow:hover, .slider-resp .right-arrow:hover  {
    background-color: #258bc9;
}
.banners .slider-resp {
    padding: 0;
}
.banners .slider-resp .item {
    width: 100%;
}
.banners .slider-resp .item a {
    display: block;
    padding: 0;
}
.banners .slider-resp .item img {
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
}
.banners .slider-resp .left-arrow, .banners .slider-resp .right-arrow  {
    bottom: 26%;
    top: auto;
}
.banners.min .left-arrow, .banners.min .slider-resp .right-arrow {
    bottom: 35%;
}
.banners .slider-resp .left-arrow {
    left: 20px;
}
.banners .slider-resp .right-arrow {
    right: 20px;
}
.green-icons .text {
    line-height: 1.467;
    margin-top: 10px;
}
.clients .logo {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #eff2f5;
    margin: 5px 0 10px 0;
}
.clients .review a {
    color: #258bc9;
    font-size: 1.167em;
    font-weight: 400;
    line-height: 1.714;
}
.clients .review img {
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.clients .col-md-3 {
    margin-bottom: 30px;
}
.clients .all-clients span {
    border: 1px solid #dee3e6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 13px 50px;
    display: inline-block;
    margin: 10px 0 40px 0;
    color: #258bc9;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.6;
}
.clients .green .title {
    background-color: #76c24e;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    color: white;
    font-size: 1.4em;
    width: 100%;
    padding: 17px 10px;
}
.clients .green .logo {
    margin-top: 0;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
  filter: none;
}

.clients .green .logo:hover {
  filter: grayscale(100%);
}


.clients .green .text {
    font-size: 1.1em;
}
.clients .green .text .item {
    position: relative;
    padding-right: 20px;
    text-align: left;
    border-bottom: 1px solid #e4e4e5;
    padding: 9px 0;
}
.clients .green .text .item:first-of-type {
    padding-top: 0;
}
.clients .green .text .item:last-of-type {
    padding-bottom: 0;
    border: none;
}
.clients .green .text .item .num {
    position: absolute;
    right: 0;
}
.clients .review-text {
    background: #f8fafd url('../images/review-back.jpg') right bottom no-repeat;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 15px 20px;
    text-align: left;
    font-style: italic;
    color: black;
    font-size: 1.1em;
}
.clients .dark .title  {
    background-color: #345160;
    margin-bottom: 0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    color: white;
    font-size: 1.25em;
    width: 100%;
    font-weight: normal;
    padding: 17px 10px;
}
.clients .dark a {
    color: white;
}
.clients .dark .title img {
    margin-left: 5px;
}
.clients .dark .logo {
    margin-bottom: 0;
    border-bottom: 0;
}
.order input.text {
    color: #9da6b2;
    font-size: 1.167em; 
    border: 1px solid #eef2f6;
    padding: 7px 10px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: white;
    resize: none;
    border-bottom: 1px solid #f6f9fc;
    border-left: 1px solid #f3f6fa;
    border-right: 1px solid #f3f6fa;
}
#amount {
    background: transparent;
    width: 1px;
}
.order .wrap {
    margin-bottom: 0 !important;
}
.order .wrap input.text {
    margin-bottom: 20px;
}
.order .border {
    background-color: white;
    box-shadow: 0 1px 5px #e8e8e8;
    -webkit-box-shadow: 0 1px 5px #e8e8e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.order .border .head {
    background: #7ec658 url('../images/green-head-form.jpg') center top no-repeat;
    padding: 25px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.order .border h2 {
    color: #ffffff;
    font-size: 2.083em;
    font-weight: 700;
    margin: 0;
}
.order form {
    padding: 30px 40px;
    background: #258bc9 url('../images/blue-form-rep.jpg') center top no-repeat;
}
.order form .row {
    margin-bottom: 20px;
}
.order .border .row:last-of-type {
    text-align: center;
}
.order form .row:last-of-type {
    margin: 0;
    padding-top: 10px;
}
.order #slider-range-max {
    background-color: white;
    height: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.order .ui-slider-horizontal .ui-slider-range-max {
    background-color: white;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    right: -1px;
}

.order .ui-slider-horizontal .ui-slider-handle {
    width: 200px;
    padding-top: 30px;
    outline: none;
    cursor: pointer;
    top: -5px;
    margin-left: -100px;
    color: white;
    font-size: 1.667em;
    text-align: center;
    font-weight: 700;
    background: url('../images/ico-polz.png') center top no-repeat;
}
.order .ui-slider-horizontal .ui-slider-handle span {
}
.order .polz {
    position: relative;
}
.order .polz .text {
    color: white;
    font-size: 1.083em;
}
.order .polz .text:first-of-type {
    float: right;
}
.order .upload-file {
    color: #abdfff;
    font-size: 1.083em;
    position: relative;
    padding-left: 34px;
    display: inline-block;
    line-height: 1.538;
}
.order .upload-file img {
    position: absolute;
    left: 0;
    top: 6px;
}
.order .row:last-of-type .text {
    color: #868e99;
    font-size: 1.333em;
    text-align: center;
    padding-top: 30px;
}
.project-group {
    padding-bottom: 50px;
}
.project-group h2 {
    margin-bottom: 40px;
}
.project-group div {
    text-align: center;
}
.project-group img {
    margin-bottom: 10px;
}
.project-group .name {
    color: #191919;
    font-size: 1.333em;
    height: 45px;
}
.info-num div span {
    display: table-cell;
}
.info-num div span:first-of-type {
    font-family: 'Roboto Condensed', sans-serif;
    color:  #191919;
    font-size: 4.167em;
    font-weight: 700;
}
.info-num div span:last-of-type {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    color: #191919;
    font-size: 1.167em;
    width: 100%;
}
.info-num div.info {
    margin-top: 10px;
    padding: 0 32px;
}
.questions form {
    background: #248ac8 url('../images/blue-head-form.jpg') center top no-repeat;
    box-shadow: 0 1px 5px #e8e8e8;
    -webkit-box-shadow: 0 1px 5px #e8e8e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px;
}
.questions input.text {
    color: #9da6b2;
    font-size: 1.167em; 
    border: 1px solid #eef2f6;
    padding: 7px 10px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: white;
    resize: none;
    border-bottom: 1px solid #f6f9fc;
    border-left: 1px solid #f3f6fa;
    border-right: 1px solid #f3f6fa;
}
.questions .btn-primary {
    color:  #fefefe;
    font-size: 1em;
    padding: 9px 30px;
    width: 100%;
}
.questions .row.info:last-of-type .text {
    color: #868e99;
    font-size: 1.333em;
    text-align: center;
    padding-top: 30px;
}
.feedback {
    min-height: 362px;
    background: #1b445d url('../images/feedback-back.jpg') center top no-repeat;
    padding: 45px 0 40px 0;
}
.feedback form {
    background: #ff7d57 url('../images/red-head-form.jpg') center top no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.feedback form .head {
    padding: 25px 0 20px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    color:  #ffffff;
    font-size: 1.5em;
    font-weight: 700;
}
.feedback form .wrap {
    padding: 5px 25px 25px 25px;
    text-align: center;
}
.feedback form input.text {
    color: #9da6b2;
    font-size: 1.167em; 
    border: 1px solid #eef2f6;
    padding: 7px 10px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: white;
    resize: none;
    border-bottom: 1px solid #f6f9fc;
    border-left: 1px solid #f3f6fa;
    border-right: 1px solid #f3f6fa;
    margin-bottom: 25px;
    display: inline-block;
}
.feedback form .btn-primary {
    font-size: 1em;
    padding: 10px 20px;
}
.feedback .text-wrap div {
    color: #ffffff;
    font-size: 1.417em;
}
.feedback .text-wrap div:first-of-type {
    font-size: 2.333em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.25;
}
.feedback .text-wrap div:last-of-type {
    color: #ffffff;
    font-size: 1.333em;
    font-style: italic;
    margin-top: 70px;
    text-align: right;
}
.feedback .text-wrap div:last-of-type p {
    width: 70%;
    display: inline-block;
}
.blue-form-wrap {
    min-height: 373px;
    position: relative;
}
.blue-form-wrap.head-2col {
    min-height: 400px;
}
.blue-form {
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    right: 0;
    position: absolute;
    z-index: 50;
    max-width: 307px;
    background: #258bc9 url('../images/blue-form-back.jpg') center bottom no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.blue-form .head {
    background: #7ec658 url('../images/green-head-form.jpg') center top no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #8ad564;
}
.blue-form .wrap {
    padding: 0 20px 15px 20px;
    border-top: 1px solid #0a7abf;
}
.blue-form .btn-primary {
    font-size: 1em;
}
.blue-form .section {
    margin-top: 15px;
}
.blue-form .section input, .blue-form .section textarea {
    color: #9da6b2;
    font-size: 1.167em;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    resize: none;
    background-color: #f8fafd;
    padding: 9px 10px;
    border: 0;
}
.blue-form .section textarea {
    height: 75px;
}
.blue-form label {
    color: white;
    font-size: 1.167em;
    font-weight: normal;
    margin-bottom: 7px;
}
.blue-form .popup-block {
    display: none;
}
.blue-form .popup-link {
    text-align: center;
    padding: 15px 0;
}
.blue-form .popup-link a {
    color: white;
    font-size: 1.167em;
    border-bottom: 1px dashed white;
    display: inline-block;
    padding-bottom: 1px;
}
.blue-form .popup-link a span, .blue-form .popup-link a img {
    display: none;
}
.blue-form .popup-link a .active {
    display: inline;
}
.blue-form .popup-link img {
    margin-left: 7px;
    position: relative;
    top: -1px;
}
.blue-form .btn.file {
    position: relative;
    z-index: 2;
}
.blue-form input[type=file]{
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 1px;
    left: 50%;
    top: 30px;
    opacity: 0;
}
.blue-form .sub-text {
    text-align: center;
    color: #a2dff8;
    font-style: italic;
    font-size: 1.2em;
    position: relative;
    left: -20px;
    top: -7px;
}
.blue-form .sub-text img {
    margin-right: 10px;
}
.blue-form .sub-text span {
    position: relative;
    top: 13px;
}
.img-list .ico {
    margin-top: 5px;
    width: 140px;
    height: 140px;
    float: left;
}
.img-list .ico .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.img-list .text {
    padding-left: 160px;
    min-height: 140px;
}
.img-list .name-item {
    font-weight: bold;
    font-size: 1.1em;
}
.img-list .col-xs-12 {
    margin-bottom: 25px;
}
.img-list .col-xs-12:last-of-type {
    margin-bottom: 0;
}
.flow-left {
    float: left;
    margin-right: 20px;
}
.img-list2 {
    min-height: 100px;
}
.img-list2 .ico {
    margin-top: 5px;
    width: 100px;
    height: 100px;
    float: left;
}
.img-list2 .ico .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.img-list2 .text {
    padding-left: 120px;
}
.img-list2 .name-item {
    font-weight: bold;
    font-size: 1.1em;
}
.img-list2 .col-xs-12 {
    margin-bottom: 25px;
}
.img-list2 .col-xs-12:last-of-type {
    margin-bottom: 0;
}
.team .col-sm-6 {
    height: 350px;
}
.team .col-sm-6 img, .team .item img {
    margin-bottom: 15px;
    height: 260px;
}
.team .col-sm-6 .name, .team .item .name {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
}
.team .col-sm-6 .post, .team .item .post {
    font-size: 1.3em;
    color: black;
}
.team .item {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}
.team .item img {
    width: auto !important;
}
.team .all-team span {
    border: 1px solid #dee3e6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 13px 50px;
    display: inline-block;
    margin: 10px 0 40px 0;
    color: #258bc9;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.6;
}
.team .slider-resp .left-arrow {
    left: 50%;
    margin-left: -43px;
    top: auto;
    bottom: -60px;
}
.team .slider-resp .right-arrow {
    right: 50%;
    margin-right: -43px;
    top: auto;
    bottom: -60px;
}
.red-block {
    position: relative;
    background-color: #ff7851;
    color: white;
    font-size: 1.2em;
    text-align: center;
    padding: 20px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.red-block .big-text {
    font-size: 1.55em;
    font-weight: bold;
    line-height: 1.2em;
}
.red-block img {
    position: absolute;
    left: -21px;
    top: 20px;
}
.green-ico {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.green-ico li {
    background: url('../images/ico-green2.png') left 5px no-repeat !important;
    padding-left: 25px !important;
    margin-bottom: 20px;
}
.green-ico.margin10 li {
    margin-bottom: 10px;
}
.green-ico li:last-of-type {
    margin-bottom: 0 !important;
}
.seo-img {
    width: 100%;
}
.red-block2 {
    background: url('../images/red-block-back.jpg') left center no-repeat;
    min-height: 96px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 306px;
    float: right;
}
.red-block2.rightimg {
    background: url('../images/red-block-back-right.jpg') left center no-repeat;
    float: none;
}
.red-block2 table {
    color: white;
    font-size: 1.2em;
    line-height: 1.7em;
    position: relative;
    left: 35px;
    top: 10px;
}
.red-block2.rightimg table {
    left: 15px;
    text-align: left;
}
.red-block2 table tr td {
    vertical-align: bottom;
}
.red-block2.rightimg table tr td:first-of-type {
    text-align: left;
}
.red-block2 table tr td:first-of-type {
    font-size: 1.2em;
    text-align: right;
    padding-right: 10px;
}
.red-block2 table tr:first-of-type td:last-of-type {
    font-size: 1.3em;
    font-weight: bold;
}
.red-block2 table tr td span {
    font-size: 1.2em;
}
.red-block2.min-height {
    min-height: 74px;
}
.red-block2.min-height table {
    top: 23px;
}
.red-num2 .green-ico {
    margin: 0 !important;
}
.red-num2 .green-ico li {
    margin-bottom: 10px;
}
.ico-block {
    min-height: 169px;
    margin-bottom: 30px;
}
.ico-block .text {
    padding-left: 199px;
}
.ico-block .img-wrap {
    float: left;
}
.questions-list img {
    float: left;
}
.questions-list .text {
    padding-left: 50px;
    padding-top: 5px;
}
.questions-list .col-xs-12 {
    margin-bottom: 20px;
}
.star-list img {
    float: left;
    margin-top: 10px;
}
.star-list .text {
    padding-left: 29px;
    padding-top: 5px;
}
.star-list .col-xs-12 {
    margin-bottom: 20px;
}
.ico-green-list img {
    float: left;
}
.ico-green-list .text {
    padding-left: 42px;
    padding-top: 4px;
}
.ico-green-list .col-xs-12 {
    margin-bottom: 20px;
}
.blue-block {
    background: #0086c5 url('../images/blue-block-back.jpg') center bottom no-repeat;
    padding: 30px 0;
}
.blue-block.link {
    padding: 30px 0 10px 0;
}
.blue-block h2 {
    color: white;
    font-size: 2.5em;
    margin: 0 0 10px 0;
}
.blue-block p {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0;
    line-height: 1.7em;
}
.blue-block.link .btn-primary {
    position: relative;
    top: 34px;
    padding: 11px 50px;
}
.banners {
    margin-bottom: 45px;
}
.banners a {
    display: block;
}
.banners img {
    width: 100%;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.tariff-plan .wrap {
    width: 215px;
    min-height: 198px;
    margin: 0 auto 40px auto;
    padding-top: 27px;
}
.tariff-plan .plan1 {
    background: url('../images/img1.png') center top no-repeat;
}
.tariff-plan .plan2 {
    background: url('../images/img2.png') center top no-repeat;
}
.tariff-plan .plan3 {
    background: url('../images/img3.png') center top no-repeat;
}
.tariff-plan .plan4 {
    background: url('../images/img4.png') center top no-repeat;
}
.tariff-plan .post {
    height: 70px;
    width: 215px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 1.4em;
}
.tariff-plan .price {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 22px;
}
.tariff-table table {
    width: 100%;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    overflow: hidden;
    border-collapse: separate;
}
.tariff-table table tr:first-of-type {
    background-color: #fe775a;
}
.tariff-table table tr th, .tariff-table table tr td {
    color: white;
    font-size: 1.1em;
    padding: 13px 20px;
    border-collapse: separate;
}
.tariff-table table tr th:last-of-type {
    text-align: center;
}
.tariff-table table tr td:first-of-type {
    background-color: #f8fafd;
    color: black;
}
.tariff-table table tr td:last-of-type {
    background-color: #edf2f8;
    color: #7389a5;
    text-align: center;
}
.tariff-table table tr td:first-of-type {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eef1f5;
}
.tariff-table table tr td:last-of-type {
    border-top: 1px solid #f3f6fb;
    border-bottom: 1px solid #e5ecf4;
}
.tariff-table table tr:last-of-type td {
    border-bottom: 0;
}
.block24 img {
    float: left;
}
.block24 div {
    padding-left: 84px;
    font-size: 1.3em;
    font-weight: bold;
    color: black;
    line-height: 1.6em;
    padding-top: 5px;
    margin-top: 40px;
}
.grey-arrow {
    margin-left: 10px;
    margin-top: 50px;
}
.grafik img {
    width: 100%;
}
.grafik .title {
    font-size: 1.5em;
    margin-top: 60px;
}
.grafik .red-text {
    color: #f14311;
    font-size: 1.4em;
    margin-top: 30px;
}
.grafik .red-text p {
    margin-bottom: 8px;
}
.green-icons2 h3 {
    margin-bottom: 20px;
}
.green-icons2 .row:first-of-type {
    padding-bottom: 25px;
}
.green-icons2 .row:first-of-type p {
    font-size: 1.4em;
    font-weight: bold;
    color: black;
    margin-bottom: 6px;
}
.green-icons2 .text {
    margin-top: 20px;
    margin-bottom: 30px;
}
.steps {
    margin-bottom: 40px;
}
.steps .col-xs-12 {
    padding: 0;
}
.steps table {
    background: url('../images/steps.jpg') center top no-repeat;
    min-height: 75px;
    width: 979px;
    margin: 0 auto;
}
.steps table td {
    width: 25%;
    text-align: center;
    font-size: 1.2em;
    color: black;
    vertical-align: top;
    padding-top: 16px;
}
.steps table th {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    height: 75px;
    vertical-align: middle;
    padding-top: 22px;
    padding-left: 80px;
    padding-right: 15px;
}
.step .img {
    text-align: center;
    width: 259px;
    margin: 0 auto;
}
.step .step1 {
    background: url('../images/step1.jpg') center top no-repeat;
}
.step .step2 {
    background: url('../images/step2.jpg') center top no-repeat;
}
.step .step3 {
    background: url('../images/step3.jpg') center top no-repeat;
}
.step .step4 {
    background: url('../images/step4.jpg') center top no-repeat;
}
.step .th {
    color: white;
    text-align: center;
    padding-left: 80px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 1.1em;
    height: 75px;
    vertical-align: middle;
    width: 259px;
    display: table-cell;
    padding-top: 22px;
}
.step .info {
    text-align: center;
    font-size: 1.2em;
    color: black;
    padding-top: 16px;
    height: 76px;
    margin-bottom: 20px;
}
.table-dark-head {
    width: 100%;
    margin-bottom: 20px;
}
.table-dark-head .col2, .table-dark-head .col3, .table-dark-head .col4 {
    width: 20%;
    text-align: center;
}
.table-dark-head .col2 {
    background-color: #f8fafd;
}
.table-dark-head .col3 {
    background-color: #f1f4f9;
}
.table-dark-head .col4 {
    background-color: #e8eef6;
}
.table-dark-head th {
    text-align: center;
    padding: 8px;
    color: white;
    font-size: 1.2em;
    font-weight: normal;
}
.table-dark-head th:first-of-type {
    font-size: 1.3em;
    padding-left: 30px;
}
.table-dark-head th span {
    font-size: 1.1em;
    font-weight: bold;
}
.table-dark-head th:first-of-type {
    text-align: left;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    overflow: hidden;
}
.table-dark-head th:last-of-type {
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    overflow: hidden;
}
.table-dark-head tr {
    border-left: 1px solid #e8eef6;
    border-right: 1px solid #e8eef6;
}
.table-dark-head tr:first-of-type {
    background-color: #345160;
    border: none;
}
.table-dark-head tr:last-of-type td {
    border-bottom: 1px solid #e8eef6;
}
.table-dark-head td {
    vertical-align: middle;
}
.table-dark-head tr td:first-of-type {
    padding: 0 20px;
}
.table-dark-head tr td:first-of-type p {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e8eef6;
    color: #345160;
    font-size: 1.2em;
    font-weight: bold;
}
.table-dark-head tr:last-of-type td p {
    border: none;
}
.table-with-arrows table {
    width: 100%;
    font-size: 1.25em;
    color: black;
}
.table-with-arrows .width-resp {
    width: 17%;
    padding: 0 15px;
    text-align: center;
    vertical-align: top;
}
.table-with-arrows.visible-xs.min {
    display: none;
}
.table-with-arrows .width-resp img {
    margin-bottom: 10px;
}
.table-with-arrows.min {
    display: none;
}
.pdng-tp70 {
    padding-top: 70px !important;
}
.table-with-arrows .sep {
    position: relative;
}
.table-with-arrows .sep img {
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 38px;
}
.num-list {
    font-size: 1.25em;
    color: black;
    font-weight: bold;
    text-align: center;
}
.num-list span {
    display: block;
    color: #2e9bd1;
    font-size: 2.5em;
    margin-bottom: 5px;
}
.num-list .col-xs-6 {
    min-height: 122px;
}
.grey-cols2 .head {
    text-align: center;
    border-bottom: 1px solid #e7ecf4;
    color: #258bc9;
    font-size: 1.7em;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}
.grey-cols2 .green-ico {
    border-top: 1px solid white;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.grey-cols2 .block-wrap {
    background-color: #f8fafd;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-bottom: 20px;
    height: 100%;
    margin-bottom: 20px;
}
.example-block img {
    width: 100%;
    border: 5px solid #f5f7fb;
}
.example-block .col-xs-12 {
    margin-bottom: 20px;
    text-align: center;
}
.tariff-create .col-xs-12 {
    margin-bottom: 30px;
}
.tariff-create .head {
    background: #7ec658 url('../images/green-head-form.jpg') center top no-repeat;
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 70px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.tariff-create .days {
    background: url("../images/tariff-days.png") center top no-repeat;
    font-weight: normal;
    font-size: 0.8em;
    text-transform: none;
    padding-top: 7px;
    position: absolute;
    width: 195px;
    left: 50%;
    margin-left: -97.5px;
    height: 28px;
    bottom: -10px;
}
.tariff-create .sert {
    position: relative;
}
.tariff-create .sert .sert-ico {
    position: absolute;
    bottom: -15px;
    right: 0;
    z-index: 5;
}
.tariff-create .sert .days {
    background: url("../images/tariff-days-sert.png") center top no-repeat;
}
.tariff-create .list {
    padding: 30px 0 20px 0;
    background-color: #edf2fa;
    border-bottom: 1px solid #e2e8f2;
}
.tariff-create .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 22px;
    color: #191919;
    font-size: 1.1em;
}
.tariff-create .list ul li {
    background: url("../images/ico-green-arrow-small.png") left 6px no-repeat;
    padding-left: 18px;
    margin-bottom: 15px;
}
.tariff-create .list ul li:last-of-type {
    margin-bottom: 0;
}
.tariff-create .price {
    background-color: #edf2fa;
    border-bottom: 1px solid #e2e8f2;
    border-top: 1px solid white;
    padding: 15px 22px;
    font-size: 1.6em;
    font-weight: bold;
    color: black;
}
.tariff-create .price a {
    font-size: 0.7em;
    font-weight: normal;
    float: right;
    position: relative;
    top: 5px;
}
.tariff-create .button {
    background-color: #edf2fa;
    border-top: 1px solid white;
    text-align: center;
    padding: 20px 22px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
.tariff-create .button a {
    padding: 7px 40px;
    font-size: 1.1em;
    min-width: 0;
    position: relative;
    z-index: 5;
}

.review .title{
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    color: white;
    font-size: 1.4em;
    width: 100%;
    padding: 17px 10px;
    background-color: #76c24e;
    line-height: 40px;
}

.review .logo{
    margin-bottom: 10px;
}

@media (min-width: 1200px){
    .block_3 .col-lg-3{
        width: 33%;
    }
}

.action-num{
    background: #F9FAFE;
    border-top: 1px solid #CBCDCC;
    border-bottom: 1px solid #CBCDCC;
    margin-bottom: 30px;
    position: relative;
}

.action-num:after {
    content: "";
    background: url("/images/present.png");
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.action-num ul{
    padding-left: 30px;
}

.action-num .text{
        line-height: 50px;
        font-weight: bold;
}

.gift{
    margin-bottom: 30px;
}

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

.gift_box {
    text-align: center;
        position: relative;
    line-height: 100px;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    margin: 10px auto;
    background: #5daa35;
    background: -moz-linear-gradient(top, #5daa35 0%, #69b641 49%, #72bb4d 50%, #84c860 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5daa35), color-stop(49%,#69b641), color-stop(50%,#72bb4d), color-stop(100%,#84c860));
    background: -webkit-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    background: -o-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    background: -ms-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    background: linear-gradient(to bottom, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5daa35', endColorstr='#84c860',GradientType=0 );
}

.gift_box_wrap {
    display: flex;
    justify-content: center;
}

.gift_box_wrap > .gift_box{
    margin: 10px 20px;
}

.gift_box:after {
    content: "";
    background: url("/images/sugrob.png") 30px 76px;
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#action_form{
        background: #ff7d57 url('../images/red-head-form.jpg') center top no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 400px;
        padding: 5px 25px 25px 25px;
        margin: 30px auto;
}

.form-gift-text-top, .form-gift-text-bottom{
    padding: 25px 0 20px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
}

.gift-form-hidden{
    display: none;
}

.gift_num{
    text-align: center;
}

.gift-form-hidden .conc{
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
        margin: 20px 0;
}

.prize {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prize_desc {
    width: 60%;
    font-weight: 700;
    color: #FFF;
    font-size: 1.2em;
}

.gift-form-other div.text{
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
        margin: 20px 0;
}

.gift-form-other input{
    margin-bottom: 25px!important;
}

.example-block div:first-child:before{
        content: "";
    background: url("/images/c96431246f2e80d45f81b1de74f45ef9.jpg");
    position: absolute;
    height: 16px;
    width: 82px;
    top: 20px;
    left: 30px;
}

.example-block div:first-child{
    position: relative;
}

.ul-in-action{
    position: relative;
}

/*.ul-in-action:after{
       content: "";
    background: url("/images/a568568jjjfdgdfgdfg.png");
    position: absolute;
    height: 75px;
    width: 224px;
    right: 0;
    bottom: 0px;
    opacity: 0.1;
}*/

.postin{
    position: absolute;
    opacity: 0.2;
    /*right: 0;*/
        top: 10px;
}



p.code_error {
    margin-bottom: 0px;
    color: #000000;
    font-weight: bold;
}

a.new-year-link {
    display: inline-block;
    margin-right: 56px;
    width: 200px;
    height: 35px;
    /* text-align: center; */
    line-height: 35px;
    background: #FF613F;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

.new-year-action-block:before {
    content: "";
    background: url("/images/sugrob.png");
    position: absolute;
    height: 30px;
    width: 200px;
    left: 0px;
    bottom: 0px;
    background-size: 166px;
}

.new-year-action-block:hover{
        background: rgb(243, 49, 7);
        border-radius: 5px;
}

.new-year-action-block span{
    padding-right: 15px;
        font-size: 14px;
}

.new-year-action-block:after {
    content: "";
    background: url("/images/snow-top-action.png");
    position: absolute;
    width: 90px;
    height: 38px;
    background-size: 41px;
    top: 8px;
    left: 8px;
    background-repeat: no-repeat;
}

.photo_square_div{
    height: 195px; 
    width: 195px; 
    overflow: hidden;
    margin: 0 1px 1px 0;
}

.photo_square_div img{
	 filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.team_square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                        justify-content: center;

}

.team_name_square{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.team_name_square:hover{
	color: #258bc9;
}

.team_name_square:before{
	content: "";
	width: 118px;
	height: 70px;
	position: absolute;
	top: 0;
	background: url(../images/team_name_square_before.png) no-repeat;
}

.yellow_team_name{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fed26a+25,dd902e+86,dd902e+86 */
background: #fed26a; /* Old browsers */ /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fed26a 25%,#dd902e 86%,#dd902e 86%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, #fed26a 25%, #dd902e 86%, #dd902e 86%);
background: linear-gradient(135deg,  #fed26a 25%,#dd902e 86%,#dd902e 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed26a', endColorstr='#dd902e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.yellow_team_name:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 16px;
    right: -14px;
    top: 79px;
    border-color: transparent transparent transparent #E49D3A;
        z-index: 999;
}

.orange_team_name{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fba062+49,d85527+100 */
	background: #fba062; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fba062 49%,#d85527 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(315deg, #fba062 49%, #d85527 100%);
	background: linear-gradient(135deg,  #fba062 49%,#d85527 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba062', endColorstr='#d85527',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.orange_team_name:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 16px;
    right: -14px;
    top: 79px;
    border-color: transparent transparent transparent #E97A44;
        z-index: 999;
}

.blue_team_name{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75d4ee+49,34bec6+100 */
	background: #75d4ee; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #75d4ee 49%,#34bec6 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(315deg, #75d4ee 49%, #34bec6 100%);
	background: linear-gradient(135deg,  #75d4ee 49%,#34bec6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75d4ee', endColorstr='#34bec6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.blue_team_name:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 16px;
    right: -14px;
    top: 79px;
    border-color: transparent transparent transparent #54C8D9;
        z-index: 999;
}

.purple_team_name{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8180d2+49,5863b4+100 */
	background: #8180d2; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #8180d2 49%,#5863b4 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(315deg, #8180d2 49%, #5863b4 100%);
	background: linear-gradient(135deg,  #8180d2 49%,#5863b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8180d2', endColorstr='#5863b4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.purple_team_name:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 16px;
    right: -14px;
    top: 79px;
    border-color: transparent transparent transparent #6D72C3;
        z-index: 999;
}

.team_item_desc {
    position: absolute;
    top: 0;
    width: 195px;
    height: 195px;
    text-align: center;
    background: rgba(29, 47, 58, 0.9);
    display: none;
}

p.team_item_desc_name {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    width: 190px;
}

p.team_item_desc_pos {
    color: #FFF;
    font-size: 15px;
    width: 165px;
}

.photo_square_div:hover .team_item_desc{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.departament_filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.dep-filter-item.type_switch {
    color: #258bc9;
    font-size: 17px;
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.dep-filter-item.type_switch span{
	border-bottom: 1px dashed;
}

.type_switch_active {
    background: #70ba4c;
    padding: 0 30px;
    border-radius: 30px;
    color: #FFF!important;
}
.type_switch_active span{
	border: none!important;
}

.stk-price{
    border-radius: 5px 5px 0 0;
}

.stk-price .footable-detail-row .stk-price{
    border-radius: 0!important;
}

.stk-price tr th{
    padding-left: 20px;
    color: #FFF;
    height: 60px;
    font-size: 17px;
    background: #345160;
    font-weight: normal;
    
}

.stk-price tr th:nth-child(1){
    border-radius: 5px 0 0 0;
    border-left: none;
}

.stk-price tr th:nth-child(4){
    border-radius: 0 5px 0 0;
    border-right: none;
}

.footable-detail-row .stk-price tr th:nth-child(1){
    border-radius: 0;
    border-left: none;
}

.footable-detail-row .stk-price tr th:nth-child(4){
    border-radius: 0;
    border-right: none;
}

.stk-price tbody tr{
    border-bottom: 1px solid #ebeff7;
}

.stk-price td{
    vertical-align: top;
    padding-top: 20px;
    padding-left: 20px;
    color: #191919;
    font-size: 14px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.stk-price{
    border-bottom: 1px solid #ebeff7;
    margin-bottom: 20px;
}

.footable-detail-row>td{
    padding-left: 0px;
    padding-top: 0px;
}

.footable-detail-row ul{
    padding-left: 0;
}

.stk-price th:nth-child(4), .stk-price th:nth-child(3){
    text-align: center;
}

.stk-price td:nth-child(2){
        max-width: 400px;
}

.stk-price td:nth-child(3){
        max-width: 250px;
}

.stk-price td:nth-child(4){
    background: #f1f4f9;
    font-weight: bold;
    font-size: 15px;
    color: #191919;
    text-align: center;
}

.stk-price td:nth-child(3){
    font-size: 15px;
    text-align: center;
}

.stk-price td:nth-child(3), .stk-price td:nth-child(2){
    background: #f8fafd;
}

.stk-price td:nth-child(1){
    border-left: 1px solid #e8eef6;
	width:25%;
}
.stk-price td:nth-child(1) p{
    font-size:small;
}

.stk-price-new td:nth-child(1) {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.075em;
}

.stk-price td ul{
    list-style-type: none;
}

.stk-price td ul li{
    position: relative;
}

.stk-price td ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #2993d3;
    position: absolute;
    left: -13px;
    top: 8px;

}

a.name_price {
    display: block;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 15px;

}

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

.button_price {
    display: block;
    border-radius: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    background: #84c860;
    background: -moz-linear-gradient(top, #84c860 0%, #72bb4d 50%, #69b641 51%, #5daa35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84c860), color-stop(50%,#72bb4d), color-stop(51%,#69b641), color-stop(100%,#5daa35));
    background: -webkit-linear-gradient(top, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%);
    background: -o-linear-gradient(top, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%);
    background: -ms-linear-gradient(top, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%);
    background: linear-gradient(to bottom, #84c860 0%,#72bb4d 50%,#69b641 51%,#5daa35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c860', endColorstr='#5daa35',GradientType=0 );

}

.button_price:hover {
    background: #5daa35;
    color: #FFF;
    background: -moz-linear-gradient(top, #5daa35 0%, #69b641 49%, #72bb4d 50%, #84c860 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5daa35), color-stop(49%,#69b641), color-stop(50%,#72bb4d), color-stop(100%,#84c860));
    background: -webkit-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    background: -o-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    background: -ms-linear-gradient(top, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    background: linear-gradient(to bottom, #5daa35 0%,#69b641 49%,#72bb4d 50%,#84c860 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5daa35', endColorstr='#84c860',GradientType=0 );
}

.fooicon{
    cursor: pointer;
        top: -10px;
    left: 0;
    font-size: 16px;
    color: #1B85C5;
    opacity: 1!important;
}

.context-tariff .head.rel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.context-tariff .list {
    display: flex;
    padding: 0!important;
    align-items: center;
}

.review-new-wrap {
    padding: 0 30px;
}

.review-new-item {
    text-align: center;
    padding: 25px!important;
}

.review-new-item .review-company {
    font-weight: bold;
    font-size: 18px;
    color: #282828;
}

.review-new-item .preview_images {
    margin: 15px 0 20px;
    position: relative;
    height: 249px;
}

.review-new-item .preview_images img {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 34px;
    left: -3px;
}

.review-new-item .preview_images:before {
    content: "";
    position: absolute;
    background: url("/bitrix/templates/stkpromo/images/baget.png") no-repeat;
    width: 202px;
    height: 249px;
    left: 15px;
    z-index: 1;
}

.review-new-item .full_images a {
    color: #258bc9;
    font-size: 1.167em;
    font-weight: 400;
    line-height: 1.714;
}

.review-new-item .full_images img {
    margin-right: 7px;
    position: relative;
    top: -1px;
    display: initial!important;
}

.review-new-item .full_images {
    position: relative;
}

.left-arrow.arrow_review_new{
        position: absolute;
    width: 40px;
    height: 40px;
    background: #258bc9 url(../images/arrow-left.png) center center no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    left: 15px;
}

.right-arrow.arrow_review_new{
        position: absolute;
    width: 40px;
    height: 40px;
    background: #258bc9 url(../images/arrow-right.png) center center no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    right: 15px;
}

.right-arrow.arrow_review_new:hover, .left-arrow.arrow_review_new:hover{
    background-color: #81c65d;
}

.choice__headline h2, .results__headline h2 {
    font-size: 20px;
    font-weight: 700;
    color: #258bc9
}
.choice {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8fafd
}

.choice__headline {
    margin-bottom: 34px
}

.choice__headline h2 {
    text-align: center
}

.choice__list {
    max-width: 480px;
    margin: 0 auto
}

.choice__item {
    margin-bottom: 45px
}

.choice__item-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%
}

.choice__item-wrap:after, .choice__item-wrap:before {
    display: table;
    content: ' '
}

.choice__item-wrap:after {
    clear: both
}

.choice__number {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: .63;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    color: #eef2f8
}

.choice__img {
    max-width: 50px;
    margin-bottom: 15px
}

.choice__text {
    float: left;
    max-width: 80%
}

.choice__text p, .choice__title {
    font-size: 14px;
    line-height: 1.4;
    color: #282828
}

.choice__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

@media screen and (min-width:768px) {
    .advantages-seo__headline h2, .choice__headline h2 {
        font-size: 30px
    }
    .choice {
        padding-top: 59px;
        padding-bottom: 50px
    }

    .choice__headline {
        margin-bottom: 54px
    }

    .choice__list {
        max-width: 100%;
        margin: 0
    }

    .choice__item {
        margin-bottom: 15px
    }

    .choice__item-wrap {
        width: 100%;
        max-width: 340px
    }

    .choice__item-wrap:after, .choice__item-wrap:before {
        display: table;
        content: ' '
    }

    .choice__item-wrap:after {
        clear: both
    }

    .choice__number {
        font-size: 148px
    }

    .choice__img {
        float: left;
        margin-right: 17px;
        margin-bottom: 0
    }

    .choice__text {
        float: left;
        max-width: 262px
    }

    .choice__text p {
        font-size: 16px;
        line-height: 1.5
    }

    .choice__title {
        font-size: 18px;
        line-height: 1.44
    }
}



body {font-family:'Roboto'}

.clear:after {
    display: table;
    clear: both;
    content: '';
}
.wrapper {
    margin: 0 auto;
    position: relative;
    width: 1100px;
}
.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.inline-box {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
    
.flexwrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}   

    .breadcrumbs2 {background:none;padding-bottom:20px}
    .bigform {background:#123348 url(../images/bigform.png) 50% 50% no-repeat;background-repeat:no-repeat;background-size:cover;padding:35px 0}
    .big_name {text-align:center;color:#fff}
        .big_name h1 {font-size:40;font-weight:300;color:#fff}
        .big_name h1 span {font-weight:700;text-transform:uppercase}
        .name2 {text-align:Center;color:#ffc734;font-weight:700;font-size:28px}
        
    .the_form {margin:25px 0;color:#fff}    
        .the_form .row {margin-bottom:30px}
        .the_form #politic_check:checked + label::before {background:#fff}
        .the_form #politic_check:checked + label::after {background: url(../images/checked2.png) no-repeat;}
        .the_form .politic label {color:#a9bdca}
        .the_form .politic label a{color:#fff;text-decoration:none;border-bottom:1px #fff solid}
        .the_form .file {padding-left:30px;background: url(../images/file.png) no-repeat;height:26px;line-height:26px}
        .the_form .file a {color:#fff;text-decoration:none;border-bottom:1px #fff dotted;font-size:16px}
        
    .seo_icos {margin:50px 0;text-align:center} 
        .ico_name {font-weight:700;font-size:24px;color:#258bc9;margin:10px 0}
        .ico_text {color:#282828;font-size:17px}
        
    .service_list .flex {flex-wrap:wrap;justify-content: space-between;}    
        .servoblock {width:30%;margin:20px 1%;text-align:center;border-radius:5px;background:#fff}
        .servo_white {padding:40px;color:#282828;font-size:16px;}
        .servoblock:hover .servo_white {box-shadow: 0px 5px 20px 0px rgba(180, 189, 201, 0.25);}
        .servo_text {margin:20px 0}
        .servo_price span {font-weight:700;font-size:24px}
        .servo_link a
            { background-image: -moz-linear-gradient( 90deg, rgb(223,231,241) 0%, rgb(236,243,250) 100%);
      background-image: -webkit-linear-gradient( 90deg, rgb(223,231,241) 0%, rgb(236,243,250) 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(223,231,241) 0%, rgb(236,243,250) 100%);
      box-shadow: 0px 1px 0px 0px rgba(180, 189, 201, 0.45);
            padding:12px 25px;border-radius:25px;display:inline-box;
            font-size:12px;font-weight:700;text-transform:uppercase;color:#606c7b
        }
        
        .servo_link a:hover{background-image: -moz-linear-gradient( 90deg, rgb(23,142,214) 0%, rgb(101,182,230) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(23,142,214) 0%, rgb(101,182,230) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(23,142,214) 0%, rgb(101,182,230) 100%);
  box-shadow: 0px 3px 7px 0px rgba(23, 137, 207, 0.35);color:#fff}
  
        .servoname {
            align-items: center;
            background:#77c14e;color:#fff;display:flex;padding:25px;font-size:20px;font-weight:bold;border-radius:5px 5px 0 0;
            background: -moz-linear-gradient(0deg, rgba(110,175,45,1) 0%, rgba(153,210,97,1) 50%, rgba(110,175,45,1) 99%, rgba(110,175,45,1) 100%); /* ff3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(110,175,45,1)), color-stop(50%, rgba(153,210,97,1)), color-stop(99%, rgba(110,175,45,1)), color-stop(100%, rgba(110,175,45,1))); /* safari4+,chrome */
            background: -webkit-linear-gradient(0deg, rgba(110,175,45,1) 0%, rgba(153,210,97,1) 50%, rgba(110,175,45,1) 99%, rgba(110,175,45,1) 100%); /* safari5.1+,chrome10+ */
            background: -o-linear-gradient(0deg, rgba(110,175,45,1) 0%, rgba(153,210,97,1) 50%, rgba(110,175,45,1) 99%, rgba(110,175,45,1) 100%); /* opera 11.10+ */
            background: -ms-linear-gradient(0deg, rgba(110,175,45,1) 0%, rgba(153,210,97,1) 50%, rgba(110,175,45,1) 99%, rgba(110,175,45,1) 100%); /* ie10+ */
            background: linear-gradient(90deg, rgba(110,175,45,1) 0%, rgba(153,210,97,1) 50%, rgba(110,175,45,1) 99%, rgba(110,175,45,1) 100%); /* w3c */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eaf2d', endColorstr='#6eaf2d',GradientType=1 ); /* ie6-9 */
        }
            .servoname img {margin-right:30px}
            .servoblock:hover .servoname {
                background: -moz-linear-gradient(0deg, rgba(238,159,43,1) 0%, rgba(252,209,88,1) 50%, rgba(238,159,44,1) 99%, rgba(238,159,44,1) 100%); /* ff3.6+ */
                background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238,159,43,1)), color-stop(50%, rgba(252,209,88,1)), color-stop(99%, rgba(238,159,44,1)), color-stop(100%, rgba(238,159,44,1))); /* safari4+,chrome */
                background: -webkit-linear-gradient(0deg, rgba(238,159,43,1) 0%, rgba(252,209,88,1) 50%, rgba(238,159,44,1) 99%, rgba(238,159,44,1) 100%); /* safari5.1+,chrome10+ */
                background: -o-linear-gradient(0deg, rgba(238,159,43,1) 0%, rgba(252,209,88,1) 50%, rgba(238,159,44,1) 99%, rgba(238,159,44,1) 100%); /* opera 11.10+ */
                background: -ms-linear-gradient(0deg, rgba(238,159,43,1) 0%, rgba(252,209,88,1) 50%, rgba(238,159,44,1) 99%, rgba(238,159,44,1) 100%); /* ie10+ */
                background: linear-gradient(90deg, rgba(238,159,43,1) 0%, rgba(252,209,88,1) 50%, rgba(238,159,44,1) 99%, rgba(238,159,44,1) 100%); /* w3c */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f2b', endColorstr='#ee9f2c',GradientType=1 ); /* ie6-9 */
            }
  
    .maintext {margin:50px 0}
    
    .seotable {margin:35px 0;color:#000;font-size:16px;line-height:26px;}
    .seotable_name {font-weight:700;font-size:18px;margin:0 0 10px}
        .seotable_icon {float:left;max-width:100%}
        .seotable_text {margin-left:120px}
        
        .case_pic {float:left;width:35%;text-align:center}
            .case_pic img {height:auto;max-width:100%}
            .case_picinfo {font-size:14px;color:#282828;min-height:40px;display:inline-block;vertical-align:top;padding-left:50px;background:url(../images/caser.png) 0 50% no-repeat;text-align:left;margin:25px;}
            .case_piclink {font-size:28px;font-weight:700}
            
        .case_table {float:right;width:35%}
            .case_table table {width:100%}
            .case_table table tr:first-child th {padding:10px 0;text-align:left;color:#282828;font-weight:700;font-size:14px;text-transform:uppercase}
            .case_table table tr td {padding:10px;}
            .case_table table tr td:first-child {color:#556873;font-size:14px;}
                .case_table table tr td:first-child span{border-bottom:1px #556873 dotted}
            .case_table table tr td+td{color:#fff;background:#76c24e;font:700 16px 'Roboto';text-align:center;width:50px}
            .case_table table tr {background:#f0f2f9}
            .case_table table tr:nth-child(2n+1) {  background: #fff;}
            .case_table table tr:first-child {background:none}
            .case_tableinfo {margin:35px 0;font:16px/26px 'Roboto';color:#282828}
            
        .case_info {float:left;width:30%;padding:0 25px}
            .casebox {margin:0 0 30px;padding-left:50px;color:#282828;font:16px 'Roboto';min-height:45px}
            .casebox span {font-weight:700;color:#76c24e}
            .intop {background:url(../images/intop.png) 0 50% no-repeat}
            .inlider {background:url(../images/inlider.png) 0 50% no-repeat;line-height:45px}
            .vision {background:url(../images/vision.png) 0 50% no-repeat}
            .vision2 {background:url(../images/vision2.png) 0 50% no-repeat}
            .infilter {background:url(../images/infilter.png) 0 50% no-repeat}
            .inrise{background:url(../images/inrise.png) 0 50% no-repeat;line-height:45px}
            
            .why_webox {margin-bottom:70px;color:#282828;font:16px/26px 'Roboto'}
            .why_wename {font:700 18px 'Roboto';margin-bottom:10px}
            .why_wetext {margin-left:75px;position:relative;z-index:1}
            .why_weico {max-width:60px;float:left}
            .why_weico img {height:auto;max-width:100%}
            .why_webox {position:relative}
            .why_webox:before{position:absolute;top:0;right:0;color:#eef2f8;font:700 148px/130px 'Roboto Slab';z-index:0}
                .why_webox1:before{content:'1';}
                .why_webox2:before{content:'2';}
                .why_webox3:before{content:'3';}
                .why_webox4:before{content:'4';}
                .why_webox5:before{content:'5';}
                .why_webox6:before{content:'6';}
                
            .text2 ul {padding:0;list-style:none}       
            .text2 ul li {background:url(../images/listo2.png) 0 4px no-repeat;padding-left:30px;margin-bottom:10px}
            
            .stata_box{color:#282828;font:16px 'Roboto'}
            .stata_num {font:700 50px 'Roboto';color:#258bc9;padding-right:10px}
            .st_name {font-weight:700}
            .stata_ico {text-align:center;margin-bottom:25px}
            .stata_flex {width:190px;margin:0 auto;align-items: center;display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;}
	
        .pro_info {margin:50px 0}   
            ul.yellow-num, ul.red-num2 { list-style: none;margin: 0 0 30px 0;padding: 0;         }
            ul.yellow-num li, ul.red-num2 li {
                background: url('../images/ico-ul2.png') left top no-repeat;
                padding-left: 50px;
                position: relative;
                min-height: 50px;
                margin-bottom: 30px;
                vertical-align: middle;
            }
            ul.yellow-num li .num, ul.red-num2 li .num {
                position: absolute;
                top: 5px;
                left: 0;
                color: #ffffff;
                font-size: 1.667em;
                font-weight: 700;
                width: 36px;
                text-align: center;
            }
            
            
        .projflex {justify-content: space-between;color:#191919;font:16px 'Roboto'} 
            .proj_name {margin:10px 0}
            .projbox {text-align:center}
            
            #accordion .ui-accordion-header {padding:10px!important;color:#282828!important;font:700 16px/30px 'Roboto'!important;margin:0 0 5px;border-radius: 3px;  background:#fff;  box-shadow: 0px 1px 2px 0px rgba(27, 68, 93, 0.08);}
            #accordion.ui-accordion .ui-accordion-content {color:#282828;font:16px/26px 'Roboto'}
            .ui-accordion-header-icon {display:inline-block;width:30px;height:25px;background:url(../images/hicon1.png);position:relative!important;top:auto!important;left:auto!important;margin:0 10px 0 0!important;vertical-align:middle}
            .ui-state-active .ui-accordion-header-icon {background:url(../images/hicon2.png);width:25px;height:30px;}
            
        .case_list h2 {color:#282828}   
        .slideprev{position:absolute;left:0;top:-65px;color:#fff;background:#258bc9;border-radius:25px;padding:12px 25px;border:0;cursor:pointer}   
        .slideprev:hover, .slidenext:hover{background:#748a98}
        .slideprev img {margin-right:10px}
        .slidenext{position:absolute;right:0;top:-65px;color:#fff;background:#258bc9;border-radius:25px;padding:12px 25px;border:0;cursor:pointer}
        .slidenext img {margin-left:10px}
        
        
    @media (min-width: 481px) and  (max-width: 767px) {

        .servoblock {width:45%;margin:10px 2%}
        .case_pic {width:50%}
        .case_info {width:50%;padding-right:0}
        .sliderbox {margin-top:85px}
        .case_table {width:100%;clear:both;margin-top:25px}
        
        .projflex {flex-wrap:wrap;padding:0 10px}
        
        /***/
        .form-control {margin:0 0 10px}
        .ico_seo, .stata_box {margin:15px 0}
        
        .projbox {width:30%;margin:10px 1%}
        .why_we, .bigform {padding:15px}
        
        .seo_icos .col-md-3, .our_stata .col-md-3 {display:inline-block;vertical-align:top;width:49%}
    }       
        
    @media (max-width: 480px) {
        .bigform {padding:20px 10px}
        .the_form .row > div {margin:0 0 10px}
        .the_form {padding:0 10px}
        .servoblock {width:100%;margin:10px 0}
        
        .projflex {flex-wrap:wrap;padding:0 10px}
        
        .seotable_icon {max-width:80px}
        .seotable_icon img {height:auto;max-width:100%}
        .seotable_text {margin-left:90px}
        
        
        .case_pic,.case_table {width:100%}
        .case_info {width:100%;padding:10px 0}
        
        .slidenext, .slideprev {display:none!Important}
        
        /***/
        .form-control {margin:0 0 10px}
        .ico_seo, .stata_box {margin:35px 0;display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;}
        .projbox {width:45%;margin:10px 2%}
        .why_we {padding:15px}
        
    }
    

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-self--center {
    -ms-flex-item-align: center;
        align-self: center;
}

table.new-result{
	margin-top:10px;
	font-style: normal;
font-weight: normal;
font-size: 15px;
color: #415059;
}
table.new-result th{
	border-bottom:0 !important;
	padding-left: 0 !important;
}
table.new-result tr{
	border:0 !important;
	
}
table.new-result span{
	display:block;
	color:#ffffff;
	font-size:18px;
	background: #72CC6C;
	/*border: 10px solid #72CC6C;*/
	border-radius: 15px;
	width: 30px;
	padding:4px 0 0 0;
	height: 30px;
	margin:auto;
}
.slider .slider-wrap table.new-result tr td:last-of-type {
	text-align: center;
	padding:0;
}
.slider .slider-wrap table.new-result tr td:first-of-type {
	padding:12px 0 0 25px;
	font-size: 14px;
	background-color:transparent;
	border: 0;

}
.slider .slider-wrap table.new-result tr:nth-child(2n) {
	background: #F7FBFE;
}
.slider .slider-wrap table.new-result td p {
    border-bottom: none;
}
span.newname{
font-style: normal;
font-weight: bold;
font-size: 22px;
/*line-height: 44px;*/
color: #333333;
}
.clients .green .col-xs-12 .corner-textbox-1:hover {box-shadow: 0px 14px 20px rgba(15, 128, 195, 0.09);z-index: 200;}

.clients .green .col-xs-12 {
	
}
.corner-box-1 {
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    transition: all .5s ease;

}
.corner-box-1:before, 
.corner-box-1:after {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    background: #E9E9E9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
}
.corner-box-1:before {
    width: calc(100% + 4px);
    height: 80%;
    transition: height 0.6s;
}
.corner-box-1:after {
    height: calc(100% + 4px);
    width: 90%;
    transition: width 0.6s;
}
.corner-textbox-1 {
    z-index: 2;
    position: relative;
    text-align: center;
}

.news-link{font-size:18px;}
.news_item-time{font-size:14px;}
.bold {font-weight:800;}
.margin-10tb{margin: 10px 0;}
.time-string span {display:inline-block;padding-right:20px;}

#accordion1{font-size: 16px;}
.panel-group .panel-heading+.panel-collapse .panel-body {
     border-top: 0; 
}
.panel {
	-webkit-box-shadow: none;
    box-shadow: none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	padding-top:20px;
}
.panel .panel-heading{
	padding-bottom:0px;
}
#accordion1 .panel-title{
	font-weight: 800;
	font-size: 16px;
	font-family: 'Roboto';
	color:#000000;
	
}

#accordion1 .panel-title a p{
	margin-top:10px;
}
#accordion1 .panel-title a:before {
   content: "+";
   font-size:2em;
   line-height:0.5em;
   float:right; 
   font-weight: 300;
   transition: transform 0.3s ease-in-out;
   color:#258BC9;
   transform: none;
       border-radius: 50%;
    padding: 8px;
	margin-top:-10px;
    border: 1px solid #258BC9;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

#accordion1 .panel-title a.collapsed:before {
   content: "+";
   font-size:2em;
   line-height:0.5em;
   float:right; 
   font-weight: 300;
   transition: transform 0.3s ease-in-out;
   color:#258BC9;
   margin-top:-10px;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid transparent;
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
#accordion1 .panel-blueline{
	margin-right:60px;
	margin-left:15px;
	border-bottom: 2px solid #258BC9;
}