
body {
    overflow-x: hidden;
    min-width: 300px;
}
section.block_content{
	padding-top: 10px;
	background: #f8f8f8;
}
ul.tab_block{
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 1px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.tab_block li {
    text-align: center;
    width: 82px;
}
ul.tab_block li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    font-family: "GothamProBold", sans-serif;
    color: #9daeba;
    line-height: 16px;
    transition: color 0.3s;
    position: relative;
    padding-bottom: 11px;
    height: 100%;
}
ul.tab_block li a:hover,
ul.tab_block li a.active{
	color: #044e6e;

}
ul.tab_block li a:hover::before,
ul.tab_block li a.active::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 3px;
	left: 0;
	background: #2a94e2;
}
.title_content {
    font-family: 'GothamProBold', sans-serif;
    font-size: 30px;
    color: #044e6e;
    padding-bottom: 21px;
    position: relative;
    z-index: 3;
    line-height: 27px;
}
.title_content::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #789cc1;
    left: 0;
    bottom: 0px;
    position: absolute;
}
.content_info_block {
    margin-top: 31px;
}
.content_info {
  display: none;
}
h3.title_min {
    font-size: 20px;
    color: #044e6e;
    font-family: 'GothamProBold', sans-serif;
    margin-top: 14px;
}
ul.list_content{
	font-size: 15px;
	color: #4b5b62;
	line-height: 23px;
}
ul.list_content li b {
    font-size: 20px;
    line-height: 24px;
    font-family: 'GothamProBold', sans-serif;
    font-weight: normal;
    display: block;
    color: #044e6e;
    margin-bottom: 14px;
}
ul.list_content li {
    margin-bottom: 44px;
}
ul.list_content li:last-child{
	margin-bottom: 0;
}
.block_txt_info {
    margin-top: 57px;
}
h4.title_info {
    font-size: 24px;
    color: #044e6e;
    font-family: 'GothamProBold', sans-serif;
    margin-top: 58px;
    margin-bottom: 34px;
}
.content_container{
	padding-bottom: 80px;
}
b.year_title {
    position: relative;
    display: block;
    z-index: 3;
    font-size: 20px;
    color: #044e6e;
    font-family: 'GothamProBold', sans-serif;
    padding: 22px 0;
}
.list__shadow-year {
	position: absolute;
	left: 0;
	top: 0;
	color: #edf0f3;
	font-size: 68px;
	font-family: 'GothamProBold', sans-serif;
	z-index: -1;
}

ul.list_history {
    margin-top: 38px;
}
.year_number{
	color: #789cc1;

}
ul.list_history li {
    margin-bottom: 31px;
}
ul.list_info{
	font-size: 15px;
	color: #4b5b62;
	line-height: 23px;
}
ul.list_info li strong{
	font-family: 'GothamProBold', sans-serif;
}
ul.list_info li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 32px;
}
ul.list_info li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #789cc1;
    border-radius: 50%;
}
ul.list_info li:last-child,
ul.list_history li:last-child{
	margin-bottom: 0px;
}
.section_today {
    padding-top: 72px;
    padding-bottom: 110px;
    background: url(../img/bg1.jpg) center;
    background-size: cover;
    overflow: hidden;
}
h2.title_berg {
    font-family: 'GothamProBold', sans-serif;
    font-size: 30px;
    color: #b4d1f0;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
h2.title_berg::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #b4d1f0;
    left: 50%;
    margin-left: -25px;
    bottom: 0px;
    position: absolute;
}
h2.title_berg span{
	color: #fff;
}
.blocks_tdy {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 121px;
}
.item_tdy {
    position: relative;
    z-index: 3;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 40px;
    /* width: 210px; */
}
.bg_namber {
    position: absolute;
    z-index: -1;
    font-size: 140px;
    color: #1e8aac;
    left: 0;
    top: 16px;
    line-height: 80px;
}
.namber_it {
    font-size: 60px;
    font-family: 'GothamProBold', sans-serif;
    line-height: 70px;
}
.item_tdy:nth-child(3n) .bg_namber{
	color: #146a90;
}

.item_tdy:nth-child(4n) {
    margin-right: 0;
}

.item_tdy:nth-child(4n) .bg_namber{
	color: #0b5c7f;
}
ol.list_namber {
    counter-reset: myCounter;
    font-size: 15px;
    line-height: 23px;
    color: #4b5b62;
    border-left: 1px solid #e1e6eb;
    margin-top: 21px;
    padding-top: 26px;
}
ol.list_namber li b {
    position: relative;
    z-index: 3;
    display: block;
    color: #044e6e;
    font-size: 20px;
    margin-bottom: 23px;
    font-family: 'GothamProBold', sans-serif;
}
ol.list_namber li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
    padding-top: 10px;
}
ol.list_namber li:last-child{
	margin-bottom: 0;
}
ol.list_namber li b::before{
	content: '';
	position: absolute;
	z-index: -1;
	font-size: 69px;
	color: #edf0f3;
	left: 0;
	top: 0;
}
ol.list_namber li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #fff;
	background: #789cc1;
	display: inline-block;
	text-align: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	position: absolute;
	left: -10px;
    top: 14px;
	font-size: 13px;
	font-family: 'GothamProBold', sans-serif;
}
.title_ls {
    position: relative;
    z-index: 3;
}


.title_ls::after {
    content: counter(myCounter, decimal-leading-zero) " ";
    display: block;
    position: absolute;
    z-index: -1;
    font-size: 68px;
    color: #edf0f3;
    font-family: 'GothamProBold', sans-serif;
    left: 0;
    top: 0;
}
.text_content {
    font-size: 15px;
    line-height: 24px;
    color: #4b5b62;
    margin-top: 45px;
}
.img_soc2 img, 
.img_soc1 img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.txt_block_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.txt_info {
    width: 54%;
}
.img_soc1, .img_soc2 {
    width: 42%;
}
.text_content p {
    margin-bottom: 16px;
}
.txt_center_cont {
    margin-top: 9px;
    margin-bottom: 23px;
}

.img_block a{
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
    color: #475155;
    background: no-repeat center/cover;
}
.img_block {
    margin-top: 15px;
    margin-bottom: 14px;
}
.img_block img{
    vertical-align: bottom;
    max-width: 100%;
}
.img_block a:hover .bg{
    opacity: 1;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    background: rgba(165,215,236,0.9) url(../img/loupe.png) center no-repeat;
}
.item_fact b {
    display: block;
    font-size: 16px;

    color: #044e6e;
    font-family: 'GothamProBold', sans-serif;
}
.item_fact {
    text-align: center;
    width: 29.4%;
    line-height: 19px;
    font-size: 15px;
    margin-bottom: 56px;
}
.blocks_factor {
    margin-top: 49px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.style_text h1,
.style_text h2,
.style_text h3,
.style_text h4,
.style_text h5,
.style_text h6 {
    font-family: 'proxima-nova-extrabold', sans-serif;
    color: #044e6e;
    line-height: 1.4;
    margin: 0;
}
.style_text h1{
    font-size: 60px
}
.style_text h2{
    font-size: 48px
}
.style_text h3{
    font-size: 36px
}
.style_text h4{
    font-size: 30px
}
.style_text h5{
    font-size: 25px
}
.style_text h6{
    font-size: 20px
}
.style_text .title_list {
    font-size: 24px;
    color: #044e6e;
    font-family: 'proximanova_bold', sans-serif;
    margin-bottom: 17px;
}
.list_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}
.style_text ul li {
    position: relative;
    padding-left: 29px;
    font-size: 16px;
    color: #505050;
    margin-bottom: 21px;
    line-height: 19px;
    font-family: 'proximanova', sans-serif;
}
.style_text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 10px;
    background: url(../img/icon1.png);
}
.style_text ol{
    counter-reset: lsnaum;
    font-size: 16px;
    font-family: 'proximanova', sans-serif;
}
.style_text ol li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 25px;
}
.style_text ol li:before {
    counter-increment: lsnaum;
    content: counter(lsnaum);
    color: #179dff;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 17px;
    background: url(../img/ic.png) no-repeat right;
    font-family: 'proximanova_semibold', sans-serif;
}

.sect_ls {
    margin-right: 61px;
}
.style_text {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    margin-top: 46px;
}
.style_text p{
    margin-bottom: 20px;
}
.style_text strong{
    font-family: 'proximanova_bold', sans-serif;
}
.style_text em {
    font-family: 'proximanova_light_italic', sans-serif;
}



.ct-series-a .ct-line {
    stroke: #779bc0;
}
.ct-series-a .ct-point {
    stroke: #42a8f2;
}
.ct-label {
    color: #044e6e;
}
.ct-chart-line .ct-label, .ct-chart-bar .ct-label {
    font-size: 16px;
    font-family: 'proximanova_bold', sans-serif;
}
.ct-grid {
    stroke: #e6e6e6;
    stroke-width: 1px;
}
.ct-point {
    stroke-width: 14px;
    stroke-linecap: round;
    border-radius: 50%;
}
g.ct-grids{
    border-left: 2px solid #e6e6e6;
    stroke-width: 1px;
}
.ct-horizontal{
    margin-top: 16px;
}
.chart_item h3.title_min{
    text-align: center;
}
.ct-chart {
    margin-top: 43px;
    height: 453px;
    overflow: hidden;
}
.chart_blocks_main {
    margin-top: 64px;
}
.chart_item {
    margin-bottom: 76px;
}
.chart_item:last-child{
    margin-bottom: 0;
}

.chart__img {
    display: block;
    margin: 20px auto 0;
    max-width: 1060px;
    width: 100%;
    height: auto;
}

.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%;
}
section.section_dealer {
    padding-top: 54px;
    padding-bottom: 20px;
    background: #f8f8f8;
    overflow: hidden;
}
.flex_block_center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 53px;
}
.text_dea_content {
    /* max-width: 491px; */
    width: 48%;
}
.form_conteiner {
    max-width: 430px;
    width: 41%;
}
form.form_block input {
    width: 100%;
    height: 50px;
    background: #fff;
    padding-left: 20px;
    color: #9ba6ab;
    font-size: 15px;
    border: 2px solid #e8e8e8;
    margin-bottom: 21px;
    font-family: 'GothamProRegular', sans-serif;
    box-sizing: border-box;
}
form.form_block input::-webkit-input-placeholder {
    color: #9ba6ab;
    opacity: 1;
}
form.form_block input:-moz-placeholder {
    color: #9ba6ab;
    opacity: 1;
}
form.form_block input::-moz-placeholder {
    color: #9ba6ab;
    opacity: 1;
}
form.form_block input:-ms-input-placeholder {
    color: #9ba6ab;
    opacity: 1;
}
.btn {
    outline: none;
    border: 3px solid #4eb0f8;
    display: inline-block;
    cursor: pointer;
    color: #044e6e;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "GothamProBold", sans-serif;
    padding: 17px 25px;
    background: transparent;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    border-radius: 5px;
}
form.form_block .btn{
    margin-top: 7px;
    width: 100%;
}
.btn:hover {
    background: rgba(145, 189, 233, 0.2);
}
.content_txt_dea p {
    margin-bottom: 27px;
}
.wrap_block h2.title_content::after {
    display: none;
}
section.section_dealer .blue_line {
    margin: 8px auto;
}
.content_txt_dea {
    font-size: 15px;
    line-height: 22px;
}
.content_txt_dea h2.title_content {
    padding-bottom: 34px;
}
.top_sect_dea {
    position: relative;
    padding-bottom: 36px;
}
.top_sect_dea::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: url(../img/line.png);
}
.center_tit{
    text-align: center;
}
.icon_ne{
    width: 124px;
    height: 124px;
    border: 2px solid #dee6ed;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.txt_ne {
    background: #f8f8f8;
    color: #023d56;
    font-size: 14px;
    line-height: 17px;
    font-family: "GothamProBold", sans-serif;
    padding-top: 20px;
    margin-top: -28px;
    position: relative;
}
.item_need {
    width: 210px;
    text-align: center;
}
.blocks_what_need {
    max-width: 854px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0 auto;
}
.button_block {
    margin-top: 13px;
}
.button_block .btn {
    font-size: 13px;
    padding: 14px 28px;
}
.bottom_sect_dea {
    padding-top: 64px;
    padding-bottom: 39px;
}
section.what_get_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blocks_get {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
    margin-bottom: 15px;
    counter-reset: get-counter;
}
.item_get {
    width: 33.33%;
    text-align: center;
    min-height: 151px;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.txt_get::after {
    counter-increment: get-counter; /* Указываем идентификатор счетчика */
    content: counter(get-counter, decimal-leading-zero) ;/* Выводим текст перед содержимым тега <h2> */
    display: inline-block;
    color: #e5e8ea;
    font-size: 48px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    font-family: "GothamProBold", sans-serif;
    z-index: 1;
}

.item_get:nth-child(1),
.item_get:nth-child(2),
.item_get:nth-child(3){
    border-top: 0;
}
.item_get:nth-child(3n){
     border-right: 0;
}
.ic_get {
    display: inline-block;
    width: 71px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.txt_get {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #023d56;
    font-family: "GothamProBold", sans-serif;
}
.txt_get p{
    position: relative;
    z-index: 2;
    padding: 15px 0;
}

.button_ber {
    text-align: center;
    margin-top: 74px;
}
.button_ber .btn {
    padding: 17px 47px;
}
section.catalog_product {
    background: #f8f8f8;
    padding-top: 61px;
    padding-bottom: 102px;
    overflow: hidden;
}
.blocks_flex_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 44px;
}
.cont_text_info {
    /* max-width: 488px; */
    width: 49%;
    position: relative;
    z-index: 3;
}
p.company_text{
    font-size: 15px;
    color: #4b5b62;
    line-height: 23px;
    font-family: "GothamProBold", sans-serif;
}
p.company_text span{
    color: #789cc1;
}
.button_pro {
    margin-top: 47px;
}
.catalog_img {
    position: relative;
    width: 40%;
}
.catalog_img img {
    position: absolute;
    right: -63px;
    top: -64px;
}
.our_product {
    padding-top: 75px;
    padding-bottom: 62px;
}
section.our_product .main_dealers_list {
    margin-top: 17px;
}
.dealer_item img {
    max-width: 100%;
}
.button_ber .btn {
    padding: 17px 17px;
}
.button_our {
    text-align: center;
    margin-top: 63px;
}
h2.title_content span{
    color: #789cc1;
}
.wrap_block .main_gallery .blue_line {
    margin: 0px auto 15px auto;
}
.block_slide{
    font-size: 16px;
    color: #044e6e;
    font-family: "GothamProBold", sans-serif;
}
.img_sl {
    margin-bottom: 16px;
    width: 100%;
    height: 130px;
    background: no-repeat center/cover;
    cursor: pointer;
}
.img_sl img,
.img_object img{
    vertical-align: bottom;
    max-width: 100%;
}
.gallery-thumbs .swiper-slide {
    width: 22%;
    margin-bottom: 16px;
    margin: 0 13px 16px 13px;
    opacity: 0.6;
    transition: opacity 0.3s;
}
.gallery-thumbs .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.slide_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
}
.img_object {
    max-width: 400px;
    width: 46%;
    height: 220px;
    background: no-repeat center/cover;
}
.info_content {
    /* max-width: 509px; */
    width: 52%;
    padding-top: 31px;
    font-size: 15px;
    color: #4b5b62;
    line-height: 23px;
}
.text_inf_content {
    margin-top: 13px;
}
.slider_block {
    margin-top: 37px;
}
.gallery-thumbs {
    margin: 59px -13px 59px -13px;
}
h3.title_slide {
    font-size: 20px;
    color: #044e6e;
    font-family: 'GothamProBold', sans-serif;
    position: relative;
    padding-bottom: 15px;
}
h3.title_slide::before{
    content: '';
    position: absolute;
    width: 46px;
    height: 3px;
    background: #789cc1;
    left: 0;
    bottom: 0;
}
section.developers_work {
    background: #f8f8f8;
    padding-top: 72px;
    padding-bottom: 77px;

    display: none;
}

.developers_work + .main_gallery {
    background-color: #f8f8f8;
}

.slider_top{
    position: relative;
}
.swiper-button-next, 
.swiper-button-prev {
    width: 17px;
    height: 27px;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.swiper-button-prev{
    left: 0px;
    background-image: url(../img/left-arrow-button.png);
}
.swiper-button-next{
    right: 0px;
    background-image: url(../img/right-arrow-button.png);
}
.gallery-thumbs .swiper-wrapper{
    flex-wrap: wrap;
}
.content_map_block {
    position: absolute;
    left: 40px;
    top: 4vh;
    width: 484px;
    background: #fff;
}
ul.tab_list{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7f2e8;
}
ul.tab_list li {
    flex-grow: 1;
    position: relative;
    max-width: 105px;
}
ul.tab_list li a {
    display: block;
    font-size: 15px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    color: #044e6e;
    transition: background 0.3s;
    box-shadow: 2px 0px 10px -2px rgba(0,0,0,0.1);
    font-family: 'GothamProBold', sans-serif;
}
ul.tab_list li:last-child a{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}
ul.tab_list li a::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background 0.3s;
}
ul.tab_list li a.active,
ul.tab_list li a:hover{
    color: #fff;
    background: #50b0f5;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}
ul.tab_list li a.active::before,
ul.tab_list li a:hover::before{
    background: #50b0f5;

}
.block_select {
    padding: 32px 35px;
    border-bottom: 1px solid #e7f2e8;
}
.ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-family: 'GothamProBold', sans-serif;
    color: #044e6e;
    height: 46px;
    border: 2px solid #50b0f5;
    background: transparent;
}
.ui-selectmenu-text {
    line-height: 28px;
}
.ui-button .ui-icon, 
.ui-state-hover .ui-icon, 
.ui-state-focus .ui-icon, 
.ui-button:hover .ui-icon, 
.ui-button:focus .ui-icon, 
.ui-icon, 
.ui-widget-content .ui-icon {
    background-image: url(../img/arrow.svg);
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 11px;
    top: 11px;
}
.ui-menu .ui-menu-item {
    font-family: 'GothamProBold', sans-serif;
    padding: 2px;
}
.info_contact_block{
    min-height: 30vh;
    max-height: 70vh;
    height: auto;
    overflow-y: auto;
}
ul.list_txt_info li {
    position: relative;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e7f2e8;
    color: #6d6f70;
    line-height: 19px;
    font-size: 12px;
}
.name_company {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 30px;
    color: #044e6e;
    font-family: 'proximanova_bold', sans-serif;
    cursor: pointer;
    line-height: 20px;
}
.content_info_comp {
    width: 258px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    cursor: pointer;
    border: none;
    background: none;
    box-shadow: none;
    transition: all 0.3s;
    border-left: 4px solid transparent;
}

.content_info_comp:hover,
.content_info_comp:focus {
    border-color: #0086e8;
}

.content_info_comp.active {
    background-color: #0086e8;
    color: #fff;
}

.content_info_comp--static {
  cursor: default;
}

.content_info_comp--static:hover,
.content_info_comp--static:focus {
  border-color: transparent;
}

.name_company::after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/arrow.svg);
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 11px;
    top: 3px;
    transition: transform 0.3s;
}
.link_comp a{
    display: inline-block;
    color: #50b0f5;
    font-size: 14px;
    text-decoration: none;
    font-family: 'proximanova_bold', sans-serif;
}
.link_comp a:hover{
    text-decoration: underline;
}
.inf_comp_nm {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 143px;
    text-align: right;
}
.comp_open_sect {
    padding-top: 28px;
}
.section_company {
    padding: 0 36px 15px;
}
.link_comp {
    margin-top: 10px;
}
.knob a {
    display: block;
    color: #fff;
    background: #50b0f5;
    text-align: center;
    font-size: 15px;
    padding: 17px 30px 13px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proximanova_bold', sans-serif;
    transition: background 0.3s;
    position: relative;
}
.knob a:hover{
    background: #419cde;
}
.knob a::after {
    content: '';
    position: absolute;
    background-image: url(../img/arrow2.svg);
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 11px;
    right: 188px;
    top: 19px;
    transition: transform 0.3s;
    transform: rotate(-180deg);
}
.knob a.active::after{
     transform: rotate(0deg);
}
.name_company.active::after{
    transform: rotate(-180deg);
}
/* .info_sect_comp {
    display: none;
} */

.info_contact_block::-webkit-scrollbar-button {
background-repeat:no-repeat;
width:5px;
height:0px
}

.info_contact_block::-webkit-scrollbar-track {
background-color:#fff
}

.info_contact_block::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#0086e8;
}

.info_contact_block::-webkit-scrollbar{
width: 4px;
}
#tb2, #tb3, #tb4, #tb5{
    display: none;
}
.title_contact {
    color: #fff;
    background: #50b0f5;
    font-family: 'proximanova', sans-serif;
    font-size: 30px;
    padding: 9px;
}
#select6-menu .ui-menu-item {
    font-size: 12px;
}
.items .content_info_comp {
    width: 100%;
}

#total_main > .items {
    display:none;
}

.section_company > .items {
    display:none;
}

#map {
    width: 100%;
    height: 100vh;
}

form.form_block .input-checkbox {
    width: 18px;
    margin: 0 10px 0 0;
    height: 18px;
}

.label-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.label-checkbox a {
    color: #000;
    margin-left: 3px;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.label-checkbox a:hover,
.label-checkbox a:focus {
    border-bottom: transparent;
    outline: none;
}

.btn:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.mfp-bg {
    background: rgba(255,255,255, 0.8);
}

.page-thanks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 360px);
    min-height: 600px;
}

.page-thanks h1 {
    font-family: 'GothamProBold';
    font-size: 36px;
    color: #044e6e;
    text-align: center;
    margin-bottom: 40px;
}

.page-thanks p {
    font-family: 'GothamProRegular';
    font-size: 18px;
    color: #505050;
    text-align: center;
    line-height: 25px;
    margin: 0;
    margin-bottom: 62px;
}

.page-thanks .btn:hover {
    background: rgba(145, 189, 233, 0.2);
}

.page-thanks .btn {
    font-family: 'GothamProBold';
    font-size: 14px;
    width: 326px;
    border: 2px solid #91c9e1;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #044e6e;
    margin: 0 auto;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 12px;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.partners__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    margin-top: 64px;
}

.partners__logo {
    display: block;
    margin: 0 23px 30px;
    width: 160px;
    height: 100px;
    background: no-repeat center/contain;
}

.objects_text {
    margin-top: 0;
    margin-bottom: 70px;
}

.ui-widget.ui-widget-content {
    max-height: calc(100vh - 200px);
}

.info_contact_agent {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #044e6e;
    font-family: 'proximanova_bold', sans-serif;
    padding: 10px 0;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.social-icons--left-menu {
    justify-content: center;
    margin-top: 10px;
}

.social-icons--header {
    margin-top: auto;
    margin-bottom: 20px;
    align-self: center;
}

.social-icons__link {
    display: block;
    margin: 0 5px;
}

.social-icons__link svg {
    width: 30px;
    height: 30px;
    fill: #789cc1;
    transition: all 0.3s;
}


.social-icons__link--facebook:hover svg ,
.social-icons__link--facebook:focus svg  {
    fill: #1C5A9C;
}

.social-icons__link--instagram:hover svg ,
.social-icons__link--instagram:focus svg  {
    fill: #517FA6;
}

.social-icons__link--vk:hover svg ,
.social-icons__link--vk:focus svg  {
    fill: #4c75a3;
}

.tab-filters {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    border-bottom: 1px solid #e7f2e8;
    font-size: 14px;
}

.tab-filter-wrap {
    display: flex;
    align-items: center;
}

.tab-filter-checkbox {
    margin: 0 5px 0 0;
}

.catalog_blocks_special {
    position: relative;
    width: 1000px;
    padding: 20px 0;
    text-align: center;
    background: no-repeat center/cover;
}

.catalog_blocks_special::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255, 0.1);
    transition: background-color 0.3s;
}

.catalog_blocks_special:hover::before,
.catalog_blocks_special:focus::before {
    background: rgba(255,255,255, 0.7);
}

.catalog_blocks_special a {
    position: relative;
    font-family: 'gothamProBold';
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 4px 14px;
}

.grecaptcha-badge {
  visibility: hidden;
}
.tg_svg {
	opacity:0.7;
}
.tg_svg:hover {
	opacity:1;
}