/* FONTS*/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot');
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot');
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
        url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot');
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot');
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
        url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Italic.eot');
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Italic.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Light.eot');
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Light.woff') format('woff'),
        url('../fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/*BASE*/
body {
    font: 18px/21px "Roboto Condensed", sans-serif;
    color: #444444;
}
.white {color: #fff!important;}
.gray {color: #C7C7C7!important;}
.grey-bg {background-color: #e9ebef;}
.black-bg {background-color: #273f63;}
section {padding: 100px 0;}
h1, h2, h3, h4 {font-weight: 700; text-transform: uppercase;}
h1, h2 {text-align: center;}
h1 {
font-size: 48px;
line-height: 72px;
}
h2 {
font-size: 40px;
line-height: 47px;
margin-bottom: 60px;
}
.underlined-title {
	text-align: left;
	position: relative;
}
.underlined-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 200px);
	height: 1px;
	background-color: rgba(237, 237, 237, 1);
}
.grey-bg .underlined-title:after {background-color: #444444;}
.with-undertitle {margin-bottom: 20px;}
.black-bg h2 {color: #fff;}
.justify-center {justify-content: center;}

a {color: #444444;}
a:hover {color: #636363;}
.link {border-bottom: 1px dotted #444444;}
.link:hover {border-bottom: 1px dotted #636363; text-decoration: none;}
a, a:hover, a:focus {outline: none; }
.no-margin {margin: 0!important;}
.btn {text-transform: uppercase; font-size: 15px; border-radius: 0; line-height: 16px; padding: 15px 20px;}
.btn:focus {box-shadow:none;}
.btn i {
    margin-left: 10px;
    margin-right: 0;
}
.btn-black {
  background-color: #273f63;
  color: #ffffff;
  border: 1px solid #273f63; 

}
.btn-black:hover {
  background-color: transparent;
  color: #273f63;
  border: 1px solid #273f63; 

}
.btn-orange {
  background-color: #273f63;
  color: #fff;
  border: 1px solid #273f63; 

}
.btn-orange:hover {
  background-color: transparent;
  color: #273f63;
  border: 1px solid #273f63; 

}
.btn-grey {
  background-color: #e9ebef;
  color: #fff;
  border: 1px solid #e9ebef; 

}
.btn-grey:hover {
  background-color: #273f63;
  color: #fff;
  border: 1px solid #273f63; 

}
.btn-skel-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(185, 185, 185, 0.5) 	
}
.btn-skel-white:hover {
  background-color: #fff;
  color: #444444;
  border: 1px solid #fff; 	
}

/*HEADER*/
header {
	background-color: #273f63;
	color: #fff;
}
.level-1-menu {padding: 20px 0;}
.level-1-menu .row {align-items: center;}
.logo img {max-width: 53px;}
.logo-hor {max-width: 160px;}
.phone-block {display: flex; flex-flow: row; align-items: center; justify-content: space-between; padding-right: 0;}
.time {
	display: inline-block;
	position: relative;
	padding-left: 27px;
}
.time:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	width: 16px;
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/svg/time.svg);
}
.phone-num {
	display: inline-block;
	position: relative;
	color: #fff;
	font-weight: 700;
	padding-left: 27px;

}
.phone-num:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	width: 16px;
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/svg/phone.svg);
}
.phone-num:hover {text-decoration: none; color: #e9ebef;}
.level-1-menu .btn {text-transform: none; width: 100%; max-width: 166px; float: right;}

.level-2-menu {background-color: #273f63; padding: 20px 0; border-top: 1px solid rgba(185, 185, 185, 0.5);}

.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}
.uk-nav, .uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.level-2-menu .uk-navbar-nav > li.current-menu-item:before,
footer .uk-navbar-nav > li.current-menu-item:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: white;
    top: 0;
    left: 15px;
}

.level-2-menu .uk-navbar-nav > li > a,
footer .uk-navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;

}
.level-2-menu .uk-navbar-nav > li > a:hover,
footer .uk-navbar-nav > li > a:hover {text-decoration: none;}

.level-2-menu .uk-navbar-nav > li.uk-open > a,
.level-2-menu .uk-navbar-nav > li:hover > a,
.level-2-menu .uk-navbar-nav > li > a:focus,
footer .uk-navbar-nav > li.uk-open > a,
footer .uk-navbar-nav > li:hover > a,
footer .uk-navbar-nav > li > a:focus {
    background-color: transparent;
    color: #e9ebef;
    outline: 0;
}

.level-2-menu .uk-navbar-flip,
footer .uk-navbar-flip {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
.has-parent {
    position: relative;
    padding-right: 15px;
}

.has-parent::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: url(../img/svg/dropdown.svg) center no-repeat;
    background-size: 6px;
}

.menu-item:hover .uk-navbar-dropdown {
    display: block;
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    text-align: left;
    width: 210px;
    padding: 0 0 10px;
    /*background: #fff;*/
    color: #666;
    background-color: #273f63;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15)
}

.uk-navbar-dropdown-nav {
    background-color: #fff;
    padding: 10px 0;
}

.uk-navbar-dropdown.uk-open {
    display: block
}

.uk-navbar-dropdown-nav {
    font-size: 14px
}

.uk-navbar-dropdown-nav > li > a {
    color: #999;
    padding: 6px 18px;
    font-size: 14px;
    color: #313133;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}

.uk-navbar-dropdown-nav > li > a:hover {
    background-color: #273f63;
    color: #fff;
    font-weight: 400;    
    text-decoration: none;
}

.uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus {
    color: #fff;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
    color: #222
}

/*FIRST SCREEN*/
.main-screen {position: relative; padding: 0;}
.main-slide {background-size: cover; background-position: center; background-repeat: no-repeat; position: relative;}
.main-slide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(34, 34, 34, 0.5);
	z-index: 1;
}
.main-slide:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(50% 217.77% at 0% 50%, rgba(34, 34, 34, 0.6) 0%, rgba(37, 37, 37, 0) 100%);
	z-index: 1;
	opacity: 0;
}
.main-slide .row {
	min-height: calc(100vh - 164px);
	padding: 120px 0;
	position: relative;
	z-index: 2;
}
.main-slide-inner {margin-top: auto; margin-bottom: auto;}
.slide-uppertitle {
font-size: 14px;
font-weight: 700;
line-height: 16px;
color: #FBC358;
text-transform: uppercase;
margin-bottom: 30px;
}
.main-slide h1 {color: #FFFFFF; margin-bottom: 30px; text-align: left;}
.slide-undertitle {color: #fff; margin-bottom: 80px;}
.main-slide .btn-orange:hover {color: #fff; border-color: #fff;}
.main-slider-control {
	position: absolute;
	bottom: 57px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
	line-height: 3px;
}
.slider-divider:last-of-type, .slider-br:last-of-type {display: none!important;}


.with-arrow .main-slider-control {
  position: absolute;
  bottom: 87px;
}
.arrow-down {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: #fff;
  font-size: 20px;
}
.arrow-down i {
  margin-left: 0px;
  -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
          animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}

.arrow-down a {color: #fff;}
.arrow-down a:hover {color: #e9ebef; text-decoration: none;}
/* ----------------------------------------------
 * Generated by Animista on 2020-7-24 8:21:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

/*NEWS*/
.news-slider {position: relative; margin-bottom: 25px;}
.news-slider .slick-arrow {
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 60px;
	font-size: 10px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	background-color: #fff;
	border: none;
	z-index: 2;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
}
.news-slider .slick-arrow:hover, .news-slider .slick-arrow:focus {
	background-color: #273f63;
	border: none;
	border-radius: 0;
	outline: none;
	color: #fff;
}
.news-slider .slick-next {right: 0;}
.news-slider .slick-prev {right: 60px;}
.news-title {
font-size: 22px;
line-height: 32px;
text-align: left;
color: #444444;
text-transform: none;
margin-bottom: 30px;
}

.news-date {
font-size: 16px;
line-height: 19px;
color: #273f63;
}

.news-col {margin-bottom: 30px;}
.div-show-more {text-align: center;}
.show-more {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    line-height: 16px;
    padding: 15px 20px;
    /*background-color: #273f63;
    color: #444444;
    border: 1px solid #273f63;*/
}
.show-more:hover {
	/*background-color: transparent;
    color: #444444;
    border: 1px solid #9d9d9d;*/
	text-decoration: none;
	}

/*WHY-US*/
.why-us {padding-bottom: 20px;}
.why-us-block {display: flex; flex-flow: row; align-items: flex-start; justify-content: flex-start; margin-bottom: 80px;}
.why-us-block img {max-width: 60px; flex: 60px 0 0; margin-right: 10px;}
.why-us-block p {margin-bottom: 0; line-height: 26px;}

/*TECH-LIST*/
.tech-list {padding-bottom: 40px;}
.tech-list h2 {text-align: left; margin-bottom: 40px;}
.tech-list-text-block p {
font-weight: 300;
font-size: 18px;
line-height: 30px;
margin-bottom: 60px;
}
.tech-list-img {display: flex; align-items: center; justify-content: center;}
.tech-item {
	display: block;
	text-align: center;
	color: #C8C8C8;
	text-transform: uppercase;
}
.tech-item:hover {text-decoration: none;}
.tech-item img {opacity: 0.4; margin-bottom: 10px;}
.tech-item:hover img {opacity: 1;}
.tech-item p {margin-bottom: 60px;}

/*VACANCY*/
.vacancy-section .underlined-title:after {
	width: calc(100% - 220px);
}
.h2-btn {display: flex; flex-flow: row; align-items: center; justify-content: space-between; margin-bottom: 60px;}
.h2-btn h2 {margin-bottom: 0; display: inline-flex; flex: auto; margin-right: 30px;}
.black-bg .btn-orange:hover {color: #fff; border-color: #fff;}

.vacancy-col a:hover {text-decoration: none;}
.vacancy-col a:hover svg {fill: #273f63;}
.vacany-img {
	height: 217px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.vacancy-inner-text {
	background-color: #fff;
	padding: 30px 30px 40px;
	position: relative;
}
.vacancy-inner-text h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 20px;
}
.vacancy-price {
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #444444;
	margin-bottom: 20px;
}
.vacancy-exp {
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin-bottom: 0;
}
.vacancy-inner-text svg {
	position: absolute;
	bottom: 40px;
	right: 30px;
	fill: #fff;
	width: 16px;
	height: 16px;
}


/*DOCS*/
.doc-col {flex: 20% 0 0; max-width: 20%; padding: 0 15px; margin-bottom: 30px;}
.doc-link {
	display: flex;
	border: 1px solid #e9ebef;
	height: 100%;
	position: relative;
}
.doc-link:after {
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/svg/blue/zoom.svg);
	opacity: 0;
	z-index: 4;

}
.doc-link img {margin: auto; position: relative; z-index: 1;}
.doc-link:hover img {opacity: 0.5;}
.doc-link:hover:after {opacity: 1;}
.no-img-doc img {margin-bottom: 15px;}

/*QUESTION*/
.question form {max-width: 940px; margin: 0 auto;}
.question .row {margin-left: -10px; margin-right: -10px;}
.question .row .text-field {padding: 0 10px;}


/*FORM*/
.undertitle {line-height: 30px; margin-bottom: 40px; text-align: center;}
.text-field {margin-bottom: 20px;}
.text-field input, .text-field textarea, .text-field select {width: 100%; border: 1px solid #e9ebef; padding: 14px 20px; line-height: 1; font-size: 16px; display: block;}
.text-field textarea {resize: none; min-height: 120px;}
.text-field input:focus, .text-field textarea:focus {border: 1px solid #273f63; outline: none;}
.text-field input::-webkit-input-placeholder, .text-field textarea::-webkit-input-placeholder { color: #fff; font-size: 16px; line-height: 1; }
.text-field input:-ms-input-placeholder, .text-field textarea:-ms-input-placeholder { color: #fff; font-size: 16px; line-height: 1; }
.text-field input::-ms-input-placeholder, .text-field textarea::-ms-input-placeholder { color: #fff; font-size: 16px; line-height: 1; }
.text-field input::placeholder, .text-field textarea::placeholder { color: #fff; font-size: 16px; line-height: 1; } 
.under-btn {font-size: 16px; margin-bottom: 20px;}
.under-btn + .btn {margin: 0 auto; display: block;}
.under-btn a {text-decoration: underline;}
.btn-agree-block {display: flex; flex-flow: row; align-items: center;}
.btn-agree-block .under-btn {margin-bottom: 0;}



/*SLIDER*/
.slick-dots {
    padding: 0 0 0 0px;
    height: 3px;
    list-style: none;
    display: flex;
    align-items: center !important;
    justify-content: center;
    margin: 0;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    line-height: 3px;
    font-size: 1px;
}
.slick-dots > li {display: inline-block; vertical-align: middle;}
.slick-dots > li > button {
    color: #ffffff;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 3px;
    background: transparent;
    text-indent: 999px;
    overflow: hidden;
    padding: 0;
    min-height: unset;
    box-shadow: none;
    border: none;
    line-height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 10px;

}
.slick-dots > li.slick-active > button {
    background-color: #FBC358;
    outline: none;
    width: 80px;
}

.dots-scroll .slick-dots {
	width: 100%;	
	text-align: left;
	padding: 0 15px;
	display: flex;
	flex-flow: row;
	margin-top: 20px;
	height: 2px;
}
.dots-scroll .slick-dots > li {
	height: 2px;
    display: flex;
    flex: auto;
    background-color: #e9ebef;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.dots-scroll .slick-dots > li > button {
	width: 0px;
}
.dots-scroll .slick-dots > li.slick-active {
	background-color: #B7B7B7;
}

.vacancy-row.dots-scroll .slick-dots > li {
    background-color: #3C3C3C;
}
.vacancy-row.dots-scroll .slick-dots > li.slick-active {
	background-color: rgba(255, 255, 255, 0.4);
}


/*FOOTER*/

footer {background-color: #273f63; color: #fff; padding: 30px 0; font-size: 15px;}
footer .row { align-items: center;}
footer .logo a {margin-right: 55px;}
footer .uk-navbar-dropdown {bottom: 20px;}


/*FORMS*/

 input[type="checkbox"] {
  vertical-align: top;
  margin: 0;
  width: 22px;
  height: 22px;
}
 input[type="checkbox"] + label {
  cursor: pointer;
}
 input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}
 input[type="checkbox"]:not(checked) + label {
  position: relative; 
  padding: 0 10px 0 35px;
  text-align: left; 
  margin: 0;
  line-height: 22px;
}
 input[type="checkbox"]:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #a1a1a1;
  background: transparent;
}
 input[type="checkbox"]:not(checked) + label:after {
  content: url(../img/svg/blue/checked.svg);
  position: absolute;
  top: -1px;
  left: 6px;
  width: 10px;
  height: 10px;
  opacity: 0;
  transition: all .2s;
}
input[type="checkbox"]:checked + label:before {
  border: 2px solid #273f63;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/*MODAL*/
.modal-content {
	position: relative;
	padding: 40px;
}
.heading {
font-weight: bold;
font-size: 40px;
line-height: 47px;
text-transform: uppercase;
color: #444444;
margin-bottom: 10px;
}
.heading + p {
font-weight: 300;
font-size: 18px;
line-height: 30px;
color: #444444;
margin-bottom: 30px;
}

.close {position: absolute; top: 20px; right: 20px; line-height: 1px; z-index: 99;}
.close:focus {outline: none;}

/*ПЛАВАЮЩАЯ КНОПКА*/
.form-activator {
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;	
}
.form-activator.active {
	right: -400px;
}

.form-activator-link {
	width: 260px;
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	cursor: pointer;
}
.form-activator-link input {cursor: pointer;}

.form-activator-link .heading{
text-transform: none;
font-weight: bold;
font-size: 20px;
line-height: 23px;
text-align: center;
color: #444444;
margin-bottom: 30px;
}
.form-activator-link .btn {
	width: 100%;
	display: block;
	
}
.form-toggle {
	-o-transform: rotate(-90deg) translateY(-100%);
  	-ms-transform: rotate(-90deg) translateY(-100%);
  	-moz-transform: rotate(-90deg) translateY(-100%);
  	-webkit-transform: rotate(-90deg) translateY(-100%);
  	transform: rotate(-90deg) translateY(-100%);
  	-webkit-transform-origin: top left; 
	-ms-transform-origin: top left; 
	transform-origin: top left;
	-webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
}

.modal-activator {
	-o-transform: rotate(-90deg) translateX(100%);
  	-ms-transform: rotate(-90deg) translateX(100%);
  	-moz-transform: rotate(-90deg) translateX(100%);
  	-webkit-transform: rotate(-90deg) translateX(100%);
  	transform: rotate(-90deg) translateX(100%);
  	-webkit-transform-origin: bottom right; 
	-ms-transform-origin: bottom right; 
	transform-origin: bottom right;
	-webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.08);
	position: fixed;
	bottom: 108px;
	right: -50px;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.modal-activator.active {
	right: 0;
}

.modal-activator.btn-orange:hover {
    background-color: #e9ebef;
    color: #444;
    border: 1px solid #e9ebef;
}



/*Slidebar*/

.top-btn {width: 100%; position: fixed; top:0; left: 0;}
.sb-slidebar .nav > li {
  display: block;
  float: none;
  width: 100%;
}
.sb-slidebar .navbar-nav {float: none; width: 100%; margin: 0;}
.menu-divider {background: #e7e7e7; color: #999; ; font-family: "Helvetica-5-Normal-it", Helvetica, Arial, sans-serif; font-size: 0.900em; padding-left: 15px; }
.sb-menu-logo {background: url(img/logo-menu.png) no-repeat center center; margin: 5px auto; height: 45px;}

.mob-menu-btn-close {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    text-align: center;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 60px 20px 10px;
    background: url(../img/svg/backmenu.svg) 50px center no-repeat;
    background-size: 20px;
}
#hamburger {
   display: block;
   width: 100%;
   padding: 10px 0px;
   overflow: hidden;
   float: left;
       max-width: 30px;
}
#hamburger span {
   background: #fff;
   border-radius: 4px;
   display: block;
   height: 2px;
   margin: 5px 0;
   position: relative;
   top: 0;
   left: 0;
   opacity: 1;
}

.close-menu {
	position: absolute;
	top: 30px;
	right: 20px;
	color: #fff;
	font-size: 20px;
}

.sb-slidebar .uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}
.sb-slidebar .uk-navbar-nav > li {margin-bottom: 10px; display: block;}
.sb-slidebar .uk-navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0em;
    display: block;
}
.sb-slidebar .has-parent {padding-right: 0;}
.sb-slidebar .has-parent::after {display: none;}
.sb-slidebar .uk-navbar-dropdown {
	display: block;
	position: relative;
	top: 0;
	background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.sb-slidebar .uk-navbar-dropdown-nav {
    background-color: transparent;
    padding: 0;
}
.sb-slidebar .uk-navbar-dropdown-nav > li > a {color: #fff;}



html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
  height: 100%; /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative; /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1; /* Site sits above Slidebars */
  background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
  padding-top: 100px;
}
@media (max-width: 768px) {
  #sb-site, .sb-site-container {padding-top: 80px;}
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: ' ';
  display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    clear: both;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
  height: 100%;
  overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed !important; 
  top: 0 !important;
  z-index: 0; /* Slidebars sit behind sb-site. */
  display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #273f63; /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.64);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.64);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.64);
padding: 70px 20px 10px;
}

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ( 0px ); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0; /* Set Slidebar to the left. */
}

.sb-right {
  right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
  .sb-slidebar {
    width: 30%;
  }
  
  .sb-width-thin {
    width: 15%;
  }
  
  .sb-width-wide {
    width: 45%;
  }

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 300px;
  }
  
  .sb-width-thin {
    width: 55%;
  }
  
  .sb-width-wide {
    width: 85%;
  }
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 300px;
  }
  
  .sb-width-thin {
    width: 40%;
  }
  
  .sb-width-wide {
    width: 70%;
  }
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 270px;
  }
  
  .sb-width-thin {
    width: 25%;
  }
  
  .sb-width-wide {
    width: 55%;
  }
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }
  
  .sb-width-thin {
    width: 15%;
  }
  
  .sb-width-wide {
    width: 45%;
  }
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }
  
  .sb-width-thin {
    width: 5%;
  }
  
  .sb-width-wide {
    width: 35%;
  }
}

/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transform: translate( 0px );
     -moz-transform: translate( 0px );
       -o-transform: translate( 0px );
          transform: translate( 0px );
  
  -webkit-transition: -webkit-transform 400ms ease;
     -moz-transition:    -moz-transform 400ms ease;
       -o-transition:      -o-transform 400ms ease;
          transition:         transform 400ms ease;
  
  -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide { 
  display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}


@media (max-width: 1441px) {

	/*MAIN*/
	section {padding: 60px 0;}

	/*HEADER*/
	.phone-block {padding-right: 15px; padding-left: 50px;}
	.level-2-menu {padding: 15px 0;}

	/*MAIN SCREEN*/
	.main-slide .row {
	    min-height: calc(100vh - 154px);
	    padding: 50px 0;
	}
	.slide-uppertitle, .main-slide h1 {margin-bottom: 25px;}
	.slide-undertitle {margin-bottom: 60px;}

	/*NEWS*/
	.news-slider {margin-bottom: 15px;}
	.news-title {
    	font-size: 18px;
    	line-height: 26px;
	}

	/*SLIDER*/
	.news-slider .slick-arrow {
	    height: 50px;
	    width: 50px;
	    line-height: 50px;
	}
	.news-slider .slick-prev {right: 50px;}

	/*WHY-US*/
	.why-us-block {margin-bottom: 60px;}

	/*VACANCY*/
	.vacany-img {height: 182px;}
	.vacancy-inner-text {padding: 20px;}
	.vacancy-inner-text svg {
	    bottom: 25px;
	    right: 20px;
	}

  /*FOOTER*/
  footer .logo a {margin-right: 10px;}
  .menu-footer-col {
    margin-bottom: 15px;
}

	/*ПЛАВАЮЩАЯ ФОРМА*/
	.form-activator {bottom: 30px;}
	.form-activator-link {
		width: 220px;
		padding: 20px;
	}
	.form-activator-link .heading {margin-bottom: 20px;}

}

@media (max-width: 1171px) {
	/*MAIN*/
	body {font: 16px/18px "Roboto Condensed", sans-serif;}
	h2 {font-size: 30px; line-height: 35px; margin-bottom: 50px;}
	.h2-btn {align-items: flex-end; margin-bottom: 50px;}
	.underlined-title:after {width: calc(100% - 150px);}
	.btn {
	    font-size: 14px;
	    line-height: 14px;
	    padding: 13px 20px;
	}

	/*HEADER*/
	.phone-block {
	    padding-right: 0px;
	    padding-left: 30px;
	}
	.level-2-menu .uk-navbar-nav > li > a, footer .uk-navbar-nav > li > a {font-size: 14px;}

	/*MAIN-SLIDE*/
	.main-slide .row {min-height: calc(100vh - 152px);}
	.slide-uppertitle, .main-slide h1 {margin-bottom: 20px;}
	.main-slide h1{
		font-size: 36px;
		line-height: 54px;
	}

	/*SLIDER*/
	.news-slider .slick-arrow {
	    height: 45px;
	    width: 45px;
	    line-height: 45px;
	    bottom: 0px;
	}
	.news-slider .slick-prev {right: 45px;}
	.news-title {
	    font-size: 15px;
	    line-height: 22px;
	}
	.news-date {font-size: 14px;}

	/*WHY-US*/
	.why-us-block img {
	    max-width: 55px;
	    flex: 55px 0 0;
	}

	/*TECH LIST*/
	.tech-list h2 {margin-bottom: 30px;}
	.tech-list-text-block p {
	    font-size: 16px;
	    line-height: 26px;
	    margin-bottom: 40px;
	}
	.tech-item p {margin-bottom: 40px;}

	/*VACANCY*/	
	.vacancy-section .underlined-title:after {
	    width: calc(100% - 180px);
	}
	.vacany-img {height: 146px;}
	.vacancy-inner-text {padding: 15px;}
	.vacancy-inner-text h3 {
	    font-size: 14px;
	    line-height: 23px;
	}
	.vacancy-price {
	    font-size: 18px;
	    line-height: 21px;
	}
	.vacancy-exp {
	    font-size: 14px;
	    line-height: 16px;
	}
	.vacancy-inner-text svg {
	    bottom: 20px;
	    right: 15px;
	    width: 12px;
	    height: 12px;
	}

	/*FOOTER*/
	footer {font-size: 13px;}
	footer .logo {padding-right: 15px; display: flex; flex-flow: row; align-items: center; justify-content: flex-start;}
	footer .logo img {width: 34px;}
	footer .logo a {margin-right: 20px; display: block;}
	footer .uk-navbar-nav > li > a {font-size: 13px;}
	footer .uk-navbar-dropdown {bottom: 15px;}
  .menu-footer-col {margin-bottom: 15px;}

	/*FORMS*/
	.with-undertitle {margin-bottom: 15px;}
	.undertitle {margin-bottom: 30px;}
	.under-btn {font-size: 14px;}
	input[type="checkbox"]:not(checked) + label {line-height: 17px;}
	.heading {
    font-size: 30px;
    line-height: 35px;}

	.heading + p {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 20px;
	}

}

@media (max-width: 961px) {

	/*BASE*/
	.with-horizontal-scroll::-webkit-scrollbar {
	 height: 2px;
	 width: 0;
	}
	.with-horizontal-scroll::-webkit-scrollbar-thumb {
	 background: #B7B7B7;
	 border-radius: 0px;
	}
	.with-horizontal-scroll::-webkit-scrollbar-thumb:hover{
	 background: #B7B7B7;
	}
	.with-horizontal-scroll::-webkit-scrollbar-track{
	 background: #e9ebef;
	 border-radius: 0px;
	}
	.btn {
	    font-size: 13px;
	    line-height: 13px;
	    padding: 13px 15px;
	}

	/*HEADER*/
	header {font-size: 15px;}
	.logo img {max-width: 40px;}
	.phone-block {
	    flex-flow: column;
	    align-items: flex-end;
	    justify-content: space-between;
	    padding-right: 0;
	}
	.time {margin-bottom: 6px;}
	.level-2-menu {display: none;}

	/*MAIN SCREEN*/
	.main-slide .row {
	    min-height: calc(100vh - 88px);
	    padding: 100px 0 300px;
	}

	/*NEWS*/
	.news-row {
		/*flex-flow: column;*/
		/*overflow-y: scroll;*/
		margin: 0;
	}
	/*.news-col {
		margin-bottom: 20px;
		margin-right: 20px;
		padding: 0;
	    max-width: calc(50% - 20px);
	}*/
	/*.news-col:last-of-type {margin-right: 0;}*/
	.div-show-more {display: none;}
	

	/*TECH LIST*/
	.tech-list-text-block p {
	    font-size: 15px;
	    line-height: 23px;
	    margin-bottom: 30px;
	}
	.tech-item p {
	    margin-bottom: 60px;
	    font-size: 12px;
	}

	/*VACANCY*/
	.h2-btn h2 {margin-right: 20px;}
	.vacancy-section .underlined-title:after {
	    width: calc(100% - 160px);
	}
	.vacancy-row::-webkit-scrollbar-track{
	 background: #3C3C3C;
	 border-radius: 0px;
	}

	/*DOCS*/
	.doc-col {
		padding: 0 15px;
		-ms-flex: 100% 0 0;
		flex: 100% 0 0;
    	max-width: 100%;
    }
	.doc-col:last-of-type {margin-right: 0;}


	/*FOOTER*/
	footer .logo {justify-content: center;	}

	/*FORMS*/
	.text-field textarea {min-height: 200px;}

	/*ПЛАВАЮЩАЯ ФОРМА*/
	.form-activator {display: none;}
	.modal-activator {right: 0;}


}

@media (max-width: 641px) {

	/*BASE*/
	h2 {
	    font-size: 19px;
	    line-height: 23px;
	    margin-bottom: 30px;
	}
	.underlined-title:after {width: calc(100% - 90px);}
	section {padding: 40px 0;}

	/*HEADER*/
	.level-1-menu {padding: 17px 0;}
	header .logo {padding-right: 0;}
	.phone-block {padding-right: 15px; padding-left: 15px;}
	.time {font-size: 13px; padding-left: 20px; margin-bottom: 10px;}
	.time:before {
	    margin-top: -7px;
	    height: 12px;
	    width: 12px;
	    background-size: 12px;
	    background-position: center;
	}
	.phone-num {padding-left: 20px;}
	.phone-num:after {
		content: '';
		position: absolute;
		bottom: -1px;
		right: 0;
		width: 119px;		
		border-bottom: 1px dashed #fff;
	}
	.phone-num:before {
	    margin-top: -6px;
	    height: 12px;
	    width: 12px;
	    background-size: 12px;
	}

	/*MAIN SCREEN*/
	.main-slide .row {
	    min-height: calc(100vh - 250px);
	    padding: 30px 0 90px;
	}
	.slide-uppertitle {font-size: 13px;}
	.main-slide h1 {
	    font-size: 20px;
	    line-height: 28px;
	}
	.slide-undertitle {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 30px;
	}

	/*SLIDER*/
	.slick-dots > li > button {width: 20px; margin: 0 5px;}
	.slick-dots > li.slick-active > button {width: 40px;}
	.dots-scroll .slick-dots > li > button {width: 0;}


	/*NEWS*/
	.news-col {
	    margin-right: 0px;
	    max-width: 100%;

	}
  .news-col img {max-width: 320px;}
	.news-row, .vacancy-row, .docs-row {
		max-width: 320px;
		margin: 0 auto;
	}

	/*WHY US*/
	.why-us-block {max-width: 320px; margin: 0 auto 24px;}
	.why-us-block p {line-height: 24px;}

	/*TECH LIST*/
	.tech-list {padding-bottom: 0px;}
	.tech-list-text-block {margin-bottom: 40px;}
	.tech-list h2 {margin-bottom: 20px;}

	/*VACANCY*/
	.h2-btn {
	    align-items: flex-start;
	    margin-bottom: 30px;
	    flex-flow: column;
	}
	.h2-btn h2 {
	    margin-right: 0px;
	    margin-bottom: 16px;
	    width: 100%;
	}
	.vacancy-section .underlined-title:after {width: calc(100% - 100px);}
	.h2-btn .btn {width: 100%;}

	/*DOC*/
	.doc-col {
	    margin-right: 00px;
	    -ms-flex: 100% 0 0;
	    flex: 100% 0 0;
	    max-width: 100%;
	}

	/*FORMS*/
	.text-field {margin-bottom: 10px;}
	.btn-agree-block {flex-flow: column;}
	.under-btn, .btn-agree-block .under-btn {margin-bottom: 15px;}

	/*MODALS*/
	.modal-content {padding: 20px;}
	.heading {
	    font-size: 20px;
	    line-height: 30px;
	}
	.heading + p {
	    font-size: 14px;
	    line-height: 19px;
	}
	.text-field textarea {min-height: 120px;}


	/*ПЛАВАЮЩАЯ ФОРМА*/
	.modal-activator {bottom: 50px;}

}



/*SOCIAL*/
.social-col {text-align: right;}
.social-col p {margin-bottom: 10px;}
.social-col a {color: #e9ebef;}
.social-col a:hover {color: #fff;}
@media (min-width: 1441px) {
footer .social-col {padding-right: 0;}
}



/*@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}*/
[class*="uk-icon-"] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*="uk-icon-"],
[class*="uk-icon-"]:focus,
[class*="uk-icon-"]:hover {
    text-decoration: none;
}
.uk-icon-small {
    font-size: 150%;
    vertical-align: -10%;
}
.uk-icon-instagram:before {
    content: "\f16d";
}
.uk-icon-vk:before {
    content: "\f189";
}
.uk-icon-youtube:before {
    content: "\f167";
}
.uk-icon-telegram:before {
    content: "\f2c6";
}

/*first-block*/
.first-screen h1 {margin-bottom: 50px;}
.first-screen.main-slide .row {
    min-height: unset;
    padding: 200px 0;
    z-index: 2;
}

.first-screen.main-slide:before {
    background-color: rgb(39 63 99 / 60%);
}

/*slider-light*/
.slider-light .main-slide {
    color: #444444;
    background-size: 1050px;
    background-position: center right;
}
.slider-light .main-slide:before {
    background-color: rgba(255, 255, 255, 0);
}
.slider-light .main-slide:after {
    background: transparent;
}
.slider-light .main-slide .row {
    min-height: unset;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.slider-light .main-slide-inner-block {background-color: #fff; padding: 40px;
-webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);}

.main-slide h2 {text-align: left; margin-bottom: 30px; font-size: 36px;}
.slider-light .slide-undertitle {margin-bottom: 40px;}

.slick-dots > li > button {background-color: #e9ebef;}

.slider-light + .main-slider-control {bottom: 25px;}

.slider-light .main-slide .btn-orange:hover {
    background-color: transparent;
    color: #444444;
    border: 1px solid #9d9d9d; 
}

@media (max-width: 1441px) {
.first-screen.main-slide .row {
    padding: 160px 0;
}
.main-slide h2 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}
.slider-light .main-slide {
    background-size: contain;
    background-position: 650px 50%;
}
}

@media (max-width: 1171px) {
.slider-light .main-slide {
    background-size: contain;
    background-position: 500px 50%;
}
}

@media (max-width: 961px) {
.slider-light .main-slide {background: none;}
.slider-light .main-slide-inner-block {padding: 0;}
.main-slide-text {padding: 30px;}
.slide-img {
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-light .main-slide .row {padding: 30px 0;}
.slider-light .main-slide-inner {
    margin-top: 0;
    margin-bottom: 0;
}
.new-slider .container > h2 {margin-bottom: 0;}
.main-slide h2 {
    font-size: 26px;
    line-height: 36px;
}

}
@media (max-width: 641px) {
.slide-img {min-height: 300px;}
.main-slide-text {padding: 15px;}
.main-slide h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.slider-light .slide-undertitle {margin-bottom: 20px;}
}


/*social-header */
.social-header-col {padding-right: 0;}
.social-header-col .uk-icon-small {font-size: 140%;}

@media (max-width: 961px) {
.social-header-col {display: none;}
}


/*about-block*/
.about-section .underlined-title:after {width: calc(100% - 270px);}
@media (max-width: 1171px) {
.about-section .underlined-title:after {width: calc(100% - 200px);}
}

@media (max-width: 641px) {
.about-section .underlined-title:after {display: none;}
.about-section .h2-btn h2 {margin-bottom: 0;}
}

/*lang-selector*/
.lang-block {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}
.lang-block span {
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;

}
.lang-block span:hover {
    color: #A7A7A7;
}
.lang-block span.active, .lang-block span.active:hover  {
    cursor: default;
    color: #fff;
}

.lang-block span.active:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: white;
    bottom: -2px;
    right: 0;
}


@media (max-width: 961px) {
.with-lang .phone-block {padding-left: 0px; padding-right: 15px;}
.with-lang .time .white {display: block;}
.lang-block span {font-size: 18px;}
}

@media (max-width: 641px) {
/*.lang-block span.active {display: none;}*/
.lang-block {
    flex-flow: column;
}
.lang-block span:first-of-type {margin-bottom: 5px;}
.with-lang .phone-block {padding: 0px;}
.with-lang .time .white {display: inline-block;}
.with-lang .time {font-size: 15px; margin-bottom: 6px;}
}


/*feedback page*/
.feedback-page .form-cont {margin-top: 25px;}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    overflow: hidden;
    border: 1px solid #e9ebef;
    background-color: #fff;
    padding: 13px 5px;
    min-height: 49px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.inputfile:focus+label,
.inputfile+label:hover {
    cursor: pointer;
}
.inputfile.has-file+label {
    overflow: hidden;
    border: 1px solid #273f63;
    background-color: #273f63;
}

.flex-input {display: flex; flex-flow: row; align-items: center; justify-content: space-between;}
.flex-input .inputfile+label {
    width: 25%;
    flex: 25% 0 0;
    margin-left: 15px;
}

.feedback-page .btn-agree-block {
    margin-top: 30px;
}
.feedback-page .btn-agree-block .under-btn {margin-bottom: 15px;}
.feedback-page .bigger-text {font-size: 24px; line-height: 1.5;}
.feedback-page footer a {color: #fff;}
.feedback-page footer a:hover {color: #e9ebef;}


/*SLIDER*/
.feedback-page .slider {padding: 40px 0 20px;}
.feedback-page .slide-photo {padding: 0 10px; border: none; position: relative;}
.feedback-page .slide-photo:after {
  content: '';
  position: absolute;
  top: 0; right: 10px; bottom: 0; left: 10px;
  background-color: rgb(39 63 99 / 60%);
  background-image: url(../img/svg/eye.svg);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
      -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.feedback-page .slide-photo:hover {border: none;}
.feedback-page .slide-photo:hover:after {opacity: 1;}

.feedback-page .slider .slick-arrow {
  background: transparent;
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 40px;
  opacity: 0.9;
  border: none;
  border-radius: 20px;
  padding: 0;  
  cursor: pointer;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  color: #273f63;
  font-size: 40px;
  line-height: 40px;
}
.feedback-page .slider .slick-arrow:hover {
  opacity: 0.7;
}
.feedback-page .slider .slick-arrow:focus {
  outline: none;
}
.feedback-page .slider .slick-prev {
  left: 15px;
  z-index: 9;
}
.feedback-page .slider .slick-next {
  right: 15px;
  z-index: 9;
}
.feedback-page .slider .slick-dots {
  padding: 30px 0 0;
  min-width: 300px;
  text-align: center;
  list-style: none;
  margin: 0;
  display: block!important;
  height: auto;
}
.feedback-page .slider .slick-dots > li {
  display: inline-block;
}
.feedback-page .slider .slick-dots > li > button {
  background: #e9ebef;
  margin: 14px 10px;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  text-indent: 999px;
  overflow: hidden;
  padding: 0;
  border: none;
  cursor: pointer;
}
.feedback-page .slider .slick-dots > li.slick-active > button {
  background: #273f63;
}
.feedback-page .slider .slick-dots > li.slick-active > button:hover {
  background: #273f63;
}
.feedback-page .slider .slick-dots > li > button:focus {
  outline: none;
}


@media (max-width: 961px) {
.feedback-page footer .logo {margin-bottom: 20px;}
.feedback-page .bigger-text {font-size: 18px;}   
}

@media (max-width: 641px) {
.flex-input {display: flex; flex-flow: column; align-items: center; justify-content: space-between;}
.flex-input .inputfile+label {
    width: 100%;
    flex: 100% 0 0;
    margin-left: 0px;
    margin-top: 10px;
}

.feedback-page .slider .slick-dots > li > button {
    margin: 16px 6px;
    width: 6px;
    height: 6px;
}
.feedback-page .slider .slick-arrow {font-size: 30px;}

}


/*prize-list*/
.prize-list {margin: 0; padding-top: 70px;}
.prize-col {padding: 0 10px 20px;}
.prize-block {
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	padding-left: 50px;
}
.prize-name {margin-bottom: 0; font-size: 24px; line-height: 1.45; font-weight: 700;}
.prize-img {
	width: 201px;
	flex: 201px 0 0;
}

.prize-block.big-prize {
	display: block;
	text-align: center;
	padding: 53px 290px;
	position: relative;
	overflow: hidden;
}
.prize-block.big-prize:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/prize/10-1.jpg);
}
.prize-block.big-prize:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100px;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../img/prize/10-2.jpg);
}
.big-prize .prize-name {font-size: 36px; line-height: 42px; text-transform: uppercase; margin-bottom: 25px; position: relative; z-index: 2;}
.big-prize .prize-name + p {margin-bottom: 0; font-size: 22px; font-weight: 700; position: relative; z-index: 2; line-height: 1.5;}


@media (max-width: 1441px) {
	.prize-img {
	    width: 151px;
	    flex: 151px 0 0;
	}
	.prize-name {font-size: 19px;}
	.big-prize .prize-name {font-size: 30px; margin-bottom: 18px;}
	.big-prize .prize-name + p {font-size: 20px;}

	.prize-block.big-prize {
	padding: 43px 210px;
	position: relative;
	}
	.prize-block.big-prize:before {left: -110px;}
	.prize-block.big-prize:after {right: -110px;}
}

@media (max-width: 1171px) {
	.prize-block {padding-left: 30px;}
	.prize-name {font-size: 17px;}
	.prize-img {width: 101px; flex: 101px 0 0;}
	.prize-block.big-prize {padding: 35px 160px;}
	.big-prize .prize-name {font-size: 28px; line-height: 35px;}
	.big-prize .prize-name + p {font-size: 18px;}
	.prize-block.big-prize:before {left: -150px;}
	.prize-block.big-prize:after {right: -150px;}
}

@media (max-width: 961px) {
.prize-list {justify-content: center;}
.prize-block {padding-left: 25px;}

.prize-block.big-prize:before, .prize-block.big-prize:after {background-size: auto 120px;}
.prize-block.big-prize {padding: 25px 100px;}

	.big-prize .prize-name {font-size: 26px; line-height: 32px;}
	.big-prize .prize-name + p {font-size: 17px;}
	.prize-block.big-prize:before {left: -110px;}
	.prize-block.big-prize:after {right: -110px;}

}

@media (max-width: 640px) {
	.prize-block.big-prize {padding: 20px 25px 100px;}
.big-prize .prize-name {font-size: 24px; line-height: 30px;}
.big-prize .prize-name + p {font-size: 15px;}
}


/*feedback module*/
.ts-feedbacks.wdr2_list {margin-top: 50px;}
.ts-feedbacks .wdr2_items > div {
    flex: 50% 0 0;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ts-feedbacks.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body {
	background-color: #fff;
	margin-bottom: 0;
	border: none;
	padding: 30px;
}
.ts-feedbacks.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:after, .ts-feedbacks.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:before {display: none;}
.ts-feedbacks.wdr2_list .wdr2_items .wdr2_item {margin-bottom: 0;}
.ts-feedbacks .name-text {font-size: 22px; font-weight: 700; margin-bottom: 22px;}
.ts-feedbacks .status-text {margin-bottom: 20px; text-transform: uppercase;}
.ts-feedbacks .feedback-text { padding-bottom: 15px; border-bottom: 1px solid #273f63; font-weight: 300; line-height: 1.4;}
.ts-feedbacks .news-date {padding-top: 15px;}

.ts-round.bx-pagination .bx-pagination-container ul li a {line-height: 36px; height: 36px; min-width: 36px;}
.ts-round.bx-pagination .bx-pagination-container ul li span,
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {background-color: transparent; border: 1px solid #9d9d9d; font-size: 16px; height: 36px;line-height: 36px; min-width: 36px; border-radius: 18px;}

.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {background-color: #fff; border-color: #fff;}
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {background-color: transparent; border: 1px solid #9d9d9d;}
.ts-round.bx-pagination .bx-pagination-container ul li.bx-active span {background: #273f63; color: #444444; border: 1px solid #273f63;}
.ts-round.bx-pagination .bx-pagination-container ul li {margin-bottom: 0; margin-left: 5px; margin-right: 5px;}

.feedback-page .wdr2_add .wdr2_success {
    color: green;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.4;
}
.feedback-page .fields {margin-top: 25px;}
.feedback-page .fields label {display: none;}
.feedback-page .wdr2_add .agreement label {display: inline-block;}


@media (max-width: 1171px) {
.ts-feedbacks .wdr2_items > div {
    flex: 100% 0 0;
    margin-bottom: 20px;
}
}

@media (max-width: 641px) {
.ts-feedbacks.wdr2_list {margin-top: 30px;}
.ts-feedbacks.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body {padding: 20px;}
.ts-feedbacks .name-text {font-size: 18px; margin-bottom: 15px;}
.ts-feedbacks .status-text {margin-bottom: 15px; font-size: 16px;}
.ts-feedbacks .feedback-text { line-height: 1.3;}


.ts-round.bx-pagination .bx-pagination-container ul {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.ts-round.bx-pagination .bx-pagination-container ul li {order: 2;}
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-prev,
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-next {order: 1; width: 50%; flex: 50% 0 0; margin: 0 0 15px!important; display: flex; flex-flow: row;}
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-prev {justify-content: flex-start;}
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-next {justify-content: flex-end;}

.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.ts-round.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	width: 100px;
}

.feedback-page .wdr2_add .wdr2_success {
    font-size: 22px;
}

}


/*up-btn*/
button:focus {outline: none!important;}
.up-btn-container {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 90;
}

.up-btn {
    position: relative;
    padding: 0;
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #273f63;
    color: #fff;
    border: 1px solid #273f63;
    border-radius: 0;
}
.up-btn:hover {
    background-color: #fff;
    color: #273f63;
    border: 1px solid #fff;
}
.up-btn.active {
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 1441px) {
.up-btn {
    width: 60px;
    height: 60px;
}
}
@media (max-width: 641px) {
/*.up-btn-container {
    display: none;
}*/
.up-btn-container {
    bottom: 60px;
    right: 0;
    opacity: 0.5;
}
}

.fancybox-button--thumbs, .fancybox-infobar {display: none!important;}


/*logo-row*/
.logo-row {
    display: flex;
    flex-flow: row;
    align-items: center;
}
.politic-block a {
    display: block;
    margin-top: 10px;
    line-height: 1.1;
    color: #fff;
    margin-right: 0!important;
    text-decoration: underline;
}
.politic-block a:hover {
    color: #e9ebef;
}

@media (max-width: 1441px) {
footer .logo a {margin-right: 20px;}
}
@media (max-width: 641px) {
footer .logo a {margin-right: 10px;}
.logo-row {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(185, 185, 185, 0.5);}
.social-col {text-align: center;}
}