@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a54f49b77657cefa6da_Inter-UI-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a549ad78716111e144a_Inter-UI-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;  font-display: swap;

}
@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a54f49b7704adefa6d8_Inter-UI-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
    font-display: swap;

}
@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a542756cb2a5bd2033c_Inter-UI-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;  font-display: swap;

}
@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a54f49b773feeefa6d7_Inter-UI-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a542756cb32a7d2033d_Inter-UI-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a54f49b775bdbefa6d9_Inter-UI-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'Inter UI';
  src: url('/fonts/5ba61a54c325b63118340fe1_Inter-UI-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
    font-display: swap;

}
@font-face {
  font-family: 'Basier Circle';
  src: url('/fonts/5c3edeb6c50346a5b6b0b091_BasierCircle-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'Basier Circle';
  src: url('/fonts/5c7485f8a272b1051c7f0493_BasierCircle-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'Basier Circle';
  src: url('/fonts/5c7485f833fbe05400fb17aa_BasierCircle-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
    font-display: swap;

}
@font-face {
  font-family: 'Basier Circle';
  src: url('/fonts/5d89dfecb4e4f7427bfc0d3f_BasierCircle-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
    font-display: swap;

}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1356px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1636px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Basier Circle', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: rgba(18, 32, 80, 0.95);
}
a {
  font-family: 'Inter UI', sans-serif;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #000;
}
.btn {
  font-family: 'Inter UI', sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Basier Circle', Arial, sans-serif;
  color: #000033;
}
header {
  font-size: 14px;
}
header nav ul.nav {
  justify-content: flex-end;
}
header nav ul.nav a {
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
header nav ul.nav a:hover {
  color: #222;
  text-decoration: underline;
}
header nav ul.nav a:focus {
  box-shadow: none;
  text-shadow: none;
  outline: 0;
}
header nav ul.nav a.nav-link {
  padding: 20px;
}
header nav ul.nav a svg.github {
  fill: #222;
  width: 20px;
}
header nav ul.nav a svg.instagram {
  width: 20px;
  fill: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}
.bg-white {
  background-color: #fff;
}
.bg-yellow {
  background-color: #f8f6f2;
}
section {
  padding: 80px 0px;
}
section.hero {
  padding-top: 140px;
  padding-bottom: 80px;
  text-align: center;
}
section.hero h1 {
  direction: ltr;
  font-family: 'Basier Circle', sans-serif;
  color: #000033;
  font-size: 96px;
  line-height: 140px;
  font-weight: 900;
}
section.hero p {
  color: #8f93a1;
  font-size: 18px;
}
section .after-h2 {
  color: #8f93a1;
  text-align: center;
}
section h2 {
  line-height: 3rem;
}
footer {
  padding: 80px 0px;
  background-color: #f8f6f2;
}
section.pages-hero {
  padding-top: 150px;
  padding-bottom: 80px;
}
section.pages-hero h1 {
  font-weight: bold;
  line-height: 150%;
}
.content hr {
  margin: 118px 0px;
}
.content h3 {
  margin-bottom: 25px;
}
.content .col-cards:nth-child(2n) .card-my-work {
  margin-left: auto;
}
.content .card-my-work {
  box-shadow: none;
  width: 90%;
  margin-bottom: 100px;
}
.content .card-my-work .thumbnail {
  position: static;
  display: block;
  overflow: visible;
  height: 270px;
  max-height: 100%;
  margin-bottom: 25px;
  border-radius: 6px;
  background-position: center top;
  background-size: cover;
}
.content .card-my-work .thumbnail.checklist {
  background-image: url('/images/site1.jpg');
}
.content .card-my-work .thumbnail.suhoyles {
  background-image: url('/images/site2.jpg');
}
.content .card-my-work .thumbnail.znakdv {
  background-image: url('/images/site3.jpg');
}
.content .card-my-work .thumbnail.jrrareearth {
  background-image: url('/images/site4.jpg');
}
.content .card-my-work .thumbnail.control {
  background-image: url('/images/control.jpg');
}
.content .card-my-work .thumbnail.simple {
  background-image: url('/images/simple.jpg');
}
.content .card-my-work .paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  color: #191a27;
  font-size: 18px;
  line-height: 24px;
  clear: none;
}
.content .card-my-work .caption {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 0px;
  background-color: transparent;
  font-family: 'Inter UI', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.content .card-my-work .description {
  margin-top: 5px;
  float: none;
  clear: none;
  font-family: 'Basis grotesque', sans-serif;
  color: #46475d;
  font-size: 16px;
  line-height: 24px;
}
.content .my-job td:first-child {
  padding-left: 0px;
}
.content .my-job td:last-child {
  padding-right: 0px;
  text-align: right;
}
.xs-menu {
  display: none;
}
@media (max-width: 764px) {
  .xs-d-block {
    display: block;
    width: 100%;
  }
  .content .col-features {
    padding-right: 15px;
  }
  .content .col-resources {
    padding-left: 15px;
  }
  .xs-menu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: #fff;
    height: 100%;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-left: -102vw;
    width: 100%;
  }
  .xs-menu .logo {
    color: #000033;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 24px;
  }
  .xs-menu .logo .logo-check {
    width: 20px;
    margin-right: 6px;
    margin-bottom: 3px;
  }
  .xs-menu nav ul.nav li.nav-item {
    display: block;
    text-align: left;
    width: 100%;
  }
  .xs-menu nav ul.nav li.nav-item .nav-link {
    padding-left: 0px;
  }
  .xs-menu nav ul.nav li.nav-item .nav-link:focus {
    outline: none;
  }
  .header-fix {
    max-width: 100% !important;
  }
  .header-fix .logo.col {
    max-width: 80%;
  }
  .header-fix .col.col-nav {
    display: none;
  }
  .header-fix .col.col-subscribe {
    display: none;
  }
  .header-fix .col-menu {
    display: block !important;
    max-width: 20%;
    text-align: right;
    padding-top: 15px;
  }
  .header-fix .col-menu a {
    display: block;
  }
  .header-fix .col-menu a img {
    height: 40px;
  }
  section.hero h1 {
    font-size: 60px;
    line-height: 70px;
  }
  header nav ul.nav a.nav-link {
    padding: 16px;
  }
  .content .card-my-work .thumbnail {
    height: 150px;
  }
  .content .card-my-work {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*
@media (prefers-color-scheme: dark) {


body{
	background-color: @blue;
	color: #fff;
}

a{
	color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color: #fff;
}
header{
	.header-fix{
		background-color: @blue;
		box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.09);
		.logo{
			color: #fff;
			.logo-check {
				fill: #fff !important;
			}
		}
		nav{
			ul.nav{
				a{
					color: #fff;
					&:hover{
						color: #fff;
					}
				}
			}
		}
	}
}

.bg-white{
	background-color: @blue !important;
}
.bg-yellow{
	background-color: rgba(0,0,0,0.8);
}
section{
	&.hero{
		h1{
			color: #fff;
		}
		p{
			color: #fff;
		}
	}
	.after-h2{
		color: #fff;
	}
}
footer{
	padding: 80px 0px;
	text-align: center;
}
.cards-pages{
	.card-page{
		padding: 5px !important;
		a{
			display: block;
			-webkit-transform: translate(0px, 0px);
			-ms-transform: translate(0px, 0px);
			transform: translate(0px, 0px);
			width: 100%;
			color: #fff;
			text-decoration: none;
			transition: opacity 500ms ease-in-out, transform 500ms;
			&:hover{
				-webkit-transform: translate(0px, -10px);
				-ms-transform: translate(0px, -10px);
				transform: translate(0px, -10px);
			}
			.block---pages {
				border-color: #e7e7e7;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
				background-image: linear-gradient(180deg, #fff, #fff);
				box-shadow: 0 5px 18px 0 rgba(29, 29, 33, 0.08);
				&:hover{
					box-shadow: 0 5px 21px 0 rgba(29, 29, 33, 0.15);
				}
				.heading-4.center {
					color: #000;
				}
			}
		}
	}
}

section.pages-hero{
	padding-top: 150px;
	padding-bottom: 80px;
	h1{
		font-weight: bold;
		line-height: 150%;
	}
}
.bg-light{
	background-color: rgba(0,0,0,0.8) !important;
}
.dropdown-menu{
	background-color: rgba(0,0,0,0.8) !important;
}
.content {
	
	.card{
		color: @blue;
		h4 {
			color: @blue;
		}
	}
}



}
*/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.notification {
  background: -webkit-gradient(linear, right top, left top, from(#cc3e27), color-stop(#1a2f85), to(#761a85));
  background: linear-gradient(270deg, #cc3e27, #1a2f85, #761a85);
  padding: 20px 0;
  color: #fff;
  background-size: 600% 600%;
  -webkit-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
.notification a {
  color: #dad8de;
  font-weight: bold;
}


.quote{
	font-style: italic;
	display: block;
	padding: 15px 30px;
	background: #f8f6f2;
	width: 90%;
	margin-left: 10%;
}
	.quote span{
		font-style: normal;
	}
.blog-item{
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	padding: 15px 0;
    font-size: 16px;
}
	.blog-item:hover{
		//border-color: #cc3e27;
	}
	
	.tags .btn{
		border: 1px solid transparent;
	}
		.tags .btn:hover{
			border-color: #cc3e27;
		}

.cases a {
  display: flex;
  vertical-align: middle;
  text-align: center;
  padding: 15px 45px;
  height: 129px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
  align-items: center;
  justify-content: center;
}

.cases a img {
  max-height: 100%;
  width: 200px;
}

.browser{
  display: block;
  max-width: 1380px;
  backdrop-filter: blur(10px);
  border-radius: 6px;
  box-shadow: 0 30px 140px -50px rgba(44, 48, 56, 0.5);
  overflow: hidden;
  position: relative;
  margin: auto;
}
.browser iframe{
  border: none;
}
.browser span{
  width: 13px;
  height: 13px;
  border-radius: 13px;
  position: absolute;
  top:13px;
  cursor: pointer;
}
.browser span.red{
  background: #ec695f;
  border: 1px solid #d15548;
  left: 15px;
}
.browser span.yellow{
  background: #f5bf51;
  border: 1px solid #d7a245;
  left: 38px;
}
.browser span.green{
  background: #69cb58;
  border: 1px solid #5aa945;
  left: 62px;
}


.browser .adress-line{
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #e4e4e4;
}

.browser .adress-line .adress {
  display: flex;
  width: 75%;
  height: 24px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  color: #212529;
  font-size: 13px;
}

.content .card-my-work .thumbnail.other-work{
  background: -webkit-gradient(linear, right top, left top, from(#cc3e27), color-stop(#1a2f85), to(#761a85));
  background: linear-gradient(270deg, #cc3e27, #1a2f85, #761a85);
  background-size: 120% 120%;
  -webkit-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}

.blog-item{
  color: rgba(0, 0, 0, 0.65);
}
.blog-item a{
  color: rgba(0, 0, 0, 1);
}
.php, .bash {
  background: rgb(247, 246, 243);
  padding: 34px 16px 32px 32px;
  min-height: 1em;
  white-space: pre-wrap;
  word-break: break-all;
  min-width: 0px;
  border-radius: 2px;
}

.ask-me img{
  border-radius: 150px;
}
.ask-me h2, .ask-me a{color: #fff;}
.ask-me{
  background-color: #681dff;
  padding: 25px 35px;
  border-radius: 20px;
  color: #fff;
}
.ask-me a{text-decoration: underline;}
.ask-me a:hover{text-decoration: none;}