html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *::before, *::after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: #3C3F4B;
}
a:hover {
    text-decoration: none;
    color: #5962FC;
    transition: .3s;
}
img {
    width: 100%;
}
input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 10px;
}
input::placeholder, textarea::placeholder {
    font-size: 14px;
}
textarea {
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 150%;
    color: #3C3F4B;
}
h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    margin-bottom: 40px;
}
h2 {
    font-weight: bold;
    font-size: 39px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 60px;
}
h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 10px;
}
h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin: 20px 0 20px;
}
h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
}
p {
    line-height: 150%;
}
span {
    color: #5962FC;
}
button, .btn {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 10px;
    background: #5962FC;
    border: none;
    padding: 12px 50px;
    cursor: pointer;
}
button:hover, .btn:hover {
    background: #434AC6;
	color: #FFFFFF;
    transition: .3s;
}
header {
    position: relative;
    margin-bottom: 200px;
}
.top-menu {
    display: flex;
    justify-content: space-between;
    padding: 20px 150px;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.04);
}
.logo {
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
}
.menu ul {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    margin-left: 260px;
}
.menu li {
    margin: 0 20px;
}
.phone ul {
    display: flex;
    font-weight: 600;
    font-size: 18px;
}
header .navbar-light .navbar-toggler {
    border-color: none !important;
}
.phone li {
    margin: 0 5px;
	display: flex;
	align-items: center;
}
.header-text {
    padding: 100px 0 0 0;
}
.header-text p {
    font-size: 22px;
    margin-bottom: 30px;
}
.header-web-img {
    width: 47%;
    height: 520px;
    background: url(../img/print-top.jpg);
    background-size: cover;
    border-radius: 50px 0px 0px 50px;
    box-shadow: 0px 10px 210px 15px rgba(89, 98, 252, 0.1);
    position: absolute;
    top: 140px;
    right: 0;
}
.features {
    margin-bottom: 90px;
}
.features-item {
    height: 330px;
    padding: 30px 25px;
    text-align: center;
    margin-top: 20px;
}
.features-item:hover {
    background: #EEEAFF;
    box-shadow: 0px 10px 25px 10px rgba(54, 5, 136, 0.04);
    border-radius: 30px;
    transition: .5s;
}
.features-number {
    width: 60px;
    height: 60px;
    font-weight: 800;
    font-size: 30px;
    border-radius: 60px;
    background: #5962FC;
    color: #fff;
    padding: 18px 0 0 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

.features-text {
    font-size: 18px;
    line-height: 150%;
}
.works {
	margin-bottom: 120px;
}
.works h2 {
	margin-bottom: 20px;
}
.services {
    margin-bottom: 120px;
    position: relative;
}
.services h2 {
    position: relative;
    z-index: 2;
}
.services-item {
    margin-bottom: 30px;
}
.services-content {
    padding: 20px;
}
.services-shape {
    position: absolute;
    top: -115px;
    z-index: auto;
}
.services-shape img {
    z-index: 1;
}
.lead {
    padding: 140px 0;
    background: url(../img/bg-middle.jpg);
    background-size: cover;
    margin-bottom: 120px;
    color: #fff;
}
.lead-container {
    padding: 0 300px;
}
.lead-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 20px;
}
.lead p {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
.products {
    margin-bottom: 150px;
}
.products-item {
    margin-bottom: 40px;
}
.products-item-img {
	width: 255px;
	height: 189px;
	overflow: hidden;
}
.step {
    position: relative;
    margin-bottom: 100px;
}
.step h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.step-shape {
    position: absolute;
    top: -115px;
    z-index: auto;
}
.step p {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 30px;
}
.step-item {
    text-align: center;
    padding: 30px;
}
.step-icon {
    margin-bottom: 40px;
}
.step-icon img {
    width: 80px;
}
.step-line1, .step-line2 {
    width: 160px;
    height: 1px;
    top: 70px;
    left: 300px;
    background: #5962FC;
    position: absolute;
}
.step-line1 {
    top: 70px;
    left: 300px;
}
.step-line2 {
    top: 70px;
    left: 300px;
}
.form {
    padding: 140px 0;
    background: url(../img/bg-middle.jpg);
    background-size: cover;
    color: #fff;
    text-align: left;
}
.form h2, .form p {
    text-align: left;
}
.form h2 {
    margin-bottom: 30px;
}
.form h5 {
    margin-top: 40px;
}
.form-content {
    padding: 0 70px 0 0;
}
.contact-item {
    display: flex;
    margin-top: 20px;
}
.contact-item img {
    width: 30px;
    margin-right: 15px;
}
.contact-item a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}
.contact-item a:hover {
    color: #5962FC;
}

footer {
    padding: 30px 0;
    background: #222335;
}
.logo-footer {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    margin-top: 10px;
}
.copywrite {
    margin-top: 10px;
    text-align: center;
}
.author {
    text-align: right;
}
.author img {
    width: 90px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 36px;
        line-height: 150%;
        margin-bottom: 20px;
    }
}
@media (max-width: 990px) {
    h2, .lead-title {
        font-size: 30px;
    }
    header {
        margin-bottom: 90px;
    }
    .header-content {
        background: url(../img/bg-mob.jpg) no-repeat;
        background-size: cover;
        padding: 90px 20px;
        text-align: center;
        color: #fff;
    }
    .header-text {
        padding: 0;
    }
    .header-web-img {
        display: none;
    }
	.menu ul {
		margin-left: 0;
		margin: 20px 0;
	}
	.menu li {
		margin: 7px 0;
	}
	.phone li a {
		margin-top: 5px;
	}
	.phone img {
		margin-right: 10px;
	}
    .features-item {
        height: auto;
        margin-top: 10px;
    }
    .services-content {
        padding: 20px 20px 0;
    }
    .services, .step, .products, .lead {
        margin-bottom: 80px;
    }
    .services-shape, .step-shape {
        top: -85px;
    }
    .lead-container {
        padding: 0 20px;
    }
    .products-item {
        text-align: center;
    }
    .step-line1, .step-line2 {
        display: none;
    }
    .form {
        padding: 80px 0;
    }
    .form-content {
        padding: 20px;
    }
    .logo-footer {
        margin-bottom: 20px;
    }
    .copywrite {
        text-align: center;
        margin-bottom: 20px;
    }
    .author, .logo-footer {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 28px;
    }
    .header-text p {
        font-size: 18px;
    }
    h2 {
        margin-bottom: 30px;
    }
    h2, .lead-title {
        font-size: 24px;
    }
    .form h2 {
        margin-bottom: 15px;
    }
    h3, h4 {
        font-size: 18px;
    }
    .top-menu {
        margin: 0 20px;
        padding: 5px 0;
    }
    .logo {
        font-size: 20px;
    }
	.products-item-img {
		width: 100%;
		height: 189px;
		overflow: hidden;
	}
}
