a:focus{outline: none;}
.navbar-custom {
    background-color: #ffffff;
    font-size: 0.7em;
    font-weight: bold;
}
.navbar-custom li:hover a,
.navbar-custom li.active a {
    text-decoration: underline;
    color: #ef534f !important;
}
.dropdown-custom {
    font-weight: bold;
    text-transform: uppercase;
}
.dropdown-menu-custom {
    padding: 20px 0;
}
.dropdown-menu-custom li a{
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header{
	background: #f5f5f7;
	padding: 7px 0;
	font: 16px 'Ubuntu';
}
.header_phone{
    font-size: 16px;
    padding: 0px 0px 0px 25px;
    background: url(../img/lk/call1.svg) no-repeat left center;
    display: inline-block;
    margin: 0px 0 0 30px;
    line-height: 36px;
}
.header_kplus{
	float: right;
	margin-left: 55px;
}
.kplus-img{
	margin-right: 15px;
}
.btn-fiolent{
	color: #fff;
	background: #6b72e6;
	padding: 8px 37px;
	text-decoration: none;
	border-radius: 5px;	
	border: 1px solid #6b72e6;
	transition: 0.5s;
}
.btn-fiolent:hover{
	color: #6b72e6;
	text-decoration: none;
	
	background: inherit;
}
.profile-links{
	float: right;
	font-size: 14px;
}
.profile-links a{
	color: #c4c7f5;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 25px;
	line-height: 31px;
	display: inline-block;
	transition: all 0.5s;
}
.profile-links a span{
	color: #333;
}
.profile-links a:hover{
	color: #c4c7f5;
}
.profile-links a:hover span{
	color: #6b72e6;
}


@keyframes swinging{
0% { transform: rotate(0); }
5% { transform: rotate(36deg); }
10% { transform: rotate(-30deg); }
15% { transform: rotate(27deg); }
20% { transform: rotate(-24deg); }
25% { transform: rotate(21deg); }
30% { transform: rotate(-18deg); }
35% { transform: rotate(15deg); }
40% { transform: rotate(-12deg); }
45% { transform: rotate(9deg); }
50% { transform: rotate(0); }
100% { transform: rotate(0); }
}
 
@-webkit-keyframes swinging{
0% { -webkit-transform: rotate(0); }
5% { -webkit-transform: rotate(36deg); }
10% { -webkit-transform: rotate(-30deg); }
15% { -webkit-transform: rotate(27deg); }
20% { -webkit-transform: rotate(-24deg); }
25% { -webkit-transform: rotate(21deg); }
30% { -webkit-transform: rotate(-18deg); }
35% { -webkit-transform: rotate(15deg); }
40% { -webkit-transform: rotate(-12deg); }
45% { -webkit-transform: rotate(9deg); }
50% { -webkit-transform: rotate(0); }
100% { -webkit-transform: rotate(0); }
}
 
@-moz-keyframes swinging{
0% { -moz-transform: rotate(0); }
5% { -moz-transform: rotate(318deg); }
10% { -moz-transform: rotate(-30deg); }
15% { -moz-transform: rotate(27deg); }
20% { -moz-transform: rotate(-24deg); }
25% { -moz-transform: rotate(21deg); }
30% { -moz-transform: rotate(-18deg); }
35% { -moz-transform: rotate(15deg); }
40% { -moz-transform: rotate(-12deg); }
45% { -moz-transform: rotate(9deg); }
50% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(0); }
}

.bell{
    display: inline-block;
    width: 24px;
    height: 32px;
    font-size: 12px;
    color: #ff7400;
    padding-left: 20px;
    background-image: url(../img/lk/uvedomleniya1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    position: relative;
}
.bell:hover{
    display: inline-block;
    width: 24px;
    height: 32px;
    background-image: url(../img/lk/uvedomleniya.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

.header_padding {
    padding-bottom: 40px;
}
.header_logo img{
	width: 100%;
}
.header_logo a {
    display: inline-block;
}
.header_info {
    vertical-align: top;
    display: inline-block;
    width: 70%;
}
.header_info_top {
    text-align: right;
}
.header_info_top a {
    width: 165px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}
.header_info_top a img {
    display: inline-block;
}
.header_info_top span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 50px;
    font-size: 28px;
    font-weight: bold;
}
.header_info_bottom {
    margin-top: 30px;
    text-align: right;
}
.header_info_bottom .item {
    margin-left: 50px;
    display: inline-block;
    position: relative;
    color: #7474C1;
}
.navbar-brand{
    box-sizing: border-box;
}
.header_info_bottom .item{
    font-size: 16px;/*Удалить*/

}
.header_info_bottom .item:hover {
    cursor: pointer;
    text-decoration: none!important;/*Удалить*/
}
.header_info_bottom .phone_item:before {
    content: url(../img/ascon-spb/icon_phone.svg);
    position: absolute;
    left: -30px;
}
.header_info_bottom .mail_item:before {
    content: url(../img/ascon-spb/icon_mail.svg);
    position: absolute;
    left: -30px;
}

.header_info_bottom .list_item:before {
    content: url(../images/consulting.png);
    position: absolute;
    left: -30px;
}
.header_info_bottom .price_item:before {
    content: url(../img/ascon-spb/icon_price.svg);
    position: absolute;
    left: -30px;
}


.dropdown a, .dropdown-custom a{
    text-decoration: none;
}

.dropdown-submenu .dropdown-menu li a:hover {
    text-decoration: none;
}


.menu_item_container {
    text-align: center;
    width: -moz-calc(100% - 160px);
    /* Firefox 4+ */
    width: calc(100% - 160px);
    /* IE9+ и будущие браузеры */
    box-sizing: border-box;
}
.menu_item_container img {
    display: inline-block !important;
    margin-right: 20px;
}
/*Удалить*/
.top_menu_first {
    font-size: 10px;
    font-family: "Ubuntu";
    text-transform: uppercase;
}
/*End Удалить*/
@media (max-width: 350px) {
    .menu_item_container img {
        margin-right: 5px;
    }
}
.mobile_information_container {
    vertical-align: middle;
    display: inline-block !important;
    margin-right: 30px;
    padding: 5px 10px;
}
.mobile_information_container img {
    margin-right: 5px;
    display: inline-block !important;
}
.mobile_information_container a {
    color: black;
    display: inline-block !important;
    padding: 0;
}
/*
.menu_desctop:before {
    content: '';
    width: 0;
    height: 70%;
    border-right: 1px solid lightgrey;
    position: absolute;
    left: 50%;
    top:10px;
}*/
.menu_desctop > ul {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding-right: 65px;
    padding-left: 0px;
    box-sizing: border-box;
}
.top-links_link {
    border-bottom: 3px solid transparent;
	text-transform: uppercase;
}

.menu_desctop li {
    list-style: none;
   /* margin-bottom: 10px;*/
}
.menu_desctop li:not(.menu_title):hover{
   /* background: #e7e7e7;*/
}
.menu_desctop li a {
    text-decoration: none;
}
.menu_desctop li a:hover {
    text-decoration: none;
    color: #F29000;
}
ul.dropdown-menu-custom li a {
    color: #7477B2;
}
ul.dropdown-menu-custom li a:hover{
    color: #F29000;
    background:none;
}
.menu_desctop .menu_title{
    font-size: 16px;
	padding-bottom: 20px;
	font-weight: 500;
    background:none;
}
.menu_mobile {
    display: none;
}
.top_menu_first:before {
    content: url(../img/ascon-spb/goodlinks_pas.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    margin-left: -20px;
}
li:hover .top_menu_first:before,
li.active .top_menu_first:before {
    content: url(../img/ascon-spb/goodlinks_act.png);
}

.hr hr {
    margin-top: 40px;
    margin-bottom: -40px;
    color: #ccc;
    background: #ccc;
}
hr.bc-hr{margin-top: 14px; margin-bottom: 14px;}
.bc{margin-bottom: 50px;}

.hr h2, .hr h1 {
    margin: 20px 0;
    text-align: center;
}
.hr h2 span, .hr h1 span {
    padding: 0 30px;
    background: #fff;
	font-size: 26px;
}
ul.btn-list {
    margin: 30px 0 60px;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
  }
  
ul li.btn-item {
    background: none;
    width: 270px;
    padding: 0;
    margin: 20px 0;
    box-sizing: content-box;
	list-style: none;
	position: relative;
}
ul li.btn-item:first-child {
	margin-left: -20px;
}	

ul li.btn-item a {
    box-sizing: content-box;
    width: 210px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #7377B8;
    padding: 10px 20px;
    border-radius: 30px;
	display: table;
}

ul li.btn-item a:hover {
    background: #f7941e;
}

ul li.btn-item a span{
	display: table-cell;
	vertical-align: middle;
}
ul li.btn-item a img{
	float: left;
    margin-top: 0px;
    margin-right: 10px;
    padding: 8px 0;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
ul li.btn-item img.tooltip {
    opacity: 1;
    z-index: 1;
	right:0;
	top: -15px;
}
.left-navi {
    margin-top: 52px;
    margin-bottom: 20px;
    padding-right: 25px;
}
.left-navi_item {
    list-style-type: none;
    border-top: 1px solid #c2d2d9;
}
.left-navi_item:first-child {
    border: none;
}
.left-navi_link {
    font-size: 16px;
    font-style: normal;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #7377b8;
}
.left-navi_link:hover{
	color: #ff6666;
	text-decoration: none;
}
.panel-title img{
	max-width: 40px; margin-right: 15px;
}	
h4.panel-title{
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 20px;
	text-transform: uppercase;
}
.accordion-text{
	margin-left: 60px;
	margin-bottom: 50px;
}
.grid-item h4{
	height: 40px;
	margin: 20px 0 10px;
}
.grid{
	display: flex;
    flex-wrap: wrap;
	height: 450px;
	margin: 40px 0;
}
.grid-item{
	flex-grow: 2;
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    margin-right: 20px;
}
.grid-item .info{
	margin-bottom: 30px;
}

	.navbar .container{
		position: relative;
	}
	
    ul.dropdown-menu-custom {
        margin: 0;
        padding: 20px 0px;
    }


    ul.dropdown-menu-custom li a {
        color: #333;
        text-decoration: none;
    }
    ul.dropdown-menu-custom li a:hover {
        color: #333;
        text-decoration: none;
        background: none;
    }
    #navbar-main ul.navbar-nav {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        float: none;
    }
	#navbar-main{
		padding: 0;
		border: none;
	}
	#navbar-main ul.navbar-nav li{
		margin-right: 60px;
	}
    #navbar-main ul.navbar-nav li a {
        color: #333;
        text-decoration: none;
		font-size: 16px;
		padding: 9px 0px 5px 0;
		border-bottom: 2px solid #fff;
    }
    #navbar-main ul.navbar-nav li.open a{
		border-bottom: 2px solid #c4c4c4;
		background: transparent;
	}
    #navbar-main ul.navbar-nav li a:hover{
		border-bottom: 2px solid #c4c4c4;
		background: transparent;
	}	

    #navbar-main ul.navbar-nav li.active a {
		border-bottom: 2px solid #6b72e6;
		background: transparent;
	}	
	
	.navbar-nav > li > .dropdown-menu {
		border: none;
		padding: 40px 0px 10px 65px;
		box-shadow: 0 4px 8px rgba(0,0,0,.07);
	}
	
	.navbar-nav > li > .dropdown-menu ul{
		width: 265px;
	}
	
	#navbar-main ul.navbar-nav li.dropdown.open li a{
		padding: 0 0 20px 0;
		display: block;
		border: none;
	}
	#navbar-main ul.navbar-nav li.dropdown.open li a:hover{
		color: #6b72e6;
	}
	#navbar-main ul.navbar-nav li.dropdown.open p a{padding: 30px 0 10px; color: #c4c7f5; font-weight: 500; display: block; border: none;}
	#navbar-main ul.navbar-nav li.dropdown.open p a>span{color:#6b72e6;}
	#navbar-main ul.navbar-nav li.dropdown.open p a:hover{text-decoration: underline;}




@media (max-width: 991px) {
 #navbar-main ul.navbar-nav li a {
    font-size: 12px;
    color: #303030;
 }

#navbar-main ul.navbar-nav li {
    margin-right: 15px;
}
}
@media (max-width: 768px) {
    .client_review {
        display: none;
    }
    ul.dropdown-menu-custom li {
        font-size: 14px;
        line-height: 1.2em;
    }
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
    .navbar a {
        display: block;
        text-align: left;
       /* padding: 14px 16px;*/
        text-decoration: none;
    }
    .menu_item_container a {
        display: inline-block;
        padding: 0;
    }

    .menu_desctop {
        display: none;
    }

    #navbar-main.collapsing {
        position: fixed;
        background-color: white;
        height: 100%;
        width: 100%;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
    }
    #navbar-main.collapse.in {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: white;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
    }
   #navbar-main ul.navbar-nav li{
       width: 100%;
       margin-left: 30px;
   }
}



.footer {
    border-top: 1px solid lightgray;
    /*position: absolute;*/
   bottom: 0;

    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0;
}
.footer_phone_xs:before {
    content: url(../img/ascon-spb/icon_phone.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.footer_phone_hotline {
    margin-left: 60px;
    color: gray;
}
.f-block-consult,
.f-block-about {
    display: inline-block;
    vertical-align: top;
}
.f-block-consult ul,
.f-block-about ul {
    list-style: none;
    padding: 0;
}
.f-block-consult ul li,
.f-block-about ul li {
    padding: 3px 0 ;
}
.f-block-consult p,
.f-block-about p {
    font-weight: bold;
    color: black;
}
.f-block-about a {
    color: black;
}

@media (max-width: 1199px) {
    .footer_text {
        padding-top: 20px;
    }
}
.header_logo {
    display: inline-block;
}
.header_logo img{
	width: 100%;
}
.logo-btn {
    float: right;
    position: relative;
    padding-left: 57px;
    padding-right: 20px;
    border-radius: 5px;
	background: url(../img/ascon-spb/btn2.png)0 -7px repeat-x;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font: 14px 'Play', sans-serif;
	text-decoration: none;
	line-height: 40px;
}
a.logo-bt:hover{
    color: #fff;
	text-decoration: none;
	
}
.logo-btn span {
    position: absolute;
    top: 7px;
    left: 0px;
    border-right: 2px solid #8f92c6;
    display: block;
    width: 45px;
    height: 26px;
    background: url('../img/ascon-spb/logo-mini.png') no-repeat center center;
}
header, footer{
	font: 14px 'Play', sans-serif;
}
.navbar{font-family: "Ubuntu";}
a, a:hover, a:focus {
    color: #7477b2;
	text-decoration: underline;
}	
.gid{
	font-family: "Ubuntu", sans-serif;	
}	
.gid .container{
  padding: 40px 0;
}
.gid .container:first-of-type{
  padding: 20px 0 40px;
}

.gid h1, .gid h2 {
  margin: 0 0 0 40px;
  padding: 0 20px;
  font: 32px "Ubuntu", sans-serif;
  font-weight: bold;
  /*text-transform: uppercase;*/
  display: inline-block;
  background: lightgray;
  background-color: white;
}

.gid h3{
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
}
.gid .h0 {
  margin-bottom: 40px;
}
.gid .gray {
  background-color:#f4f4f4 ;
}

.gid .fiolent {
  background-color:#7377b8 ;
}

.gid .hr_line{
  border-bottom:4px solid #7377b8;
  margin-top: -20px;
}

.gid .btn{
  font-size: 12px;
  text-transform: uppercase;
}
.gid .gray h1,.gid .gray h2 {
  background-color: #f4f4f4;
}
.gid .flex_block {
  display: flex;
  justify-content: space-between;
}
.gid .flex_block .item {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.gid .possibility .item{
  flex-basis: 19%;
  cursor: pointer;
}
.gid .flex_block .item_img {
  display: inline-block;
  margin: 0;
  width: 80px;
  height: 80px;
  background-position: top center;
  background-repeat: no-repeat;
}
.gid .flex_block .item_img:hover, .gid .flex_block .item_img.active {
  background-position: bottom center;
}
.item_img.pr{
  background: url(/design/images/iconsgid.svg) -520px 0px no-repeat;
 background-size: 1200px 160px;


}
.item_img.fn{
  background: url(/design/images/iconsgid.svg) -600px 0px no-repeat;
 background-size: 1200px 160px;
}
.item_img.wr{
  background: url(/design/images/iconsgid.svg) -682px 0px no-repeat;
 background-size: 1200px 160px;
}
.item_img.an{
  background: url(/design/images/iconsgid.svg) -844px 0px no-repeat;
 background-size: 1200px 160px;
}
.item_img.on{
  background: url(/design/images/iconsgid.svg) -764px 0px no-repeat;
 background-size: 1200px 160px;
}

/*.gid .item:hover .item_img{
  background: red;
}*/
.gid .item:hover .item_title{
  text-decoration: underline;
}
.gid .flex_block .item_title a{
  font-size: 16px;
  text-transform: uppercase;
  color:#333;
  text-decoration: none;
}
.gid .btn {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 34px;
  height: 34px;
  background-position-y: -10px;
}

.gid .btn:hover {
  background-position: left -68px;
}

.gid .news_block{
  display: flex;
  flex-wrap: wrap;
}

.gid .news_block .item{
  flex-grow: 1;
  flex-basis: 470px;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}
.gid .news_block .item:nth-of-type(2n + 1){
  margin-right: 20px;
}
.gid .item_img{
  width: 200px;
  height: 200px;
}
.gid .news_block .item_text{
  box-sizing: border-box;
  padding: 0 15px;
  flex-grow: 1;
}
.gid .news_block .item_title {
  color: #7377b8;
  font-size: 18px;
}
.gid .news_block .more {
  font-style: italic;
  color: #7377b8;
  display: inline-block;
  margin-top: 10px;
}
.gid .news_block .more a{
  color: black;
}

.gid .news_block .item_date{
  display: inline-block;
  float: right;
  color: #7c7c7c;
  margin-top: 10px;
}
/*.gid .news_block .more:after {
  content: '\003E' ;
  padding-left: 20px;
}*/
.gid .seminar-trening{

  display: flex;
}
.gid .seminar-trening .seminar-trening_img{
  flex-basis: 50%;
}
.seminar-trening .text_block{
  padding-left: 40px;
}
.about_seminar_item {
  margin-bottom: 30px;
}
.about_seminar_item:last-child{
  margin-bottom: 0;
}
.about_seminar_text{
  display: inline-block;
  width: 470px;
}
.about_seminar_text{
  padding-left: 20px;
  font-size: 16px;
}
.about_seminar_icon{
  display: inline-block;
  width: 50px;
  height: 50px;
}
.about_seminar_text strong{
  font-size: 16px;
  text-transform: uppercase;
}
.gid {
  font-size: 16px;
}
.gid .sertificate_container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.gid .sertificate_container .item {
 display: flex;
  margin-bottom: 40px;
}
.gid .sertificate_container .item img {
  margin-right: 40px;
}


.gid .client_free {
  background: orange;
  border-radius: 5px;
  padding: 2px 8px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-top: 15px;
}
.gid .test_container {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.gid .test_container img {
  max-width: 150px;
  background-color: white;
}
.gid .test_container .item {
  text-align: center;
  flex-basis: 180px;
  margin-right: 5px;
}
.gid .test_container .item :last-of-type{
  margin-right: 0;
}

.gid .test_container p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7377b8;
  margin-top: -50px;
}

.gid .demonstration_container h3{
  margin-top: 20px;
}
.gid .demonstration_container{
  display: flex;
  justify-content: space-between;
}
.gid .demonstration_container .item{
  text-align: center;
  padding: 10px;
}
.gid .work_consultation{
  display: flex;

}
.gid .work_consultation .img_block{
  margin-right: 60px;
}
.gid .work_consultation .text-block{
  flex-grow: 1;
}
.gid .question {
  display: inline-block;
  top: -25px;
  left: 245px;
  position: absolute;
}
.gid .question > img {
  position: absolute;
  z-index: 1;
}
.gid .question_text{
  display: none;
  position: absolute;

  width: 300px;
  text-align: center;
  background: white;
  border: 1px solid #eeeeee;
  padding: 10px;
  top: -50px;
  left: 15px;
}

.gid .question > img:hover + .question_text {
  display: inline-block;
}
.question_text:hover{
  display: inline-block;
}
#lkc .jClever-element-select-wrapper{
  width: 200px;
}
.gid_top_block > div{
  padding-left: 7px;
  padding-right: 7px;
}
.git_item {
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: #ff9f19;
  min-height: 188px;
  padding: 30px 0 0px;
}
.gid_top_block .git_item_icon{
  display: inline-block;
  width: 80px;
  height: 80px;
}

.git_item_icon.nw {
  background: url(/design/images/iconsgid.svg) -817px 0 no-repeat;
  background-size: 2000px 180px;
  width: 90px;

}
.git_item_icon.sf {
  background: url(/design/images/iconsgid.svg) -756px 0 no-repeat;
  background-size: 2000px 160px;
}
.git_item_icon.cn {
  background: url(/design/images/iconsgid.svg) -432px 0 no-repeat;
  background-size: 2000px 160px;
}
.git_item_icon.ab {
  background: url(/design/images/iconsgid.svg) -675px 0 no-repeat;
  background-size: 2000px 160px;
}
.git_item_icon.sm {
  background: url(/design/images/iconsgid.svg) -513px 0 no-repeat;
  background-size: 2000px 160px;
}
.git_item_icon.sr {
  background: url(/design/images/iconsgid.svg) -543px 0 no-repeat;
  background-size: 2000px 180px;
  width: 90px;
}

.git_item.red{
  background-color: #ef534f;
}
.git_item.orange{
  background-color: #f7941e;
}
.git_item.purple{
  background-color: #7377b8;
}
.git_item:hover{
  cursor: pointer;
  color: black;
}

.git_item:hover .git_item_icon.nw {
  background: url(/design/images/iconsgid.svg) -816px -90px no-repeat;
  background-size: 2000px 180px;
}
.git_item:hover .git_item_icon.sf {
  background: url(/design/images/iconsgid.svg) -756px -80px no-repeat;
  background-size: 2000px 160px;
}
.git_item:hover .git_item_icon.cn {
  background: url(/design/images/iconsgid.svg) -432px -80px no-repeat;
  background-size: 2000px 160px;
}
.git_item:hover .git_item_icon.ab {
  background: url(/design/images/iconsgid.svg) -675px -80px no-repeat;
  background-size: 2000px 160px;
}
.git_item:hover .git_item_icon.sm {
  background: url(/design/images/iconsgid.svg) -512px -80px no-repeat;
  background-size: 2000px 160px;
}
.git_item:hover .git_item_icon.sr {
  background: url(/design/images/iconsgid.svg) -543px -90px no-repeat;
  background-size: 2000px 180px;
}

.git_item:hover.red{
  background-color: white;
  border: 2px solid #ef534f;
}
.git_item:hover.orange{
  background-color: white;
  border: 2px solid #f7941e;
}
.git_item:hover.purple{
  background-color: white;
  border: 2px solid #7377b8;
}
.git_item p{
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 18px;
}
.gid .check_block_container {
  display: flex;
  justify-content: space-between;
}

.gid .radio {
  display: none;
}

.gid .radio-gid {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
}

.gid .radio-gid, .gid .label {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  margin: 0;
}
.gid .checkbox:checked + .checkbox-custom::before,
.gid .radio:checked + .radio-gid::before {
  content: "\2714";
  display: block;
  position: absolute;
  top: -7px;
  left: 1px;
  font-size: 20px;
  border-radius: 2px;
}

.gid .faq_quest{
  cursor: pointer;
  position: relative;
  background: white;
  border:1px solid #7377b8 ;
  border-left: 5px solid #7377b8;
  	padding: 15px 20px;
}
.gid .faq_quest:after{

  content: '\203A';
  position: absolute;
  right: 20px;
  font-size: 36px;
  color: #7377b8;
  transform: rotate(90deg);
  top:0px;

}
.gid .faq_quest_open:after{
  transform: rotate(-90deg);
}

.gid_phone,.gid_email {
  position: relative;
  color: #7377b8;
  margin-left: 30px;
  font-size: 21px;
}
.gid_phone {
  font-weight: bold;
}
.gid_email {
  text-decoration: underline;
}

.gid_phone:before{
  /*content: url(/design/images/icon_phone.svg);*/
  content: url(../images/phone.png);
  position: absolute;
  left: -30px;
}
.gid_email:before{
  /*content: url(/design/images/icon_mail.svg);*/
  content: url(../images/mail.png);
  position: absolute;
  left: -30px;
}
.cart_container{
  margin-bottom: 40px;

  margin-left: -11px;
  margin-right: -11px;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gid_search label{
	position: relative;	
}

.gid_search input{
  padding: 5px 50px 5px 20px;
  box-shadow: none;
  border: 1px solid #ccc;
  font-weight:100;
  width: 500px;
  text-align: left;
}
.gid_search label span{
	display: block;
	width: 20px; height: 20px;
	background: url(../img/ascon-spb/search.png) no-repeat center center;
	position: absolute;
	right: 10px; top: 7px;
	cursor: pointer;
}

.gid .cart_item{
  margin: 6px -8px;
}
.gid  .cart_title {
  min-height: 105px;
  padding: 15px 20px;
  font-size: 14px;
  position: relative;
  background:#7377b8;
}

.gid  .cart_title p{
  line-height: 1.3em;
  margin: 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  width: 90%;
}


.cart_yellow_checkin{
  background: url(../img/ascon-spb/ic5.jpg)no-repeat;
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top:10px;
  right:10px;
}

.cart_novelty {
  display: inline-block;
  padding: 5px 10px;
  background: #ff564f;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  position: absolute;
  right: -10px;
  top: 70px;
}

.bg_color.yellow{
  background-color:#ffda5b;;
}

.bg_color.yellow .subs-block_letter {
  background: none;
  margin: 0 auto;
  text-align: center;
}
.bg_color.yellow .subs-block_text {
  width: auto;
}
.bg_color.yellow .subs-block_column {
  float: none;
  margin: 0 auto;
}

.subs-block_title {
    box-sizing: content-box;
    font-size: 29px;
    margin-top: 40px;
    margin-bottom: 0px;
    color: #0a0a0a;
	font-weight: 700;
}

.subs-block_text {
    box-sizing: content-box;
    font-size: 14px;
    line-height: 24px;
    float: left;
    width: 500px;
    padding-top: 8px;
}
.btn.subs-block_btn {
    width: 150px;
    margin-top: 20px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    box-sizing: content-box;
    background: url(https://ascon-spb.ru/design/images/btn.png)0 -7px repeat-x;
	color: #fff;
	text-decoration: none;
}
.btn.subs-block_btn:hover {
	color: #fff;
	text-decoration: none;
}
.overhide{
	overflow: hidden;
}
.overhide img{
	max-width: 100%;
}
.gid iframe{ margin: 30px auto;}
.faq_quest_title {
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}	
.faq_quest_text{
	padding-top: 20px;
}
	
	
.feedback_container {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.feedback_close{
  z-index: 1;
  position: absolute;
  background: #efeaea;
  color: gray;
  text-align: center;
  font-size: 16px;
  top: 0;
  right: 0;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding: 2px;
  border: 1px solid #656565;
  cursor: pointer;
}
.feedback_question {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  float: left;
  width: 600px;
}
.radio {
  display: none;
}
.feedback_container label{
  margin: 0 20px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;   
}

.radio-custom {
  width: 52px;
  height: 52px;
  position: relative;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;  
}
.like{
  color: #ef534f;
}
.dislike{
  color: #8b8b8b;
}
.like .radio-custom{
  background: url(../img/ascon-spb/like.png) no-repeat left center;
}
.dislike .radio-custom{
  background: url("../img/ascon-spb/dislike.png") no-repeat left center;
}


.yellow_block {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("../img/ascon-spb/1.svg") 0 0 no-repeat;
  top:-40px;
  right: 0;
}
.purple_block {
  position: absolute;
  width: 100px;
  height: 50px;
  background: url("../img/ascon-spb/2.svg") 0 0 no-repeat;
  bottom:-50px;
  left: 0;
}
.feedback_text_bottom {
  display: none;
  align-items: center;
  color: white;
}

.hid {
  display: none;
}

.gid_phone::before {
    content: url(../img/ascon-spb/phone.png);
    position: absolute;
    left: -30px;
}
.gid_email::before {
    content: url(../img/ascon-spb/mail.png);
    position: absolute;
    left: -30px;
}
	
.gid .btn {
   padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    background-position-y: -10px;
    font-size: 12px;
    text-transform: uppercase;
	background: url(../img/ascon-spb/btn.png) 0 -7px repeat-x;
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
}	

.cart_search_icon{
	padding-left: 90px;
}
.gid  .cart_text {
	padding: 40px 20px 20px;
	background-color:#e7e7e7;
	height: 140px; width: 100%;
	background-position: 20px center;
	background-size: 80px auto;
	background-repeat: no-repeat;
}

.gid  .cart_text p {
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.cart_item{cursor: pointer;}
a.title-link{
  font-weight: bold;	
  display: block;
  margin: 30px auto;  
  color: #fff;	
  font-size: 16px;
  text-transform: uppercase;
}
a.prev-link, a.next-link{
	margin: 0px auto 10px;  
	text-decoration: none;
	padding: 20px 0;
}
a.prev-link, a.next-link, a.prev-link:hover, a.next-link:hover, a.title-link:hover{
	color: #fff;
}

a.next-link{
	float: left;
	text-align: left;
	padding-left: 80px;
	background: url(../img/ascon-spb/next.png) no-repeat left center;
}
a.prev-link{
	float: right;
	text-align: right;
	padding-right: 80px;
	background: url(../img/ascon-spb/prev.png) no-repeat right center;
}
.kplus-bg{
	width: 100%;
	max-width: 1115px;
	margin: 5px auto;
	padding: 20px 35px;
	background: #fff;
}
.kplus-link{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/ascon-spb/long-logo.png) no-repeat left center;
	background-size: 180px auto;
	padding: 20px 0 20px 190px;
}
.kplus-link-header{
	background: url(../img/ascon-spb/doc_opencons.png) no-repeat left center;
	background-size: 30px auto;
	padding: 20px 0 20px 40px;
}
.kplus-link-list{
	margin: -25px 0 0 20px;
	color: #7377b8;
}
.kplus-link-list a{
	text-decoration: none;
	font-style: italic;
}
.news-block_wrap {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.news-block_title {

    display: block;
    zoom: 1;
    margin-bottom: 5px;

}
.news-block__item {

    width: 262px;
    margin-bottom: 16px;
    padding: 10px;

}
.news-block__item {

    width: 262px;
    margin-bottom: 16px;
    padding: 10px;

}
.news-block__item_date {

    font-size: 14px;
    margin-bottom: 11px;
    padding: 3px 0 3px 25px;
    color: #afaeae;
    background: url(../img/ascon-spb/ic2.png)no-repeat;

}
.link-more {

    font-family: playregular;
    font-size: 14px !important;
    font-weight: 600;
    padding-top: 2px;
    padding-left: 24px;
    color: #7477b7;
	font-style: italic;
}
.news-block__item_text {

    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    height: 100px;
    margin-bottom: 8px;

}
.news-block_subtitle.bg1 {
    background: url(../img/ascon-spb/ic3.jpg)no-repeat left center;
}
.news-block_subtitle.bg1 h3{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;

margin-bottom: 10px;
}
.news-block_subtitle {
    padding: 7px 0 7px 44px;
}

.navbar-default{
	background:#fff;
	box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.07);
	border: none;
	margin-bottom: 14px;
	margin-top: 50px;
position: fixed;
z-index: 1030; width: 100%;	
        min-height: 42px;
}
.myModal .modal-dialog{
  z-index: 999999;
}
.myModal .modal-content{
    background: #fff;
	padding: 43px;
    max-width: 700px;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	
}
.myModal .modal-content p{
	margin: 25px 0 25px;
}



.myModal a{text-decoration: underline; color: #7c76b5;}
.myModal a.simple{font-size: 16px;}
.myModal a.tos{color: #333;}
.myModal .wrap-input{
	width:100%;
	max-width: 377px;
	border-radius: 5px;
	margin-bottom:20px; 
	border: 1px solid #d0d0d0;
	margin: 14px auto;
	text-align: left;
}
.myModal .form-horizontal .form-group {
 margin: 10px 0px;
}
.myModal h1{
	color: #231f20;
	margin: 30px 0 0; 
	font-size: 32px;
	font-weight: bold;
	max-width: 100%;
	text-transform:none;
}
.myModal .logo{
	margin: 0 auto;
}
.myModal .logo img{
	width: 115px;
}
.myModal .checkbox{margin: 30px auto;}
.myModal input {
	outline:none;
	border: 0px solid transparent;
	border-radius: 5px;
}

.myModal input[type="text"],.myModal input[type="tel"],.myModal input[type="email"], .myModal input[type="password"] {
	width: 100%;
	height: 45px;
	padding-left: 30px;
	color: #333;
	font-size: 16px;
}
.myModal input[type="tel"]::placeholder{
	color: #333;
	font-size: 16px;	
}
.myModal a.reg, .myModal  a.reg:focus, .myModal a.reg:active, .myModal input[type="submit"] {
	border-radius: 5px;
	background-color: #7c76b5;
	color: #fff;
	font-size:20px;
	font-family:"Ubuntu",sans-serif;
	cursor: pointer;
	display: inline-block;
	border: none;
	transition: all 0.2s;
	font-size: 16px;
	padding: 10px 40px;
	margin: 0px auto;
	text-decoration: none;
}
.myModal .empty-btn{
	border-radius: 5px;
	border: 1px solid #7c76b5;
	color: #7c76b5;
	font-family:"Ubuntu",sans-serif;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
	font-size: 16px;
	padding: 10px 30px !important;
	min-width: 135px;
	margin-right:30px;
	margin-bottom:30px;
	text-decoration: none;
}

.myModal input[type="submit"], .myModal button.reg{
    border-radius: 5px;
    background-color: #7c76b5;
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    cursor: pointer;
    display: inline-block;
    border: none;
    transition: all 0.3s;
    font-size: 16px;
    padding: 12px 30px;
    text-decoration: none;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
	float: none;
}

.myModal a.reg:hover,.myModal  input[type="submit"]:hover {
	background-color: #6d689f;
	color: #fff;
}
.myModal .wrap-input{position: relative;}
.myModal label.error{
	text-align: center;
	font-weight: normal;	
}
.myModal .error{color: #f15e5b;}
.myModal .simple a{text-decoration: underline; font-size: 16px;}
.myModal .user_ico, .myModal .password_ico{
	width: 45px; 
	height: 25px;
	float:left;
	margin:10px 0;
	border-right: 1px solid #a7a9ac;
}

.myModal .user_ico {
	background-image: url('account/images/user_ico.png');
	background-position:center center;
	background-repeat: no-repeat;	
	background-size: 12px;
}

.myModal .password_ico {
	background-image: url('account/images/pass_ico.png');
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.myModal input::-webkit-input-placeholder, .myModal input::-moz-placeholder, .myModal input:-moz-placeholder, .myModal input:-ms-input-placeholder, .myModal input:placeholder {font-size: 16px; color:#333; opacity: 1;}


button.close:not(.reg){
	text-indent: -99999px;
	opacity: 1;
	margin-top: -20px;
	margin-right: 0px;
	display: block;
	width: 15px; height: 15px;
	background: url('account/images/close.png') no-repeat center center;
}
.myModal .modal-sm .modal-content button.close:not(.reg){
	margin-top: -10px;
	margin-right: 10px;
}
.myModal .modal-sm {
	width: auto;
	max-width: 450px;
}
.myModal .modal-sm .modal-content {
	text-align: center;
	padding: 30px 30px 45px;
}
.shareModal p{
	font-size: 18px;
}
.ya-share2__item{
	margin-right: 15px!important;	
}
.ya-share2__badge {
	border-radius: 5px!important;
}
.ya-share2__container_size_m .ya-share2__icon{
	width: 30px!important; height: 30px!important;
	background-size: 30px 30px!important;;
}
.copy-link{
	font-size: 14px; 
	font-weight: 300;
	padding-left: 30px;
	background: url('../img/navigator/copy.png') no-repeat left center;
	line-height: 20px;
	display: block;
	float: right;
	margin-top: 7px;
	margin-right: 50px;
}
.ya-share2{
	display: inline-block;
	line-height: 35px;
	margin-left: 30px;
}
.myModal p.title{
	font-size: 18px;
}
.myModal .redactor{
	text-align: left;
	max-width: 300px;
	margin: 10px auto 30px;
}
.myModal .redactor img{
	float: left;
	width: 50px;
}
.myModal .redactor p{
	font-size: 14px;
	color: #7f7f7f;
	margin-left: 60px;
}
#copyLink{
	position: absolute;
    left: -9999px;	
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.md-form {  vertical-align: top;  position: relative;  margin:  30px 30px 30px;  padding-left: 35px;}
.md-form_textarea {  border: 1px solid #c2c2c2;  background: #fff;  border-radius: 5px;}
.md-form_select{  padding-left: 0;}
.md-form_select select {  width: 100%;  padding: 10px 30px;  border-radius: 5px;  color: #555;}
.md-form_textarea textarea{  padding: 10px 0px;  font-size: 14px;  line-height: 1.2;  color: #555;  width: 100%;  border: none; height: 80px;}
.md-form .form-control {  height: 40px;  padding: 5px;  border: none;  border-bottom: 1px solid #eee;  border-radius: 0;  box-shadow: none;  margin:  0px;}
.form-icon{  width: 20px;  height: 40px;  position: absolute;  top: 0; left: 0;  display: block;}
.telefon{  background: url('../img/ascon-spb/phone_form.svg') no-repeat center center;  background-size: 20px auto;}
.fio, .familiya_i_imya{  background: url('../img/ascon-spb/user_form.svg') no-repeat center center;  background-size: 20px auto;}
.email{  background: url('../img/ascon-spb/envelope_form.svg') no-repeat center center;  background-size: 20px auto;}
.modal-dialog label{  font-weight: normal;  font-size: 14px;}
.modal-dialog input[type="checkbox"]~label{  margin: 20px 0;}
.modal-dialog input[type="checkbox"]~label{  margin: 2px 5px;}

.form_checkbox, .form_radio {  display: none;}

.form_checkbox-custom_new{  display: inline-block;  font-size: 12px;  margin-right: 16px;  margin-top: 2px;  border: 1px solid #8283c3;  padding: 0;  background: white;  height: 14px;  min-width: 14px;}
.form_radio-custom{  display: inline-block;  font-size: 12px;  margin-right: 10px;  border: 1px solid #8283c3;  padding: 0;  border-radius: 14px;  background: white;  height: 14px;  width: 14px;}
.checks .form_checkbox-custom_new {  border-color: #d0d0d0;}
.checks .form_checkbox-custom_new:before {  color: black;}
.checks label{  display: flex;  margin-bottom: 10px;}
.form_checkbox_level{  font-weight: 300;  line-height: 20px;  margin-right: 10px;}

.form_checkbox:checked + .form_checkbox-custom_new:before {  content: "\2713";  display: block;  font-size: 14px;  padding-left: 2px;}
.form_radio:checked + .form_radio-custom:before {  content: "\2713";  display: block;  font-size: 14px;  padding-left: 2px;}

.md-form_check {  display: flex;  flex-direction: column;  flex-wrap: wrap;  margin: 10px 30px;}
.md-form_radio {  display: flex;  flex-direction: column;  flex-wrap: wrap;  margin: 10px 30px;}
.md-form_check label{  display: flex;  margin-bottom: 15px;}

.md-form label{  position: absolute;  pointer-events: none;  left: 35px;  top: 0px;  line-height: 40px;  transition: .3s;  color: #757575;  font-weight: normal;  font-size: 18px;}
.md-form user agent stylesheet input:-internal-autofill-selected{  background-color: #fff !important;}
.md-form .form-control:focus,
.md-form .form-control.full {  border-bottom: 2px solid #7377b8;}
.md-form .form-control.error {  border-bottom: 2px solid #ef534f;}

.md-form .form-control:focus~label,
.md-form .form-control.full~label,
.md-form .form-control.error~label {  top: -25px;  font-size: 12px;}
label.error {color: #ef534f;}
.md-form .form-control.error ~ label.error {
    top: 0px;
    font-size: 16px;
}

.md-form .form-control:focus~label{  color: #7377b8;}
.md-form .form-control.error~label{  color: #ef534f;}
button.close.md-form:not(.reg){
	position: absolute;
	top: 35px; right: 20px;
}
.header_logo{
    float: left;
}
.header_logo a {
    display: block;
    float: left;
  width: 150px;
  height: 30px;
  background: url('../images/logo_30.svg') no-repeat;
  background-size: cover;
}
.header_kplus_img {
    display: block;
    float: right;
    width: 150px;
    height: 31px;
    background: url(https://www.ascon-spb.ru/design/images/all_icon.svg) no-repeat -1047px -6px;
    background-size: 1300px;
}
.header_kplus .btn-fiolent {
   display: block;
   float: right;
}


