@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.lock {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

input, button, textarea {
  font-family: "Roboto";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0px;
  border: 0px;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin: 0px auto;
  color: #000;
}
@media (max-width: 1122px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

header {
  padding: 57px 0px 0px 0px;
}

.header-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  justify-content: space-between;
  align-items: center;
}

.header-menu__icon {
  display: none;
  position: absolute;
  top: 70px;
  right: 10px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 5;
}
.header-menu__icon span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.header-menu__icon span:first-child {
  top: 0px;
}
.header-menu__icon span:last-child {
  top: auto;
  bottom: 0px;
}
.header-menu__icon.active span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.header-menu__icon.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
.header-menu__icon.active span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 8px;
}
@media (max-width: 767.98px) {
  .header-menu__icon {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header-menu__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -110%;
    background-color: #fff;
    z-index: 2;
    padding: 50px 10px 20px 10px;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header-menu__menu:active {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .header-menu__menu.active {
    left: 0;
  }
}

.header-menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  align-items: center;
}
.header-menu-list__link {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header-menu-list__link:hover, .header-menu-list__link:focus {
  color: #34547A;
}
.header-menu-list li {
  margin: 0px 42px 0px 0px;
}
.header-menu-list li:last-child {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .header-menu-list {
    display: block;
    position: absolute;
    top: 70px;
  }
}

/*
.header-menu {

	&__icon {
		display: none;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;

		span {
			@include anim(0.3s, 0s);
			top: 8px;
			left: 0;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #fff;

			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
			&.active {
				span {
					@include scale(0);
					&:first-child {
						@include rotate(-45deg);
						top: 8px;
					}
					&:last-child {
						@include rotate(45deg);
						bottom: 8px;
					}
				}
			}
		}
		@media (max-width: $md2) {
			display: block;
		}
	}

	&__menu {
		@media (max-width: $md2) {
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: -110%;
			background-color: #007765;
			z-index: 2;
			padding: 50px 10px 20px 10px;
			overflow: auto;
			@include anim(0.3s, 0s);
			&:active {
				left: 0;
			}	
		}
	}
}
*/
/* 
.header-menu-list {
	&__link {
		display: block;
		position: relative;
		margin: 0px 0px 0px 24px;

		font-weight: 500;
		font-size: 24px;
		color: #fff;

		span {
			position: relative;
			display: block;
			line-height: 28px;
			&::after {
				content: '';
				position: absolute;
				left: 50%;
				bottom: 0;
				width: 0;
				height: 2px;
				background-color: #fff;
				@include anim(0.3s, 0s);
			}
		}
		&:hover {
			color: #fff;
			span::after {
				left: 0;
				width: 100%;
			}
		}
	}
}
*/
footer {
  background-color: #34547A;
  padding: 50px 0;
}

.footer-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  justify-content: space-between;
  align-items: center;
}

.footer-body-item__name {
  margin: 0px 0px 17px 0px;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
@media (max-width: 479.98px) {
  .footer-body-item__name {
    font-size: 16px;
    line-height: 21px;
  }
}
.footer-body-item__copyright {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #FFFFFF;
}

.footer-body-icons__icon {
  margin: 0px 22px 0px 0px;
}
.footer-body-icons__icon:last-child {
  margin: 0px 0px 0px 0px;
}

.main {
  padding: 140px 0px 145px 0px;
  background-color: #EEEFF1;
  margin: 0px 0px 120px 0px;
}
@media (max-width: 630px) {
  .main {
    padding: 100px 0;
    margin: 0px 0px 80px 0px;
  }
}

.main-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  align-items: center;
}
.main-body__column {
  flex: 1 1 auto;
  margin: 0px 130px 0px 0px;
}
.main-body__column:last-child {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 992.98px) {
  .main-body__column {
    margin: 0px 100px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .main-body__column {
    margin: 0px 75px 0px 0px;
  }
}
@media (max-width: 630px) {
  .main-body__column {
    margin: 0px 0px 30px 0px;
  }
}
.main-body__image img {
  width: 300px;
}
@media (max-width: 630px) {
  .main-body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.main-body-item__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 79px;
  color: #000;
}
@media (max-width: 992.98px) {
  .main-body-item__title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 479.98px) {
  .main-body-item__title {
    font-size: 35px;
  }
}
.main-body-item__text {
  max-width: 540px;
  margin: 60px 0px 60px 0px;
  font-size: 16px;
  line-height: 26px;
  color: #727272;
}
@media (max-width: 630px) {
  .main-body-item__text {
    text-align: center;
    margin: 30px 0;
  }
}
@media (max-width: 630px) {
  .main-body-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.about {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 630px) {
  .about {
    margin: 0px 0px 80px 0px;
  }
}

.about-body__title {
  margin: 0px 0px 50px 0px;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #000000;
}
.about-body__text {
  max-width: 540px;
  margin: 0px auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #727272;
}

.row {
  background-color: #34547A;
  margin: 0px 0px 100px 0px;
}
@media (max-width: 700px) {
  .row {
    margin: 0px 0px 75px 0px;
  }
}

.row-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  padding: 95px 0;
}
.row-body__column {
  flex: 0 0 16.666%;
}
@media (max-width: 992.98px) {
  .row-body__column {
    flex: 0 0 25%;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 580px) {
  .row-body__column {
    flex: 0 0 33.333%;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 479.98px) {
  .row-body__column {
    flex: 1 1 auto;
  }
}
@media (max-width: 992.98px) {
  .row-body {
    padding: 75px 0 60px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.row-body-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
}
.row-body-item__image {
  margin: 0px 20px 0px 0px;
}
.row-body-item__text {
  max-width: 70px;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.row-body-item__text span {
  font-weight: 500;
}
@media (max-width: 630px) {
  .row-body-item {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 479.98px) {
  .row-body-item {
    justify-content: start;
    align-items: flex-start;
  }
}

.skills {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 700px) {
  .skills {
    margin: 0px 0px 75px 0px;
  }
}

.skills-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  justify-content: space-between;
}
.skills-body__column:first-child {
  flex: 1 1 auto;
}
@media (max-width: 700px) {
  .skills-body__column:first-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
}
@media (max-width: 992.98px) {
  .skills-body__image img {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .skills-body__image img {
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  .skills-body {
    align-items: center;
  }
}
@media (max-width: 700px) {
  .skills-body {
    flex-direction: column;
  }
}

.skills-body-item__title {
  margin: 100px 0px 50px 0px;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
@media (max-width: 992.98px) {
  .skills-body-item__title {
    margin: 50px 0px 50px 0px;
  }
}
@media (max-width: 700px) {
  .skills-body-item__title {
    text-align: center;
    margin: 50px 0px 30px 0px;
  }
}
.skills-body-item__text {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 26px;
  color: #727272;
  position: relative;
}
.skills-body-item__text::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 445px;
  top: 35px;
  left: 0;
  background-color: #C4C4C4;
}
@media (max-width: 1122px) {
  .skills-body-item__text::after {
    width: 300px;
  }
}
@media (max-width: 700px) {
  .skills-body-item__text::after {
    width: 75%;
  }
}
.skills-body-item__text::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 350px;
  top: 35px;
  left: 0;
  background-color: #34547A;
  z-index: 2;
}
@media (max-width: 1122px) {
  .skills-body-item__text::before {
    width: 230px;
  }
}
@media (max-width: 700px) {
  .skills-body-item__text::before {
    width: 65%;
  }
}

.how {
  padding: 100px 0px;
  background-color: #EEEFF1;
}
@media (max-width: 700px) {
  .how {
    padding: 65px 0;
  }
}

.how-body__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #000000;
}
.how-body__text {
  max-width: 540px;
  margin: 0px auto;
  padding: 50px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #727272;
}
@media (max-width: 700px) {
  .how-body__text {
    padding: 35px 0;
  }
}
.how-body__video {
  position: relative;
  padding: 0px 0px 58% 0px;
}
.how-body__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.images {
  padding: 30px 0px 0px 0px;
  margin: 0px 0px 72px 0px;
}
@media (max-width: 767.98px) {
  .images {
    margin: 0px 0px 40px 0px;
  }
}

.images-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  flex-wrap: wrap;
}
.images-body__column {
  flex: 0 0 25%;
}
@media (max-width: 1430px) {
  .images-body__column {
    flex: 0 0 33.333%;
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 1122px) {
  .images-body__column {
    flex: 0 0 50%;
  }
}
@media (max-width: 1430px) {
  .images-body {
    justify-content: center;
  }
}

.images-body-item__image {
  position: relative;
  display: inline-block;
}
.images-body-item__image img {
  width: 356px;
}
@media (max-width: 479.98px) {
  .images-body-item__image img {
    width: 310px;
  }
}
.images-body-item__image::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/images/icons/01.svg") center no-repeat, linear-gradient(0deg, rgba(52, 84, 122, 0.8), rgba(52, 84, 122, 0.8));
}
.images-body-item__image:hover::after, .images-body-item__image:focus::after {
  display: block;
}
@media (max-width: 1430px) {
  .images-body-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0px;
    justify-content: center;
    align-items: center;
  }
}

.microsoft {
  margin: 0px 0px 100px 0px;
}
@media (max-width: 767.98px) {
  .microsoft {
    margin: 0px 0px 60px 0px;
  }
}

.microsoft-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
}
.microsoft-body__column {
  flex: 0 0 25%;
}
@media (max-width: 1122px) {
  .microsoft-body__column:first-child {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .microsoft-body__column:last-child {
    display: none;
  }
}
@media (max-width: 540px) {
  .microsoft-body__column:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1122px) {
  .microsoft-body {
    justify-content: center;
    align-items: center;
  }
}

.order {
  background-color: #EEEFF1;
  padding: 100px 0px;
}
@media (max-width: 992.98px) {
  .order {
    padding: 60px 0;
  }
}
@media (max-width: 479.98px) {
  .order {
    padding: 0px 0px 30px 0px;
  }
}

.order-body__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #000000;
}
.order-body__text {
  margin: 50px auto 65px auto;
  max-width: 540px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #727272;
}

.order-body-form {
  width: 540px;
  margin: 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  flex-direction: column;
  align-items: center;
}
.order-body-form__btn {
  display: inline-block;
  padding: 20px 45px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #34547A;
  position: relative;
}
@media (max-width: 479.98px) {
  .order-body-form__btn {
    padding: 17px 40px;
    font-size: 14px;
  }
}
.order-body-form__btn.fw {
  width: 100%;
}
.order-body-form__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5E94C1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.order-body-form__btn:hover, .order-body-form__btn:focus {
  color: #fff;
}
.order-body-form__btn:hover::before, .order-body-form__btn:focus::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.order-body-form__btn span {
  position: relative;
  z-index: 2;
}
@media (max-width: 560px) {
  .order-body-form {
    width: 90%;
  }
}

.order-body-form-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0px;
  justify-content: space-between;
  width: 540px;
}
.order-body-form-line div {
  width: 255px;
  margin: 0px 30px 0px 0px;
}
.order-body-form-line div:last-child {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 560px) {
  .order-body-form-line div {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .order-body-form-line {
    display: block;
    width: 100%;
  }
}

.btn {
  display: inline-block;
  padding: 25px 41px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #34547A;
  position: relative;
}
.btn.fw {
  width: 100%;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5E94C1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.btn:hover, .btn:focus {
  color: #fff;
}
.btn:hover::before, .btn:focus::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.btn span {
  position: relative;
  z-index: 2;
}

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  height: 50px;
  display: block;
  padding: 0px 20px;
  margin: 0px 30px 20px 0px;
}

textarea.input {
  resize: none;
  padding: 20px 0px 0px 20px;
  margin: 0px 0px 50px 0px;
  height: 175px;
}
@media (max-width: 479.98px) {
  textarea.input {
    margin: 0px 0px 25px 0px;
  }
}