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

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

@font-face {
    font-family: 'Bender';
    src: url('/fonts/Bender.eot');
    src: url('/fonts/Bender.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bender.woff2') format('woff2'),
        url('/fonts/Bender.woff') format('woff'),
        url('/fonts/Bender.ttf') format('truetype'),
        url('/fonts/Bender.svg#Bender') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Bender';
    src: url('/fonts/Bender-BlackItalic.eot');
    src: url('/fonts/Bender-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bender-BlackItalic.woff2') format('woff2'),
        url('/fonts/Bender-BlackItalic.woff') format('woff'),
        url('/fonts/Bender-BlackItalic.ttf') format('truetype'),
        url('/fonts/Bender-BlackItalic.svg#Bender-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Bender';
    src: url('/fonts/Bender-LightItalic.eot');
    src: url('/fonts/Bender-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bender-LightItalic.woff2') format('woff2'),
        url('/fonts/Bender-LightItalic.woff') format('woff'),
        url('/fonts/Bender-LightItalic.ttf') format('truetype'),
        url('/fonts/Bender-LightItalic.svg#Bender-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Bender';
    src: url('/fonts/Bender-Black.eot');
    src: url('/fonts/Bender-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bender-Black.woff2') format('woff2'),
        url('/fonts/Bender-Black.woff') format('woff'),
        url('/fonts/Bender-Black.ttf') format('truetype'),
        url('/fonts/Bender-Black.svg#Bender-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bender';
    src: url('/fonts/Bender-BoldItalic.eot');
    src: url('/fonts/Bender-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bender-BoldItalic.woff2') format('woff2'),
        url('/fonts/Bender-BoldItalic.woff') format('woff'),
        url('/fonts/Bender-BoldItalic.ttf') format('truetype'),
        url('/fonts/Bender-BoldItalic.svg#Bender-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}


body {
	background: #000;
	color: #d9dee8;
	font-family: 'Bender', sans-serif;
	font-weight: 300;
}
p {
	font-size: 16px;
}

footer {
	text-align: center;
}

.content {
	overflow: hidden;
}

.btn-rounded,.btn:focus,.btn:active {
	color: #d9dee8;
	border-radius: 25px;
	border: 1px solid #b8bdc8;
	padding: 14px 50px;
	min-width: 230px;
	box-shadow: none;
	outline: none;
	background: none;
	background: rgba(254, 254, 253, 0.1);
}

.btn-rounded:hover,.btn-rounded:focus {
	border-color:  #f06868;
}
.btn-rounded:hover {
	color: #d9dee8;
}
.title {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	margin-top: 0px;
}
.title:after{
	content:"";
	display: block;
	width: 170px;
	height: 1px;
	background: #a7adba;
	margin: 16px auto 20px auto;
}
.subtitle {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.logo {
	width: 100%;
	margin-bottom: 25px;
}

.logo-xs {
	width: auto;
	display: none;
}
.logo img{
	width: 100%;
	margin: 0px auto
}

.text-left {
    text-align: left!important;
}

.display-center {
	margin: 0px auto;
	display: block;
	float: none;
}


.intro-section {
	text-align: center;
	background: url(/images/intro-bg.jpg) #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 50px;
	padding-bottom: 60px;
}
.intro-section .item {
	text-align: center;
	margin-top: 40px;
}
.intro-section .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-bottom: 25px;
	max-width: 100%;
}
.intro-section .item-title {
	font-size: 24px;
	margin-bottom: 25px;
}
.intro-section .description{
	font-size: 16px;
	margin-bottom: 30px;
}
.intro-section .btn {
	opacity: 0;
}
.intro-section .item-title {
	color: #f06868;
}
.intro-section .btn-rounded {
	border-color: #f06868;
}
.intro-section .item:hover .btn{
	opacity: 1;
}
.intro-section .item:hover img{
	-webkit-filter: none;
	filter: none;
}



.who-we-are-section {
	padding: 40px 0 35px 0;
	background: url(/images/who-we-are-bg.jpg);
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.who-we-are-section .container:before{
    background: rgba(0, 0, 0, 0.75);
	content: "";
	display: block;
	position: absolute;
    top: -1000px;
    left: -1000px;
    right: 50%;
    bottom: -1000px;
	transform: rotate(15deg);
}

.who-we-are-section .title {
	margin-bottom: 20px;
}

.who-we-are-section .title:after {
	display: none;
}

.who-we-are-section .btn-rounded {
	margin-top: 35px;
	background: rgba(254, 254, 253, 0.1);
	margin-top: 25px;
}


.creative-design-section  {
	/*padding: 40px 0 35px 0;*/
	background: url(/images/creative-design-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 65px;
	background-position: center;
	padding-bottom: 30px;
}


.creative-design-section .subtitle{
	margin-bottom: 90px;
}

.creative-design-section .item-title {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}

.creative-design-section .description {
	font-size: 16px;
	line-height: 20px;
}

.creative-design-section .item {
	margin-bottom: 70px;
	max-width: 385px;
}

.creative-design-section .item.right {
	text-align: right;
	float: right;
}

.creative-design-section .item.left {
	text-align: left;
}

.red {
	color: #f06868;
}

.lime {
	color: #b6c764;
}

.violet {
	color: #aa72da;
}

.yellow {
	color: #ffcd35;
}

.blue {
	color: #779ed8;
}
.green {
	color: #81ce99;
}
.orange {
	color: #ffad38;
}
.violet2 {
	color: #7476ce;
}

.cyan {
	color: #6abac3;
}

.creative-design-section .btn,.creative-design-section .btn:focus,.creative-design-section .btn:active {
	background: none;
	font-size: 16px;
	margin: 0px auto;
	padding: 0;
	border:none;
	padding-bottom: 10px;
	display: block;
}


.creative-design-section .btn:after {
	display: block;
	content: "";
	margin-top: 2px;
	border-top: 1px dashed #ddd;
}

.software-section {
	padding-top: 95px;
	padding-bottom: 95px;
	text-align: center;
	background: url(/images/software-bg.png);
	background-repeat: no-repeat;
	background-size: 1998px;
	background-position: top center;
}

.software-section #slider{
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.software-section .slider-item .inner {
	display: block;
	width: 88px;
	height: 88px;
	line-height: 82px;
	border: 3px solid #ddd;
	border-radius: 50%;
	margin-left: 7px;
	margin-right: 7px;
	box-sizing: border-box;
}

.software-section .slider-item .inner span {
	line-height: 18px;
    display: inline-block;
    vertical-align: middle;
 }

.b-violet-1 {
	border-color: #5d6c8e!important;
}
.b-violet-2 {
	border-color: #655d8e!important;
}
.b-violet-3 {
	border-color: #7c5d8e!important;
}
.b-rose-1 {
	border-color: #8e5d87!important;
}
.b-red-1 {
	border-color: #8e5d5d!important;
}
.b-brown-1 {
	border-color: #8e735d!important;
}
.b-green-1 {
	border-color: #898e5d!important;
}
.b-green-2 {
	border-color: #718e5d!important;
}
.b-green-3 {
	border-color: #5d8e79!important;
}
.b-blue-1 {
	border-color: #5d858e!important;
}
.b-blue-2 {
	border-color: #5d6e8e!important;
}
.develope-section {
	padding-top: 20px;
}

.develope-section .item .inner {
	text-align: center;
	padding-top: 125px;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 263px;
	height: 263px;
	margin: 0px auto;
	margin-top: 40px;
}
.develope-section .item:nth-child(1) .inner {
	background-image: url(/images/develope-1.png);
}
.develope-section .item:nth-child(2) .inner {
	background-image: url(/images/develope-2.png);
}
.develope-section .item:nth-child(3) .inner {
	background-image: url(/images/develope-3.png);
}
.develope-section .item:nth-child(4) .inner {
	background-image: url(/images/develope-4.png);
}
.develope-section .item .item-title {
	font-weight: 600;
	margin-bottom: 15px;
}
.develope-section .item .description {
	font-size: 16px;
}

.develope-section .title:after {
	content: initial;
}
.develope-section .btn-rounded {
	margin-top: 50px;
	margin-bottom: 45px;
}

.support-section {
	background: #101319;
	padding-top: 40px;
	padding-bottom: 45px;
}
.support-section .item {
	margin-top: 30px;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	padding-bottom: 45px;
}

.support-section .item:after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	background: url(/images/support-delimiter.png);
	top: 0;
	bottom: 0;
	left: 0;
}
.support-section .item:last-child:before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	background: url(/images/support-delimiter.png);
	top: 0;
	bottom: 0;
	right: 0;
}
.support-section .item:nth-child(1) {
	background-image: url(/images/support-bg-1.png);
}
.support-section .item:nth-child(2) {
	background-image: url(/images/support-bg-2.png);
}
.support-section .item:nth-child(3) {
	background-image: url(/images/support-bg-3.png);
}
.support-section .item:nth-child(4) {
	background-image: url(/images/support-bg-4.png);
}
.support-section .item:nth-child(5) {
	background-image: url(/images/support-bg-5.png);
}
.support-section .item:nth-child(6) {
	background-image: url(/images/support-bg-6.png);
}

.support-section .item .item-img{
	line-height: 100px;
	height: 100px;
}
.support-section .item .item-title{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.support-section .btn-rounded {
	margin-top: 40px;
}


.it-technology-section {
	padding-top: 65px;
	padding-bottom: 30px;
}

.it-technology-section .subtitle {
	margin-bottom: 55px;
}
.it-technology-section .item {
	text-align: center;
	border: 1px solid #2f3135;
	padding: 40px 0 35px 0;
}


.it-technology-section .item {
	margin-bottom: 30px;
}


.it-technology-section .item-number {
	font-size: 48px;
}
.order-section {
	background: url(/images/order-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 45px;
	text-align: center;
}
.order-section .subtitle {
	margin-bottom: 40px;
	font-size: 16px;
}
.order-section .agreement {
	font-size: 14px;
	margin-bottom: 20px;
}
.order-section .agreement a{
	color: #d9dee8;
}
.form-control {
    background: rgba(24, 26, 30, 0.5);
    border: 1px solid #a7adba;
    margin-bottom: 30px;
    height: 50px;
    color: #d9dee8;
    -webkit-appearance:none;
}
select.form-control {
	background: url(/images/arrow.png) no-repeat center right 10px; 
}
.form-control::placeholder {
	color: #d9dee8;
}
.form-control.topic-select {
	border-color: #5e9bac;
}
.form-control.name-input {
	border-color: #b76f73;
	background: url(/images/name-bg.png) no-repeat center right 15px; 
	padding-right: 45px;
}
.form-control.phone-input {
	border-color: #afba53;
	background: url(/images/phone-bg.png) no-repeat center right 15px; 
	padding-right: 45px;
}
.form-control.email-input {
	border-color: #6e83ac;
	background: url(/images/email-bg.png) no-repeat center right 15px; 
	padding-right: 45px;
}
textarea.form-control {
    min-height: 220px;
    margin-bottom: 20px;
}
.form-success {
	font-size: 16px;
	margin-top: 30px;
}


footer {
	color: #676c77;
	font-size: 14px;
	padding: 55px 0;
}
@media screen and (min-width: 1998px) {
	.software-section {
		background-size: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.support-section .item:nth-child(3):before {
		position: absolute;
		content: "";
		display: block;
		width: 1px;
		background: url(/images/support-delimiter.png);
		top: 0;
		bottom: 0;
		right: 0;
	}
}
@media screen and (max-width: 991px) {
	.who-we-are-section .container:before{
	    right: 30%;
	}
	.creative-design-section .item {
		margin-bottom: 25px;
	}
	.intro-section .item .btn {
    	opacity: 1;
	}
	.intro-section .description {
		font-size: 14px;
	}
	.support-section .item:nth-child(n):before {
		content: initial;
	}
	.support-section .item:nth-child(2n):before {
		position: absolute;
		content: "";
		display: block;
		width: 1px;
		background: url(/images/support-delimiter.png);
		top: 0;
		bottom: 0;
		right: 0;
	}

}
@media screen and (max-width: 800px) {
    .software-section #slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    .slick-prev
    {
        left: 10px;
    }

    .slick-next
    {
        right: 10px;
    }
}

#slider:not(.slick-initialized) {
	height: 88px;
	overflow: hidden;
}

a.back-to-top {
	display: none;
	position: fixed;
	width: 75px;
	height: 75px;
	border-radius: 5px;
	display: none;
	position: fixed;
	z-index: 999;
	right: 5%;
	bottom: 5%;
	background: url(/images/page-up-arrow.png) no-repeat;
	background-size: 50px;
    border: 1px solid #f06868;
    background-position: center;

}

a:hover.back-to-top {
    background-color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


.g-recaptcha > div {
	margin: 0px auto 30px auto;
}
.alert-danger {
    color: #ffffff;
    background-color: #fe74731f;
    border-color: #ff7473;
    font-weight: 500;
}

.lang {
	position: absolute;
	top: 25px;
	right: 15vw;
}
.lang a {
	color: #fff;
    padding: 10px 30px 10px 10px;
    background-repeat: no-repeat;
    background-position: right 1px center;
    background-size: 20px;
}
.lang.en a {
    background-image: url(/images/en.png);
}
.lang.ru a {
    background-image: url(/images/ru.png);
}

@media screen and (max-width: 768px) {
	.who-we-are-section .container:before{
	    right: -10%;
	}
	.title {
		font-size: 28px;
	}
	.subtitle {
	    font-size: 16px;
	}
	p {
		font-size: 14px;
	}

	.creative-design-section  {
		background: #000;
	}
	.support-section .item:before, .support-section .item:after{
		content: initial!important;
	}

	.logo-lg {
		display: none;
	}

	.logo .logo-xs {
		display: block;
		width: auto;
	}

	.lang {
	    top: 52px;
	    right: 15px;
	}

}

@media screen and (max-width: 500px) {
	.software-section {
	    background-size: 2105px;
	}
	.software-section #slider {
   		margin-top: 15px;
	}

}