/*
Theme Name: Lucciolatrade
Template: twentytwentyfour
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: Boomerang Development
Author URI: https://wordpress.org
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

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

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

.homepage {
	overflow: hidden;
}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

html {
	scroll-behavior: smooth;
	margin: 0 !important;
	padding: 0 !important;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #EAEAF5;
}

h1 {
	font-family: 'Poppins Bold';
	font-size: 76px;
	line-height: 80px;
	letter-spacing: -1.9px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Poppins Bold';
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -1.4px;
}

h4 {
	font-family: 'Poppins Bold';
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.75px;
}

p {
	font-family: 'Inter Regular';
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1px;
	word-spacing: .4px;
}

body a {
	text-decoration: none;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

body a:hover {
	opacity: .7;
}

body ul {
	padding: 0;
	margin: 0;
}

body ul li {
	list-style: none;
	margin: 0;
}

.homepage {
	margin-top: -67px;
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: normal;
	height: 47px;
	border-radius: 30px;
}

/* MENU */

header {
	position: relative;
	margin-top: 23px;
	z-index: 1;
}

.mobile_menu {
    display: none;
}

.desktop_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 47px;
	height: 47px;
}

.desktop_menu .logo {
	line-height: 1;
}

.desktop_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: -1px;
}

.desktop_menu .link {
	color: #fff;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: normal;
	letter-spacing: .1px;
}

.desktop_menu .link.active {
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}

.desktop_menu li {
	margin: 0px 20.5px;
}

.desktop_menu .btn {
	background: #fff;
	width: 132px;
	color: #1E1E1E;
}

/* MAIN */

.main {
	position: relative;
	overflow: hidden;
	padding: 186px 0 101px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#0E3E41), to(#18656B));
	background: -o-linear-gradient(top, #0E3E41 0%, #18656B 100%);
	background: linear-gradient(180deg, #0E3E41 0%, #18656B 100%);
}

.main .container {
	position: relative;
	z-index: 1;
}

.main .pattern {
	position: absolute;
	left: 8.8%;
	top: -1px;
	-webkit-transition: all 1s linear 0s;
	-o-transition: all 1s linear 0s;
	transition: all 1s linear 0s;
}

.main .pattern_mobile {
	display: none;
}

.main h1 {
	max-width: 898px;
	margin: 0 auto 24px;
}

.main p {
	max-width: 797px;
	margin: 0 auto 34px;
}

.main .btn {
	width: 130px;
	height: 45px;
	color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
}

/* SERVICES */

.services {
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}

.services h2,
.services p {
	color: #0E3E41;
}

.services h2 {
	margin-bottom: 23px;
}

.services .left_part {
	max-width: 899px;
}

.services img {
	position: absolute;
	top: -159px;
    right: -40px;
}


/* SEO DIGITAL */

.seo_digital {
	padding: 60px 0 59px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0E3E41), to(#18656B));
	background: -o-linear-gradient(top, #0E3E41 0%, #18656B 100%);
	background: linear-gradient(180deg, #0E3E41 0%, #18656B 100%);
	margin: 0 40px 40px;
}

.seo_digital .container {
	max-width: 1130px;
}

.seo_digital .info {
	padding: 45px 0 0 57px;
}

.seo_digital h4 {
	margin-bottom: 18px;
}

.seo_digital .wrapper:not(:last-child) {
	position: relative;
	margin-bottom: 159px;
}

.seo_digital .wrapper:not(:last-child):before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	height: 1px;
	opacity: 0.2;
	background: #fff;
}

.seo_digital .wrapper:last-child .info {
	padding-top: 56px;
}

/* OUR TEAM */

.our_team {
	position: relative;
	padding: 40px 0;
	text-align: center;
	background: #F0F0F0;
	overflow: hidden;
}

.our_team .container {
	position: relative;
	z-index: 1;
}

.our_team .pattern {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.our_team h2 {
	color: #18656B;
	margin: 0 0 40px;
}

.our_team img {
	margin: 0 0 31px;
}

.our_team .description {
	color: #1E1E1E;
	font-family: 'Inter Regular';
	font-size: 22px;
	line-height: 34px;
	max-width: 880px;
	margin: 0 auto;
}

/* FOOTER */

footer {
	background: #18656B;
}

footer .container {
	max-width: 1320px;
}

.footer {
	padding: 40px 0 116px;
}

.footer .wrapper {
	position: relative;
	margin-bottom: 72px;
}

.footer .wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	height: 1px;
	opacity: 0.2;
	background: #FFF;
}

.footer .left_part {
	width: 100%;
	padding-right: 20px;
	max-width: 648px;
}

.footer .right_part {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	max-width: 648px;
}

.footer iframe {
	border-radius: 20px;
}

.footer h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 24px;
}

.footer p {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.footer .wrapper_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-top: 7px;
}

.footer .wrapper_info .left_part,
.footer .wrapper_info .right_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.footer .wrapper_info .left_part {
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
	max-width: inherit;
	margin-right: 9px;
}

.footer .wrapper_info .right_part {
	margin-right: -11px;
	max-width: inherit;
}

.footer .wrapper_info .right_part .description {
	width: 300px;
}

.footer .wrapper_info img {
	margin-right: 10px;
}

.footer .wrapper_info .title {
	color: #fff;
	font-family: 'Inter Medium';
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}

.footer .wrapper_info .description {
	color: #fff;
	font-family: 'Inter Medium';
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}

/* FORM */

.form .cf7-smart-grid.has-grid .field>label {
	display: none !important;
}

.form .cf7sg-container .cf7-smart-grid.has-grid .container {
	padding: 0 !important;
	max-width: inherit !important;
}

.form .cf7sg-container .cf7-smart-grid.has-grid .columns {
	margin: 0 !important;
}

.form input[type=text],
.form input[type=email],
.form textarea {
	color: #fff;
	font-family: 'Inter Medium';
	font-size: 16px;
	border-radius: 30px !important;
	border: 1px solid #fff;
	background: #0E3E41;
	height: 60px;
	line-height: 58px;
	width: 100% !important;
	padding: 0 24px;
	resize: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
	margin-bottom: 15px;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.form textarea {
	height: 185px;
	margin-bottom: 11px;
}

.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
	color: #fff;
}

.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form textarea::-moz-placeholder {
	color: #fff;
}

.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
	color: #fff;
}

.form input[type=text]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
	color: #fff;
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form textarea::placeholder {
	color: #fff;
}

.form input[type=submit] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #1E1E1E;
	font-family: 'Inter Medium';
	font-size: 16px;
	border-radius: 30px !important;
	height: 60px;
	background: #fff;
	border: none;
	width: 100% !important;
	cursor: pointer;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.form input[type=submit]:hover {
	opacity: .7;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
	border-color: #919090;
	color: #919090;
}

/* UNDER FOOTER */

.under_footer {
	color: #fff;
	text-align: center;
	font-family: 'Inter Medium';
	font-size: 16px;
	line-height: normal;
}

/* MOBILE HEADER */

	.mobile_header ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		height: 100%;
	}
	
	.mobile_header ul li {
		margin-bottom: 41px;
	}
	
	.mobile_header ul li a {
		color: #0E3E41;
		font-family: 'Inter Medium';
		font-size: 18px;
		line-height: 26px;
	}
	
	.mobile_header .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 320px;
		height: 47px;
		font-family: 'Inter Medium';
		font-size: 16px;
		line-height: normal;
		color: #fff;
		border-radius: 30px;
		background: #18656B;
		margin: 0 auto;
	}

/* PAGE SERVICES */

/* MAIN */

.homepage.services_page .container {
	padding: 0 40px;
}

.homepage.services_page h4,
.homepage.services_page p  {
	color: #0E3E41;
}

.homepage.services_page .main .title {
	color: #EAEAF5;
	font-family: 'Poppins Bold';
	font-size: 76px;
	line-height: 80px;
	letter-spacing: -1.9px;
	text-transform: uppercase;
	padding: 0;
	max-width: 898px;
    margin: 0 auto 24px;
}

.homepage.services_page .main p {
	color: #fff;
	margin: 0 auto;
}

/* SERVICES */

.services.services_page {
	padding: 40px 0 17px;
}

.services.services_page .left_part {
	max-width: 783px;
}

.services.services_page img {
	top: -208px;
}

/* SEO OPTIMIZATION */

.seo_optimization {
	margin: 0 40px 24px;
}

.homepage.services_page .seo_optimization .container {
	background: #F0F0F0;
	padding: 60px 60px 40px;
	max-width: 1240px;
}

.seo_optimization h4 {
	margin-bottom: 12px;
}

.seo_optimization p {
	margin-bottom: 50px;
}

.seo_optimization .wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -30px;
}

.seo_optimization .wrapper:not(:last-child) {
	margin-bottom: -55px;
}

.seo_optimization .item {
	-ms-flex-preferred-size: calc(33.3333333333% - 60px);
	    flex-basis: calc(33.3333333333% - 60px);
	margin: 30px 30px 0;
}

.seo_optimization .item img {
	margin-bottom: 2px;
}

/* TECH SEO */

.tech_seo {
	margin-bottom: 24px;
}

.tech_seo h4 {
	margin-bottom: 24px;
}

.tech_seo .wrapper {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: -12px;
}

.tech_seo .item {
	background: #F0F0F0;
	-ms-flex-preferred-size: calc(50% - 24px);
	    flex-basis: calc(50% - 24px);
	padding: 60px;
	margin: 12px;
	min-height: 318px;
}

/* COMPETITOR */

.competitor {
	margin: 0 40px 24px;
}

.homepage.services_page .competitor .container {
	background: #F0F0F0;
    padding: 60px;
    max-width: 1240px;
}

.competitor h4 {
	margin-bottom: 24px;
}

.competitor h4 + p {
	margin-bottom: 50px;
}

.competitor img {
	margin-bottom: 2px;
}

.competitor .wrapper {
	margin: -30px;
}

.competitor .item {
	-ms-flex-preferred-size: calc(25% - 60px);
	    flex-basis: calc(25% - 60px);
	margin: 30px;
}

/* TECH SEO SECOND */

.tech_seo.second .item {
	min-height: 254px;
}

/* COMPETITOR SECOND */

.competitor.second .item {
	-ms-flex-preferred-size: calc(33.3333333333% - 60px);
	    flex-basis: calc(33.3333333333% - 60px);
}

/* TECH SEO THIRD */

.tech_seo.third {
	margin-bottom: 41px;
}

.tech_seo.third .item {
	min-height: 222px;
}

/* INTERMEDIARY SERVICES PAGE */

.homepage.services_page.services_page_2 .main {
	margin-bottom: 40px;
}

.homepage.services_page.services_page_2 .main .title {
	max-width: 890px;
}

.homepage.services_page .seo_optimization.services_page_2  {
	margin: 0 40px 40px;
}

.homepage.services_page .seo_optimization.services_page_2 .container {
	padding: 60px 60px 51px;
}

.seo_optimization.services_page_2 h4 {
	margin-bottom: 50px;
}

.seo_optimization.services_page_2 .wrapper {
	margin: -20px;
}

.seo_optimization.services_page_2 .item {
	-ms-flex-preferred-size: calc(50% - 40px);
	    flex-basis: calc(50% - 40px);
	margin: 20px 20px 30px;
}

.seo_optimization.services_page_2 .item img {
	margin-bottom: 4px;
}

.seo_optimization.services_page_2 .item h4 {
	margin-bottom: 8px;
}

.seo_optimization.services_page_2 .item p {
	margin: 0;
}

@media (max-width: 1199px) {
	.desktop_menu li {
		margin: 0 10px;
	}

	.desktop_menu .link {
		font-size: 14px;
	}

	.services img {
		display: none;
	}

	.services .left_part {
		max-width: inherit;
	}
}

@media (max-width: 991px) {
	.homepage {
		margin-top: -47px;
	}

	.desktop_menu {
		display: none;
	}
	
	.mobile_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 24px;
	}
	
	.mobile_menu a {
		position: relative;
		display: block;
		word-spacing: 1px;
		z-index: 1;
	}

	.mobile_menu .logo img {
		width: 133px;
	}
	
	.mobile-menu-button {
        display: block;
        position: relative;
        z-index: 1;
        width: 18px;
        height: 16px;
		margin: -4px 4px 0 0;
        cursor: pointer;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }

    .mobile-menu-button span {
        position: absolute;
        background: #fff;
        width: 18px;
        height: 2px;
        left: 0;
        top: 47%;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        transition: all .2s linear 0s;
    }
    
       .mobile-menu-button:before {
          content: '';
          background: #fff;
          width: 18px;
          height: 2px;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: all .2s linear 0s;
          -o-transition: all .2s linear 0s;
          transition: all .2s linear 0s;
        }
    
        .mobile-menu-button:after {
          content: '';
          background: #fff;
          width: 18px;
          height: 2px;
          position: absolute;
          left: 0;
          bottom: 1px;
          -webkit-transition: all .2s linear 0s;
          -o-transition: all .2s linear 0s;
          transition: all .2s linear 0s;
        }
    
        .mobile-menu-button.open span {
            opacity: 0;
        }
    
        .mobile-menu-button.open:before {
            background: #0E3E41;
			width: 14px;
            top: 6px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
          }
    
          .mobile-menu-button.open:after {
            background: #0E3E41;
			width: 14px;
            bottom: 8px;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
          }

    .mobile-menu-button:hover {
        opacity: .5;
    }

	header .logo_img.mobile_open {
		display: none;
	}

	header .logo_img.mobile_close {
		display: block;
	}
	
	header.open {
		position: fixed;
    	z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 100%;
		margin: 0;
		padding: 20px;
		min-height: 100vh;
    }

	header.open .container {
		padding: 0;
	}

	header.open .logo_img.mobile_open {
		display: block;
	}

	header.open .logo_img.mobile_close {
		display: none;
	}

    .mobile_header {
		background: #fff;
        position: absolute;
        top: 0;
        left: -1500px;
        right: 0;
        bottom: 0;
        width: 100%;
        -webkit-transition: all .1s linear 0s;
          -o-transition: all .1s linear 0s;
          transition: all .1s linear 0s;
    }

	.mobile_header ul li:not(:last-child) {
		margin-bottom: 41px;
	}

	.mobile_header ul li:last-child {
		margin: -1px 0 0;
	}

	.mobile-menu-button.open {
		right: -4px;
        top: 2px;
	}
	
    .mobile-menu-button.open + .mobile_header {
        left: 0;
    }
	
	.footer .wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.footer .left_part,
	.footer .right_part {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 0;
		max-width: inherit;
	}

	.footer .left_part {
		margin-bottom: 20px;
	}
		
	.footer iframe {
		width: 100%;
    	height: 450px;
	}

	/* PAGE SERVICES */

	.tech_seo .wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.tech_seo .item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.tech_seo.second .item,
	.tech_seo.third .item {
		min-height: inherit;
	}
}

@media (max-width: 800px) {
	/* PAGE SERVICES */

	.seo_optimization .item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.seo_optimization .wrapper:not(:last-child) {
		margin-bottom: 0;
	}

	/* PAGE SERVICES 2 */

	.seo_optimization.services_page_2 .item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}


@media (max-width: 767px) {
	h1,
	.homepage.services_page .main .title {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -1px;
	}

	h2 {
		font-size: 34px;
		line-height: 38px;
		letter-spacing: -0.85px;
	}

	h4 {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: -0.7px;
	}

	p {
		font-size: 16px;
		line-height: 24px;
	}

	.main {
		padding: 105px 0 59px;
		overflow: hidden;
	}

	.main .pattern {
		display: none;
	}

	.main .pattern_mobile {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.main h1 {
		margin-bottom: 16px;
	}

	.main p {
		margin-bottom: 24px;
		line-height: 22px;
	}

	.services {
		padding: 25px 0 0;
	}

	.services h2 {
		margin-bottom: 14px;
	}

	.seo_digital {
		padding: 23px 0 25px;
		background: transparent;
		margin: 0;
	}

	.seo_digital .container {
		background: -webkit-gradient(linear, left top, left bottom, from(#0E3E41), to(#18656B));
		background: -o-linear-gradient(top, #0E3E41 0%, #18656B 100%);
		background: linear-gradient(180deg, #0E3E41 0%, #18656B 100%);
		padding: 0;
		margin: 0 20px;
	}

	.seo_digital .wrapper {
		padding: 24px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.seo_digital .wrapper img {
		margin: 0 auto 25px;
	}

	.seo_digital .info {
		padding: 0;
	}

	.seo_digital h4 {
		margin-bottom: 12px;
	}

	.seo_digital .wrapper:not(:last-child) {
		margin: 0 0 -1px 0;
	}

	.seo_digital .wrapper:not(:last-child):before {
		bottom: 1px;
		left: 24px;
		right: 24px;
	}

	.seo_digital .wrapper:last-child .info {
		padding: 0;
		margin-top: -2px;
	}

	.our_team {
		padding: 23px 0;
	}

	.our_team h2 {
		margin: 0 0 24px;
	}

	.our_team .description {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .1px;
		max-width: inherit;
	}

	.our_team img {
		margin: 0 0 17px;
	}

	.footer {
		padding: 25px 0 24px;
	}

	.footer .wrapper {
		margin-bottom: 41px;
	}

	.footer .wrapper:before {
		bottom: -16px;
	}

	.footer .left_part {
		margin-bottom: 24px;
	}

	.footer p {
		line-height: 18px;
		margin-bottom: 24px;
	}

	.footer .wrapper_info {
		display: block;
		margin-top: -2px;
	}

	.footer .wrapper_info .info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer .wrapper_info .left_part {
		margin: 0 0 9px 0;
	}

	.footer .wrapper_info .title {
		margin-right: 3px;
	}

	.footer .wrapper_info .right_part .description {
		width: auto;
	}

	.footer .right_part {
		border-radius: 10px;
	}

	.footer iframe {
		height: 320px;
		border-radius: 10px;
	}

	.under_footer {
		font-size: 14px;
		letter-spacing: .1px;
	}

	/* PAGE SERVICES */

	.homepage.services_page .container {
		padding: 0 20px;
	}

	.homepage.services_page .main {
		padding: 108px 0 59px;
	}

	.homepage.services_page .main .title {
		margin: 0 auto 17px;
	}

	.homepage.services_page .seo_optimization .container,
	.homepage.services_page .seo_optimization.services_page_2 .container {
		padding: 24px;
	}

	.services.services_page {
		padding: 25px 0 9px;
	}

	.seo_optimization,
	.homepage.services_page .seo_optimization.services_page_2 {
		margin: 0 20px 24px;
	}

	.seo_optimization p {
		margin-bottom: 24px;
	}

	.seo_optimization .wrapper {
		margin: -9px;
	}

	.seo_optimization .wrapper:not(:last-child) {
		margin-bottom: 9px;
	}

	.seo_optimization .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		margin: 9px 9px;
	}

	.seo_optimization .item img {
		width: 42px;
		margin: 0 11px 0 0;
	}

	.seo_optimization .item p {
		margin: 0;
	}

	.tech_seo .item {
		padding: 24px;
		min-height: inherit;
	}

	.tech_seo h4 {
		margin-bottom: 12px;
	}

	.competitor {
		margin: 0 24px 24px;
	}

	.competitor h4 {
		margin-bottom: 12px;
	}

	.competitor h4 + p {
		margin-bottom: 24.5px;
	}

	.homepage.services_page .competitor .container {
		padding: 24px;
	}

	.competitor .wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: -9px;
	}

	.competitor .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		-ms-flex-preferred-size: calc(100% - 18px);
		    flex-basis: calc(100% - 18px);
    	margin: 9px;
	}

	.competitor img {
		width: 42px;
		margin: 0 10px 0 0;
	}

	.competitor.second .item {
		-ms-flex-preferred-size: calc(100% - 18px);
		    flex-basis: calc(100% - 18px);
	}

	.tech_seo.third {
		margin-bottom: 22px;
	}

	.homepage.services_page.services_page_2 .main {
		margin-bottom: 23px;
	}

	.seo_optimization.services_page_2 .wrapper {
		padding-bottom: 22px;
	}
	
	.seo_optimization.services_page_2 .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		margin-bottom: -2px;
	}

	.seo_optimization.services_page_2 h4 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: -0.45px;
		margin-bottom: 24px;
	}

	.seo_optimization.services_page_2 .item h4 {
		letter-spacing: 0;
		margin-bottom: 4px;
	}

	.seo_optimization.services_page_2 .item img {
		margin: 0 0 10px 0;
	}
}

@media (max-width: 450px) {
	.seo_digital .wrapper img,
	.our_team img {
		width: 100%;
	}

	.mobile_header .btn {
		width: 280px;
	}
}

.work_process {
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 1000;
}

.work_process .text {
	text-align: center;
	font-size: 30px;
	max-width: 600px;
	margin: 0 auto;
}