/*HEADER*/
.btn {
	text-decoration: none !important;
	outline: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
}
.btn.btn-yellow {
	background: #c8fd49;
	border:  1px solid #c8fd49;
	color: #1C1B1B;
	transition: all .3s ease;
}
.btn.btn-yellow:hover {
	background: unset;
	background-color: transparent;
	color: #c8fd49;
	transition: all .3s ease;
}
.btn.btn-black  {
	border:  1px solid #c8fd49;
	color: #c8fd49;
	transition: all .3s ease;
}
.btn.btn-black:hover  {
	background-color: #c8fd49;
	color: #1C1B1B;
	transition: all .3s ease;
}
.btn.btn-white  {
	border:  1px solid #000;
	color: #1C1B1B;
	transition: all .3s ease;
	font-weight: 500;
}
.btn.btn-white:hover  {
	background-color: #c8fd49;
	border-color: #c8fd49;
	color: #1C1B1B;
	transition: all .3s ease;
}
.header__wrapper {
	padding: 0;
}
.navigation {
    background: #1C1B1B;
}
.g--wrapper.navigation__inner{
	padding-top: 5px;
	padding-bottom: 5px;
}
.navigation__list {
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navigation__item_1+.navigation__item_1, .navigation__link_1, .navigation__item_1 {
	background: none;
}
.navigation__item_1 .btn, 
.navigation__item_1 .btn:hover {
	    color: #1C1B1B;
}
.navigation__item_1 .btn:hover {
	color: #c8fd49; 
}
header .navigation__list a, 
header .navigation__list a.navigation__link_1, .navigation__popup a {
	color: #c8fd49;
	line-height: 1.2;
	border-bottom: 2px solid transparent;
}
.navigation__list a:hover, 
header .navigation__list a.navigation__link_1:hover, .navigation__popup a:hover {
	color: #c8fd49;
	border-bottom: 2px solid #c8fd49;
}
.navigation__item_1:last-child .navigation__link_1.button-link {
	background: #c8fd49 !important;
	color: #1C1B1B !important;
}
.navigation__item_1:last-child .navigation__link_1:hover {
	color: #1C1B1B;
}
.navigation__list-wrapper.is-open {
	background: none;
	/* padding: 5px; */
	/* border: none; */
}
.navigation__list-wrapper.is-open .navigation__item_1 a{
	padding: 5px 0;
}
.main-body.main-page {
	background-image: url('../img/slide-bg.jpg');
	background-position: center center;
}
#slider-slick .top-header__title {
	color: #c8fd49;
}
#slider-slick .top-header__subtitle__em {
	color: #fff;
}
.top-header .button-icon {
	border-bottom-color: transparent;
}
.top-header .button-icon:hover {
	border-bottom-color: #c8fd49;
}
.top-header .button-icon:hover   span {
	color: #c8fd49;
}

/*.top-header {
	min-height: 100vh;
}*/
.services {
	background: #fff;
	padding: 0;
}
.services  .g--wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.services .g--wrapper .services-list {
	-webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            color: #1C1B1B;
            margin-bottom: 0;

}
.services .g--wrapper .services-list li a {
	text-decoration: none;
}
.services .g--wrapper .services-list li a.active {
	font-weight: bold;
	font-size: 18px;
}
.tabcontent {
	display: none; 
		-webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
.services .g--wrapper .services-content {
            color: #1C1B1B;
            display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.services .services-list a {
	color: #1C1B1B;
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
}
.services .services-list h2 {
	text-transform: uppercase;
}
.services .g--wrapper .services-content  .service-image {
	padding: 0 60px;
}
.services .g--wrapper .services-content  .service-image img {
	max-width: 200px;
}
.services .g--wrapper .services-content  .service-desc {
	color: #1C1B1B;
	
}
.services .g--wrapper .services-content  .service-desc ul li {
	position: relative;
	padding: 5px 0;
	padding-left: 25px;
}
.services .g--wrapper .services-content  .service-desc ul li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: #1C1B1B;
}
.portfolio, .portfolio-smpl {
	background: #1C1B1B;
}

.g--section_inverse .g--h1, .g--section_inverse .g--h2, .g--section_inverse .g--h3, .g--section_inverse .g--h4, .g--section_inverse .g--h5, .g--section_inverse .g--h6 {
	color: #c8fd49;
}
/*PORTFOLIO*/
.portfolio .g--h2 {
	text-align: left;
}
.portfolio .portfolio-buttons {
	margin-bottom: 120px;
}
.portfolio {
	padding-bottom: 120px;
}
.portfolio .portfolio-buttons .btn {
	margin-right: 20px;
	width: 315px;
	max-width: 100%;
	margin-bottom: 30px;
}
.service-desc p {
	font-size: 18px;
}
.portfolio__header {
	font-size: 18px;
}
.portfolio__item-inner .project-name {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	background: #1C1B1B;
}
.portfolio__item-inner .portfolio__link {
	display: none;
	border-color:  #c8fd49;
	color:  #c8fd49;
}
.portfolio__item-inner:hover .portfolio__link {
	display: block;
}
.portfolio .btn {
	width: 315px;
	max-width: 100%;
}
.gray-line {
	background: #fff;
}
.gray-line .g--h3, .gray-line .gray-line__item {
	color: #1C1B1B;
}
.profits {
	padding: 180px 0;
	padding-top: 80px;
}
.profits h3 {
	color: #c8fd49;
}
.profits__item img {
	margin-top: 30px;
	margin-bottom: 30px;
}
/*.form-request .form-request__wrapper {
	background: #fff;
	padding: 60px 120px;
}
.form-request .form-request__wrapper h2 {
	color: #1C1B1B;
	text-align: left;
}
.form-request .form-request__field {
	background: #fff;
}
.form-request__input, .file-send__input, .form-request__txt {
	background: none;
	border-bottom: 2px solid #1C1B1B;
	color: #000;
}*/

.form-request ::-webkit-input-placeholder {color:#1C1B1B; font-size: 16px;}
.form-request ::-moz-placeholder          {color:#1C1B1B; font-size: 16px;}/* Firefox 19+ */
.form-request :-moz-placeholder           {color:#1C1B1B; font-size: 16px;}/* Firefox 18- */
.form-request :-ms-input-placeholder      {color:#1C1B1B; font-size: 16px;}

.form-request__block {
	height: auto !important;
}
.form-request__form {
	position: relative;
}
.form-request__form .form-image {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 39%;
}
.form-request__form .form-image img {
	max-width: 100%;
}

.form-request__bottom {
	text-align: left;
}
.form-request__item, .form-request__bottom input.wpcf7-submit {
	width: 50%;
}
.form-request__txt {
	height: 140px;
}
.form-request__bottom p,
.form-request__bottom input.wpcf7-submit  {
	margin: 0;
}
.form-request__input, .file-send__input, .form-request__txt {
	border: none;
	background: none;
	border-bottom: 2px solid #1C1B1B;
	color: #333;
}
.form-request__txt {
	border: 2px solid #1C1B1B;
}
.form-request__bottom  .g--btn_dark {
	background: #333333;
	border:  none;
	color: #c8fd49;
}
.form-request .wpcf7-form{
	background: #fff;
}
.form-request .form-request__field{
	background: none;
}
.form-request .g--conf,
.form-request .g--conf>a,
.form-request .g--conf>a:hover {
	color: #000;
}
.form-request {
	padding: 0;
}
.rounded{
	padding:  0 0 95px 0;
}
.gray-line.web-development-module h2 {
	color: #c8fd49;
}
.gray-line.web-development-module .gray-line__item {
	color: #fff;
}
.rounded .g--h2 {
	color: #c8fd49;
}
.method .g--h2  {
	color: #333;
} 
.sertificate-module {
	background: #1C1B1B;
	padding: 90px 0 90px 0;
}
.works {
	padding: 90px 0;
}
.sertificate-module .g--h2 {
	color: #c8fd49;
}
.works, .rounded, .web-development-module, .form-request, .profits, .portfolio, .contacts.black-bottom {
	background: #1C1B1B;
}
.footer_top {
	background: #1C1B1B;
}
.footer_top .btn {
	margin-right: 20px;
    width: 315px;
    max-width: 100%;
    margin-bottom: 30px;
}
.web-development-module {
	padding: 180px 0;
}
.works .g--h2 {
	color: #c8fd49;
}
.works .works__item {
	background: #fff;
}
.works .works__item{
	color: #333;
}
.contacts.black-bottom .contacts__header {
	color: #c8fd49;
}
.footer__copyright {
	color: #c8fd49;
}
.navigation__list a:hover {
	text-decoration: none;
}
.navigation__list a.header__home-link:hover {
	border: none;
}
.popup-button .wpcf7-submit{
	background: #c8fd49;
	color: #333;
	border:  none;
}
.contacts .g--h2 {
	margin: 0;
	font-size: 48px;
	color: #c8fd49;
	padding: 0;
	text-align: center;
}
.contacts-section {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.contacts-section .contacts__box {
		-webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            
}
.contacts-section .contacts__box img {
	max-width: 100%;
}
.contacts__box .contacts__phone, .contacts__box .contacts__email {
	padding-left: 55px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contacts__box .contacts__phone:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 45px;
	height: 45px;
	background: url('../img/icon_phone.svg');
	background-position: center;
	background-repeat: no-repeat;
	transform: none;
	margin-top: -22px;
}
.contacts__box .contacts__email:before  {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 45px;
	height: 45px;
	background: url('../img/icon_email.svg');
	background-position: center;
	background-repeat: no-repeat;
	transform: none;
	margin-top: -22px;
}
footer {
	background: #1C1B1B;
}
.footer-bottom {
	background: #1C1B1B;
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 3px solid #c8fd49;
}
.footer-bottom .bottom-widjet {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-bottom .bottom-widjet .bottom-contact {
	-webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            padding: 30px 0;
}
.footer-bottom .bottom-widjet .bottom-contact h4 {
	color: #c8fd49;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.footer-bottom .bottom-widjet .bottom-contact p {
	padding: 0;
	margin: 0;
	color: #8D8D8D;
}
.footer-bottom .bottom-widjet .bottom-contact ul {
	display: inline-block;
}
.footer-bottom .bottom-widjet .bottom-contact ul li {
	display: inline-block;
	margin-right: 30px;
	padding: 15px 0;
}
.footer-bottom .bottom-widjet .bottom-contact .contact-us {
	color: #c8fd49;
	font-size: 24px;
	margin: 0;
	padding: 0;
	padding-right: 50px;
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.footer-bottom .bottom-widjet .bottom-contact .contact-us:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/arrow.svg');
	margin-top: -12px;
}
.bottom-logo img {
	max-width: 100%;
}

.main-content  .page-header__title {
	color:  #c8fd49;
}
.main-content .bright-tiles-long {
	background: #1C1B1B;
}
.bright-tiles-long__subitem:before {
	background-image: url('../img/feather_check-square-2.svg');
}
.two-btns {
	background: #1C1B1B;
	padding-bottom: 180px;
}
.two-btns  .btn {
    margin-right: 20px;
    width: 315px;
    max-width: 100%;
    margin-bottom: 30px;
}
.page-prices {
	background: #1C1B1B;
}
.page-prices .page-prices__block {
	border: 1px solid #c8fd49;
	background: none;
	margin-top: 50px;
}
.page-prices .page-prices__category {
	color: #c8fd49;
}
.page-prices .page-prices__open.g--btn {
	width: auto;
	height: auto;
	background: none;
	border:  none;
}
.how-cost {
	margin-top: 180px;
	padding: 50px 0;
}
.how-cost  h3 {
	font-size: 36px;
	text-align: center;
}
.how-cost  p {
	padding: 30px 0;
}
.how-cost .bright-tiles__item:before {
	background-image: url('../img/check-cost.svg');
}
.page-prices__line:before {
	background-image: url('../img/check-square.svg');
}
.page-prices__price {
	color: #c8fd49;
}
.page-prices__term {
	color: #fff;
}
.work-list__open {
	box-shadow: none;
	border:  none;
	color: #fff;
}
.work-list__open:hover, .work-list__open:active, .work-list__open:focus {
	color: #c8fd49;
}
.button-icon:hover, .button-icon:active {
	border-color: #c8fd49;
}
.button-icon:hover .button-icon__icon_landing, .button-icon:active .button-icon__icon_landing {
	background-position: -116.625em -111.4375em;
}
.prices__name, .prices__title-top {
	color: #c8fd49;
}
.ic--plus {
	background-image: url('../img/plus-update.svg');
	width: 36px;
	height: 36px;
}
.prices__descr, .prices__price {
	color: #c8fd49;
}
.prices__btn.g--btn {
	background-color: #c8fd49;
	border-color: #c8fd49;
	color: #1C1B1B;
}
button {
	text-transform: uppercase;
}
.page-prices__open.g--btn {
	color: #c8fd49;
}
.portfolio-smpl .portfolio-smpl__item .project-name {
	position: absolute;
    left: 0;
    top: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    background: rgb(0 0 0 / 64%);
	width: 95%;
}
.bright-tiles__item:before {
	background-image: url('../img/check-03.svg');
}
.items-tiles-update .bright-tiles__item {
	border-color:  #1C1B1B;
}
.rounded, .rounded-long {
	background: #1C1B1B;
}
.rounded-long h3.g--h2 {
	color: #c8fd49;
}
.rounded-long .rounded-long__descr {
	color: #fff;
}
.rounded-long .rounded-long__head  {
	color: #c8fd49;
}
.rounded-long .rounded-long__tile {
	background: #333333;
}
.services-block {
	background: #1C1B1B;
}
.services-block  .g--h2 {
	color: #c8fd49;
}
.services-block__item {
	border: 1px solid #c8fd49;
	background: none !important;
}
.services-block__item .services-block__link,
.services-module .services-block__item:hover .services-block__link {
	color: #c8fd49;
}
.services-popup {
	top: 67%;
	border: none;
}
.mobile-logo {
	display: none;
}
header .navigation__list a.navigation__link_2{
    color: #c8fd49;
}
.services .g--wrapper .services-list li a:hover span.second-animate {
	font-weight: bold;
}
.services .g--wrapper .services-list li {
	padding: 10px 0;
}
.services .g--wrapper .services-list li a {
	height: 22px;
	overflow: hidden;
	display: inline-block;
	padding: 0;
}
.services .g--wrapper .services-list li a  span {
	display: block;
}
/*MEDIA*/
@media(max-width: 992px) {
	.services .g--wrapper {
		flex-direction: column;
	}
	.form-request__item, .form-request__bottom input.wpcf7-submit {
		width: 100%;
	}
	.form-request__form .form-image {
		display: none
	}
}
@media(max-width: 864px) {
.mobile-logo {
		display: block
	}
	.desktop-logo {
		display: none !important;
	}
	}
@media(max-width: 863px) {
		.g--wrapper.navigation__inner {
			padding: 0
		}
		.navigation__list .navigation__link_1 {
			padding: 5px 0;
		}
		.navigation__list {
			background: #1C1B1B
		}
		.footer-bottom .bottom-widjet, .contacts-section {
		flex-direction: column;
		}
	
	}
@media(max-width: 560px) {
	.services .g--wrapper .services-content {
		flex-direction: column;
	}
	.services .g--wrapper .services-content .service-image {
		padding: 0 30px;
		text-align: center;
	}
	header .navigation__item_1 {
		padding: 5px 15px;
	}
	.navigation__list-wrapper.is-open .navigation__item_1 a.btn {
		padding: 10px 15px;
	}
}

.data-hover {
	display: block;
	position: relative;
	transition: .5s ease-in-out all;
	transform-origin: 50% 0;
	transform-style: preserve-3d;
	width: 100%;
	font-size: 18px;
}
.tablinks:hover .data-hover,
.tablinks.is-hover .data-hover {
	transform: translate3d(0px,0px,-30px) rotateX(90deg);
}
.data-hover:after {
    display: block;
    content: attr(data-title);
    /* position: absolute; */
    left: 0;
    top: 0;
    transition: .5s ease-in-out all;
    transform-origin: 50% 0;
    transform: translate3d(0px,105%,0px) rotateX(-90deg);
    font-weight: 600;
    width: 100%;
}

.services .g--wrapper .services-content .service-image {
	padding: 0 40px;
	max-width: 35%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	transition: all .6s ease;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.tabcontent {
	display: block;
	-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.tabcontent .service-image {
	transition: all .4s ease;
	-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.tabcontent.is-hover .services-content .service-image,
.tabcontent.active .services-content .service-image {
	opacity: 1;
	visibility: visible;
	z-index: 10;

	-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.tabcontent.is-hover .services-content .service-image {
	z-index: 11;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.services-content .service-desc {
	max-width: 66.5%;
	margin-left: auto;
}
.tabcontent .services-content .service-desc,
.tabcontent .services-content .service-desc {
	display: none;
}

.tabcontent.active .services-content .service-desc {
	display: block;
}
.view-content {
	position: relative;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
@media (max-width: 767px) {
	.top-header {
		min-height: 100%;
	}
	.fancybox-container .service-image {
		display: none;
	}
	.fancybox-container .service-desc {
		margin: 0;
		max-width: 100%;
		color: #fff;
	}
	.fancybox-container .service-desc p,
	.fancybox-container .service-desc ul li {
		color: #fff;
		-webkit-font-smoothing: auto;
	}
	.g--h2,
	.contacts .g--h2 {
		font-size: 26px;
	}
	.g--h3 {
		font-size: 24px;
	}
	.profits {
		padding: 80px 0;
	}
	.web-development-module {
		padding: 80px 0;
	}
	.sertificate-module {
		padding: 80px 0 90px 0;
	}
	.method__icon {
		height: 160px;
	}
	.method__item:before {
		height: 174px;
	}
	.profits__list {
		justify-content: space-between;
	}
	.profits__item {
		width: 48%;
		height: 225px;
	}
	.profits__item img {
		height: 75px;
	}
	.bright-tiles__title, .profits__descr, .page-prices__name, .page-prices__price, .page-prices__term {
		font-size: 14px;
	}
	.contacts__box {
		padding: 20px;
	}
	.contacts__phone, .contacts__email, .contacts__telegram {
		font-size: 14px;
	}
	.works {
		padding-top: 0;
	}
}

/* Update home */
.navigation__link_1 {
	font-size: 16px;
	font-weight: 400;
}
header .navigation__list a {
	padding-bottom: 12px;
	padding-top: 12px;
}
#slider-slick .top-header__title {
	font-size: 60px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding-top: 150px;
	margin-bottom: 17px;
}
#slider-slick .top-header__subtitle__em {
	font-size: 22px;
	font-weight: 400;
}
.top-header .top-header__buttons {
	padding-top: 200px;
}
.top-header__inner {
	padding-bottom: 50px;
}
.top-header .button-icon {
	font-size: 22px;
	font-weight: 400;
}
.top-header .button-icon {
	height: auto;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 2px solid #c8fd49;
	border-bottom-color: transparent;
}
.top-header .button-icon:hover {
    border-bottom-color: #c8fd49;
}
.services .services-list {
	padding-top: 100px;
	padding-bottom: 80px;
	padding-right: 20px;
}
.services .services-list h2 {
	font-size: 60px;
	font-weight: 700;
	color: #1C1B1B;
	margin-bottom: 50px;
	margin-top: 0;
}
.services .g--wrapper .services-list li a span {
	color: #1C1B1B;
	font-weight: 500;
	font-size: 22px;
}
.services .g--wrapper .services-list li a.active span {
	font-weight: 700;
}
.services .g--wrapper .services-list li a .data-hover:after {
	font-weight: 700;
	color: #1C1B1B;
}
.services .g--wrapper .services-list li a.active {
	padding-left: 25px;
	position: relative;
}
.services .g--wrapper .services-list li a.active:before {
	content: '';
	display: block;
	height: 1px;
	width: 18px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
}
.services .g--wrapper .services-list .btn {
	padding: 15px;
	width: 230px;
	max-width: 100%;
}
.services .g--wrapper .services-list ul {
	padding-bottom: 50px;
}
.service-desc {
	padding-top: 105px;
	padding-bottom: 50px;
}
.service-desc p {
	font-weight: 400;
	color: #1C1B1B;
	margin-top: 0;
	margin-bottom: 15px;
}
.service-desc p  b {
	font-weight: 600;
	color: #1C1B1B;
}
.services .g--wrapper .services-content .service-desc ul {
	margin-bottom: 15px;
}
.services .g--wrapper .services-content .service-desc ul li {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400;
	color: #1C1B1B;
	padding-left: 30px;
	position: relative;
}
.services .g--wrapper .services-content .service-desc ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 20px;
	margin: 0;
	height: 2px;
	width: 2px;
	background: #1C1B1B;
	border-radius: 50%;
}
.service-desc .btn {
	margin-top: 20px;
	margin-right: 12px;
	width: 190px;
	max-width: 100%;
	padding: 15px 10px;
}
.services .g--wrapper .services-content .service-image {
	padding: 0;
	max-width: 42%;
}
.services .g--wrapper .services-content .service-image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-content .service-desc {
	max-width: 56%;
}
.portfolio {
	padding-top: 80px;
	padding-bottom: 80px;
}
.g--h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 80px;
}
.portfolio__item .portfolio__item-inner {
	border-radius: 5px;
	overflow: hidden;
}
.portfolio__item {
	padding-right: 15px;
	padding-bottom: 15px;
}
.portfolio__item:nth-child(5), .portfolio__item:nth-child(6) {
	padding-right: 0;
}
.portfolio__item-inner .project-name {
	font-size: 22px;
	font-weight: 500;
	padding: 10px 15px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.portfolio__item:hover .portfolio__glass {
	background: #161616;
	z-index: 9;
}
.portfolio__header {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 45px;
}
.portfolio__link {
	text-decoration: none !important;
    outline: none;
    display: inline-block;
    font-size: 14px;
    padding: 15px 15px;
   	line-height: 1.2;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #c8fd49;
    transition: all .3s ease;
    height: auto;
    width: 230px;
    max-width: 100%;
    font-weight: 500;
    color: #fff;

}
.portfolio__item-inner .portfolio__link {
	color: #fff;
}
.portfolio__link:hover {
	background-color: #c8fd49;
	color: #1C1B1B;
	transition: all .3s ease;
}
.portfolio__container {
	margin-bottom: 65px;
}
.portfolio .btn {
	color: #fff;
	width: 230px;
	font-weight: 500;
}
.portfolio__item:hover .portfolio__link {
	display: block;
}
.gray-line.advantages-modul {
	padding-top: 94px;
	padding-bottom: 64px;
	position: relative;
}
.gray-line.advantages-modul .g--h3_long {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}
.gray-line.advantages-modul .gray-line__item span {
	font-weight: 400;
	color: #1C1B1B;
}
.advantages-modul .gray-line__item img {
	width: 37px;
}
.advantages-modul .gray-line__item {
	margin-bottom: 30px;
}
.advantages-modul  .gray-line__section_l {
	flex: 0 1 59%;
}
.advantages-modul  .gray-line__section_r {
	flex: 0 1 41%;
}
.advantages-modul .advantages-image {
	position: absolute;
	right: 0;
	top: -90px;
	width: 100%;
	height: 120%;
	overflow: hidden;
}
.advantages-modul .gray-line__img {
	position: absolute;
	left: 45%;
}
.advantages-modul .gray-line__item {
	max-width: 530px;
}
.advantages-modul .gray-line__item:first-child {
	max-width: 100%;
}
.profits__item img {
	margin-top: 0;
	margin-bottom: 20px;
}
.profits__descr {
	font-size: 16px;
	font-weight: 300;
	max-width: 300px;
}
.profits .btn {
	width: 230px;
	max-width: 100%;
	font-weight: 500;
	color: #fff;
}
.form-request .wpcf7-form {
	border-radius: 5px;
}
.form-request .wpcf7-form h2 {
	margin: 0;
	font-size: 45px;
	font-weight: 700;
	color: #1C1B1B;
	max-width: 760px;
	padding-left: 60px;
	padding-top: 60px;
	margin-bottom: 25px;
}
.form-request__field {
	padding: 0 60px 80px 60px;
}
.form-request__item, .form-request__bottom input.wpcf7-submit {
	width: 100%;
	max-width: 674px;
}
.form-request__input, .file-send__input, .form-request__txt {
	border-bottom: 1px solid #1C1B1B;
}
.form-request__txt {
	border: 1px solid #1C1B1B;
	border-radius: 3px;
}
.form-request__input, .file-send__input, .form-request__txt {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
}
.form-request__txt {
	padding-left: 10px;
	padding-right: 10px;
}
.form-request__item {
	margin-bottom: 30px;
}
.form-request__bottom .g--btn_dark {
	background: #1C1B1B;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
}
.form-request__form .form-image img {
	display: block;
}
.form-request__form .g--conf {
	font-weight: 400;
	color: #333333;
	padding-left: 35px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}
.form-request__form .g--conf:before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	display: block;
	width: 27px;
	height: 25px;
	background-image: url('../img/form-check.svg');
}
.web-development-module {
	padding-top: 70px;
	padding-bottom: 80px;
}
.web-development-module .gray-line__section_r {
	padding-top: 112px;
}
.gray-line.web-development-module h2 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}
.gray-line.web-development-module .gray-line__item {
	margin-bottom: 35px;
}
.web-development-module .gray-line__item img {
	max-width: 47px;
}
.gray-line.web-development-module .gray-line__item span, .gray-line.web-development-module .gray-line__item div {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.rounded__item {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #fff;
}
.rounded__item:nth-child(2n) {
	background: #1C1B1B;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.rounded__item:nth-child(2n)  .rounded__head, .rounded__item:nth-child(2n)  .rounded__descr {
	color: #fff;
}
.rounded__item  .rounded__head {
	font-size: 20px;
	font-weight: 500;
}
.rounded__item  .rounded__descr  {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.method {
	padding-top: 80px;
	padding-bottom: 46px;
	background: #fff;
}
.method__item {
	margin-bottom: 70px;
}
.method__head {
	color: #333333;
}
.method__descr {
	font-weight: 400;
	color: #333333;
}
.method__item:before {
	color: #999999;
}
.sertificate-module .gray-colums__item img {
	max-width: 63px;
	margin-bottom: 30px;
}
.gray-colums__head {
	font-weight: 500;
	margin-bottom: 20px;
}
.gray-colums__descr {
	font-weight: 400;
	color: #fff;
}
.works {
	padding-bottom: 80px;
}
.works .works__item {
	border-radius: 5px;
	border: 1px solid #fff;
}
.works__head {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
}
.works__descr {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.works .works__item:nth-child(2n) {
	background: #1C1B1B;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.works .works__item:nth-child(2n) .works__head {
	color: #fff;
}
.works .works__item:nth-child(2n) .works__descr {
	color: #fff;
}
.contacts .g--h2 {
	font-size: 60px;
	margin-bottom: 80px;
}
.contacts__address {
	font-weight: 500;
	width: 100%;
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
}
.contacts-section .contacts__box {
	padding: 0;
}
.contacts-section .contacts__box .contacts__phones, .contacts-section .contacts__box .contacts__emails {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}
.contacts-section .contacts__box .contacts__phone, .contacts-section .contacts__box .contacts__email {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	padding-right: 15px;
	-webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
}
.contacts-section .contacts__box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer_top {
	padding-top: 50px;
	padding-bottom: 80px;
}
.footer_top .btn {
	margin-right: 80px;
}
.footer_top .footer__wrapper_top .btn:last-child {
	margin-right: 0;
}
.footer_top .btn {
	width: 415px;
}
.footer-bottom .bottom-widjet .bottom-contact h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-bottom .bottom-widjet .bottom-contact p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}
.footer-bottom .bottom-widjet .bottom-contact .contact-us {
	font-size: 22px;
	font-weight: 400;
}
div.wpcf7-response-output {
	padding-bottom: 30px;
	margin: 0;
}
header .navigation__list a.btn {
	width: 190px;
	max-width: 100%;
}
.top-header__title, .page-header__title {
	font-size: 60px;
	font-weight: 700;
}
/* Media */
@media (max-width: 1199px) {
	.top-header {
    background-image: url(../img/slide-bg.jpg);
    background-position: center center;
    background-size: cover;
}
	.advantages-modul .gray-line__img {
		max-width: 50%;
		left: 55%;
	}
	.form-request__form .form-image {
		width: 20%;
	}
	.form-request__form .form-image {
    	width: 37%;
	}
	.works__item {
		width: 360px;
	}
	.fancybox-container .service-image {
		display: none;
	}
	.fancybox-container .service-desc p,  .fancybox-container .service-desc ul li, .fancybox-container .service-desc p b {
		color: #fff;
	}
	.fancybox-container .service-desc ul li {
		padding: 10px 0;
		padding-left: 30px;
		position: relative;
	}
	.fancybox-container .service-desc ul li:before {
		content: '';
		display: block;
		position: absolute;
		left: 15px;
		top: 20px;
		margin: 0;
		height: 2px;
		width: 2px;
		background: #fff;
		border-radius: 50%;
	}
	.fancybox-container  .services-content .service-desc {
		max-width: 100%;
		padding: 0;
	}
}
@media (max-width: 1140px) {
	.form-request__form .form-image {
    	width: 20%;
	}
}
@media (max-width: 992px) {
	.advantages-modul .advantages-image {
		position: relative;
		top: 0;
	}
	.advantages-modul .gray-line__img {
		position: relative;
		max-width: 100%;
		left: 0;
	}
	.services .g--wrapper .services-content .service-image {
		max-width: 32%;
	}
	.services-content .service-desc {
		max-width: 66%;
	}
	.services .g--wrapper .services-list ul {
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.services.mobile-services .g--wrapper .services-list li a {
	font-weight: 500;
	font-size: 20px;
}
.portfolio .portfolio__list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.portfolio .portfolio__list .portfolio__item {
		flex: 0 1 50%;
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	#slider-slick .top-header__title {
		font-size: 26px;
		padding-top: 70px;
	}
	#slider-slick .top-header__subtitle__em {
		font-size: 16px;
	}
	.top-header .top-header__buttons {
		padding-top: 70px;
	}
	.top-header__inner {
		padding-bottom: 30px;
	}
	.top-header .button-icon {
		font-size: 16px;
	}
	.services .services-list {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-right: 0;
	}
	.services .g--wrapper .services-list ul {
		padding: 0;
		padding-bottom: 30px;
	}
	.services .services-list h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.services-content .service-desc {
		max-width: 100%;
		padding-top: 0;
	}
	.services .g--wrapper .services-list li a {
		font-weight: 500;
	}
	.fancybox-container .service-desc p b {
		color: #fff;
	}
	.fancybox-container .service-desc ul li {
		padding: 10px 0;
		padding-left: 30px;
		position: relative;
		font-size: 14px;
	}
	.fancybox-container .service-desc ul li:before {
		content: '';
		display: block;
		position: absolute;
		left: 15px;
		top: 20px;
		margin: 0;
		height: 2px;
		width: 2px;
		background: #fff;
		border-radius: 50%;
	}
	.service-desc p {
		font-size: 16px;
	}
	.portfolio {
		padding: 60px 0;
	}
	.g--h2 {
		font-size: 26px;
		margin-bottom: 45px;
	}
	.portfolio__item-inner .project-name {
		font-size: 18px;
	}
	.portfolio__item {
		max-width: 398px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
	}
	.portfolio__container {
		margin-bottom: 45px;
	}
	.advantages-modul .gray-line__img {
		position: relative;
		left: 0;
		top: 0;
		max-width: 100%;
	}
	.advantages-modul .gray-line__item img {
		max-width: 32px;
	}
	.gray-line.advantages-modul {
		padding: 60px 0;
	}
	.gray-line.advantages-modul .g--h3_long {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.gray-line.advantages-modul .gray-line__section {
		margin-bottom: 0;
	}
	.profits {
		padding: 60px 0;
	}
	.form-request .wpcf7-form h2 {
		font-size: 26px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-request__field {
		padding: 0 15px 60px 15px;
	}
	.web-development-module .gray-line__section_r {
		padding-top: 0;
	}
	.gray-line.web-development-module h2 {
		font-size: 24px;
	}
	.web-development-module {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.web-development-module .gray-line__item img {
		max-width: 32px;
	}
	.rounded__item .rounded__head {
		font-size: 16px;
	}
	.rounded {
		padding-bottom: 60px;
	}
	.method {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.method__head {
		font-size: 18px;
	}
	.method__descr {
		font-size: 16px;
	}
	.sertificate-module .gray-colums__item img {
		max-width: 32px;
		margin-bottom: 20px;
	}
	.gray-colums__head {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.gray-colums__descr {
		font-size: 16px;
	}
	.sertificate-module {
		padding: 60px 0;
	}
	.works {
		padding-bottom: 60px;
	}
	.works__head {
		font-size: 20px;
	}
	.contacts .g--h2 {
		font-size: 26px;
		margin-bottom: 45px;
	}
	.contacts-section .contacts__box .contacts__phones, .contacts-section .contacts__box .contacts__emails {
		display: block;
		margin-bottom: 20px;
	}
	.contacts-section .contacts__box .contacts__phone, .contacts-section .contacts__box .contacts__email {
		display: block;
		margin-bottom: 10px;
	}
	.footer_top {
		padding-bottom: 30px;
	}
	.navigation__list-wrapper.is-open .navigation__item_1 a.btn {
		margin: 15px 0;
	}
	.footer-bottom .bottom-widjet .bottom-contact {
		padding: 10px 0;
	}
	.footer-bottom .bottom-widjet .bottom-contact p:last-child {
		margin-bottom: 0;
	}
	.footer-bottom {
		padding-bottom: 30px;
	}
	.top-header__title, .page-header__title {
		font-size: 30px;
	}
}

/*Update portfolio*/
.portfolio-smpl {
	overflow: hidden;
}
.portfolio-smpl__list {
	margin: 0 -7px;
	margin-bottom: 65px;
}
.portfolio-smpl__item {
	margin: 0;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 15px;
	-webkit-box-flex: 0;
        -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%
}
.portfolio-smpl__item-content {
		border-radius: 5px;
		position: relative;
		overflow: hidden;
}
.portfolio-smpl .portfolio-smpl__item .project-name {
	background: #20202078;
	color: #fff;
	font-size: 22px;
    font-weight: 500;
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: auto;
	max-width: 95%;
}
.portfolio-smpl__link {
	width: auto;
	height: auto;
}
.portfolio-smpl  .btn {
	width: 230px;
}

/*Media*/
@media (max-width: 991px)  {
	.portfolio-smpl__item {
		-webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
	}
	.portfolio-smpl__item {
		max-width: 390px;
	}
}
@media (max-width: 767px) {
	.portfolio-smpl__list {
		display: block;
	}
	.portfolio-smpl__item {
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
	.portfolio-smpl .portfolio-smpl__item .project-name {
		font-size: 18px;
	}
	.portfolio-smpl__list {
		margin-bottom: 45px;
	}
}



