.no-scroll{overflow: hidden;}

.section-screen{ position: relative; min-height: 100px; background-attachment: fixed; background-size: cover; background-position: 80% center; /*overflow: hidden;*/ }
.section-screen_min{ min-height: 0; }
.section-screen_light{ color: #3c3c3c; }
.section-screen_yellow{ background: #ffcd3b; color: #3c3c3c; }
.section-screen .section-container{ padding: 0; }

.section-screen__body{ padding: 60px 150px 60px 60px; }
.section-screen__body p a{ border-bottom: 1px solid; }
.section-screen__bottom{ position: absolute; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 0; visibility: hidden; width: 100%; padding: 22px 100px 22px 220px; -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15); background-position: 0 50%; background-size: contain; background-repeat: no-repeat; background-color: #f3fafe; color: #3c3c3c; -webkit-transition: visibility 300ms, opacity 300ms, -webkit-transform 300ms; transition: visibility 300ms, opacity 300ms, -webkit-transform 300ms; transition: transform 300ms, visibility 300ms, opacity 300ms; transition: transform 300ms, visibility 300ms, opacity 300ms, -webkit-transform 300ms; z-index: 10; }
.touch .section-screen__bottom:not(.is_stuck){ top: 300px; }
.touch .section-screen__bottom,
.section-screen.active .section-screen__bottom{ visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1;}
.section-screen__touch{position: fixed;  left: 0; height: 100vh; width: 100vw; background-size: cover; background-position: right; }



.section-screen_top .section-screen__body{ padding-top: 120px; }

.section-screen .section-screen__body{ -webkit-box-flex: 100; -webkit-flex-grow: 100; -ms-flex-positive: 100; flex-grow: 100; padding-right: 100px; }
.section-screen .form-yellow{ padding: 0; }
.section-screen .form__row:first-child{ margin-top: 0; }


.screen-bottom-panel{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.screen-bottom-panel__body{ -webkit-box-flex: 100; -webkit-flex-grow: 100; -ms-flex-positive: 100; flex-grow: 100; }
.screen-bottom-panel__action{ padding-left: 30px; }



/* --- screen nav --- */
.screen-nav{ position: fixed; top: 50%; z-index: 90; right: 40px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.screen-nav__link{ display: block; float: right; clear: both; margin-left: auto; min-width: 40px; cursor: pointer; height: 26px; text-decoration: none; position: relative; }
.screen-nav__link::before{ content: ''; position: absolute; top: 6px; right: 20px; width: 14px; margin-right: -7px; height: 14px; -webkit-border-radius: 100%; border-radius: 100%; border: 1px solid #fff; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); -webkit-transition: .15s; transition: .15s; opacity: 0; }
.screen-nav__link::after{ content: ''; position: absolute; top: 10px; right: 20px; width: 6px; -webkit-border-radius: 100%; border-radius: 100%; height: 6px; margin-right: -3px; background-color: #fff; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8); -webkit-transition: .15s; transition: .15s; }
.screen-nav-link-txt{ position: absolute; white-space: nowrap; background: #1777cc; color: #fff; padding: 2px 10px 2px 20px; right: 50px; height: 26px; -webkit-border-radius: 13px 0 0 13px; border-radius: 13px 0 0 13px; opacity: 0; visibility: hidden; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: 300ms, -webkit-transform 500ms; transition: 300ms, -webkit-transform 500ms; transition: 300ms, transform 500ms; transition: 300ms, transform 500ms, -webkit-transform 500ms; }
.screen-nav-link-txt:before{ content: ''; position: absolute; left: 100%; top: 0; border: 13px solid transparent; border-left: 10px solid #1777cc; display: block; width: 0; height: 0; }

.no-touch .screen-nav__link:hover{max-width: 999px;}
.no-touch .screen-nav__link:hover .screen-nav-link-txt{-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0); opacity: 1; visibility: visible;}

.no-touch .screen-nav__link:hover::before,
.screen-nav__link.active::before{background: #fff; opacity: 1;}
.no-touch .screen-nav__link:hover::after,
.screen-nav__link.active::after{ background: #1777cc }


.screen-nav__link:nth-child(3){ -webkit-animation-delay: .2s; animation-delay: .2s; }
.screen-nav__link:nth-child(4){ -webkit-animation-delay: .4s; animation-delay: .4s; }
.screen-nav__link:nth-child(5){ -webkit-animation-delay: .6s; animation-delay: .6s; }
.screen-nav__link:nth-child(6){ -webkit-animation-delay: .8s; animation-delay: .8s; }
.screen-nav__link:nth-child(7){ -webkit-animation-delay: 1s; animation-delay: 1s; }
.screen-nav__link:nth-child(8){ -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.screen-nav__link:nth-child(9){ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }


button.screen-nav__btn{ float: right; margin: 10px 0; clear: both; display: inline-block; font-size: 0; line-height: 0; width: 40px; height: 40px; color: #ffffff; background: rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); border: 1px solid; -webkit-border-radius: 50%; border-radius: 50%; cursor: pointer; z-index: 10; -webkit-transition: 300ms; transition: 300ms; }
.screen-nav__btn .svg-icon{ width: 10px; vertical-align: middle; height: 16px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: -webkit-transform 250ms; transition: -webkit-transform 250ms; transition: transform 250ms; transition: transform 250ms, -webkit-transform 250ms; }
.screen-nav__btn_prev:active .svg-icon{ -webkit-transform: rotate(90deg) translateX(-5px); -ms-transform: rotate(90deg) translateX(-5px); transform: rotate(90deg) translateX(-5px); }
.screen-nav__btn_next:active .svg-icon{ -webkit-transform: rotate(90deg) translateX(5px); -ms-transform: rotate(90deg) translateX(5px); transform: rotate(90deg) translateX(5px); }

.screen-nav__btn.disable{ opacity: 0.3; cursor: default; pointer-events: none; }

.no-touch .screen-nav__btn:not(.disable):hover{ color:  #1777cc; background: rgba(255, 255, 255, 1);}

.touch .screen-nav{display: none;}


@-webkit-keyframes screen-nav-show {
	0%,99%{color: transparent; max-width: 999px;}
	10%,90%{color: #fff; max-width: 999px;}
	100%{max-width: 0;}
}


@keyframes screen-nav-show {
	0%,99%{color: transparent; max-width: 999px;}
	10%,90%{color: #fff; max-width: 999px;}
	100%{max-width: 0;}
}







.direction-box{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 30px -10px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.direction-box__items{ -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 50%; padding: 10px; }
.direction-box__action{ width: 100%; padding: 20px 10px 0; }
.direction-box .direction{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -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; text-align: center; color: #fff; padding-bottom: 25px; background-size: cover; background-position: center; }
.direction-box .direction:hover{ color: #ffff; }

.link-text-animate{ position: relative;  vertical-align: middle; background: -webkit-gradient(linear, left top, right top, from(#ffcd3b), to(#ffcd3b)) no-repeat left 90% / 0% 4px; background: -webkit-linear-gradient(left, #ffcd3b, #ffcd3b) no-repeat left 90% / 0% 4px; background: linear-gradient(to right, #ffcd3b, #ffcd3b) no-repeat left 90% / 0% 4px; -webkit-transition: background 300ms; transition: background 300ms;}

.no-touch a:hover .link-text-animate {	background-size: 100% 4px;}





.image-item{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 40px 0; width: 100%;}
.image-item__img{ width: 190px; min-width: 190px; padding-top: 8px; }
.image-item__content{ padding-left: 20px; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1;}
.image-item-content__title{ margin: 10px 0; }
.image-item-content__descr{ }
.image-item-content__link{ margin-top: 10px; }
.image-item-content__link a{ color: inherit; border-bottom: 1px solid; }
.image-item-list-action{ margin-top: 60px; }

.image-item-list_lg .image-item{ margin-bottom: 60px; }
.image-item-list_lg .image-item:first-child{ margin-top: 0; }
.image-item-list_lg .image-item__img{ width: 390px; min-width: 390px; }
.image-item-list_lg .image-item__content{ padding-left: 30px; }
.image-item-list_lg .image-item-content__title{ color: #ffcd3b; }



.visual-list{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; }
.visual-list__item{ display: table; table-layout: fixed; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; width: 50%; padding: 0 10px; margin: 0 0 20px 0; }
.visual-item-icon{ display: table-cell; vertical-align: top; width: 104px; padding: 8px 20px 0 0; }
.visual-item-content{ display: table-cell; vertical-align: top; }
.visual-item-content__title{ font-weight: 700; margin-bottom: 10px; }
.visual-item-content__descr{ }

.visual-list-actions{margin-top: 20px;}


.visual-list_inverse .visual-item-content__title{ color: #ffcd3b; }
.visual-list_inverse a:not([class]){ color: inherit; border-bottom: 1px solid; }

.no-touch .visual-list_inverse a:hover{ color: #ffcd3b }





.action-shadow .slick-arrow{ color: #954c20; opacity: 0.7; }
.action-shadow .slick-arrow .svg-icon{  }
.action-shadow.round-dots .slick-dots button{ background: #954c20; }
.action-shadow.round-dots .slick-dots li.slick-active:before{ border-color: #954c20; }




.review-slider.action-shadow .slick-prev{ left: 10px; }
.review-slider.action-shadow .slick-next{ left: 70px; }
.review-slider.action-shadow .slick-dots{ left: 130px; }




.logo-box{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; background: #fff; color: #3c3c3c; margin-top: 50px; }
.logo-box__item{ width: 20%; }
.logo-box-item-link{ position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 30px 30px; -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; background: #fff; }
.logo-box-image{ display: block; width: 100%; height: 80px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.logo-box-action{ margin-top: 40px; }

.no-touch .logo-box-item-link:hover{-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); /*margin: -10px -30px; padding: 20px 60px; */z-index: 2;}





.switch-section{ margin-top: 30px; }
.switch-section .switch{margin-bottom: 30px;}
.switch-section_white{ padding: 15px 30px 40px; background: #fff; color: #3c3c3c; }
.switch_on-white{background: #fff; color: #3c3c3c;}
.switch-section_white .switch__label,
.switch_on-white .switch__label{ color: #919191; }
.animatable-tabs-container{position: relative; -webkit-transition: none; transition: none;}
.switch-section .tab-content{ margin: 0; -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transition: opacity 500ms; transition: opacity 500ms; }
.switch-section ul{ padding-left: 30px; }
.switch-section .tab-content.show{ -webkit-transform: none; -ms-transform: none; transform: none; }

.switch-section_white .tab-content{  }
.switch-section_white h3:not(:first-child){margin-top: 30px;}
.switch-section_white h4:not(:first-child){margin-top: 30px;}
.switch-section_white p{ font-size: 14px; line-height: 24px; }

.switch-section_white .switch__label.open,
.no-touch .switch-section_white .switch__label:hover,
.switch_on-white .switch__label.open,
.no-touch .switch_on-white .switch__label:hover{ color: #3c3c3c; }


.frame-list{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0 -10px; }
.frame-list__item{ width: 25%; padding: 0 10px; margin: 10px 0; }
.frame-item{ display: block; position: relative; padding-bottom: 76px; color: #3c3c3c; background: #fff; overflow: hidden; }
.frame-item__image{height: 192px; overflow: hidden; background: #2daae1; }
.frame-item__content{ position: absolute; left: 0; right: 0; bottom: 0; padding: 17px 25px 10px; background: #fff; -webkit-transition: 300ms; transition: 300ms; }
.frame-item-title{ }
.frame-item-descr{ max-height: 0; opacity: 0;  -webkit-transition: 300ms linear;  transition: 300ms linear; }
.frame-item-descr:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 21px;
	width: 100%;
	background: -webkit-linear-gradient(rgba(255, 255,255, 0), rgba(255, 255, 255, 1));
}
.frame-item-image{ display: block; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-transition: 1000ms, opacity 300ms linear; transition: 1000ms, opacity 300ms linear; }

.no-touch .frame-item:hover{ color: #3c3c3c; }
.no-touch .frame-item:hover .frame-item-image{ -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 0.3; }
.no-touch .frame-item:hover .frame-item__content{ }
.no-touch .frame-item:hover .frame-item-descr{ max-height: 148px; opacity: 1; padding-bottom: 10px; }






.career-box{ padding: 20px 20px 30px; background: #fff; }
.career-row{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.career-row__item{ -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-flex-basis: 19%; -ms-flex-preferred-size: 19%; flex-basis: 19%; margin: 15px 0; }
.career-row__delimiter{ -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; -webkit-box-flex: 100; -webkit-flex-grow: 100; -ms-flex-positive: 100; flex-grow: 100; min-width: 32px; padding: 90px 5px 0; color: #1777cc; text-align: center; font-size: 0; line-height: 0; }
.career-hint{ padding: 14px 20px 18px; color: #919191; margin-top: 20px; background:
	-webkit-linear-gradient(left, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 0px / 10px 1px,
	-webkit-linear-gradient(top, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 100% 3px / 1px 10px,
	-webkit-linear-gradient(left, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 100% / 10px 1px,
	-webkit-linear-gradient(top, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 0px 3px / 1px 10px; background:
	linear-gradient(to right, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 0px / 10px 1px,
	linear-gradient(to bottom, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 100% 3px / 1px 10px,
	linear-gradient(to right, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 100% / 10px 1px,
	linear-gradient(to bottom, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 0px 3px / 1px 10px;
}

.career-visual{ display: block; text-align: center; color: #1777cc; cursor: pointer;}
.career-visual__icon{ width: 80px; max-width: 100%; margin: auto; }
.career-visual__estimate{ position: relative; top: -10px; }
.career-visual__title{ font-size: 14px; line-height: 20px; }


.visual-icon{ display: block; height: 0; padding-bottom: 100%; padding-bottom: -webkit-calc(100% - 2px); padding-bottom: calc(100% - 2px); -webkit-border-radius: 100%; border-radius: 100%; border: 1px solid #fff; background-size: contain; background-position: center; background-repeat: no-repeat; -webkit-transition: 300ms; transition: 300ms; }
.visual-estimate{ display: inline-block;  line-height: 24px; padding: 0 15px; background: #1777cc; color: #fff; -webkit-border-radius: 15px 0 15px 0; border-radius: 15px 0 15px 0; font-size: 12px; }


.svg-icon-arrow-right-hard{width: 22px; height: 22px;}
.career-visual .link-dotted,
a .link-dotted{border-bottom: 1px dotted;}

.no-touch .career-visual:hover .visual-icon{-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); border: 1px solid #dedede;}


.career-row__item .career-row__delimiter{ padding: 0 5px; margin: 15px 0; color: #ffdb4a; }
.career-visual-wrap{margin: 15px 0;}
.career-visual-wrap .visual-estimate{ color: #3c3c3c; background: #ffdb4a; }



.career-box_trans{ background: none; padding: 0; }
.career-box_trans .career-visual{ color: inherit; }
.career-box_trans .visual-icon{ background-color: #fff; }
.career-box_trans .career-row__delimiter{ color: inherit; }




.number-list{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
.number-list__item{margin: 25px 0; max-width: 100%;}

.number-item-header{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.number-item__icon{margin: 0 0 20px 0; height: 90px;}
.number-item__title{margin: 12px 0; font-size: 16px; line-height: 20px; color: #ffcd3b; font-weight: 700;}
.number-item__descr{margin: 12px 0 0;}
.number-item__descr p{font-size: inherit; line-height: inherit;}
.number-item__action{margin: 20px 0 0;}

.number-list_vertical .number-item__icon{height: 48px; width: 59px; margin-bottom: 0;}
.number-list_vertical .number-item__title{padding-left: 11px; font-size: 22px; line-height: 30px; color: inherit; margin: 0;}








.statistic-table{display: table; margin-top: 30px; border-collapse: collapse; width: 100%;}

.table-header{display: table-header-group; vertical-align: middle; border-color: inherit; font-size: 12px; line-height: 16px; color: #919191; border-bottom: 1px solid rgba(60, 60, 60, 0.25);}
.table-body{display: table-row-group; vertical-align: middle; border-color: inherit;}
.table-row{display: table-row; vertical-align: inherit; border-color: inherit; -webkit-transition: 200ms; transition: 200ms; color: inherit;}
.table-cell{display: table-cell; vertical-align: middle; padding: 10px;}

.no-touch a.table-row:hover{background: #ecf9ff; color: inherit;}
.no-touch a.table-row:hover .table-cell:first-child{color: #1777cc;}


.statistic-sort{display: inline-block; position: relative; color: inherit; padding: 0 16px;}
.statistic-sort:after{content: ''; left: 0; right: 0; position: absolute; bottom: -11px; height: 2px; background: #3c3c3c; opacity: 0; visibility: hidden; -webkit-transition: 300ms; transition: 300ms;}
.statistic-sort:before{content: ''; width: 9px; height: 9px; position: absolute; left: 0; top: 3px; background: #1777cc;}
.statistic-sort_yellow:before{background: #fecd00;}
.statistic-sort.active{color: #3c3c3c;}
.statistic-sort.active:after{opacity: 1; visibility: visible;}
.statistic-sort__indicator{display: inline-block; opacity: 0; visibility: hidden; position: absolute; margin: 7px 0 0 10px; width: 0; height: 0; border-style: solid; border-width: 4px 3px 0 3px; border-color: #3c3c3c transparent #3c3c3c transparent; -webkit-transition: 300ms; transition: 300ms;}
.statistic-sort.asc .statistic-sort__indicator{border-width: 0 3px 4px 3px;}
.statistic-sort.active .statistic-sort__indicator{opacity: 1; visibility: visible;}

.statistic-descr{position: relative; color: inherit; padding: 0 20px;}
.statistic-descr__icon{position: absolute; width: 9px; height: 9px; left: 0; top: 6px; background: #1777cc;}
.statistic-descr__title{}


.statistic-progress{display: block; position: relative; width: 100%;}
.progress-bar{width: 0; height: 7px; margin: 2px 0; background: -webkit-gradient(linear, left top, right top, from(#1777cc), to(#298ee8)); background: -webkit-linear-gradient(left, #1777cc, #298ee8); background: linear-gradient(to right, #1777cc, #298ee8);}
.progress-bar_yellow{background: -webkit-gradient(linear, left top, right top, from(#ebbe03), to(#fecd00));background: -webkit-linear-gradient(left, #ebbe03, #fecd00);background: linear-gradient(to right, #ebbe03, #fecd00);}



.statistic-company-row{padding-bottom: 30px; border-bottom: 1px solid #e9e9e9;}
.statistic-company-row > [class^='col-']{margin: 30px 0;  }
.statistic-company-table{display: table; border-collapse: collapse; width: 100%; counter-reset: counter-row;}
.counter-table .table-body .table-row{counter-increment: counter-row; border-bottom: 1px solid #e9e9e9; }
.counter-table .table-body .table-row:before{content: counter(counter-row); display: table-cell; vertical-align: middle; width: 30px; padding: 10px; font-size: inherit; line-height: inherit; font-weight: 700;}
.counter-table .table-body .table-cell:last-child{width: 28%;}


.title-icon-row{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;}
.title-icon-row__icon{min-width: 16px; margin-right: 13px;}
.title-icon-row__title{}

.diagramm{ -webkit-transition: .8s, stroke-width .25s; transition: .8s, stroke-width .25s; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}


.progress-table-wrap{ margin: -5px; margin-bottom: 20px;}
.progress-table{width: 100%;}
.progress-table td{padding: 8px 5px; min-width: 65px;}
.progress-table__title{min-width: 30%;}
.progress-table__val{width: 65px; font-weight: 700;}
.progress-table__bar{width: 60%;}

.progress-decor{height: 18px; background: #ebebeb; -webkit-border-radius: 9px; border-radius: 9px;}
.progress-decor .progress-bar{height: 100%; border-bottom: 2px solid #0f6aba; background: -webkit-gradient(linear, left top, left bottom, from(#298ee8), to(#1777cc)); background: -webkit-linear-gradient(#298ee8, #1777cc); background: linear-gradient(#298ee8, #1777cc); -webkit-border-radius: 9px 0 0 9px; border-radius: 9px 0 0 9px; margin: 0; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);}

.main-section-top__labels{
	margin-bottom: 20px;
}
.white_landing .section-container{
	margin-top: 20px;
}
.white_landing .main-section-top{
	margin-bottom: 20px;
}
.white_landing {
	color: #fff;
}
.color__initial {
	color: initial;
}
.white_landing .accordion-bar__icon {
	border-radius: 50%;
}
.white_landing .accordion-bar__icon:before,
.white_landing .accordion-bar__icon:after{
	top: 14px;
}
.white_landing .accordion-list{
	border-radius: 10px;
}
.section-description_image {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.section-description_image img {
	width: auto;
	height: 100%;
	max-width: 100%;
}

.white_landing .course-item-block{
	margin-top: 25px;
	padding: 0;
}
.white_landing .course-item{
	padding: 0px 35px;
	border-left: 5px solid #ffbe00;
}
.white_landing .course-item__head{
	padding: 15px 40px 0px;
}
.white_landing .direction-select__block .select_block{
	max-width: 360px;
}

@media (max-width: 1399px){
	
	.section-screen_dark:after,
	.section-screen_light:after{ content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
	.section-screen_dark:after{ background: -webkit-gradient(linear, left top, right top, from(rgba(23, 119, 204, 0)), to(#3b4042)); background: -webkit-linear-gradient(left, rgba(23, 119, 204, 0), #3b4042); background: linear-gradient(to right, rgba(23, 119, 204, 0), #3b4042); opacity: 0.7 }
	.section-screen_light:after{ background: rgba(255, 255, 255, 0.7); }
	
	.section-screen__body{ position: relative; z-index: 2; }
	
	.section-screen .form-yellow{ margin-top: 40px; }
	
	
	.section-screen__bottom{ padding-left: 180px; background-position: -20px 50%;}
	.screen-bottom-panel p{ font-size: 14px; line-height: 22px; margin: 8px 0 0; }
	
	
	.image-item-list_lg .image-item__img{width: 260px; min-width: 260px;}
	
	
	.frame-list__item{width: 50%;}
	.frame-item{padding-bottom: 74px;}
	
	
	.logo-box__item{width: 25%;}
	
}

@media (max-width: 1199px){
	.section-screen_top .section-screen__body{ padding-top: 60px; }
	
	.screen-nav{right: 25px;}
	.section-screen__body{ padding-right: 100px; }
	
	
	
}


@media (max-width: 991px){
	
	.section-screen__body{ padding-left: 20px; padding-right: 85px; }
	
	
	.section-screen__bottom{ padding-top: 12px; padding-bottom: 12px; padding-left: 130px; }
	.screen-bottom-panel h3{ font-size: 18px; line-height: 26px; margin-bottom: 5px; }
	
	.screen-bottom-panel h3{font-size: 14px; line-height: 22px;}
	.screen-bottom-panel p{font-size: 12px; line-height: 18px;}
	
	
	.frame-list__item{width: 50%;}
}

@media (max-width: 767px){
	
	.screen-nav{ display: none; }
	
	.section-screen .section-screen__body{ padding: 30px 20px 40px; }
	
	.image-item__img{ width: 100px; min-width: 100px; }
	
	.visual-list__item{ width: 100%; }
	
	.section-screen__bottom{padding: 15px 20px 20px; background-image: none !important;}
	.section-screen__bottom.is-bottom{position: absolute; top: auto !important; bottom: 0;}
	.screen-bottom-panel{display: block;}
	.screen-bottom-panel__action{padding-left: 0; margin-top: 10px;}
	
	
	.direction-box .direction{ padding-bottom: 20px; }
	.link-text-animate:after{ height: 2px; }
	
	
	.logo-box__item{width: 33.333336%;}
	
	
	.image-item-list_lg .image-item{ display: block;}
	.image-item-list_lg .image-item__img{width: auto; min-width: 0; margin-bottom: 20px;}
	.image-item-list_lg .image-item__content{padding-left: 0;}
	
	
	.career-box{ padding: 15px;  }
	.career-row{ display: block; width: 120px; margin-left: auto; margin-right: auto;}
	.career-box_1 .career-row{width: 424px;}
	.career-box_2 .career-row{width: 272px;}
	.career-row__item{ display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; margin: 5px 0 10px;}
	.career-row__delimiter{ display: block;  width: 120px; text-align: center; padding: 0;}
	.career-row__delimiter .svg-icon{ -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
	
	.career-visual{ display: inline-block; min-width: 120px; width: 120px;}
	.career-visual__title{font-size: 12px; line-height: 18px;}
	
	.career-visual-wrap{margin: 0 0 -20px;}
	.career-row__item .career-row__delimiter{ padding: 70px 5px 0; margin: 0; width: 32px;}
	.career-row__item .career-row__delimiter .svg-icon{ -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
	
	
	
	.frame-item__content{min-height: 66px;}
	.frame-item-descr{font-size: 12px; line-height: 18px;}
	
	.switch-section ul{padding: 0;}
	.switch-section_white{padding: 15px;}
	.switch-section .switch__decor{opacity: 0;}
	
	
	
	.section-screen .section-screen__bottom{ visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1;}





	.statistic-table{display: block; width: auto; margin: 30px -20px 0;}
	.statistic-table .table-header{display: none;}
	.statistic-table .table-body,
	.statistic-table .table-row,
	.statistic-table .table-cell{display: block;}
	.statistic-table .table-row{padding: 15px 20px; border-bottom: 1px solid rgba(60, 60, 60, 0.25);}
	.statistic-table .table-row:last-child{border-bottom: none;}
	.statistic-table .table-cell{position: relative; padding: 0;}
	.statistic-table .table-cell:first-child{margin-bottom: 10px; font-weight: 700;}
	.statistic-table .table-cell:last-child{margin-top: 10px;}
	.table-cell[data-title]:before{ content: attr(data-title) ":"; display: inline-block; margin-right: 5px; font-size: 12px; }
	.table-cell[data-indicator]{padding-left: 15px;}
	.table-cell[data-indicator]:after{ content: ''; width: 8px; height: 8px; position: absolute; left: 0; top: 8px; background: #1777cc; }
	.table-cell[data-indicator='yellow']:after{ background: #fecd00; }

	.no-touch a.table-row:hover{background: none;}
    
    
    .progress-decor{height: 12px; -webkit-border-radius: 6px; border-radius: 6px;}
    .progress-decor .progress-bar{-webkit-border-radius: 6px 0 0 6px;border-radius: 6px 0 0 6px;}




	.number-list_vertical .number-item__title{font-size: 18px; line-height: 26px;}
	
}

@media (max-width: 540px){
	.image-item{ display: block; }
	.image-item__img{ width: auto; min-width: 0; padding-top: 0; margin-bottom: 15px; }
	.image-item__content{ padding: 0; }
	
	
	.direction-box__items{width: 100%;}
	
	
	.visual-item-icon{ width: 80px; }
	
	.logo-box{  }
	.logo-box__item{ width: 50%; }
	.logo-box-image{ height: 64px; }
	
	/*.no-touch .logo-box-item-link:hover{ margin: -5px -15px; padding: 10px 25px; }*/
	
	
	.frame-item__content{padding: 12px 20px;}
	
	.career-box{ margin: 0 -20px; padding: 10px; }
	.career-row{ width: 82px; }
	.career-box_2 .career-row{width: 298px;}
	.career-box_1 .career-row{width: 190px;}
	.career-row__delimiter{ width: 85px; }
	.career-row__delimiter .svg-icon{ width: 16px; height: 16px; }
	.career-visual{ width: 82px; min-width: 82px; }
	
	.career-visual__icon{ width: 74px; }
	.visual-estimate{ display: block; padding: 0 10px; }
	
	.career-row__item .career-row__delimiter{ width: 26px; min-width: 26px;}

	.white_landing .main-section-top__labels {
		margin-bottom: 40px;
	}
	.white_landing p{
		color: #000;
	}

	.white_landing .sale-container.text-guid {
		color: #000;
	}
}

@media (max-width: 470px){
	.frame-list__item{width: 100%;}
	.mobile-fullscreen {width: calc(100% + 40px); margin-left: -20px;}
	.xs-scroll-wrap {overflow-x: auto; padding: 0;}
}

@media (max-width: 410px){
	.section-screen__intext {background-size: cover;}
}
@media (max-width: 350px){
	.section-screen__intext {
		padding: 0;
	}
	.section-screen__intext .screen-bottom-panel { padding: 25px 20px;
		background: rgba(255,255,255,0.8);
	}
}

@media (min-width: 993px) {
	.desktop-color-white {color: white;}
}