.blank-section {
	width: 100%;
	height: 97px;
	background: #fff
}

.container {
	width: 100%
}

@media (min-width:1240px) {
	.container {
		width: 1240px;
		margin: 0 auto
	}
}

.page-content {
	padding: 40px 0 100px;
	background: #e6e9ed
}

.icons-block {
	display: flex;
	margin-top: 30px
}

.icon-block {
	width: 25%;
	margin-right: 15px;
	text-align: center
}

@media (max-width:767px) {
	.icons-block {
		flex-direction: column;
		margin-top: 0
	}

	.icon-block {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
		padding: 0 15px
	}
}

.page-intro__title {
	margin-top: 75px;
	font-size: 50px;
	font-family: Comfortaa, sans-serif;
	font-weight: 300;
	letter-spacing: .075em;
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
	color: #02225b
}

.page-intro__nav {
	margin-top: 50px
}

.page-intro .select-ext {
	position: relative;
	display: none;
	flex-direction: column;
	align-items: center;
	margin-top: 30px
}

.page-intro .select-ext__value {
	display: inline-block;
	padding: 0 12px 5px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1e90ff;
	border-bottom: 2px solid #1e90ff
}

.page-intro .select-ext__value:after {
	transform: rotate(135deg);
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 3px 12px;
	border-top: 2px solid #1e90ff;
	border-right: 2px solid #1e90ff;
	content: ""
}

.page-intro .select-ext__options {
	width: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	padding: 25px 0;
	background: #fff
}

.page-intro .select-ext.active .select-ext__value:after {
	transform: rotate(-45deg);
	margin: 0 0 -2px 12px
}

.page-intro .select-ext.active .select-ext__options {
	display: flex
}

.page-intro .select-ext-option {
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05em;
	color: #1c2c5f;
	text-transform: uppercase;
	white-space: nowrap
}

@media (max-width:767px) {
	.page-intro__title {
		margin-top: 30px;
		font-size: 30px
	}

	.page-intro .select-ext {
		display: flex
	}
}

.page-top-nav {
	display: flex;
	justify-content: center
}

.page-top-nav__link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #1c2c5f;
	border-bottom: 2px solid transparent;
	transition: all .3s ease
}

.page-top-nav__link:hover {
	color: #7884a0
}

.page-top-nav__link.active {
	color: #1e90ff;
	border-color: #1e90ff
}

.page-top-nav__link+.page-top-nav__link {
	margin-left: 30px
}

.tags {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-left: 25px;
	color: #2592fa
}

.tags .separator {
	margin-right: 5px
}

.tags:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 17px;
	background: url(../../images/blog-sprite.png);
	content: ""
}

.tags__link {
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
	color: #2592fa
}

.tags__link:hover {
	text-decoration: none
}

.tags__link+.tags__link {
	margin-left: 5px
}

.top-case {
	display: block
}

.top-case__img {
	width: 100%;
	height: auto
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
	outline: 0;
	transition: all .3s ease
}

.btn--primary {
	background: #1e90ff;
	color: #fff
}

.btn--primary:hover {
	background: #006ad1;
	color: #fff
}

.btn--md {
	padding: 18px 25px
}

.download-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	padding: 15px 40px;
	margin: 25px auto;
	border-radius: 10px;
	background: #1e90ff;
	color: #fff !important;
	text-decoration: none !important
}

.download-button>span:nth-child(2) {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background: url(https://odesseo.com.ua/download-pdf-btn.svg);
	background-repeat: no-repeat;
	background-size: contain
}

.download-button:hover {
	background: #006ad1
}

.breadcrumbs {
	display: block;
	color: #8090ad;
	font-size: 12.5px;
	font-family: ProximaNova, sans-serif;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 20px;
	text-align: center
}

.breadcrumbs a {
	color: inherit
}

.breadcrumbs .arrow {
	display: inline-block;
	background-image: url(../../images/breadcrumbs-arrow.png);
	width: 33px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: bottom;
	margin: 0 6px
}

.form-control {
	width: 100%;
	background: 0 0;
	color: #fff;
	border: none;
	border-bottom: 1px solid #8a95af;
	transition: all .3s ease
}

.form-control:focus {
	border-color: #fff
}

.case-table {
	width: 100%;
	border-collapse: collapse
}

.case-table td,
.case-table th {
	padding: 10px 15px;
	background: #fff;
	text-align: center;
	border: 1px solid #777
}

.case-table td.text-left,
.case-table th.text-left {
	text-align: left
}

.case-table td.blue,
.case-table th.blue {
	background: #c9daf8
}

.case-table td.red,
.case-table th.red {
	background: #f4cccc
}

.case-table td.green,
.case-table th.green {
	background: #d9ead3
}

@media (max-width:767px) {
	.table-wrap {
		width: 100%;
		overflow: auto
	}
}

.email-marketing-calculator {
	padding: 30px 0;
	text-align: center
}

.email-marketing-calculator__inner {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.email-marketing-calculator__separator {
	font-size: 18px
}

.email-marketing-calculator__calc-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
	height: 175px;
	margin: 0 10px;
	padding: 10px 30px;
	background: #1e90ff;
	text-align: center;
	color: #fff;
	border-radius: 3px
}

.email-marketing-calculator__calc-block>div {
	font-size: 14px
}

.email-marketing-calculator__calc-block input {
	margin-top: 15px;
	padding: 4px 5px;
	text-align: center;
	border: none
}

.email-marketing-calculator__hard-design {
	display: inline-block;
	margin-top: 30px
}

@media (max-width:991px) {
	.email-marketing-calculator__calc-block {
		margin-bottom: 15px
	}
}

@media (max-width:767px) {
	.email-marketing-calculator__calc-block {
		margin: 10px 0
	}
}

.focus-form {
	position: relative;
	padding: 40px;
	background: #02225b;
	color: #fff;
	opacity: 1;
	transition: opacity .4s ease
}

.focus-form.sending {
	opacity: .6
}

.focus-form.sending:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	content: ""
}

.focus-form__title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase
}

.focus-form__sub-title {
	margin-top: 10px
}

.focus-form__controls {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 30px
}

.focus-form__control {
	display: block;
	width: calc(50% - 15px);
	margin-bottom: 30px;
	margin-right: 15px;
	padding: 0 5px 10px 5px
}

.focus-form__buttons {
	display: flex;
	justify-content: center;
	width: 100%
}

.focus-form__submit {
	width: 35%
}

@media (max-width:767px) {
	.focus-form__controls {
		flex-direction: column
	}

	.focus-form__control {
		width: 100%;
		margin-right: 0;
		margin-top: 15px
	}

	.focus-form__submit {
		width: 100%
	}
}

.header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 95px
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header__logo {
	display: block;
	width: 112px;
	height: 77px;
	background: url(../../images/logo-1240.png) no-repeat
}

.header__nav-open,
.header__request-btn-mobile {
	display: none
}

.header__mobile-call {
	display: none
}

@media (max-width:1239px) {
	.header__inner {
		padding: 0 15px
	}

	.header__logo {
		width: 172px;
		height: 54px;
		background: url(../../images/logo-360.png) no-repeat
	}

	.header__request-btn {
		display: none
	}

	.header__request-btn-mobile {
		display: inline-flex;
		width: 100%;
		max-width: 300px;
		margin-top: 60px
	}

	.header__mobile-call {
		display: block;
		width: 26px;
		height: 26px;
		margin-left: auto
	}

	.header__mobile-call>svg {
		width: 26px;
		height: 26px;
		fill: #1e90ff
	}

	.header__nav-open {
		display: block;
		width: 30px;
		height: 22px;
		margin-left: 20px;
		background-image: url(../../images/show-menu-btn.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer
	}
}

.nav {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.nav__close {
	display: none
}

.nav-menu {
	position: relative;
	display: flex;
	width: 770px;
	justify-content: space-between
}

.nav-menu li {
	padding: 0 24px 9px
}

.nav-menu a {
	font-family: ProximaNova;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: .075em;
	color: #00336d;
	transition: color .3s ease
}

.nav-menu a:hover {
	color: #7385a3
}

.nav-menu .current-menu-item>a {
	position: relative;
	color: #1e90ff
}

.nav-menu .current-menu-item>a:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	display: block;
	width: 100%;
	height: 2px;
	background: #1e90ff;
	content: ""
}

.lang ul {
	list-style: none;
	margin: 0 25px;
	text-transform: uppercase;
	padding-bottom: 12px;
}

.lang ul a {
	font-size: 14px;
	font-weight: 600;
	color: #00336d;
}

.header-dev-case--dark .lang ul a {
	color: #fff;
}

@media (max-width:1239px) {
	.nav {
		position: fixed;
		top: 0;
		left: 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0 60px;
		background: #092860;
		z-index: 9999;
		opacity: .9;
		display: none
	}

	.nav.active {
		display: flex
	}

	.nav__close {
		position: absolute;
		top: 30px;
		right: 30px;
		display: block
	}

	.nav__close svg {
		width: 24px;
		height: 24px;
		fill: #fff;
		opacity: .7
	}

	.nav-menu {
		width: 100%;
		max-width: 300px;
		margin-top: 30px;
		flex-direction: column;
		border-left: 1px solid rgba(255, 255, 255, .2)
	}

	.nav-menu li {
		padding: 13px 24px 13px 30px
	}

	.nav-menu a {
		font-size: 14px;
		color: #fff
	}

	.nav-menu .current-menu-item>a:after {
		top: -4px;
		left: -32px;
		width: 3px;
		height: 24px
	}

	.lang {
		position: absolute;
		top: 35px;
		left: 0;
	}

	.lang ul {
		margin: 0 30px;
		padding-bottom: 0;
	}

	.lang ul a {
		font-size: 18px;
		color: #fff;
	}
}

.header-dev-case {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.header-dev-case--dark .header__logo {
	background-image: url(../../images/logo-white.svg);
	background-size: contain
}

.header-dev-case--dark .nav-menu a {
	color: #fff
}

.header-dev-case--dark .header__nav-open {
	background-image: url(../../images/show-menu-btn-white.png)
}

.header-dev-case--dark .header__mobile-call>svg {
	fill: #fff
}

.home-banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1196px;
	background: url(../../images/s1-bg-1240.jpg) no-repeat;
	background-position: top;
	background-size: cover;
	overflow: hidden;
	z-index: -1
}

.home-banner:after {
	position: absolute;
	left: -298px;
	top: 63%;
	width: 177%;
	padding-top: 60%;
	background-color: #fff;
	border-radius: 50%;
	z-index: 9;
	content: ""
}

@media (max-width:767px) {
	.home-banner {
		height: 652px;
		background-image: url(../../images/s1-bg-360.jpg)
	}

	.home-banner:after {
		left: -48px;
		top: 77%
	}
}

.case {
	padding-left: 15px;
	padding-right: 15px
}

.case__breadcrumbs {
	display: block;
	text-align: left
}

.case__title {
	margin-top: 60px;
	margin-bottom: 0;
	font-size: 32px;
	line-height: 39px;
	color: #02225b
}

.case__short-description {
	margin: 40px 0
}

.case__terms {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 25px
}

.case__terms:before {
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	width: 16px;
	height: 17px;
	background: url(../../images/blog-sprite.png) no-repeat;
	content: ""
}

.case__term-link {
	margin-right: 5px;
	font-weight: 600;
	text-decoration: underline;
	color: #2592fa
}

.case__term-link:hover {
	text-decoration: none
}

.case__content {
	margin-top: 20px
}

.case__content h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #02225b
}

.case__content img {
	width: 100%
}

.case__buttons {
	display: flex;
	justify-content: center;
	margin-top: 100px
}

.case__order-btn {
	width: auto
}

@media (max-width:767px) {
	.case-blank {
		display: none
	}

	.case {
		padding: 40px 15px 60px
	}

	.case__title {
		margin-top: 45px
	}

	.case__short-description {
		margin: 15px 0 30px
	}

	.case__terms {
		flex-wrap: wrap
	}

	.case__term-link {
		margin-bottom: 5px
	}

	.case__buttons {
		margin-top: 30px
	}
}

.case-grid {
	position: relative;
	width: 50%;
	padding: 45px 25px 55px
}

.case-grid--bordered {
	border-right: 1px solid #c4c4c4
}

.case-grid--linked {
	cursor: pointer
}

.case-grid__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #02225b
}

.case-grid__short {
	margin-top: 20px;
	font-size: 14px;
	line-height: 17px
}

.case-grid__tags {
	margin-top: 24px
}

.case-grid__img-wrap {
	width: 100%;
	margin-top: 40px;
	border-radius: 8px;
	overflow: hidden
}

.case-grid__img-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 68%;
	overflow: hidden
}

.case-grid__img-inner>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.case-grid__achievements {
	display: flex;
	margin-top: 30px
}

.case-grid__achievement {
	position: relative;
	width: 100px;
	height: 100px;
	background: #c3d7af;
	border-radius: 100px
}

.case-grid__achievement+.case-grid__achievement {
	margin-left: 70px
}

.case-grid__achievement-inner {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 120px;
	color: #02225b
}

.case-grid__achievement-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 37px
}

.case-grid__achievement-text {
	font-size: 18px;
	line-height: 22px
}

.case-grid__more {
	position: absolute;
	bottom: 13px;
	right: 0;
	padding-right: 30px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #02225b;
	visibility: hidden
}

.case-grid__more:after {
	position: absolute;
	top: 15px;
	right: 0;
	display: block;
	width: 108px;
	height: 28px;
	background: url(../../images/portfolio-arrow.png) no-repeat;
	content: ""
}

.case-grid:hover .case-grid__more {
	visibility: visible
}

@media (max-width:767px) {
	.case-grid {
		width: 100%;
		border-bottom: 1px solid #c4c4c4
	}

	.case-grid--bordered {
		border-right: none
	}

	.case-grid__tags {
		margin-top: 12px
	}

	.case-grid__img-wrap {
		margin-top: 15px
	}

	.case-grid__achievements {
		flex-direction: column;
		margin-top: 15px
	}

	.case-grid__achievement {
		width: 50px;
		height: 50px;
		border-radius: 50px
	}

	.case-grid__achievement+.case-grid__achievement {
		margin-left: 0;
		margin-top: 12px
	}

	.case-grid__achievement-inner {
		top: 8px;
		left: 10px;
		width: 240px
	}

	.case-grid__achievement-title {
		font-size: 20px;
		line-height: 24px
	}

	.case-grid__achievement-text {
		padding-left: 20px;
		font-size: 14px;
		line-height: 17px
	}
}

.dev-case-banner {
	width: 100%;
	height: 1024px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

@media (max-width:767px) {
	.dev-case-banner {
		height: 100vh
	}
}

.dev-case-intro {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
	font-size: 18px;
	line-height: 1.5
}

.dev-case-intro__title {
	width: 60%;
	margin-bottom: 32px;
	font-size: 42px;
	font-weight: 600
}

.dev-case-intro__inner {
	display: flex;
	flex-wrap: wrap
}

.dev-case-intro__text {
	width: 60%
}

.dev-case-intro__text p {
	margin-top: 0
}

.dev-case-intro__buttons,
.dev-case-intro__buttons-xs {
	margin-top: 32px
}

.dev-case-intro__site {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	color: #2193fb
}

.dev-case-intro__site>svg {
	width: 30px;
	height: 23px;
	margin-left: 8px;
	fill: #2193fb
}

.dev-case-intro__buttons-xs {
	display: none
}

.dev-case-intro__features {
	width: 40%;
	padding-left: 60px
}

@media (max-width:767px) {
	.dev-case-intro {
		width: 100%;
		padding: 32px 15px
	}

	.dev-case-intro__title {
		font-size: 28px
	}

	.dev-case-intro__features,
	.dev-case-intro__text,
	.dev-case-intro__title {
		width: 100%
	}

	.dev-case-intro__features {
		margin-top: 32px;
		padding-left: 0
	}

	.dev-case-intro__buttons {
		display: none
	}

	.dev-case-intro__buttons-xs {
		display: block
	}
}

.dev-case-feature+.dev-case-feature {
	margin-top: 16px
}

.dev-case-feature__title {
	color: #545454
}

.dev-case-feature__items {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	font-weight: 600
}

.dev-case-section-wrap.gray {
	background: #f9f9f9
}

.dev-case-section {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
	font-size: 18px;
	line-height: 1.5
}

.dev-case-section--hero {
	padding-bottom: 0
}

.dev-case-section__text,
.dev-case-section__title {
	width: 60%
}

.dev-case-section__title {
	margin-bottom: 32px;
	font-size: 24px;
	font-weight: 600
}

.dev-case-section__text p {
	margin-top: 0
}

.dev-case-section__img-wrap {
	margin-top: 48px;
	text-align: center
}

.dev-case-section__img {
	max-width: 100%
}

@media (max-width:767px) {

	.dev-case-section__text,
	.dev-case-section__title {
		width: 100%
	}
}

.dev-case-hero {
	width: 100%;
	overflow: hidden
}

.dev-case-hero__img {
	width: 100%;
	height: auto
}

.dev-case-hero__inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 53.33%
}

.dev-case-hero__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.dev-case-buttons {
	position: relative;
	padding: 60px 0;
	text-align: center
}

.dev-case-buttons:before {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 800px;
	background: linear-gradient(0, #fff, transparent);
	z-index: 999;
	content: ""
}

.footer {
	width: 100%;
	padding: 30px 0;
	background: #092860
}

.footer__inner {
	display: flex;
	align-items: center
}

.footer__partner {
	margin-left: 120px
}

.footer__partner-img {
	height: 105px
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	margin-left: auto
}

.footer__contact {
	position: relative;
	display: inline-block;
	padding: 11px 0 11px 28px;
	font-size: 15px;
	font-family: ProximaNova, sans-serif;
	letter-spacing: .01em;
	line-height: 1;
	color: rgba(255, 255, 255, .5)
}

.footer__contact:before {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	content: ""
}

.footer__contact--email:before {
	background-image: url(../../images/contacts-icons.png)
}

.footer__contact--address:before {
	background-image: url(../../images/contacts-icons.png);
	background-position: center
}

.footer__contact--phone:before {
	background-image: url(../../images/contacts-icons.png);
	background-position: bottom
}

.footer__socials {
	margin-left: 120px
}

.footer__call-btn {
	width: 100%
}

.footer__social-row {
	margin-top: 10px
}

.footer__social-row--first {
	margin-top: 20px
}

.footer__social {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: #1d448a;
	font-size: 14px;
	color: #fff;
	border-radius: 32px;
	transition: background .3s ease
}

.footer__social:hover {
	background: #1e90ff
}

.footer__social+.footer__social {
	margin-left: 10px
}

@media (max-width:1239px) {
	.footer__inner {
		padding: 0 15px
	}
}

@media (max-width:991px) {
	.footer__inner {
		flex-wrap: wrap
	}

	.footer__logo,
	.footer__partner {
		width: 50%
	}

	.footer__partner {
		margin-left: 0;
		text-align: right
	}

	.footer__contacts {
		margin-left: 0;
		margin-top: 30px
	}

	.footer__socials {
		margin-left: auto;
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.footer__inner {
		flex-direction: column
	}

	.footer__logo {
		display: none
	}

	.footer__logo,
	.footer__partner {
		width: auto
	}

	.footer__partner {
		margin-left: 0
	}

	.footer__contacts,
	.footer__socials {
		margin-left: 0
	}

	.footer__contacts {
		margin-top: 30px
	}

	.footer__socials {
		width: 220px;
		margin-top: 30px
	}

	.footer__social-row {
		display: flex;
		justify-content: center
	}
}

.copyright {
	padding: 10px 0;
	background: #011945;
	font-size: 12px;
	color: rgba(255, 255, 255, .302)
}

@media (max-width:767px) {
	.copyright {
		text-align: center
	}
}

.post-shares {
	position: absolute;
	left: -150px;
	top: 105px;
	display: flex;
	flex-direction: column;
	z-index: 99;
	transition: all .4s ease
}

.post-shares__btn {
	display: flex;
	align-items: center;
	width: 75px;
	height: 34px;
	padding: 0 5px;
	background: 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: all .4s ease
}

.post-shares__btn--active {
	animation: btnAnim .4s linear
}

.post-shares__btn--like {
	background: #f38491
}

.post-shares__btn--like:hover {
	background: #d97581
}

.post-shares__btn--facebook {
	background: #3b5998
}

.post-shares__btn--facebook:hover {
	background: #324a80
}

.post-shares__btn--twitter {
	background: #00cfff
}

.post-shares__btn--twitter:hover {
	background: #00b1d9
}

.post-shares__btn--linkedin {
	background: #007bb6
}

.post-shares__btn--linkedin:hover {
	background: #006a9c
}

.post-shares__btn-icon {
	display: inline-block;
	width: 40%;
	box-sizing: border-box
}

.post-shares__btn-value {
	width: 60%
}

@keyframes btnAnim {
	0% {
		transform: scale(1) translateX(0) rotate(0)
	}

	30% {
		transform: scale(1.2) translateX(5px) rotate(5deg)
	}

	100% {
		transform: scale(1) translateX(0) rotate(0)
	}
}

@media (max-width:1579px) {
	.post-shares {
		position: fixed;
		left: 0;
		bottom: 0;
		top: unset;
		flex-direction: row
	}
}

@media (max-width:767px) {
	.post-shares {
		width: 100%
	}

	.post-shares__btn {
		width: 25%;
		justify-content: center
	}

	.post-shares__btn-icon,
	.post-shares__btn-value {
		width: unset
	}

	.post-shares__btn-value {
		margin-left: 10px
	}
}

.price-table {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	border-collapse: collapse
}

.price-table td,
.price-table th {
	text-align: center
}

.price-table td:first-child {
	text-align: left
}

.price-table th {
	padding: 15px;
	background-color: #1e90ff;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #fff
}

.price-table th:first-child {
	background: 0 0
}

.price-table tbody td {
	padding: 6px;
	color: red;
	border: 1px solid #d3d8df
}

.price-table tbody td span {
	display: inline-block;
	user-select: none
}

.price-table tbody .active {
	color: #1e90ff
}

.price-table tbody .clickable {
	border-bottom: 1px dashed red;
	cursor: pointer
}

.price-table tbody .clickable.active {
	border-color: #1e90ff
}

.price-table tbody td {
	width: 14%
}

.price-table tbody td:first-child {
	width: 58%;
	color: #02225b
}

.price-table tbody tr:nth-child(odd) td {
	background: #fff
}

.price-table tfoot tr {
	background: #fff
}

.price-table tfoot tr:last-child {
	background: 0 0
}

.price-table tfoot tr:last-child td {
	border: none
}

.price-table tfoot td {
	padding: 6px;
	font-weight: 600;
	color: #1e90ff;
	border: 1px solid #d3d8df
}

.price-table tfoot .blue-btn {
	height: 30px;
	line-height: 30px
}

.price-table-notes {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	list-style: none
}

.price-table-notes span {
	font-weight: 600
}

@media (max-width:991px) {
	.price-table-wrap {
		width: 100%;
		overflow: auto
	}
}

.portfolio__cases {
	display: flex;
	flex-wrap: wrap
}

.portfolio__separator {
	width: 100%;
	height: 1px;
	background: #c4c4c4
}

@media (max-width:767px) {
	.portfolio-nav {
		display: none
	}

	.portfolio__cases {
		padding: 0 15px
	}

	.portfolio__separator {
		display: none
	}
}

#single-post .post-content {
	font-size: 18px !important
}

#single-post .post-content ol,
#single-post .post-content ul {
	margin: 24px 0 24px 16px !important
}

.wp-block-image figcaption {
	font-size: 13px
}

.wp-block-image>figure.aligncenter>figcaption {
	text-align: center
}

.underline {
	text-decoration: underline
}