/*!
Theme Name: WEBTOP
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webtop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WEBTOP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

@font-face {
	font-family: 'DFMincho-SU';
	src: url(fonts/DFMincho-SU.ttf);
}

:root {
	--main-color: #2F7BED;
	--second-color: #19B5FE;
	--text-color: #727272;
	--heading-color: #2C2828;
}


body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Exo 2', sans-serif;
	color: var(--text-color);
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px;
}
p, ol, ul, blockquote {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ol:last-child, ul:last-child, blockquote:last-child {
	margin-bottom: 0;
}

.form-field {
	position: relative;
	margin-bottom: 15px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	width: 100%;
	outline: none;
	border-radius: 30px;
	border: 1px solid var(--text-color);
	background: #fff;
	padding: 8px 20px;
}
textarea {
	height: 120px;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 14px;
	text-align: center;
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}


blockquote {
	position: relative;
	padding-left: 80px;
	color: var(--heading-color);
}
blockquote:before {
  content: '“';
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 120px;
  line-height: .8;
}



.btn {
  font-weight: 600;
  color: var(--text-color);
  padding: 8px 15px;
  border-radius: 30px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn:hover {
  color: var(--main-color);
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}
.btn-primary,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-primary:hover {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color);
}
.btn-secondary,
.btn-check:focus + .btn-secondary, .btn-secondary:focus,
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle,
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: var(--second-color);
  border-color: var(--second-color);
}
.btn-secondary:hover {
  color: var(--second-color);
  background-color: #fff;
  border-color: var(--second-color);
}
.btn-outline-primary,
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle,
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .show > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}


.btn-outline-primary-transparent,
.btn-check:focus + .btn-outline-primary-transparent, .btn-outline-primary-transparent:focus,
.btn-check:checked + .btn-outline-primary-transparent, .btn-check:active + .btn-outline-primary-transparent, .btn-outline-primary-transparent:active, .btn-outline-primary-transparent.active, .show > .btn-outline-primary-transparent.dropdown-toggle,
.btn-check:checked + .btn-outline-primary-transparent:focus, .btn-check:active + .btn-outline-primary-transparent:focus, .btn-outline-primary-transparent:active:focus, .btn-outline-primary-transparent.active:focus, .show > .btn-outline-primary-transparent.dropdown-toggle:focus,
.btn-outline-primary-transparent:disabled, .btn-outline-primary-transparent.disabled {
  color: var(--main-color);
  background-color: transparent;
  border-color: var(--main-color);
}
.btn-outline-primary-transparent:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}





.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 30px;
}
.soc-links li:last-child {
	margin-bottom: 0;
}
.soc-links li a {
	width: 21px;
	height: 21px;
	position: relative;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .25s;
}
.soc-links li.soc-links__facebook a {
	background-image: url(images/facebook.svg);
}
.soc-links li.soc-links__instagram a {
	background-image: url(images/instagram.svg);
}
.soc-links li.soc-links__telegram a {
	background-image: url(images/telegram.svg);
}
.soc-links li.soc-links__viber a {
	background-image: url(images/viber.svg);
}
.soc-links li a:hover {
	opacity: .8;
}



.wrapper {
	position: relative;
}
.top-bar {
	position: relative;
	background: linear-gradient(90deg, #19CBF7 0%, #008AEE 0.01%, #25A1F2 53.79%, #19CCF8 83.48%);
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	z-index: 99;
}
.top-bar-inner {
	position: relative;
	display: flex;
	align-items: center;
}
.top-bar-address {
	flex: 0 0 400px;
	max-width: 400px;
	margin-bottom: 0;
}
.top-bar-soc {
	flex: 0 0 calc(100% - 800px);
	max-width: calc(100% - 800px);
	justify-content: center;
}
.top-bar-phone {
	flex: 0 0 330px;
	max-width: 330px;
	margin-bottom: 0;
	text-align: right;
}
.top-bar-phone a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 26px;
}
.top-bar-phone a:hover {
	opacity: .8;
}
.top-bar-phone a:before {
	content: '';
	background: url(images/call.svg) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}
.lang-menu {
	flex: 0 0 70px;
	max-width: 70px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
}
.lang-menu > li > a:after {
  content: '';
  background: url(images/arrow.svg) no-repeat center;
  background-size: contain;
  flex: 0 0 8px;
  max-width: 8px;
  height: 5px;
  margin-left: 2px;
  transition: .25s;
}
.lang-menu > li:hover > a:after {
	transform: rotate(180deg);
}
.lang-menu > li > a > img {
	max-width: 24px;
}
.lang-menu > li > ul {
  position: absolute;
  top: 100%;
  right: calc(50% - 20px);
  z-index: 9;
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 4px 6px;
  width: 40px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  transform: translateY(10px);
}
.lang-menu > li:hover > ul {
	transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}
.lang-menu > li > ul > li {
	margin-bottom: 5px;
	text-align: center;
}
.lang-menu > li > ul > li:last-child {
	margin-bottom: 0;
}
.lang-menu > li > ul > li > a > img {
	max-width: 24px;
}
.header {
	position: sticky;
	top: 0;
	z-index: 98;
	background: #fff;
}
.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo img {
	width: 100%;
	max-width: 140px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-menu > li {
	position: relative;
	margin-right: 50px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	font-weight: 600;
	text-transform: uppercase;
	height: 60px;
	display: flex;
	align-items: center;
	color: var(--heading-color);
}
.main-menu > li:hover > a {
	color: var(--main-color);
}
.main-menu > li.menu-item-has-children > a:after,
.main-menu > li > ul > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-image: url(images/arrow.svg);
  mask-image: url(images/arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: var(--heading-color);
  flex: 0 0 8px;
  max-width: 8px;
  height: 5px;
  margin-left: 4px;
  transition: .25s;
}
.main-menu > li.menu-item-has-children:hover > a:after,
.main-menu > li > ul > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
	background: var(--main-color);
}
.main-menu > li > ul {
  position: absolute;
  top: 100%;
  left: -12px;
  z-index: 9;
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 0;
  width: 220px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  transform: translateY(30px);
}
.main-menu > li:hover > ul {
	transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}
.main-menu > li > ul > li {
	position: relative;
}
.main-menu > li > ul > li > a {
	padding: 8px 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}
.main-menu > li > ul > li:last-child > a {
	border-bottom: none;
}
.main-menu > li > ul > li:hover > a {
	background: var(--main-color);
	color: #fff;
}
.main-menu > li > ul > li.menu-item-has-children > a:after {
	transform: rotate(270deg);
}
.main-menu > li > ul > li.menu-item-has-children:hover > a:after {
	transform: rotate(270deg);
	background-color: #fff;
}
.main-menu > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9;
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 0;
  width: 220px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  transform: translateX(30px);
}
.main-menu > li > ul > li:hover > ul {
	transform: translateX(0);
	pointer-events: all;
	opacity: 1;
}
.main-menu > li > ul > li > ul > li {
	position: relative;
}
.main-menu > li > ul > li > ul > li > a {
	padding: 8px 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}
.main-menu > li > ul > li > ul > li:last-child > a {
	border-bottom: none;
}
.main-menu > li > ul > li > ul > li:hover > a {
	background: var(--main-color);
	color: #fff;
}


.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 72px;
	max-width: 72px;
}
.header-toggle button {
	position: relative;
	background: #fff;
	flex: 0 0 42px;
	max-width: 42px;
	height: 42px;
	border-radius: 5px;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
}
.header-toggle button:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  transition: .25s;
}
.header-toggle button:hover:before {
	background-color: var(--second-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: #fff;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}




.letter-o:before,
.letter-b:before,
.letter-t:before,
.letter-c:before {
  display: block !important;
  font-family: 'DFMincho-SU';
  color: #E5E5E5;
  font-size: 250px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.letter-o:before {
  content: 'O' !important;
}
.letter-b:before {
  content: 'B' !important;
}
.letter-t:before {
  content: 'T' !important;
}
.letter-c:before {
  content: 'C' !important;
}






.page-wrapper {
	position: relative;
}

.main-block-section {
	margin-bottom: -90px;
}
.vc_main-block {
	position: relative;
	height: 630px;
	padding: 30px 0 120px;
}
.vc_main-block-info {
	position: relative;
}
.vc_main-block-title {
	color: var(--heading-color);
	font-size: 56px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.vc_main-block-content {
	color: var(--heading-color);
}
.vc_main-block-btn {
	position: relative;
	margin-top: 30px;
}
.vc_main-block-image {
	text-align: center;
}
.vc_main-block-image img {
	max-height: 500px;
}



.block-shadown {
	position: relative;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	padding: 60px 100px;
}
.vc_custom_heading {
	position: relative;
	z-index: 1;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--heading-color);
	margin-bottom: 20px;
}
h2.vc_custom_heading {
	font-size: 36px
}
h2.vc_custom_heading:after {
  content: '';
  background: url(images/title-circle.svg) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 46px;
  position: absolute;
  margin-top: -10px;
  margin-left: -25px;
  z-index: -1;
}


.home-services {
	margin: 0 auto 80px !important;
}



.vc_service-block {
	position: relative;
	border: 1px solid #727272;
	border-radius: 15px;
	padding: 20px 20px 25px;
	margin-bottom: 30px;
}
.vc_service-block-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-bottom: 15px;
}
.vc_service-block-image img {
	max-height: 50px;
}
.vc_service-block-title {
  text-align: center;
  margin-bottom: 10px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vc_service-block-content {
	position: relative;
	margin-bottom: 20px;
}
.vc_service-block-content ul {
	padding-left: 20px;
}
.vc_service-block-btn {
	position: relative;
	text-align: center;
}


.home-counter {
	position: relative;
	margin-bottom: 80px !important;
}

.vc_counter-block {
	position: relative;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	transition: .25s;
	padding: 60px 25px;
}
.wpb_column:nth-child(2n) > div > div > .vc_counter-block {
	background: #fff;
}
.vc_counter-block:hover {
	background: var(--main-color) !important;
	border-color: var(--main-color);
	color: #fff;
}
.vc_counter-block-number {
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--heading-color);
	transition: .25s;
}
.vc_counter-block:hover .vc_counter-block-number {
	color: #fff;
}
.vc_counter-block-number span {
	position: relative;
}
.vc_counter-block-number span:before {
  content: '+';
  position: absolute;
  top: -30px;
  font-size: 36px;
  color: var(--main-color);
 	right: -25px;
  transition: .25s;
}
.vc_counter-block:hover .vc_counter-block-number span:before {
	color: #fff;
}
.vc_counter-block-title {
	text-align: center;
	transition: .25s;
}
.vc_counter-block:hover .vc_counter-block-title {
	color: #fff;
}



.home-process {
	position: relative;
	margin: 0 auto 100px !important;
}
.home-process .vc_custom_heading {
	margin-top: 60px;
	max-width: 420px;
}



.vc_banner-block {
	position: relative;
	display: flex;
	align-items: center;
	padding: 60px 0;
}
.vc_banner-block-info {
	position: relative;
	flex: 0 0 calc(100% - 420px);
	max-width: calc(100% - 420px);
}
.vc_banner-block-title {
	font-size: 36px;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 15px;
}
.vc_banner-block-content {
	margin-bottom: 20px;
}
.vc_banner-block-image {
	flex: 0 0 420px;
	max-width: 420px;
	text-align: right;
}



.home-history {
	position: relative;
	padding: 80px 0;
}

.vc_step-blocks {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto 45px;
}
.vc_step-block {
	position: relative;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center;
}
.vc_step-block:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
  top: 45px;
}
.vc_step-block:nth-child(even) .vc_step-block-content {
   margin-top: 25px;
}
.vc_step-block-content h2 {
	margin-top: 0;
  font-size: 18px;
  color: var(--heading-color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.vc_step-block-content p {
  max-width: 240px;
  display: inline-block;
  margin-bottom: 23px;
}
.vc_step-block-image {
	position: relative;
  z-index: 3;
}
.vc_step-block-image img {
	max-height: 190px;
  max-width: 190px;
  border-radius: 50%;
}
.vc_step-block:first-child .vc_step-block-image:before {
	content: "";
  height: 14px;
  width: 122px;
  display: block;
  position: absolute;
  left: -75px;
  margin-top: -5px;
  margin-left: 0;
  top: 50%;
  background-image: url(images/stripe-1.png);
  background-repeat: no-repeat;
}
.vc_step-block-image:after {
  content: "";
  height: 14px;
  width: 162px;
  display: block;
  position: absolute;
  right: -106px;
  margin-left: 0;
  margin-top: -5px;
  top: 50%;
  background-image: url(images/stripe-2.png);
  background-repeat: no-repeat;
}
.vc_step-block:last-child .vc_step-block-image:after {
  content: "";
  height: 14px;
  width: 102px;
  display: block;
  position: absolute;
  right: -55px;
  margin-top: -5px;
  margin-left: 0;
  top: 50%;
  background-image: url(images/stripe-3.png);
  background-repeat: no-repeat;
}
.vc_step-block-year {
  color: var(--main-color);
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding-top: 50px;
}
.vc_step-block:nth-child(even) .vc_step-block-year {
  padding-top: 0;
  padding-bottom: 50px;
}
.vc_step-block-year:before {
  content: "";
  height: 30px;
  width: 2px;
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 11px;
  margin-left: 0;
  top: 0;
  background-image: url(images/stripe-vertical.png);
  background-repeat: no-repeat;
}
.vc_step-block:nth-child(even) .vc_step-block-year:before {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 11px;
}




.home-price {
	position: relative;
	padding-top: 150px;
	background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-price__wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 30px 30px 0px 0px;
  padding: 50px 90px !important;
}
.price-blocks__items:before,
.price-blocks__items:after {
	display: none !important;
}
.vc_price-block {
	position: relative;
	padding: 30px;
}
.vc_price-block:after {
  content: '';
  background: var(--text-color);
  position: absolute;
  width: 1px;
  height: 100%;
  right: -15px;
  top: 0;
  z-index: 1;
}
.price-blocks__items.vc_row > .wpb_column.vc_col-sm-3:nth-child(4n) .vc_price-block:after {
	display: none;
}
.vc_price-block-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-bottom: 15px;
}
.vc_price-block-image img {
	max-height: 50px;
}
.vc_price-block-title {
	text-align: center;
	color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
	margin-bottom: 20px;
}
.vc_price-block-content {
	text-align: center;
	margin-bottom: 20px;
}
.vc_price-block-price {
	text-align: center;
	color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}



.home-banner-2 {
	position: relative;
	padding: 60px 0;
	z-index: 1;
}
.main-gradient {
	background: radial-gradient(100% 100% at 50% 50%, #4183D7 0%, #008AEE 0.01%, #19B5FE 26.77%, #52B3D9 70.24%, #19CCF8 100%);
}
.white .vc_banner-block-2 {
	color: #fff;
}
.vc_banner-block-2 {
	position: relative;
}
.vc_banner-block-2-title {
	font-size: 36px;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 15px;
}
.white .vc_banner-block-2-title {
	color: #fff;
}
.vc_banner-block-2-content {
	margin-bottom: 20px;
	font-size: 18px;
}


.home-price-2 {
	position: relative;
	padding: 80px 0;
}
.vc_price-block2 {
	padding: 20px 15px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	overflow: hidden;
	transition: .25s;
}
.vc_price-block2:hover {
	background: var(--main-color);
}
.vc_price-block2-title {
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: var(--heading-color);
	transition: .25s;
}
.vc_price-block2:hover .vc_price-block2-title {
	color: #fff;
}
.vc_price-block2-title:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	background: var(--main-color);
	width: 40px;
	height: 2px;
	transition: .25s;
}
.vc_price-block2:hover .vc_price-block2-title:after {
	background: #fff;
}
.vc_price-block2-price {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: var(--heading-color);
	transition: .25s;
	margin-bottom: 20px;
}
.vc_price-block2:hover .vc_price-block2-price {
	color: #fff;
}
.vc_price-block2-price span {
	font-size: 36px;
	margin: 0 5px;
}
.vc_price-block2-content {
	position: relative;
	margin-bottom: 20px;
}
.vc_price-block2:hover .vc_price-block2-content {
	color: #fff;
}



.home-news {
	position: relative;
	padding: 80px 0;
}
.news__items {
	position: relative;
	margin-bottom: -30px;
}
.news__item {
	position: relative;
	margin-bottom: 30px;
}
.news__item-inner {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 15px;
}
.news__item-date {
	font-size: 14px;
	width: max-content;
	text-align: center;
	max-width: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1;
}
.news__item-date span {
	font-size: 18px;
	display: block;
}
.news__item-image {
	position: relative;
	height: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.news__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news__item-cat {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.news__item-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 15px;
	min-height: 44px;
}
.news__item-title a {
	color: var(--heading-color);
}



.vc_image-blocks {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.vc_image-blocks-item {
	flex: 0 0 20%;
	max-width: 20%;
	height: 400px;
	position: relative;
	z-index: 1;
}
.vc_image-blocks-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.vc_image-blocks-item-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	padding: 20px;
	opacity: 0;
	transition: .25s;
}
.vc_image-blocks-item:hover .vc_image-blocks-item-info {
	opacity: 1;
}
.vc_image-blocks-item-info:before {
	content: '';
	background: rgba(47, 123, 237, 0.81);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.vc_image-blocks-item-info h4 {
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}



.home-reviews {
	position: relative;
	padding: 80px 0;
	z-index: 1;
}

.reviews__items {
	position: relative;
	margin-bottom: -30px;
}
.reviews__item {
	position: relative;
	margin-bottom: 30px;
	padding-top: 50px;
}
.reviews__item-inner {
	position: relative;
	border: 1px solid var(--text-color);
	border-radius: 15px;
	padding: 0 20px 20px;
	text-align: center;
	height: 100%;
}
.reviews__item-image {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: -50px auto 15px;
}
.reviews__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.reviews__item-title {
	font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.reviews__item-company {
	color: var(--heading-color);
  margin-bottom: 10px;
}
.reviews__item-content {
	position: relative;
}



.home-contacts {
	position: relative;
	padding: 80px 0 120px;
}

.vc_contacts-field {
	position: relative;
	display: flex;
	min-height: 48px;
	margin-bottom: 5px;
}
.white .vc_contacts-field {
	color: #fff;
}
.vc_contacts-field-image {
	flex: 0 0 24px;
	max-width: 24px;
}
.vc_contacts-field-content {
	flex: 0 0 calc(100% - 24px);
	max-width: calc(100% - 24px);
	padding-left: 10px;
}
.vc_contacts-field a:hover {
	opacity: .8;
}
.white .vc_contacts-field a {
	color: #fff;
}
.soc-contacts.soc-links li {
	background: #5FBCED;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 15px;
}


.home-feedback {
  position: relative;
  padding: 40px 0;
  margin-top: -100px;
  background: #fff;
  margin-bottom: 80px;
}





.footer {
	position: relative;
	background: var(--heading-color);
	color: #fff;
	padding: 30px 0;
}
.footer-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px !important;
	padding-bottom: 30px;
	list-style: none;
	border-bottom: 1px solid var(--text-color);
}
.footer-menu > li > a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-menu > li > a:hover {
	color: var(--main-color);
}
.footer-menu > li > ul {
	display: none !important;
}

.footer-logo {
	margin-bottom: 30px;
}
.footer-logo img {
	width: 100%;
	max-width: 200px;
}
.footer-widget-offices ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-widget-offices ul li {
	flex: 0 0 calc(50% - 2px);
	max-width: calc(50% - 2px);
}
.footer-widget-offices ul li a {
	color: #fff;
}
.footer-widget-offices ul li a:hover {
	color: var(--main-color);
}
.footer-widget-title {
	text-transform: uppercase;
	font-weight: 500;
}
.footer-widget p {
	margin-bottom: 8px;
}
.footer-widget a {
	color: #fff;
}
.footer-widget a:hover {
	color: var(--main-color);
}
.footer-soc {
	margin-top: 15px;
}

.footer-bottom {
	position: relative;
	background: #181818;
	padding: 8px 0;
	color: #fff;
	text-align: center;
}




.page-header {
	position: relative;
	z-index: 2;
	padding: 40px 0;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-header-bg:after {
	content: '';
	background: #fff;
	opacity: .2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.page-title {
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--heading-color);
}
.aioseo-breadcrumbs {
	margin-bottom: 15px;
}
.aioseo-breadcrumbs a:hover {
	color: var(--main-color);
}
.page-header-content {
	max-width: 640px;
	margin-bottom: 20px;
}
.page-header-content:last-child {
	margin-bottom: 0;
}
.page-content {
	position: relative;
	padding: 40px 0 80px;
}




.vc_service-block2 {
	position: relative;
	border: 1px solid #727272;
	border-radius: 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.vc_service-block2-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 185px;
	margin-bottom: 15px;
	overflow: hidden;
}
.vc_service-block2-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.vc_service-block2:hover .vc_service-block2-image img {
	transform: scale(1.05);
}
.vc_service-block2-subtitle {
	position: relative;
	padding: 0 20px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500
}
.vc_service-block2-title {
  margin-bottom: 10px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  min-height: 44px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.vc_service-block2-content {
	position: relative;
	padding: 0 20px;
	font-size: 14px;
	margin-bottom: 20px;
}
.vc_service-block2-content ul {
	padding-left: 20px;
}
.vc_service-block2-btn {
	position: relative;
	text-align: center;
	padding: 0 20px 25px;
}





.vc_step-blocks2 {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 20px;
}
.vc_step-block2 {
	position: relative;
  margin-bottom: 0;
  padding: 0 25px;
  text-align: center;
}
.vc_step-block2:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
  top: -20px;
}
.vc_step-block2:nth-child(even) .vc_step-block2-content {
  margin-top: 15px;
}
.vc_step-block2-content h4 {
	margin-top: 0;
  font-size: 18px;
  color: var(--heading-color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.vc_step-block2:nth-child(even) .vc_step-block2-content h4 {
	margin-bottom: 0;
}
.vc_step-block2-image {
	position: relative;
  z-index: 3;
}
.vc_step-block2-image img {
	max-height: 74px;
  max-width: 74px;
  border-radius: 50%;
}
.vc_step-block2:first-child .vc_step-block2-image:before {
	content: "";
  height: 14px;
  width: 122px;
  display: block;
  position: absolute;
  left: -75px;
  margin-top: -5px;
  margin-left: 0;
  top: 50%;
  background-image: url(images/stripe-1.png);
  background-repeat: no-repeat;
}
.vc_step-block2-image:after {
  content: "";
  height: 14px;
  width: 162px;
  display: block;
  position: absolute;
  right: -106px;
  margin-left: 0;
  margin-top: -5px;
  top: 50%;
  background-image: url(images/stripe-2.png);
  background-repeat: no-repeat;
}
.vc_step-block2:last-child .vc_step-block2-image:after {
  content: "";
  height: 14px;
  width: 102px;
  display: block;
  position: absolute;
  right: -55px;
  margin-top: -5px;
  margin-left: 0;
  top: 50%;
  background-image: url(images/stripe-3.png);
  background-repeat: no-repeat;
}
.vc_step-block2-count {
  color: var(--heading-color);
  font-size: 21px;
  font-weight: 600;
  position: relative;
  padding-top: 25px;
}
.vc_step-block2:nth-child(even) .vc_step-block2-count {
  padding-top: 0;
  padding-bottom: 25px;
}
.vc_step-block2-count:before {
  content: "";
  height: 15px;
  width: 1px;
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 9px;
  margin-left: 0;
  top: 0;
  background-image: url(images/stripe-vertical.png);
  background-repeat: no-repeat;
}
.vc_step-block2:nth-child(even) .vc_step-block2-count:before {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 11px;
}





.blog-items {
	position: relative;
}
.blog-item {
	position: relative;
	margin-bottom: 35px;
	padding: 20px;
	background: #fff;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	z-index: 1;
}
.blog-item:last-child {
	margin-bottom: 0;
}
.blog-item-image {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-item-image img {
	transition: .25s;
}
.blog-item:hover .blog-item-image img {
	transform: scale(1.05);
}
.blog-item-tags {
	position: relative;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
}
.blog-item-tags a {
	position: relative;
	border: 1px solid #727272;
	color: var(--heading-color);
	font-size: 14px;
	display: inline-block;
	border-radius: 30px;
	padding: 5px 15px;
	margin: 0 10px 10px 0;
	transition: .25s;
}
.blog-item-tags a:last-child {
	margin-right: 0;
}
.blog-item-tags a:hover {
	background: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}
.blog-item-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
.blog-item-title a {
	color: var(--heading-color);
}
.blog-item-title a:hover {
	color: var(--main-color);
}
.blog-item-content {
	position: relative;
	margin-bottom: 15px;
}



.searchform {
	position: relative;
	display: flex;
	background: #ECEEF7;
	border-radius: 30px;
	height: 60px;
	padding: 0 20px;
}
.searchform input {
  flex: 0 0 calc(100% - 28px);
  max-width: calc(100% - 28px);
  padding: 0 10px;
  background: none;
  border: none;
}
.searchform button {
	flex: 0 0 28px;
	max-width: 28px;
	height: 100%;
	-webkit-mask-image: url(images/search.svg);
  mask-image: url(images/search.svg);
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: var(--heading-color);
  transition: .25s;
}
.searchform button:hover {
	background-color: var(--main-color);
}



.widget-area .widget {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #727272;
	border-radius: 15px;
	padding: 25px 15px;
	z-index: 1;
}
.widget-area .widget.widget_search {
	border: none;
	border-radius: 0;
	padding: 0;
}
.widget-area .widget-title {
	position: relative;
	font-size: 21px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 15px;
}
.widget-area .widget-title:before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
	z-index: 2;
	background: var(--main-color);
}



.widget-recent-post {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-recent-post li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #C4C4C4;
	overflow: hidden;
}
.widget-recent-post li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.widget-recent-post-image {
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 10px 0 0;
}
.widget-recent-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.widget-recent-post li:hover .widget-recent-post-image img {
	transform: scale(1.05);
}
.widget-recent-post li h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.widget-recent-post li h3 a {
	color: var(--heading-color);
}
.widget-recent-post li h3 a:hover {
	color: var(--main-color);
}
.widget-recent-post li p {
	font-size: 14px;
}



.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_categories ul li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c4c4;
}
.widget_categories ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.widget_categories ul li a {
	color: var(--heading-color);
	text-transform: uppercase;
}
.widget_categories ul li a:hover {
	color: var(--main-color);
}



.nav-links {
	position: relative;
	margin-top: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  padding: 5px 10px;
  color: var(--heading-color);
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers:hover {
	color: var(--main-color);
}
.nav-links .page-numbers.current {
	color: var(--main-color);
	font-weight: bold;
}


.post-single-wrap {
	position: relative;
}
.post-single-wrap img {
	border-radius: 15px;
}
.post-single-image {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.post-single-image img {
	max-height: 800px;
}






.vc_accordion-blocks {
	position: relative;
}
.vc_accordion-blocks-item {
	position: relative;
	border: 2px solid transparent;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	transition: .25s;
}
.vc_accordion-blocks-item:last-child {
	margin-bottom: 0;
}
.vc_accordion-blocks-item-head {
	position: relative;
	padding: 20px 25px 20px 55px;
	font-size: 18px;
	color: var(--heading-color);
	border: 2px solid var(--main-color);
	border-radius: 30px;
	cursor: pointer;
	transition: .25s;
}
.vc_accordion-blocks-item.active .vc_accordion-blocks-item-head,
.vc_accordion-blocks-item:hover .vc_accordion-blocks-item-head {
	background: var(--main-color);
	color: #fff;
}
.vc_accordion-blocks-item-head:before {
	content: '';
  -webkit-mask-image: url(images/arrow.svg);
  mask-image: url(images/arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: var(--main-color);
  width: 16px;
  height: 10px;
  position: absolute;
  top: 28px;
  left: 25px;
  transition: .25s;
}
.vc_accordion-blocks-item.active .vc_accordion-blocks-item-head:before {
	transform: rotate(180deg);
	background-color: #fff;
}
.vc_accordion-blocks-item:hover .vc_accordion-blocks-item-head:before {
	background-color: #fff;
}
.vc_accordion-blocks-item-content {
	display: none;
	border-radius: 30px;
  padding: 20px 25px 20px 55px;
  background: #f6f6f6;
}
.vc_accordion-blocks-item.active .vc_accordion-blocks-item-content {
	display: block;
}



.vc_tab-blocks {
	position: relative;
}
.vc_tab-blocks-nav {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.vc_tab-blocks-nav li a {
	position: relative;
  display: block;
  padding: 10px 25px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  border: 2px solid transparent;
  font-size: 18px;
}
.vc_tab-blocks-nav li.active a {
  color: var(--main-color);
  border: 2px solid #e5e5e5;
  border-bottom-color: #fff;
}
.vc_tab-blocks-nav li.active a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 2;
}
.vc_tab-blocks-items {
	position: relative;
}
.vc_tab-blocks-item {
	display: none;
	border: 2px solid #E5E5E5;
	padding: 20px 25px;
	border-radius: 20px;
}
.vc_tab-blocks-item.active {
	display: block;
}
.vc_tab-blocks-item.active:nth-child(1) {
	border-top-left-radius: 0;
}



.vc_diagramLine-blocks {
	position: relative;
}
.vc_diagramLine-blocks-item {
	position: relative;
	margin-bottom: 35px;
}
.vc_diagramLine-blocks-item:last-child {
	margin-bottom: 0;
}
.vc_diagramLine-blocks-item label {
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-color);
	width: 100%;
	margin-bottom: 0;
}
.vc_diagramLine-blocks-item-inner {
	position: relative;
	margin-top: 18px;
}
.vc_diagramLine-blocks-item-inner:after {
	content: '';
	background: #C4C4C4;
	width: 100%;
	height: 10px;
	border-radius: 10px;
	display: block;
}
.vc_diagramLine-blocks-item-inner p {
  position: absolute;
  top: -25px;
  margin-left: -10px;
  font-size: 18px;
	font-weight: 500;
	color: var(--main-color);
}
.vc_diagramLine-blocks-item-inner span {
	background: var(--main-color);
	border-radius: 10px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}



.wpb_pie_chart_heading {
	font-size: 21px;
  font-weight: 500;
  color: var(--heading-color);
  margin-top: 10px;
}





.error-404-number {
	font-size: 220px;
	color: var(--main-color);
	line-height: 1;
	font-weight: bold;
	text-align: center;
}





.portfolioCat-items {
	position: relative;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.portfolioCat-items li {
	margin: 0 20px 20px 0;
}
.portfolioCat-items li:last-child {
	margin-right: 0;
}
.portfolioCat-items li.active a {
	color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}


.portfolio-item {
	position: relative;
	background: #ffffff;
	z-index: 1;
}
.portfolio-item:nth-child(2n) {
	background: #F2F2F2;
}
.portfolio-item__color {
	position: absolute;
	width: calc((100% - 1296px) / 2 + 1296px * .32 );
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.portfolio-item:nth-child(4n+1) .portfolio-item__color {
	background: #4183D7;
}
.portfolio-item:nth-child(4n+2) .portfolio-item__color {
	background: #52B3D9;
}
.portfolio-item:nth-child(4n+3) .portfolio-item__color {
	background: #229ED9;
}
.portfolio-item:nth-child(4n+4) .portfolio-item__color {
	background: #2F7BED;
}
.portfolio-item__image {
	margin-top: 40px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}
.portfolio-item__image img {
	transition: 1s;
}
.portfolio-item__image:hover img {
	transform: scale(1.1);
}
.portfolio-item__title {
	font-weight: 400;
	font-size: 36px;
	color: var(--heading-color);
	margin-bottom: 36px;
}
.portfolio-item__title a {
	color: var(--heading-color);
}
.portfolio-item__title a:hover {
	color: var(--main-color);
}
.portfolio-item__excerpt {
	font-size: 14px;
	margin-bottom: 36px;
}


.postSinglePortfolio-wrap {
	z-index: 2;
}

.postSinglePortfolio-items {
	position: relative;;
}
.postSinglePortfolio-item {
	position: relative;
	margin-top: 56px;
}
.postSinglePortfolio-item__heading {
	font-size: 36px;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 24px;
}


.postSinglePortfolio-colors {
	margin: 0 0 -35px !important;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.postSinglePortfolio-colors li {
	margin: 0 35px 35px 0;
}
.postSinglePortfolio-colors li:last-child {
	margin-right: 0;
}
.postSinglePortfolio-colors li span {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 20px;
	margin-bottom: 10px;
}
.postSinglePortfolio-colors li p {
	text-align: center;
}
.postSinglePortfolio-colors li strong {
	color: var(--heading-color);
	font-weight: 700;
}


.owl-postSinglePortfolioGallery {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	overflow: hidden;
}
.postSinglePortfolio-gallery__nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.postSinglePortfolio-gallery__nav button {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-image: url(images/arrow-forward.svg);
  mask-image: url(images/arrow-forward.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: var(--heading-color);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.postSinglePortfolio-gallery__nav button:hover {
	background: var(--main-color);
}
.postSinglePortfolio-gallery__nav button.postSinglePortfolio-gallery__prev {
	transform: scale(-1,1);
}
.postSinglePortfolio-gallery__counter {
	margin: 0 15px;
	min-width: 32px;
	text-align: center;
	color: var(--heading-color);
}



.postSinglePortfolio-otherSection {
	background: #F2F2F2;;
}



@media (max-width: 1399px) {
	.vc_main-block-title {
		font-size: 48px;
	}
	.vc_step-block-year {
		font-size: 32px;
	}
	.vc_price-block {
		padding: 30px 10px;
	}
	.vc_image-blocks-item {
		height: 300px;
	}
	.block-shadown {
		padding: 60px;
	}

	.portfolio-item__color {
    width: calc((100% - 1116px) / 2 + 1116px * .32 );
  }
  .postSinglePortfolio-colors li span {
  	width: 100px;
  	height: 100px;
  }
}


@media (max-width: 1199px) {
	h1,
	h2.vc_custom_heading,
	.vc_banner-block-title,
	.vc_banner-block-2-title,
	.vc_counter-block-number,
	.vc_price-block2-title,
	.vc_price-block2-price span,
	.portfolio-item__title,
	.postSinglePortfolio-item__heading {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4,
	.blog-item-title {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.main-menu > li {
		margin-right: 35px;
	}
	.soc-links li {
    margin-right: 20px;
	}
	.vc_main-block-title {
    font-size: 36px;
	}
	.vc_main-block {
		height: 520px;
	}
	.vc_banner-block-title br,
	.vc_banner-block-2-title br {
		display: none;
	}
	.vc_pie_chart .vc_pie_chart_value {
		font-size: 28px !important
	}
	.error-404-number {
    font-size: 180px;
  }

	.home-price__wrap {
		padding: 50px !important;
	}

	.vc_main-block-image img {
		max-height: 400px;
	}


	.page-title {
		font-size: 36px;
	}
	.portfolioCat-items {
		margin-top: 30px;
	}
	.portfolioCat-items li {
    margin: 0 10px 10px 0;
	}
	.portfolio-item__color {
    width: calc((100% - 936px) / 2 + 936px * .32 );
	}
	.portfolio-item__title,
	.portfolio-item__excerpt,
	.postSinglePortfolio-item__heading {
		margin-bottom: 20px;
	}
	.postSinglePortfolio-item {
		margin-top: 40px;
	}
}



@media (max-width: 991px) {
	.header {
		padding: 10px 0;
		background: linear-gradient(90deg, #19CBF7 0%, #008AEE 0.01%, #25A1F2 53.79%, #19CCF8 83.48%);
	}
	.header-logo {
		flex: auto;
		max-width: inherit;
	}
	.header-logo img {
		max-width: 160px;
	}
	.lang-menu {
    flex: 0 0 62px;
    max-width: 62px;
    margin-right: 5px;
  }
	.lang-menu > li > a > img {
    max-width: 32px;
	}
	.vc_main-block {
    height: inherit;
	}
	.vc_main-block-image {
		margin-bottom: 30px;
		text-align: center;
	}
	.vc_main-block-image img {
		max-height: 240px;
	}
	.letter-o:before, .letter-b:before, .letter-t:before, .letter-c:before {
		font-size: 175px
	}
	.home-process .vc_custom_heading {
    margin-top: 0;
    max-width: 100%;
	}
	.vc_banner-block {
		flex-wrap: wrap;
	}
	.vc_banner-block-info {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
	}
	.vc_banner-block-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
	}
	.vc_banner-block-image img {
		max-height: 240px;
	}
	.vc_step-blocks {
		flex-wrap: wrap;
		margin-bottom: -40px;
	}
	.vc_step-block {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 40px;
	}
	.vc_step-block:nth-child(even) {
    display: block;
    flex-direction: column-reverse;
    top: 0;
	}
	.vc_step-block:nth-child(even) .vc_step-block-content {
    margin-top: 0;
	}
	.vc_step-block:nth-child(even) .vc_step-block-year {
    padding-top: 50px;
    padding-bottom: 0;
	}
	.vc_step-block:nth-child(even) .vc_step-block-year:before {
    top: 0;
    bottom: inherit;
    margin-top: 11px;
    margin-bottom: 0;
	}
	.vc_step-block:first-child .vc_step-block-image:before,
	.vc_step-block:nth-child(2n) .vc_step-block-image:after {
		display: none;
	}
	.home-price {
		padding-top: 50px;
	}
	.vc_price-block:after {
		display: none;
	}
	.vc_price-block2 {
		margin-bottom: 30px;
	}
	.vc_image-blocks-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
	}
	.vc_image-blocks-item:nth-child(1),
	.vc_image-blocks-item:nth-child(2) {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer {
		text-align: center;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	div:last-child > .footer-widget {
		margin-bottom: 0;
	}
	.footer-soc {
		justify-content: center;
	}

	.main-menu {
		flex-direction: column;
	}
	.main-menu > li {
		position: relative;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #dedede;
		margin-right: 0;
	}
	.main-menu > li:last-child {
		border-bottom: none;
	}
	.main-menu > li.menu-item-has-children:hover {
		box-shadow: none;
	}
	.main-menu > li > a,
	.main-menu > li.menu-item-has-children > a {
		height: inherit;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.main-menu > li.menu-item-has-children:hover > a:after {
		transform: none;
	}
	.main-menu > li.menu-item-has-children.active > a:after {
		transform: rotate(180deg);
		background-color: var(--second-color);
	}
	.main-menu > li > ul {

    min-width: 100%;
	}
	.main-menu > li.menu-item-has-children:hover > ul.sub-menu,
	.main-menu > li > ul > li:hover > ul {
		pointer-events: none;
		opacity: 0;
		transform: translateY(30px);
		z-index: -999;
		left: 0;
	}
	.main-menu > li.menu-item-has-children.active > ul.sub-menu,
	.main-menu > li > ul > li.active > ul {
		width: 100%;
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
    z-index: 9;
    position: relative;
    padding: 0px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: none;
    width: 100%;
		left: 0;
	}
	.main-menu > li > ul.sub-menu:before {
		display: none;
	}
	.main-menu > li > ul.sub-menu > li {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0px;
	}
	.main-menu > li > ul.sub-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu > li > ul.sub-menu > li > ul,
	.main-menu > li > ul.sub-menu > li > ul > li > ul {
		margin: 0;
		left: 0;
	}
	.main-menu > li > ul.sub-menu > li > a,
	.main-menu > li > ul.sub-menu > li > ul > li > a {
		font-size: 16px;
		padding: 10px 0;
	}
	.main-menu > li > ul > li:hover > a,
	.main-menu > li > ul > li > ul > li:hover > a {
    background: none;
    color: var(--main-color);
	}
	.main-menu > li > ul > li.menu-item-has-children > a:after,
	.main-menu > li > ul > li.menu-item-has-children:hover > a:after {
		transform: rotate(0deg);
		background-color: var(--main-color);
	}
	.main-menu > li > ul > li.menu-item-has-children.active > a:after {
		transform: rotate(180deg);
	}
	.modal-contacts {
		margin-bottom: 30px;
	}


	.vc_step-blocks2 {
		flex-wrap: wrap;
		margin-bottom: -40px;
	}
	.vc_step-block2 {
		margin-bottom: 40px;
    flex: 0 0 50%;
    max-width: 50%;
	}
	.vc_step-block2:first-child .vc_step-block2-image:before,
	.vc_step-block2:nth-child(2n) .vc_step-block2-image:after {
		display: none;
	}
	.widget-area {
		margin-top: 40px;
	}
	.wpb_pie_chart_heading {
		font-size: 18px;
	}


	.portfolio-item {
		padding: 40px 0;
	}
	.portfolio-item__image {
		margin-top: 0;
		border-radius: 24px;
		margin-bottom: 20px;
	}
	.portfolio-item__color {
    width: calc((100% - 696px) / 2 + 696px * .1 );
	}
	.portfolio-item__title,
	.portfolio-item__excerpt,
	.portfolio-item__btn {
		margin-left: calc(10% + 30px);
	}

	.postSinglePortfolio-gallery {
		margin-top: 40px !important;
	}
}




@media (max-width: 767px) {
	body,
	.btn {
		font-size: 14px;
	}
	h1,
	h2.vc_custom_heading,
	.vc_banner-block-title,
	.vc_banner-block-2-title,
	.vc_counter-block-number,
	.vc_price-block2-title,
	.vc_price-block2-price span,
	.page-title  {
		font-size: 28px;
	}
	h2,
	.portfolio-item__title,
	.postSinglePortfolio-item__heading {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	h4,
	.blog-item-title {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.vc_main-block-title {
    font-size: 32px;
    margin-bottom: 20px;
	}
	.vc_counter-block {
		padding: 25px 15px;
	}
	.block-shadown {
    padding: 40px 20px;
	}
	.home-price__wrap {
		padding: 40px 20px !important;
	}
	.error-404-number {
    font-size: 140px;
	}
	.modal-contacts {
		font-size: 16px
	}

	.portfolio-item__color {
    width: calc((100% - 516px) / 2 + 516px * .1 );
	}

	.postSinglePortfolio-colors {
		margin-bottom: -20px !important;
	}
	.postSinglePortfolio-colors li {
    margin: 0 20px 20px 0;
	}
	.postSinglePortfolio-colors li span {
    width: 80px;
    height: 80px;
	}
}


@media (max-width: 575px) {
	.vc_image-blocks-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.vc_image-blocks-item:nth-child(5) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.vc_service-block-content ul {
		list-style: none;
		padding: 0;
	}
	.vc_service-block-content ul li {
		margin-bottom: 3px;
	}
	.vc_service-block-content ul li:last-child {
		margin-bottom: 0;
	}
	.vc_service-block-content ul li a {
		color: var(--main-color);
		background: #fff;
		border: 1px solid var(--main-color);
    border-radius: 20px;
    padding: 5px 10px;
    display: block;
    text-align: center;
    transition: .25s;
	}
	.vc_service-block-content ul li a:hover {
		background: var(--main-color);
		border: 1px solid var(--main-color);
    color: #Fff;
	}
	.portfolio-item__color {
    width: calc(12px + 10%);
	}
}