/*!
Theme Name: landingDivorce
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: landingdivorce
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 with others.

landingDivorce is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*Theme Css*/

@charset "UTF-8";

@font-face {
    font-family: "Futura Regular";
    font-style: normal;
    font-weight: 400;
    src: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/fonts/futurademic.otf)
}

@font-face {
    font-family: "Futura Book";
    font-style: normal;
    font-weight: 400;
    src: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/fonts/futuranewbook.otf)
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

.header-menu {
    padding: 190px 0 50px
}

.black,
.sales {
    position: relative;
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/04/main-bg-02.jpg) no-repeat center;
    background-size: cover
}

html[lang="en-US"] body.sales::after {
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/04/main-bg-02.jpg) no-repeat center;
    background-size: cover
}

.black::before,
.sales::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #d39c09;
    background: -moz-linear-gradient(top, rgba(17, 17, 17, .52) 0, rgba(17, 17, 17, .94) 66%, rgba(17, 17, 17, 1) 76%, rgba(17, 17, 17, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, .52) 0, rgba(17, 17, 17, .94) 66%, rgba(17, 17, 17, 1) 76%, rgba(17, 17, 17, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, .52) 0, rgba(17, 17, 17, .94) 66%, rgba(17, 17, 17, 1) 76%, rgba(17, 17, 17, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85111111', endColorstr='#111111', GradientType=0);
    z-index: 1;
    opacity: .8;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
button,
input {
    outline: 0
}

p {
    line-height: 24px
}

* {
    font-family: "Futura Regular";
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h2,
h2 * {
    font-size: 36px;
    color: #d39c09;
    margin: 10px 0
}

.padding-60 {
    padding-bottom: 60px
}

.hidden-pk {
    display: none
}

.contain {
    width: 970px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1
}

.range {
    margin-left: -15px;
    margin-right: -15px
}

.range::after {
    clear: both;
    content: "";
    display: block
}

.xs-9,
.xs-8,
.xs-4,
.xs-3,
.xs-5,
.xs-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.xs-7 {
    width: 58.333%
}

.xs-5 {
    width: 41.666%
}

.xs-4 {
    width: 33.333%
}

.xs-3 {
    width: 25%
}

.btn-orange {
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    outline: 0 !important;
    color: #d39c09;
    font-size: 12px;
    padding: 6px 13px;
    letter-spacing: 1.3px;
    border: 2px solid #d39c09;
    background: none;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.btn-orange span {
    font-size: 12px
}

.btn-orange.big {
    font-size: 20px;
    padding: 10px 24px;
    border-radius: 25px;
    letter-spacing: 2px
}

.btn-orange.submit {
	width: auto !important;
    font-size: 22px;
    padding: 11px 52px;
    border-radius: 35px;
    color: #fff;
    background-color: #d39c09
}

.btn-orange:hover {
    color: #fff;
    background-color: #d39c09
}

:hover {
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.bl-title,
.widgettitle {
    font-size: 72px;
    margin-bottom: 30px;
    color: #d39c09
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

header::after {
    content: "";
    display: block;
    clear: both
}

header .contain {
	margin: 0 auto;
	padding: 20px 10px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logotype {
    display: inline-block
}
/*
.header-info {
    padding: 45px 0 24px;
    text-align: right
}
*/
.header-info a {
    text-decoration: none;
    font-size: 20px !important
}

.header-info * {
    vertical-align: middle
}

.header-info .widget {
    display: inline-block
}

.header-info .widget * {
    color: #000;
    font-size: 16px;
    letter-spacing: 1.6px
}

.header-info form {
    position: absolute;
    top: 38px;
    right: 15px
}

.header-info .btn-orange {
    margin-left: 10px
}

.search button,
.black .search button.active {
    position: absolute;
    right: 0;
    top: 9px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/icon_search_bl.png.pagespeed.ce.lfFETXjCjF.png) no-repeat;
    border: 0
}

.black .search button {
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/icon_search.png.pagespeed.ce.ZXW63V6KI6.png) no-repeat
}

.search input {
    width: 0;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    color: #d39c09;
    background: #fff;
    border: 0;
    border-radius: 30px;
    outline: 0;
    -moz-transition-property: width, border;
    -o-transition-property: width, border;
    -webkit-transition-property: width, border;
    transition-property: width, border;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.search input.active,
.search input:focus {
    width: 314px;
    padding: 0 40px 0 15px;
    border: 2px solid #d39c09
}
/*
header .menu-li {
    margin-top: 16px;
    float: right
}
*/
.menu li {
    list-style: none
}

.menu li a {
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.menu > li > a:hover:after {
    width: 100%;
    transition: all .5s
}

.menu > li > a:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: '.';
    color: transparent;
    background: #d39c09;
    height: 1px;
    transition: all .5s
}

.black header .menu li a:hover,
.menu .current_page_item a,
.black .menu .current_page_item a,
.menu > li > a:hover {
    color: #d39c09
}

.menu > li > a:after {
    background: #d39c09
}

.menu::after {
    content: "";
    display: block;
    clear: both
}

.black header .menu li a,
.black .header-info .widget *,
.sales header .menu li a,
.sales .header-info .widget * {
    color: #fff
}

header .menu li {
    margin-left: 16px;
    display: inline-block
}

.home * {
    font-family: "Futura Regular"
}

.contain .slogan h1 {
    font-size: 90px;
    line-height: 97px;
    margin-bottom: 17px;
    color: #fff
}

.slogan p {
    font-size: 40px;
    line-height: 44px;
    color: #d39c09
}

.slogan p strong {
    font-family: "Futura Book";
    font-size: 105px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    margin-top: 20px
}

.slogan p em {
    font-size: 26px;
    color: #d39c09;
    font-style: normal
}

.slogan a {
    margin-top: 20px
}

.fon {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.fon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/03/office.jpg) no-repeat;
    background-size: cover;
    opacity: .4
}

.fon:before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1
}

.bl-plus .xs-9 {
    width: 71%;
    padding-right: 50px
}

.bl-plus .xs-3 {
    width: 29%;
    padding-top: 145px
}

.bl-plus .line .xs-3 {
    padding-top: 0
}

.item-plus {
    margin-bottom: 30px
}

.item-plus img {
    margin-bottom: 20px
}

.item-plus p {
    margin: 0 !important;
    font-size: 14px;
    font-style: italic;
    color: #404040
}

.signature {
    padding: 0 15px
}

.signature img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 22px
}

.signature span {
    font-size: 21px
}

.signature p {
    margin-top: 29px;
    float: left
}

.page-content p {
    margin-bottom: 30px
}

.page-contacts a,
.page-content a {
    color: #d39c09
}

.page-content ul {
    margin-left: 20px
}

.page-content ul li {
    margin-bottom: 10px
}

.page-content td {
    padding: 15px;
    border: 1px solid #ededed
}

hr {
    margin: 40px 0 35px;
    border: 0;
    color: #d39c09;
    background-color: #d39c09;
    height: 2px
}

.contain h1 {
    font-size: 54px;
    color: #d39c09
}

.page-content {
    padding-top: 40px;
    padding-bottom: 60px
}

.cl-white p {
    color: #fff
}

.page-black {
    border-bottom: 1px solid #111;
    background-color: #111
}

.page-black * {
    color: #fff
}

.team-photo {
    text-align: center
}

.team-photo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.team-page {
    padding: 40px 0;
    background-color: #f2f2f2
}

h1,
h2 {
    font-size: 54px;
    margin: 10px 0 20px;
    color: #d39c09
}

.team {
    padding: 40px 15px
}

.team figure img {
    border-radius: 25px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 10px 43px 0 rgba(49, 49, 49, .2);
    -moz-box-shadow: 0 10px 43px 0 rgba(49, 49, 49, .2);
    box-shadow: 0 10px 43px 0 rgba(49, 49, 49, .2);
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.team figure a:hover img {
    -webkit-box-shadow: 0 10px 43px 0 rgba(49, 49, 49, .05);
    -moz-box-shadow: 0 10px 43px 0 rgba(49, 49, 49, .05);
    box-shadow: 0 10px 43px 0 rgba(49, 49, 49, .05)
}

.team figure span {
    display: block;
    font-size: 28px;
    margin: 33px 0 10px
}

.team figure p {
    line-height: 25px
}

.team figure .btn-orange {
    margin-top: 15px;
    font-size: 14px
}

.team figure {
    margin-bottom: 40px
}

.bg-white {
    background-color: #fff
}

.line-grey {
    border-top: 1px solid #d7d7d7;
    padding-top: 50px;
    margin-top: 35px
}

.all-team figure p {
    margin-bottom: 0
}

.all-team figure p strong {
    font-size: 21px
}

.all-team figure img {
    margin-bottom: 19px
}

.services {
    padding-bottom: 0;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1
}

.services .grey-item {
    padding: 40px 0
}

.services .grey-item:nth-child(even) {
    background-color: #fff
}

.padding-50 {
    padding-bottom: 50px
}

.page-thanks {
    padding: 65px 0;
    text-align: center
}

.bl-title.font-small {
    font-size: 40px
}

.page-thanks h1 {
    font-size: 76px;
    margin-bottom: 10px;
    color: #d39c09
}

.page-thanks p {
    color: #afafaf
}

.page-contacts {
    position: relative;
    z-index: 1;
    padding: 70px 0
}

.map-contacts {
    position: relative;
    /*background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/03/map_contacts.jpg) no-repeat bottom center;*/
    z-index: 1
}

.map-contacts .contain {
    position: relative
}

.map-contacts .textwidget img {
    width: 100%
}

.map-contacts .textwidget {
    display: none;
    position: relative;
    margin-top: 40px;
    background-color: #fff;
    padding: 13px 50px;
    border-radius: 13px;
    -webkit-box-shadow: 0 33px 57px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 33px 57px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 33px 57px 0 rgba(0, 0, 0, .35)
}

.map-contacts .textwidget p {
    font-size: 17px;
    line-height: 25px;
    color: #505050
}

.map-contacts .textwidget p strong {
    color: #d39c09;
    font-size: 24px;
    margin-bottom: 10px;
    display: block
}

.get_call {
    position: absolute;
    left: -23px;
    bottom: 35px;
    width: calc(100% + 46px);
    padding: 38px;
    background-color: #fff;
    border-radius: 81px;
    -webkit-box-shadow: 0 30px 32px 0 rgba(135, 135, 135, 1);
    -moz-box-shadow: 0 30px 32px 0 rgba(135, 135, 135, 1);
    box-shadow: 0 30px 32px 0 rgba(135, 135, 135, 1)
}
/*
.home .get_call {
    width: 100%;
    position: static;
    box-shadow: none;
    margin-top: 55px
}
*/
.get_call::after {
    content: "";
    display: block;
    clear: both
}

input {
	width: 260px;
	font-size: 22px;
	border-radius: 35px;
	border: 2px solid rgb(211, 156, 9);
	text-align: center;
	padding: 11px 12px;
	margin: 0 12px;
}

.get_call .bl-input {
    float: left
}

.get_call .btn-orange {
    float: right
}

.get_call .title-form{
	display: none;
}

div.wpcf7-validation-errors,
.wpcf7-not-valid {
    border-color: red !important;
    color: red;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip {
	display: none!important;
}

div.wpcf7-mail-sent-ok {
	color: rgb(57, 143, 20);
}

.get_call div.wpcf7-mail-sent-ok {
	float: left;
}


.no-found {
    padding: 50px 0 70px
}

.no-found span {
    font-size: 120px;
    color: #d39c09
}

.bg-white {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.no-found p {
    margin-top: 22px;
    line-height: 34px;
    font-size: 36px;
    color: #323232
}

.no-found p a {
    font-size: 36px;
    text-decoration: none;
    color: #d39c09
}

.hide .widgettitle {
    display: none
}

.item-search {
    padding-bottom: 25px;
    border-bottom: 2px solid #d39c09;
    margin-bottom: 30px
}

.item-search p {
    margin: 10px 0 20px
}

.page-search input {
    width: 40%;
    font-size: 22px;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #d39c09;
    text-align: left;
    padding: 11px 25px;
    margin-right: 25px
}

.item-search .title-link {
    color: #d39c09;
    font-size: 34px
}

.site-map ul {
    list-style: inherit;
    margin-left: 20px
}

.site-map li {
    margin-bottom: 10px
}

.site-map a {
    text-decoration: none;
    color: #111
}

.modal {
    max-width: 500px;
    padding: 50px;
    text-align: center
}

.title-form {
    font-size: 22px;
    margin-bottom: 25px;
    color: #d39c09
}

.modal .bl-input {
	margin: auto auto 20px auto;
	display: block;
	max-width: 300px;
}

.modal .bl-input input {
	width: 100%;
	font-size: 18px;
	border-radius: 35px;
	border: 2px solid rgb(211, 156, 9);
	text-align: center;
	padding: 11px 12px;
	min-width: 100%;
}

.mobil-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #000
}

.mobil-menu .logotype img {
    width: 40px;
    height: 40px;
    margin: 10px 15px
}

.icon-search {
    position: absolute;
    top: 22px;
    right: 132px;
    height: 16px;
    width: 16px;
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/icon_search.png.pagespeed.ce.ZXW63V6KI6.png) no-repeat;
    background-size: cover
}

.close-search {
    height: 16px;
    width: 16px;
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/close.png.pagespeed.ce.wpbGgJj5mo.png) no-repeat;
    position: absolute;
    top: 13px;
    right: 15px;
    opacity: .6
}

.mobil-phone {
    position: absolute;
    top: 14px;
    right: 110px
}

.mobil-search {
    position: absolute;
    left: 0;
    width: 100%;
    top: 60px;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    z-index: -1
}

.mobil-search.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1
}

.mobil-search input {
    width: 100%;
    border: 0;
    height: 43px;
    padding: 0 15px;
    border-radius: 0
}

.mobil-menu .menu-mob {
    background-color: #000;
    position: fixed;
    padding: 75px 15px 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.mobil-menu.active .menu-mob {
    display: block
}

.mobil-menu .menu-mob > ul > li a {
    font-size: 18px;
    color: #fff
}

.mobil-menu .menu-mob > ul > li {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.mobil-menu li {
	margin: 16px 0;
	display: block !important;
}

.mobil-menu .menu-mob > ul > li li a {
    font-size: 20px;
    color: #878787
}

.mobil-menu .menu-mob > ul > li.menu-item-has-children > a {
    color: #d39c09
}

.mobil-menu li a {
    text-decoration: none
}

.icon-menu {
    cursor: pointer;
    min-height: 20px;
    position: fixed;
    right: 15px;
    top: 20px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    moz-transform: rotate(0deg);
    moz-transition: .5s ease-in-out;
    o-transform: rotate(0deg);
    o-transition: .5s ease-in-out;
    webkit-transform: rotate(0deg);
    webkit-transition: .5s ease-in-out;
    width: 26px;
    z-index: 1
}

.icon-menu::after {
    content: "Меню";
    display: block;
    position: absolute;
    top: 4px;
    left: -55px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

html[lang="en-US"] .icon-menu::after {
    content: "Menu"
}

.active .icon-menu::after {
    display: none
}

.icon-menu span {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    moz-transform: rotate(0deg);
    moz-transition: .25s ease-in-out;
    opacity: 1;
    o-transform: rotate(0deg);
    o-transition: .25s ease-in-out;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    webkit-transform: rotate(0deg);
    webkit-transition: .25s ease-in-out;
    width: 100%
}

.icon-menu span:nth-child(1) {
    top: 0
}

.icon-menu span:nth-child(2) {
    top: 8px
}

.icon-menu span:nth-child(3) {
    top: 16px
}

.active .icon-menu span:nth-child(1) {
    moz-transform: rotate(135deg);
    o-transform: rotate(135deg);
    top: 5px;
    transform: rotate(135deg);
    webkit-transform: rotate(135deg)
}

.active .icon-menu span:nth-child(2) {
    left: -60px;
    opacity: 0
}

.active .icon-menu span:nth-child(3) {
    moz-transform: rotate(-135deg);
    o-transform: rotate(-135deg);
    top: 5px;
    transform: rotate(-135deg);
    webkit-transform: rotate(-135deg)
}

.viber img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.lang {
    display: inline-block;
    margin-left: 10px
}

.lang select {
    border: 2px solid #d39c09;
    border-radius: 20px;
    background: none;
    color: #d39c09;
    outline: 0
}

.lang .current-lang {
    display: none
}

.lang li {
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0
}

.lang a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #d39c09;
    display: block;
    padding: 7px 10px
}

.reviews .mc-c .mc-comment-media img {
    max-width: 100% !important
}

.reviews hr {
    background-color: #ededed
}

html[lang="en-US"] .map-contacts {
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/map_contacts_en.jpg.pagespeed.ce.sXHqwOq4Cx.jpg) no-repeat bottom center
}

.sales-b .contain .slogan h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px
}

.sales-b .slogan p {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px
}

.sales-b .slogan p span {
    font-size: 24px;
    line-height: 27px
}

.sales-b .slogan p:first-child {
    color: #fff
}

.sales {
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/04/main-bg-02.jpg) no-repeat top center;
    background-size: cover
}

.form-call {
    margin: 28px 0
}

.guarantees {
    padding: 72px 15px 50px;
    text-align: center
}

.guarantees h3 {
    margin-bottom: 71px;
    font-size: 48px;
    color: #d39c09
}

.guarantees h4 {
    margin: 32px 0 12px;
    font-size: 26px;
    color: #d39c09
}

.guarantees p {
    line-height: 22px
}

.bl-list {
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/list_bg.jpg.pagespeed.ce.gqDi4JvGJJ.jpg) no-repeat bottom center
}

.bl-list h4 {
    font-size: 48px;
    margin: 20px 0 28px
}

.bl-list img {
    display: block
}

.bl-list li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    font-size: 24px;
    margin-bottom: 14px
}

.bl-list li::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/check.png.pagespeed.ce.vnnQC3VHdF.png)
}

.callout {
    margin-top: 40px;
    border-left: 5px solid #d39c09;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    padding: 15px 60px
}

.sales-info .callout p {
    font-size: 36px;
    line-height: 44px
}

.sales-info {
    margin: 84px 0 60px;
    background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/blurring.jpg.pagespeed.ce.Nc3fsxbqsX.jpg) no-repeat center bottom;
    background-size: cover
}

.sales-info p {
    line-height: 30px;
    font-family: "Futura Book";
    font-size: 24px
}

.sales-info form {
    margin: 66px 0 21px
}

.name-ur {
    font-size: 21px;
    margin-top: 30px;
    font-style: italic;
    border-top: 1px solid #d39c09;
    padding-top: 25px
}

.widget.widget_text {
    list-style: none
}

.page-content span * {
    color: inherit
}

#tab1,
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7,
#tab8,
#tab9 {
    display: inline-block
}

footer {
    padding: 50px 0 43px;
    border-bottom: 7px solid #d39c09;
    background: #111
}

footer .menu {
    padding: 0 100px
}

footer .menu a {
    color: #fff;
    font-size: 21px;
    position: relative;
    text-transform: uppercase;
    margin-top: 5px
}

footer .menu > li {
    float: left;
    margin-right: 12px
}

footer .contain {
    min-height: 96px
}

footer .sub-menu {
    margin: 19px -70px 0 0
}

footer .sub-menu li {
    margin-top: 10px
}

footer .sub-menu a {
    font-size: 14px;
    color: #878787;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

footer .sub-menu a:hover {
    color: #fff
}

.social-link {
    position: absolute;
    top: 0;
    right: 15px
}

.social-link a {
    display: inline-block;
    height: 29px;
    width: 29px;
    margin-left: 10px;
    line-height: 29px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #d39c09;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid #d39c09;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.social-link a:hover {
    color: #fff;
    background-color: #d39c09
}

.icon-tube {
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/03/icon_youtube.png) no-repeat center
}

.icon-tube:hover {
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/03/icon_youtube_w.png) no-repeat center
}

.icon-insta{
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/03/insta-01.png) no-repeat center
}

.icon-insta:hover {
    background: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/03/insta-w.png) no-repeat center
}

.contacts-footer {
    position: absolute;
    bottom: 7px;
    right: 15px;
    text-align: right
}

.contacts-footer a {
    margin: 14px 0 0 14px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.logo-footer {
    position: absolute;
    top: -11px;
    left: 15px
}

.contain.copyright {
    min-height: auto
}

.copyright {
    margin-top: 43px
}

.copyright a {
    color: #d39c09;
    text-decoration: none;
    font-size: 14px;
    margin-right: 15px
}

.copyright p {
    font-size: 14px;
    color: #4d4d4d
}

.sales-info a {
    color: #d39c09
}

.modal-cookies {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
    z-index: 300
}

.modal-cookies p {
    margin-bottom: 20px;
    font-family: Futura\ Book;
    font-size: 16px
}

.modal-cookies a {
    margin-right: 10px;
    margin: 0 5px
}

.widget {
    list-style: none
}

.modal-cookies .btn-orange {
    background-color: #d39c09;
    color: #fff
}

.modal-cookies h3 {
    color: #d39c09;
    font-size: 24px;
    margin-bottom: 10px
}

.modal-cookies button.btn-orange {
    vertical-align: top;
    padding: 5px 13px
}

#ok-cookies {
    min-width: 72px
}

.header-info .btn-orange {
    padding: 0;
    border: 0
}

.header-info .btn-orange:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: linear-gradient(125deg, #d39c09, #fff, #d39c09);
    background-size: 400% 400%;
    -moz-animation: gradient 4s ease-in-out infinite, border 1s forwards ease-in-out reverse;
    -webkit-animation: gradient 4s ease-in-out infinite, border 1s forwards ease-in-out reverse;
    animation: gradient 4s ease-in-out infinite, border 1s forwards ease-in-out reverse
}

.header-info .btn-orange span {
    position: relative;
    padding: 6px 13px;
    display: block;
    color: #000;
    z-index: 1
}

@-moz-keyframes gradient {
    0% {
        background-position: 14% 0
    }

    50% {
        background-position: 87% 100%
    }

    100% {
        background-position: 14% 0
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 14% 0
    }

    50% {
        background-position: 87% 100%
    }

    100% {
        background-position: 14% 0
    }
}

@keyframes gradient {
    0% {
        background-position: 14% 0
    }

    50% {
        background-position: 87% 100%
    }

    100% {
        background-position: 14% 0
    }
}

.calculator .range {
    margin-bottom: 20px
}

.calculator .xs-3 > span {
    color: #d39c09;
    display: block;
    font-size: 20px;
    margin-bottom: 20px
}

.calculator label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calculator input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%
}

.calculator label:hover input ~ .checkmark {
    background-color: #ccc
}

.calculator label input:checked ~ .checkmark {
    background-color: #d39c09
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.calculator label input:checked ~ .checkmark:after {
    display: block
}

.calculator label .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000
}

.sume {
    font-size: 24px;
    color: #24282d;
    margin: 0 0 10px 15px
}

.calc-info {
    font-size: 16px;
    color: #00273b99;
    border: 1px solid #00273b99;
    border-radius: 20px;
    padding: 13px 15px
}

#modal_info {
    width: 70%;
    height: 70%
}

#modal_info label {
    display: block;
    text-align: left;
    font-family: "Futura Book";
    line-height: 21px;
    margin-bottom: 15px;
    font-size: 16px
}

#modal_info .header-modal {
    font-size: 24px
}

#modal_info p {
    color: #666;
    font-size: 17px;
    font-family: "Futura Book";
    margin-bottom: 19px
}

.center {
    text-align: center
}

.but-center {
    text-align: center
}

.calculator button.fancybo,
#modal_info .center button {
    background-color: #d39c09;
    border: 1px solid #d39c09;
    color: #fff;
    padding: 7px 16px
}

#modal_info input {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 5px 0 0
}

#count_class {
    color: #bcc3c8;
    font-size: 15px;
    display: inline-block;
    margin-top: 5px
}

.form-call-calc {
    text-align: center;
    padding-top: 45px
}

.form-call-calc p {
    margin-bottom: 20px
}

.form-call-calc p span {
    font-size: 20px
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.package-tariff td {
    border: 0;
    padding: 20px 10px
}

.package-tariff {
    text-align: center;
    border-bottom: 2px solid #d39c09;
    padding-bottom: 10px
}

.package-tariff tr {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.package-tariff tr td {
    font-size: 20px
}

.pacckage h2 {
    font-size: 48px
}

.package-tariff tr:last-child {
    border: 0
}

.package-tariff tr:last-child td {
    padding-top: 30px
}

.package-tariff tr:first-child {
    border-bottom: 2px solid #d39c09
}

.package-tariff tr:first-child td {
    font-size: 22px;
    color: #d39c09
}

.package-tariff tr:first-child td:first-child {
    color: rgba(0, 0, 0, .6)
}

.package-tariff table a {
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    outline: 0 !important;
    color: #fff;
    font-size: 18px;
    padding: 4px 18px;
    letter-spacing: 1.3px;
    border: 2px solid #d39c09;
    background: #d39c09;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.package-tariff p {
    margin-bottom: 10px
}

.sales.short.customize-support {
    background: none
}

.dop_service {
    margin-top: 80px
}

.dop_service h3 {
    font-size: 28px;
    margin: 10px 0 30px;
    color: rgba(0, 0, 0, .6)
}

.dop_service ul {
    margin-left: 0
}

.dop_service li {
    list-style: none;
    padding-left: 20px;
    position: relative
}

.dop_service li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 3px solid #d39c09;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0
}

.fancybox-button svg {
    display: none
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media only screen and (max-width:1024px) {
    .get_call {
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width:960px) {
    .contain {
        width: 100%
    }
    
    .get_call .btn-orange.submit {
		width: 260px !important;
	}
	.get_call .wpcf7-form{
		text-align: center;
	}
	.get_call .wpcf7-form .bl-input {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}
	.service-links p a {
		margin: 10px auto !important;
	}
}

@media only screen and (max-width:767px) {
    body {
        padding-top: 60px;
        overflow-x: hidden
    }

    .sales {
        padding-top: 60px
    }

    .sales-b .contain .slogan h1 {
        font-size: 26px;
        line-height: 30px
    }

    .sales-b .slogan p,
    .sales-b .slogan p span {
        font-size: 16px;
        line-height: 22px
    }

    .contain {
        width: 100%
    }

    .cl-white p a {
        color: #d39c09;
        text-decoration: none
    }

    .hidden-ms {
        display: none
    }

    .hidden-pk {
        display: block
    }

    .mobil-menu {
        display: block
    }

    .xs-4,
    .xs-3,
    .xs-5,
    .xs-7 {
        width: 100%;
        float: none
    }

    .contain .slogan h1 {
        font-size: 38px;
        line-height: 39px
    }

    .header-info {
        padding: 20px 0 15px;
        text-align: right
    }

    .slogan p {
        font-size: 20px;
        line-height: 21px
    }

    .slogan p strong {
        font-size: 65px
    }

    .slogan p em {
        font-size: 20px
    }

    .contain h1,
    .bl-title,
    .widgettitle {
        font-size: 26px
    }

    .page-thanks.contain h1 {
        font-size: 35px
    }

    .page-thanks {
        padding: 75px 0 14px
    }

    .bl-title.font-small {
        font-size: 24px
    }

    h2 {
        font-size: 28px
    }

    .bl-plus .xs-9,
    .bl-plus .xs-3 {
        width: 100%;
        padding-right: 15px;
        float: none
    }

    .bl-plus .xs-3 {
        padding-top: 20px;
        text-align: center
    }

    .bl-plus .xs-3 hr {
        display: none
    }

    .bl-list li {
        font-size: 16px
    }

    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (max-width:640px) {
	.header-menu {
		padding: 20px 0 50px;
	}

	.get_call {
		border-radius: 0;
		bottom: -30px;
		box-shadow: none;
	}

    body.black::after {
        background-position: center right
    }

    .map-contacts .textwidget {
        display: inline-block
    }

    .get_call input,
    .get_call button {
        width: 100%
    }

    .get_call .bl-input {
        float: none;
        text-align: center;
        margin-bottom: 18px
    }

    .get_call .btn-orange {
        float: none
    }

    .bl-plus .xs-4 {
        margin-bottom: 21px
    }

    .guarantees h4 {
        margin-bottom: 15px
    }

    footer .menu,
    .logo-footer {
        display: none
    }

    .social-link {
        position: static;
        text-align: center
    }

    .contacts-footer {
        position: static;
        text-align: center
    }

    .contain.copyright {
        text-align: center
    }
    
    input {
		margin-right: 0;
		margin-left: 0;
	}

	.btn-orange.submit {
		font-size: 18px;
		padding: 11px 25px;
		border-radius: 35px;
		max-width: 360px;
	}
	
	.form-call div.wpcf7 .ajax-loader {
		position: absolute;
	}

    form {
        text-align: center
    }

    .title-form {
        font-size: 18px
    }
    
	.wpcf7-form-control-wrap {
		position: relative;
		display: inline-block;
		max-width: 280px;
	}
	
	.service-links p a {
		box-sizing: border-box;
		max-width: 270px;
	}
	
	.copyright p {
		text-align: center;
	}
	
	.slogan{
		margin-bottom: 40px;
	}
	
	.modal {
	max-width: 500px;
	padding: 25px;
	text-align: center;
}
	
}

@media only screen and (max-width:414px) {
    .page-search input {
        width: 100%;
        margin-bottom: 25px
    }

    .form-call input,
    .form-call button {
        width: 100%;
        margin-bottom: 10px
    }

    .form-call button,
    .form-call input {
        width: 100%;
        margin-bottom: 15px
    }

    .telegram {
        font-size: 15px;
        letter-spacing: 0
    }

    .telegram a {
        font-size: 28px;
        margin: 10px 0 0 0
    }

    .sales-info .callout p {
        font-size: 18px;
        line-height: 20px
    }

    .sales-info p {
        line-height: 20px;
        font-size: 18px
    }

    input {
        margin-right: 0
    }

    .guarantees {
        padding: 20px 15px
    }

    .guarantees h3 {
        margin-bottom: 24px;
        font-size: 29px
    }

    .guarantees h4 {
        margin: 11px 0 9px
    }

    .guarantees p {
        line-height: 18px;
        font-size: 14px
    }

    .form-call {
        margin: 10px 0
    }

    .bl-list h4 {
        font-size: 24px;
        margin: 1px 0 19px;
        text-align: center
    }

    body.sales::after {
        background: url(//divorce.romanivanov.lawyer/wp-content/themes/landingdivorce/images/sales_mobile.jpg.pagespeed.ce.3GlvnJ81Rb.jpg) no-repeat top center;
        background-size: cover
    }

    .bl-list {
        background-position: bottom right;
        padding: 30px 0
    }
    
    a.all-reviews {
		margin-right: 0px !important;
	}
}

.service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 25px 65px;
    position: relative;
    background: #fff;
    border: 2px solid #d29b25;
    width: 30%;
    margin: 1px;
    margin-top: 60px
}

.service-center {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 24px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 0 24px 0 rgba(50, 50, 50, .75)
}

.service-center .service-price {
    margin-top: 50px
}

.service ul {
    list-style-type: none
}

.service ul li {
    font-size: 18px;
    font-weight: normal
}

.service ul li em {
    font-size: 16px;
    color: #888;
    text-decoration: line-through;
    font-style: normal
}

.service ul s {
    color: #444
}

.service-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-title {
    text-align: center;
    font-size: 26px;
    color: rgba(0, 0, 0, .7)
}

.service-title:after {
    display: block;
    content: '';
    margin: 7px auto 25px auto;
    width: 60px;
    height: 2px;
    background: #d29b25
}

.service-price {
    color: rgba(0, 0, 0, .7);
    margin: 25px auto;
    font-size: 27px
}

.service-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    background: #d29b25;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 6px 8px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    width: 180px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -90px
}

.service-button:hover {
    opacity: .8
}

.service-links p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service-links p br {
    display: none
}

.service-links p a {
    display: block;
    border: 2px solid #d29b25;
    padding: 8px 10px;
    margin: 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none
}

.service-links p a:hover {
    background: #d29b25;
    color: #fff
}

.service-links h3 {
    font-size: 28px;
    margin: 60px 0 30px;
    color: rgba(0, 0, 0, .6)
}

@media screen and (max-width:650px) {
    .service {
        width: 70%;
        margin: 15px auto
    }

    .service-center {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .service-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-links p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    
    .mobil-menu .menu-mob li a {
		display: block;
		padding: 10px 0;
	}
	.mobil-menu li {
		margin: 10px 0;
	}
	.rngst_phone_button {
		left: calc(100% - 65px) !important;
		bottom: 5px !important;
		height: 60px !important;
		width: 60px !important;
		margin-bottom: 0 !important;
		margin-right: 0 !important;
	}
	.rngst_phone_icon {
		top: 0 !important;
		left: 0 !important;
	}
	.rngst_phone_body {
		left: 0 !important;
		top: 0px !important;
	}
	.rngst_phone_fill {
		display: none !important;
	}
	.rngst_phone_circle {
		display: none !important;
	}
}


/*-Reviews-*/

.gpp-place-image,
.gpp-overview-container{
	display: none;
}

.gpp-plugin{
	margin-bottom: 20px;
}

.gpp-main-container {
	position: relative;
	margin: 0 auto;
  line-height: 1.5 !important;
  text-align: left;
}

.gpp-place-image {
	
}

.gpp-place-image img {
	display: block;
	margin: 0 auto;
}

.gpp-overview-container {
	color: white;
	padding: 10px;
}

.gpp-place-name {
	font-size: 18px;
}

.gpp-rating-container {

}

.gpp-place-type {
	font-size: 13px;
	margin: 10px 0 0 0;
}

.gpp-place-type:first-letter {
    text-transform:capitalize;
}

.gpp-business-info-container {
	padding: 10px;
}

.gpp-business-parameter {
	margin: 0 0 10px 0;
	display: table;
}

.gpp-business-parameter:last-child {
	margin: 0;
}

.gpp-business-parameter-icon {
	padding: 0 20px 0 0;
	display: table-cell;
	vertical-align: middle;
}

.gpp-business-parameter svg {
	display: table-cell;
	vertical-align: middle;
	width: 13px;
	height: 13px;
}

.gpp-business-parameter svg path {
  
}


.gpp-business-parameter-info {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 13px;
}

.gpp-business-parameter a {
	text-decoration: none;
	color: inherit;
}

.gpp-review-overview {
	padding: 10px 10px 20px 10px;
}

.gpp-average-review {
	text-align: center;
	font-size: 60px;
	font-weight: 300;
	color: #2980b9;
}

.gpp-average-review-stars {
	text-align: center;
}

.gpp-average-review-stars svg {
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
}

.gpp-average-review-stars svg:last-child {
	margin: 0;
}

.gpp-reviews-container {
	padding: 10px;
}

.gpp-review {
	margin: 0 0 25px 0;
	font-size: 1.2em;
		color: rgb(87, 88, 90);
}

.gpp-review:last-child {
	margin: 0;
}

.gpp-review-image {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.gpp-review-image img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 60px;
}

.gpp-review-info {
	display: inline-block;
	vertical-align: middle;
}

.gpp-review-username {
	font-weight: 700;
	color: rgb(0, 0, 0);
}

.gpp-review-user-rating-container {
	margin: 5px 0 5px 0;
}

.gpp-review-user-rating {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.gpp-review-user-rating-stars {
	display: inline-block;
	vertical-align: middle;
}

.gpp-review-user-rating-stars svg {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
}

.gpp-review-user-rating-stars svg:last-child {
	margin: 0;
}

.gpp-review-time {

}

.gpp-review-text {
	margin: 10px 0 0 0;
	line-height: 1.5;
}

.gpp-review-text-less {

}

.gpp-review-text-more {
	display: none;
}

.gpp-review-text-dots {
	margin: 0 5px 0 0;
}

.gpp-review-text-more-button {
	color: #999999;
	cursor: pointer;
}

.gpp-review-text-more-button:hover {
	text-decoration: underline;
}

.gpp-footer {
	text-align: center;
	padding: 10px;
}

.gpp-footer a {
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
}

a.all-reviews{
	margin-right: 25px;
}

.rngst_phone_button {
    position: fixed;
    bottom: calc(5% - 3.75px);
    left: calc(85% - 63.75px);
    display: block;
    height: 150px;
    width: 150px;
    margin-bottom: 25px;
    margin-right: 25px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 999990 !important;
    transform-origin: 50% 50% 0
}

.rngst_phone_button:hover {
    opacity: 1
}

.rngst_phone_fill {
    height: 120px;
    width: 120px;
    background: #46ab54;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 999991;
    -webkit-animation: ringostat_pulse 2.5s infinite ease-in-out;
    -moz-animation: ringostat_pulse 2.5s infinite ease-in-out;
    -ms-animation: ringostat_pulse 2.5s infinite ease-in-out;
    -o-animation: ringostat_pulse 2.5s infinite ease-in-out;
    animation: ringostat_pulse 2.5s infinite ease-in-out;
    transform-origin: 50% 50% 0
}

.rngst_phone_body {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 70px;
    top: 70px;
    border-radius: 50%;
    z-index: 999992;
    box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -webkit-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -moz-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -ms-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -o-box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    box-shadow: 0 0 0 15px rgba(70, 171, 84, 0);
    -webkit-transition: box-shadow .8s ease-in-out;
    -moz-transition: box-shadow .8s ease-in-out;
    -ms-transition: box-shadow .8s ease-in-out;
    -o-transition: box-shadow .8s ease-in-out;
    transition: box-shadow .8s ease-in-out;
    background: #46ab54;
    transform-origin: 50% 50% 0
}

.rngst_phone_button:hover .rngst_phone_body {
    background: #46ab54;
    -webkit-box-shadow: 0 0 0 0 rgba(70, 171, 84, 1);
    -moz-box-shadow: 0 0 0 0 rgba(70, 171, 84, 1);
    -ms-box-shadow: 0 0 0 0 rgba(70, 171, 84, 1);
    -o-box-shadow: 0 0 0 0 rgba(70, 171, 84, 1);
    box-shadow: 0 0 0 0 rgba(70, 171, 84, 1)
}

.rngst_phone_circle {
    background: #46ab54;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 65px;
    top: 65px;
    z-index: 999991;
    border: 1px solid #46ab54;
    border-radius: 50%;
    -webkit-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    -moz-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    -ms-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    -o-animation: ringostat_pulse2 2.5s infinite ease-in-out;
    animation: ringostat_pulse2 2.5s infinite ease-in-out;
    transform-origin: 50% 50% 0
}

.rngst_phone_circle2 {
    background: #46ab54;
    transform-origin: 50% 50% 0
}

.rngst_phone_icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(//divorce.romanivanov.lawyer/wp-content/uploads/2019/03/phone_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999993;
    transform-origin: 50% 50% 0
}

.rngst_phone_button:hover .rngst_phone_icon {
    -webkittext-shadow: 0 0 12px rgba(255, 255, 255, 1);
    -moz-text-shadow: 0 0 12px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0 0 12px rgba(255, 255, 255, 1);
    -o-text-shadow: 0 0 12px rgba(255, 255, 255, 1);
    text-shadow: 0 0 12px rgba(255, 255, 255, 1)
}

@-webkit-keyframes ringostat_pulse {
    0% {
        -webkit-transform: scale(0.5);
        opacity: .3
    }

    50% {
        -webkit-transform: scale(0.7);
        opacity: .2
    }

    100% {
        -webkit-transform: scale(0.5);
        opacity: 0
    }
}

@-moz-keyframes ringostat_pulse {
    0% {
        -moz-transform: scale(0.5);
        opacity: .3
    }

    50% {
        -moz-transform: scale(0.7);
        opacity: .2
    }

    100% {
        -moz-transform: scale(0.5);
        opacity: 0
    }
}

@-o-keyframes ringostat_pulse {
    0% {
        -o-transform: scale(0.5);
        opacity: .3
    }

    50% {
        -o-transform: scale(0.7);
        opacity: .2
    }

    100% {
        -o-transform: scale(0.5);
        opacity: 0
    }
}

@-ms-keyframes ringostat_pulse {
    0% {
        -ms-transform: scale(0.5);
        opacity: .3
    }

    50% {
        -ms-transform: scale(0.7);
        opacity: .2
    }

    100% {
        -ms-transform: scale(0.5);
        opacity: 0
    }
}

@keyframes ringostat_pulse {
    0% {
        transform: scale(0.5);
        opacity: .3
    }

    50% {
        transform: scale(0.7);
        opacity: .2
    }

    100% {
        transform: scale(0.5);
        opacity: 0
    }
}

@-webkit-keyframes ringostat_pulse2 {
    0% {
        -webkit-transform: scale(2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(0.6);
        opacity: .8
    }
}

@-moz-keyframes ringostat_pulse2 {
    0% {
        -moz-transform: scale(2);
        opacity: 0
    }

    100% {
        -moz-transform: scale(0.6);
        opacity: .8
    }
}

@-o-keyframes ringostat_pulse2 {
    0% {
        -o-transform: scale(2);
        opacity: 0
    }

    100% {
        -o-transform: scale(0.6);
        opacity: .8
    }
}

@-ms-keyframes ringostat_pulse2 {
    0% {
        -ms-transform: scale(2);
        opacity: 0
    }

    100% {
        -ms-transform: scale(0.6);
        opacity: .8
    }
}

@keyframes ringostat_pulse2 {
    0% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(0.6);
        opacity: .8
    }
}

/*---===Contact===---*/

.arcontactus-widget {
    opacity: 0;
    transition: 0.2s opacity;
}

.arcontactus-widget * {
    box-sizing: border-box;
}

.arcontactus-widget.left.arcontactus-message {
    left: 50px;
    right: auto;
}

.arcontactus-widget.left .arcontactus-message-button {
    right: auto;
    left: 0;
}

.arcontactus-widget.left .arcontactus-prompt {
    left: 80px;
    right: auto;
    transform-origin: 0% 50%;
}

.arcontactus-widget.left .arcontactus-prompt:before {
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: auto;
    left: -15px;
}

.arcontactus-widget.left .messangers-block {
    right: auto;
    left: 0;
    -webkit-transform-origin: 10% 105%;
    -ms-transform-origin: 10% 105%;
    transform-origin: 10% 105%;
}

.arcontactus-widget.left .callback-countdown-block {
    left: 0;
    right: auto;
}

.arcontactus-widget.left .messangers-block::before,
.arcontactus-widget.left .callback-countdown-block::before {
    left: 25px;
    right: auto;
}

.arcontactus-widget.hg.arcontactus-message {
    width: 100px;
    height: 100px;
}

.arcontactus-widget.hg .messangers-block {
    bottom: 110px;
}

.arcontactus-widget.hg .callback-countdown-block {
    bottom: 110px;
}

.arcontactus-widget.hg .arcontactus-prompt {
    bottom: 5px;
}

.arcontactus-widget.hg .icons-line {
    top: 22px;
    left: 24px;
}

.arcontactus-widget.hg.left .messangers-block:before,
.arcontactus-widget.hg.left .callback-countdown-block:before {
    left: 41px;
}

.arcontactus-widget.hg.left .arcontactus-prompt {
    left: 110px;
    bottom: 26px;
}

.arcontactus-widget.hg.right .messangers-block:before,
.arcontactus-widget.hg.right .callback-countdown-block:before {
    right: 41px;
}

.arcontactus-widget.hg.right .arcontactus-prompt {
    right: 110px;
    bottom: 26px;
}

.arcontactus-widget.hg .arcontactus-message-button {
    width: 100px;
    height: 100px;
}

.arcontactus-widget.hg .arcontactus-message-button .pulsation {
    width: 114px;
    height: 114px;
    border-radius: 60px;
}

.arcontactus-widget.hg .arcontactus-message-button .icons {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
}

.arcontactus-widget.hg .arcontactus-message-button .callback-state {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
}

.arcontactus-widget.md.arcontactus-message {
    width: 60px;
    height: 60px;
}

.arcontactus-widget.md .messangers-block {
    bottom: 70px;
}

.arcontactus-widget.md .callback-countdown-block {
    bottom: 70px;
}

.arcontactus-widget.md .arcontactus-prompt {
    bottom: 5px;
}

.arcontactus-widget.md.left .messangers-block:before,
.arcontactus-widget.md.left .callback-countdown-block:before {
    left: 21px;
}

.arcontactus-widget.md.left .arcontactus-prompt {
    left: 70px;
}

.arcontactus-widget.md.right .messangers-block:before,
.arcontactus-widget.md.right .callback-countdown-block:before {
    right: 21px;
}

.arcontactus-widget.md.right .arcontactus-prompt {
    right: 70px;
}

.arcontactus-widget.md .arcontactus-message-button {
    width: 60px;
    height: 60px;
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
    width: 74px;
    height: 74px;
}

.arcontactus-widget.md .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.arcontactus-widget.md .arcontactus-message-button .callback-state {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.arcontactus-widget.sm.arcontactus-message {
    width: 50px;
    height: 50px;
}

.arcontactus-widget.sm .messangers-block {
    bottom: 60px;
}

.arcontactus-widget.sm .callback-countdown-block {
    bottom: 60px;
}

.arcontactus-widget.sm .arcontactus-prompt {
    bottom: 0px;
}

.arcontactus-widget.sm.left .messangers-block:before,
.arcontactus-widget.sm.left .callback-countdown-block:before {
    left: 16px;
}

.arcontactus-widget.sm.left .arcontactus-prompt {
    left: 60px;
}

.arcontactus-widget.sm.right .messangers-block:before,
.arcontactus-widget.sm.right .callback-countdown-block:before {
    right: 16px;
}

.arcontactus-widget.sm.right .arcontactus-prompt {
    right: 60px;
}

.arcontactus-widget.sm .arcontactus-message-button {
    width: 50px;
    height: 50px;
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px;
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button .static {
    margin-top: -16px;
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.arcontactus-widget.active {
    opacity: 1;
}

.arcontactus-widget.arcontactus-message {
    z-index: 10;
    right: 20px;
    bottom: 50px;
    position: fixed !important;
    height: 70px;
    width: 70px;
}

.arcontactus-widget .arcontactus-message-button {
    width: 70px;
    position: absolute;
    height: 70px;
    right: 0;
    background-color: red;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.arcontactus-widget .arcontactus-message-button p {
    font-family: Ubuntu, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
    width: 84px;
    height: 84px;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.arcontactus-widget .arcontactus-message-button .icons {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    /*-webkit-animation:arcontactus-show-icons 6s infinite;
            animation:arcontactus-show-icons 6s infinite;*/
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}

.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    text-align: center;
}

.arcontactus-widget .arcontactus-message-button .static img {
    display: inline;
}

.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
    margin-top: -12px;
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: 0.5s;
}

.arcontactus-widget .pulsation.stop {
    -webkit-animation: none;
    animation: none;
}

.arcontactus-widget .icons-line {
    top: 10px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    /*-webkit-animation:arcontactus-icon-change 6s infinite;
        animation:arcontactus-icon-change 6s infinite;*/
    -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    height: 24px;
    transition: 0.2s all;
}

.arcontactus-widget .icons-line.stop {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.arcontactus-widget .icons-line span {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: red;
}

.arcontactus-widget .icons-line span svg,
.arcontactus-widget .icons-line span i {
    width: 24px;
    height: 24px;
}

.arcontactus-widget .icons-line span i {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
    margin-right: 40px;
}

.arcontactus-widget .static {
    transition: 0.2s all;
}

.arcontactus-widget .static.hide {
    transform: scale(0);
    opacity: 0;
}

.arcontactus-widget .icons {
    transition: 0.2s all;
}

.arcontactus-widget .icons.hide {
    transform: scale(0);
    opacity: 0;
}

.arcontactus-widget .icons.hide .icons-line {
    transform: scale(0);
}

.arcontactus-widget .icons .icon:first-of-type {
    margin-left: 0;
}

.arcontactus-widget .arcontactus-close {
    color: #FFFFFF;
}

.arcontactus-widget .arcontactus-close svg {
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in 0.12s all;
    -o-transition: ease-in 0.12s all;
    transition: ease-in 0.12s all;
    display: block;
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.arcontactus-widget .messangers-block,
.arcontactus-widget .arcontactus-prompt {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 235px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 80px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out 0.12s all;
    -o-transition: ease-out 0.12s all;
    transition: ease-out 0.12s all;
    z-index: 10000;
}

.arcontactus-widget .messangers-block:before,
.arcontactus-widget .arcontactus-prompt:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
    content: '';
}

.arcontactus-widget .messangers-block.show-messageners-block,
.arcontactus-widget .arcontactus-prompt.show-messageners-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt {
    color: #787878;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: auto;
    bottom: 10px;
    right: 80px;
    white-space: nowrap;
    padding: 18px 20px 14px;
}

.arcontactus-widget .arcontactus-prompt:before {
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #FFF;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px;
}

.arcontactus-widget .arcontactus-prompt.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 100;
    padding: 2px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
    height: 10px;
    width: 10px;
    display: block;
    position: relative;
    right: calc(-100% - -15px);
    top: 3px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
    border-radius: 10px;
    display: inline-block;
    left: 3px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 50px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0px 2px;
    -webkit-animation: arcontactus-updown 2s infinite;
    animation: arcontactus-updown 2s infinite;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(2) {
    animation-delay: 0.1s;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(3) {
    animation-delay: 0.2s;
}

.arcontactus-widget .messangers-block.sm .messanger {
    padding-left: 50px;
    min-height: 44px;
}

.arcontactus-widget .messangers-block.sm .messanger span {
    height: 32px;
    width: 32px;
    margin-top: -16px;
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.arcontactus-widget .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}

.arcontactus-widget .messanger:hover {
    background-color: #EEEEEE;
}

.arcontactus-widget .messanger:before {
    background-repeat: no-repeat;
    background-position: center;
}

.arcontactus-widget .messanger.facebook span {
    background: #0084ff;
}

.arcontactus-widget .messanger.viber span {
    background: #7c529d;
}

.arcontactus-widget .messanger.telegram span {
    background: #2ca5e0;
}

.arcontactus-widget .messanger.skype span {
    background: #31c4ed;
}

.arcontactus-widget .messanger.email span {
    background: #ff8400;
}

.arcontactus-widget .messanger.contact span {
    background: #7eb105;
}

.arcontactus-widget .messanger.call-back span {
    background: #54cd81;
}

.arcontactus-widget .messanger span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.arcontactus-widget .messanger span svg,
.arcontactus-widget .messanger span i {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.arcontactus-widget .messanger span i {
    font-size: 24px;
    line-height: 24px;
}

.arcontactus-widget .messanger p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
}

.arcontactus-widget .callback-countdown-block {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 410px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 80px;
    left: auto;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-out 0.12s all;
    -o-transition: ease-out 0.12s all;
    transition: ease-out 0.12s all;
    z-index: 10000;
    color: red;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 19px;
    display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer_timer {
    font-size: 38px;
    font-family: Arial, sans-serif;
}

.arcontactus-widget .callback-countdown-block.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arcontactus-widget .callback-countdown-block:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
    content: '';
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    display: none;
    position: relative;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone:before {
    transition: 0.2s all;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:before {
    background: rgba(255, 255, 255, 0.8);
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:after {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 2;
    top: 50%;
    bottom: 50%;
    margin-top: -15px;
    margin-bottom: -15px;
    background: url('../img/ring-alt.gif') no-repeat transparent scroll 0 0;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 3px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel] {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    border: 0;
    width: 203px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 11px 9px;
    border: 1px solid #DDDDDD;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit] {
    border-radius: 4px;
    border: 0;
    background-color: red;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px 9px;
    cursor: pointer;
    width: 132px;
    height: 36px;
    margin-left: 5px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit]:hover {
    opacity: 0.8;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry {
    height: 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 7px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    z-index: 1;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 7px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer h1 {
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    font-weight: 300;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.display-flex,
.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer.display-flex,
.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arcontactus-widget .callback-state {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    /*-webkit-animation:arcontactus-show-icons 6s infinite;
        animation:arcontactus-show-icons 6s infinite;*/
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    display: none;
    -webkit-animation: none;
    animation: none;
    z-index: 999999;
    transition: 0.2s all;
    transform: scale(0);
    color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arcontactus-widget .callback-state.display-flex {
    transform: scale(1);
}

.arcontactus-widget .callback-state svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.arcontactus-widget .callback-state .callback-state-img {
    position: absolute;
    top: 12px;
    left: 12px;
}

.arcontactus-widget .animation-pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width: 468px) {
    .arcontactus-widget.opened.left.arcontactus-message {
        width: auto;
        right: 20px;
        left: 20px;
    }

    .arcontactus-widget.opened.arcontactus-message {
        width: auto;
        right: 20px;
        left: 20px;
    }

    .arcontactus-widget .callback-countdown-block {
        width: 100%;
    }
}

@media (max-width: 428px) {
	
	#contact {
		bottom: 35px;
	}

    .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
        display: block;
    }

    .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel],
    .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit] {
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }
}

@keyframes arcontactus-updown {

    0%,
    43%,
    100% {
        transform: translate(0, 0);
    }

    25%,
    35% {
        transform: translate(0, -10px);
    }
}

@-webkit-keyframes arcontactus-updown {
    0% {
        transform: translate(0 0);
    }

    25% {
        transform: translate(-10px 0);
    }

    35% {
        transform: translate(-10px 0);
    }

    43% {
        transform: translate(0 0);
    }

    100% {
        transform: translate(0 0);
    }
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes arcontactus-show-stat {

    0%,
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    85%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes arcontactus-show-stat {

    0%,
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    85%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes arcontactus-show-icons {

    0%,
    20% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    85%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes arcontactus-show-icons {

    0%,
    20% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    85%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

/*
.hide{
	display: none;
}
*/


.aks {
	font-size: 1.5rem !important;
	text-transform: uppercase;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 15px;
	background: rgba(0,0,0,.25);
	color: #FF324A !important;
	display: inline-block;
	line-height: 30px !important;
}

.razv-online-old-price {
	text-decoration: line-through;
}

.razv-online-new-price {
	font-size: 1.5rem;
    color: #FF324A;
}




/********О Нас********/

.page-id-358 .sales,
.page-id-358 .black::before,
.page-id-358 .sales::before {
    background: none;
}

.page-id-358 .header-menu {
    padding: 0;
}

#section-2-o-nas {
	padding: 40px 0;
}

#section-2-o-nas h2 {	
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 60px;
	padding-left: 15px;
}

#section-3-o-nas h2 {	
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 40px;
	padding-left: 15px;
}

.section-2-o-nas-top,
.section-2-o-nas-bottom,
.section-3-o-nas-top,
.section-3-o-nas-bottom {
	text-align: center;
}

.section-2-o-nas-top,
.section-3-o-nas-top {
	margin-bottom: 60px;
}

.section-3-o-nas-bottom {
	margin-bottom: 100px;
}

.section-2-o-nas-box,
.section-3-o-nas-box {
	width: 200px;
    vertical-align: top;
    display: inline-block;
    margin: 0 15px;
}

.section-2-o-nas-box h3,
.section-3-o-nas-box h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}

.section-3-o-nas-box h3 {
	font-size: 1.1em;
}

.section-2-o-nas-box p,
.section-3-o-nas-box p {
	font-size: .9em;
	margin: 0;
	text-align: left;
	font-weight: normal;
}


.section-2-o-nas-box img {
	text-align: left;
	display: block;
}

.section-3-o-nas-box h4 {
	font-size: .9em;
	margin: 0 0 10px 0;
	text-align: left;
	font-weight: normal;
}

.section-3-o-nas-link {
	text-align: left;
	margin-top: 10px;
}

.section-3-o-nas-link a {
	text-decoration: none;
}






#menu-item-364,
footer .menu-item-364,
.page-id-358 #menu-item-12,
.page-id-358 footer .menu-item-12,
.mobil-menu li.menu-item-364,
.page-id-358 .mobil-menu li.menu-item-12
 {
	display: none !important;
}

.page-id-358 #menu-item-364,
.page-id-358 .mobil-menu li.menu-item-364,
.page-id-358 footer .menu-item-364 {
	display: inline-block !important;
}











@media (max-width: 960px) {
	
	.section-2-o-nas-box,
	.section-3-o-nas-box {
    width: 320px;
    margin: 0 15px 50px 15px;
	}
	
	.section-2-o-nas-box h3,
	.section-3-o-nas-box h3,
	.section-2-o-nas-box p,
	.section-3-o-nas-box p,
	#section-2-o-nas h2,
	#section-3-o-nas h2,
	.section-3-o-nas-box h4,
	.section-3-o-nas-link {
	    text-align: center;
	}
	
	#section-2-o-nas h2,
	#section-3-o-nas h2 {
		padding-left: 0;
	}
	
	.section-2-o-nas-box img,
	.section-3-o-nas-box img {
		margin-left: auto;
		margin-right: auto;
	}

	#section-2-o-nas h2,
	#section-3-o-nas h2 {
	    font-size: 3em;
	}
	
	.section-2-o-nas-top,
	.section-3-o-nas-top {
    margin-bottom: 0;
	}
	

}


@media (max-width: 480px) {
	
	#section-2-o-nas h2,
	#section-3-o-nas h2 {
	    font-size: 2em;
	    margin-bottom: 35px;
	}
	
	.section-2-o-nas-box,
	.section-3-o-nas-box {
    margin: 0 auto 50px auto;;
	}
	
	.section-3-o-nas-bottom {
	margin-bottom: 50px;
	}
	
}


@media (max-width: 400px) {
	
	.section-2-o-nas-box,
	.section-3-o-nas-box {
    width: 100%;
}


}




/********END О Нас********/