@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open Sans';
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
img {
	width: 100%;
}
ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
header {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}
header .logo,
footer .logo {
	display: flex;
	align-items: center;
}
footer .logo a {
	width: 64px;
    height: 42px;
}
header .logo span,
footer .logo span {
	border-left: 2px solid #bcbcbc;
	color: #bcbcbc;
	margin-left: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}
footer .logo span {
    border-left: 2px solid #c0c0c0;
    color: #c0c0c0;
    font-size: 12px;
}
header ul {
	display: flex;
}
header ul li {
    padding: 15px 30px;
}
header ul li:last-child {
	padding-right: 0px;
}
header ul li a {
	font-weight: 400;
	font-size: 18px;
	color: #403E3E;
	text-decoration: none;
}
footer {
	background: #E8E8E8;
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	flex-flow: column;
}
footer a {
	font-weight: 500;
	font-size: 18px;
	color: #403E3E;
	text-decoration: none;
}
footer .terms a:first-child {
	/*margin-bottom: 22px;*/
}
footer .top {
	padding: 50px 60px;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
}
footer .top .about {
	display: flex;
}
footer .top .item {
	display: flex;
    flex-flow: column;
    height: 80px;
}
footer .top .item.socials {
    align-items: baseline;
	flex-flow: column;
	font-size: 18px;
    font-weight: 500;
    color: #403E3E;
}
footer .top .item.socials a {
	margin-top: 18px;
}
footer .top .title {
	font-size: 18px;
	font-weight: 500;
	color: #403E3E;
    padding-bottom: 8px;
}
footer .top .content {
	font-size: 18px;
    font-weight: 400;
	color: #895637;
}
footer .top .content.simple {
	font-size: 16px;
	color: #403E3E;
	line-height: 26px;
}
footer .bottom {
	background: #895637;
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 10px 60px 10px 0px;
	justify-content: end;
}
.more {
	font-size: 16px;
	color: #895637;
}
.button {
	background: #895638;
    border-radius: 6px;
    outline: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 17px 42px;
    text-decoration: none;
    min-width: 167px;
    border: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.section {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 30px 0px 100px 0px;
	justify-content: space-between;
}
.section.main .text {
	display: flex;
    flex: 0 0 40%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0px 90px;
}
.section.main .title {
	color: #403E3E;
	font-weight: 600;
	font-size: 68px;
	font-family: 'Montserrat';
    margin-bottom: 10px;
}
.section.main .title-desc {
	font-weight: 500;
    font-size: 22px;
    font-family: 'Montserrat';
    color: #BCBCBC;
}
.section.main .bottom {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.section.main .image {
	display: flex;
    flex: 0 0 60%;
}
.section.main.first .quotes {
    font-family: 'Montserrat Alternates';
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    position: relative;
    margin: 40px 0;
}
.section.main.first .quotes .wrapper {
    padding: 0px 135px;
    display: block;
}
.section.main.first .quotes i.left,
.section.main.first .quotes i.right {
	background: url('/images/quotes.svg') no-repeat;
	display: block;
	width: 39px;
	height: 34px;
}
.section.main.first .quotes i.left {
    transform: rotate(180deg);	
}
.section.main.first .quotes i.right {
	margin-left: auto; 
    margin-right: 0;
}
.section.full {
	display: flex;
	flex-flow: column;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.section.center {
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}
.section .title {
	font-weight: 600;
    font-size: 68px;
    font-family: 'Montserrat';
    color: #403E3E;
    line-height: 83px;
    margin-bottom: 40px;
}
.section .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #403E3E;
}
.middle-wrapper {
	max-width: 895px;
	margin-bottom: 40px;
	text-align: center;
}
.middle-wrapper.last {
	max-width: 1050px;
}
.padding-bottom-160 {
	padding-bottom: 160px!important;
}
.padding-bottom-100 {
    padding-bottom: 100px!important;
}
.section.main.common {
	padding-bottom: 0px;
	padding-top: 0px;
}
.section.main.common .image,
.section.main.common .text {
	flex: 0 0 51%;
	max-width: 51%;
}
.section.main.common .text {
	padding: 0;
}
.section.main.common .text .title {
	line-height: 52px;
	font-size: 38px;
	margin-bottom: 40px;
	padding: 0px 90px;
}
.section.main.common .text .content {
	line-height: 28px;
	font-size: 16px;
	color: #403E3E;
	padding: 0px 90px;
}
.section.it-dev {
	padding: 100px 0;
	flex-flow: column;
}
.section.it-dev .title {
	margin-bottom: 100px;
}
.section.it-dev .blocks {
	display: flex;
    flex-flow: wrap;
    flex: 0 0 85%;
    max-width: 85%;
    justify-content: center;
}
.section.it-dev .block {
	display: flex;
	flex: 0 0 33%;
	max-width: 33%;
	flex-flow: column;
	align-items: center;
}
.section.it-dev .block .image {
	flex: auto;
	margin-bottom: 40px;
}
.section.it-dev .block:nth-child(1) {
	border-bottom: 1px solid #dcdcdc;
}
.section.it-dev .block:nth-child(3) {
    border-bottom: 1px solid #dcdcdc;
}
.section.it-dev .block:nth-child(2) {
	border: 1px solid #dcdcdc;
	border-top: none;
}
.section.it-dev .block:nth-child(5) {
    border: 1px solid #dcdcdc;
    border-top: none;
    border-bottom: none;
}
.section.it-dev .block:nth-child(4) .image,
.section.it-dev .block:nth-child(5) .image,
.section.it-dev .block:nth-child(6) .image {
	padding-top: 40px;
}
.section.it-dev .block .web-dev {
	width: 85px;
	height: 61px;
}
.section.it-dev .block .mob-dev {
	width: 41px;
	height: 61px;
}
.section.it-dev .block .ui-design {
	width: 53px;
	height: 55px;
}
.section.it-dev .block .ab-testing {
	width: 85px;
    height: 61px;
}
.section.it-dev .block .it-cons {
	width: 48px;
	height: 48px;
}
.section.it-dev .block .ded-team {
	width: 65px;
	height: 59px;
}
.section.it-dev .block .texts {
	justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.section.it-dev .block .texts .title {
	font-size: 37px;
	line-height: 51px;
	margin-bottom: 42px;
    text-align: center;
}
.section.it-dev .block .texts .content {
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	color: #403E3E;
	padding: 0px 75px 40px 75px;
}
.middle-wrapper.last .block {
	display: flex;
	flex-flow: row;
	flex: 0 0 100%;
	max-width: 100%;
	align-items: center;
	margin-bottom: 100px;
}
.middle-wrapper.last .block:last-child {
	margin-bottom: 0px;
}
.middle-wrapper.last .block .texts,
.middle-wrapper.last .block .image {
	display: flex; 
	flex-flow: column;
}
.middle-wrapper.last .block .image { 
	flex: 0 0 280px;
	max-width: 280px;
}
.middle-wrapper.last .block .texts {
    padding-left: 70px;
}
.middle-wrapper.last .block .texts .title {
	font-weight: 500;
	font-size: 37px;
	text-align: left;
	margin-bottom: 42px;
	line-height: 51px;
}
.middle-wrapper.last .block .texts .content {
	font-size: 16px;
	line-height: 28px;
    text-align: left;
}
.section.contacts {
	background: url('/images/contacts-bg.png');
	background-repeat: round;
	background-size: cover;
	padding-left: 140px;
	padding-top: 78px;
}
.contacts .form-wrapper {
	padding: 70px 60px 40px 60px;
	border-radius: 6px;
	background: #fff;
	width: 732px;
	text-align: center;
}
.contacts .form-wrapper .text {
	margin-bottom: 40px;
	padding: 0 70px;
}
.contacts .form-wrapper a {
	text-decoration: none;
	font-size: 16px;
	color: #895637;
}
.contacts .form-wrapper form .button {
	margin-top: 40px;
}
.contacts .form-wrapper .row {
	display: flex;
	flex: 0 0 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.contacts .form-wrapper .row:last-child {
	margin-bottom: 0px;
}
.contacts .form-wrapper .col {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	justify-content: center;
}
.contacts .form-wrapper .col.half {
    display: flex;
    flex: 0 0 48%;
    max-width: 48%;
}
.contacts .form-wrapper input,
.contacts .form-wrapper textarea {
	font-family: 'Open Sans';
	border: 1px solid #989898;
	border-radius: 6px;
	padding: 13px 20px;
	width: 100%;
	font-size: 16px;
}
.contacts .form-wrapper textarea {
	height: 115px;
	resize: none;
}
::placeholder {
	color: #989898;
}
.section.consultations {
	justify-content: center;
    flex-flow: column;
    align-items: center;
}
.section.consultations .blocks {
	margin-top: 60px;
	max-width: 1478px;
}
.section.consultations .blocks .block {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
    border-radius: 6px;
    border: 1px solid #895637;
}
.section.consultations .blocks .block:last-child {
	margin-bottom: 0px;
}
.section.consultations .block .image {
	flex: 0 0 682px;
	max-width: 682px;
	display: flex;
    justify-content: center;
    height: 100%;
}
.section.consultations .block .image img {
	width: 100%;
    object-fit: contain;
    border-radius: 6px;
    position: relative;
    left: -2px;
}
.section.consultations .block .texts {
	padding: 0px 78px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.section.consultations .block .type {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 22px;
	color: #BCBCBC; 
	margin-bottom: 20px;
}
.section.consultations .block .title {
	line-height: 48px;
	font-size: 38px;
}
.section.consultations .block .time {
	margin: 0px 0px 40px 0px;
    display: flex;
    align-items: center;
}
.section.consultations .block .time i {
	background: url('/images/clock.svg') no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
.section.consultations .block .more {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.section.consultations .button {
	padding-right: 0;
	padding-left: 0;
}
.breadcrumbs {
	position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 100px;
}
.breadcrumbs .back {
	position: absolute;
    left: 75px;
}
.breadcrumbs a {
    font-size: 14px;
    color: #895637;
    margin-left: 5px;
}
.breadcrumbs .title {
	font-size: 38px;
	line-height: 47px;
	margin-bottom: 0px;
}
.section.static {
	flex-flow: column;
}
.section.static .content {
	max-width: 80%;
	font-size: 14px;
	color: #000;
    margin: 0 auto;
}
.hamburger {
	cursor: pointer;
	display: none;
	flex-flow: column;
}
.hamburger div {
	width: 35px;
    height: 5px;
    background-color: #895638;
    margin: 0px 0px 5px 0px;
}
.mobile-menu {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    border-left: 5px solid #895638;
    height: 100%;
    background: #fff;
    z-index: 99;
    padding: 0px 10px;
}
.mobile-menu ul {
	display: block;
	padding-left: 25px;
	margin-top: 60px;
}
.mobile-menu ul li {
	padding-left: 0px;
}
.mobile-menu ul li:last-child {
	margin-top: 20px;
}
.mobile-menu .close {
	display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='3'/><path d='M0 0 L100 100' stroke='black' stroke-width='3'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
}
.common ul {
	padding-left: 20px;
}
.common ul li {
	list-style: disc;
}
#overlay {
	background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#overlay .pop {
	background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
	text-align: center;
	font-size: 18px;
}
.cookie-popup {
	position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    max-width: 500px;
}
.cookie-popup .title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
    font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}
.cookie-popup .text {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	line-height: 24px;
}
.cookie-popup .btns {
	text-align: right;
    margin-bottom: 15px;
}
.cookie-popup .text a {
	color: #00b6ff;
}