@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Roboto:wght@300;400;500&display=swap');

/*!
Theme Name: AtomPay.ru
Theme URI: http://underscores.me/
Author: Коломоец Сергей
Author URI: http://inox21@rambler.ru
Description: Тема для сайта atompay.ru
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inx
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.

SupPrint 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    padding-left: 20px;
    border-left: 3px solid #f6a504;
    font-family: sans-serif;
    font-style: italic;
    color: #fff;
    background: #0060aa;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}
blockquote p {
    margin-bottom:0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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: 1.5em 0 1.5em 0;
    padding-left: 15px;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

/* input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {

} */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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 */
html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 320px;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 16px 0;
	font-weight: 900;
	color: #2b3139;
	line-height: 1.3;
}
.open-sans{
	font-family: 'Open Sans', sans-serif;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 18px;
}
p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #8090AA;
	margin: 0 0 25px 0;
}
strong{
	font-weight: 500;
}
p a{
	text-decoration: underline;
	color: #004394;
}
p a:hover{
	text-decoration: none;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
	text-decoration: none;
	font-weight: 500;
	color: #004394;
}
ul , ol{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style: none;
}
ol{
	padding: 0 0 0 20px;
}
ol li{
	list-style: decimal;
}
/* buttons */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
/* inputs */
input{
	outline: none;
	border: 1px solid transparent;
}
.b-content p,
.b-input{
	position: relative;
	margin: 0 0 15px 0;
}
.b-content label,
.b-input__label{
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	color: #000000;
	margin: 0 0 7px 0;
	display: inline-block;
}
.b-content .input,
.b-input__text{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	-webkit-appearance: none;
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.b-content .input::-webkit-input-placeholder,
.b-input__text::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	opacity: 0.7;
}
.b-content .input:-moz-placeholder,
.b-input__text:-moz-placeholder{
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	opacity: 0.7;
}
input[type="submit"],
.b-btn{
	width: 100%;
	height: 45px;
	background: #063F73;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin: 20px 0 0 0;
	cursor: pointer;
}
input[type="submit"]:hover,
.b-btn:hover{
	background: #0a6ec9;
	transition: 0.3s;
}
input[type="submit"]:active, input[type="submit"]:focus,
.b-btn:active , .b-btn:focus{
	background: #0d4272;
	transition: 0.3s;
}
textarea{
	width: 100%;
	height: 128px;
	background: #ffffff;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2b3139;
	outline: none;
	resize: none;
}
.b-textarea{
	width: 100%;
	min-height: 70px;
	height: auto;
	max-height: 128px;
}
.b-textarea::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2b3139;
	opacity: 0.75;
}
.b-textarea:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2b3139;
	opacity: 0.75;
}

/* checkbox , radio */
.b-checkbox{
	margin: 21px 0 0 120px;
}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label span{
	width: 20px;
	height: 20px;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-checkbox input[type="checkbox"] + label span:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 2px;
	opacity: 0;
}
.b-checkbox input[type="checkbox"]:checked + label span:after{
	opacity: 1;
}
.b-checkbox label i{
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-style: normal;
}
/* radio */
.b-radio{
	
}
.b-radio:not(:last-child){
	margin-right: 5px;
}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
	margin: 0;
	background: #F2F2F2;
	border-radius: 3px;
	width: 80px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	color: #000000;
	cursor: pointer;
}
.b-radio input[type="radio"]:checked + label{
	background: #29ABD5;
	color: #ffffff;
}
.b-radio input[type="radio"] + label:hover{
	background: #29ABD5;
	color: #ffffff;	
}
.b-radio input[type="radio"] + label i{

}
select{
	outline: none;
}
.b-select{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	padding: 0 15px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background: #FFFFFF url('./assets/img/angle_down.svg');
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 15px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.b-content .input, .b-input__text , .b-select{
	border: 1px solid transparent;
	transition: 0.3s;
}
.b-content .input:focus,
.b-input__text:focus , .b-select:focus{
	border-color: #148fff;
	transition: 0.3s;
}
.fancybox-enabled{
	padding: 0 17px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-container{
	z-index: 999999;
}
.b-mobile{
	display: none;
}
.modal-dialog{
	pointer-events: inherit;
}
.modal{
	z-index: 99999999;
}
.slick-slide , .slick-slide:hover , .slick-slide:focus{
	outline: none !important;
}
.p-relative{
	position: relative;
}
.text-transform-none{
	text-transform: none !important;
}
.text-transform-uppercase{
	text-transform: uppercase !important;
}
.text-transform-lowercase{
	text-transform: lowercase !important;
}
.text-transform-capitalize{
	text-transform: capitalize !important;
}
.container{
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 0;
}
/* End Total css ====*/
.b-container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}
/* -------------- page index -------------- */
.b-header{
	background: rgba(4, 3, 3, 0.85);
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-header__left{

}
.b-logo{
	display: block;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.b-header__left-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
}
.b-header__right .b-footer__right-item{
	font-size: 16px;
	margin: 0 0 6px 0;;
}
.b-header__right .b-footer__right-item svg{
	width: 17px;
}
.b-header__right-row{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.b-login{
	width: 87px;
	height: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin-right: 5px;
	transition: 0.3s;
}
.b-login:hover , .b-login:active , .b-login:focus{
	transition: 0.3s;
	text-decoration: none;
	color: #c5c5c5;
}
.b-reg{
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-reg:hover , .b-reg:active , .b-reg:focus{
	transition: 0.3s;
	text-decoration: none;
	background: #c5c5c5;
}
/* -------------- b-main -------------- */
.b-main{
	background: url("./assets/img/bg.png") center top no-repeat;
	background-size: cover;
	padding: 175px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	text-align: center;
}
.b-main__title{
	font-weight: 600;
	font-size: 25px;
	line-height: 1.4;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 25px 0;
}
.b-main p{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
}
.b-main p:not(:last-child){
	margin-bottom: 25px;
}
.b-main__bottom{
	margin: 55px 0 0 0;
}
.b-main__btn{
	width: 230px;
    height: 60px;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 25px;
	transition: 0.3s;
}
.b-main__btn:hover , .b-main__btn:active , .b-main__btn:focus{
	text-decoration: none;
	background: #ffffff;
	color: rgba(4, 3, 3, 0.85);
	transition: 0.3s;
}
.b-main__bottom span{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color: #FFFFFF;
}
.b-main__bottom span a{
	font-weight: 600;
	color: #ffffff;
	position: relative;
	transition: 0.3s;
	margin: 0 0 0 6px;
}
.b-main__bottom span a:hover , .b-main__bottom span a:active , .b-main__bottom span a:focus{
	transition: 0.3s;
	text-decoration: none;
	color: #c5c5c5;
}
.b-main__bottom span a:after{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #ffffff;
	transition: 0.3s;
}
.b-main__bottom span a:hover:after , .b-main__bottom span a:active:after , .b-main__bottom span a:focus:after{
	transition: 0.3s;
	background: #c5c5c5;
}
.b-main__row{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 45px 0;
}
.b-main__row-item{
	width: 290px;
	margin: 0 10px 0 10px;;
}
.b-main__row-img{
    max-width: 60px;
    margin: 0 auto 15px;
}
.b-main__row-item p:not(:last-child){
	margin-bottom: 6px;
}


/* -------------- b-footer -------------- */
.b-footer{
	background: #2D2D2D;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer__content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 55px;
}
.b-footer__left{
	max-width: 430px;
}
.b-footer__logo{
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	color: #FFFFFF;
	display: block;
	margin-bottom: 15px;
}
.b-footer__left p{
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
}
.b-footer__right{
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer__right-item{
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: 0.3s;
	margin: 0 0 20px 0;
}
.b-footer__right-item:last-child{
	margin: 0;
}
.b-footer__right-item svg{
	margin-right: 10px;
    width: 20px;
}
.b-footer__right-item:hover , .b-footer__right-item:active , .b-footer__right-item:focus{
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s;
}
.b-footer__bottom{
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #C7C7C7;
}
.b-footer__bottom .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-copyright{
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	text-align: left;
	color: #FFFFFF;
}
.b-footer__bottom-link{
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	text-align: right;
	color: #FFFFFF;	
	text-decoration: underline;
}
/* -------------- b-login -------------- */
.b-content{
	background: #F5F5F5;
	flex-grow: 1;
	padding: 45px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
.b-registration{
	background: #FFFFFF;
	box-shadow: 0px 0px 13px rgba(29, 29, 29, 0.19);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 113px;
	min-height: 400px;
	max-width: 590px;
	margin: 0 auto 0;
}
.b-login__title{
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #000000;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #DEDEDE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* -------------- b-form -------------- */
.b-form{

}
.b-form .b-login__title{
	text-align: left;
	margin-bottom: 30px;
}
.b-form__content{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-form__nav{
	width: 300px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px rgba(29, 29, 29, 0.19);
	border-radius: 5px;
	flex-shrink: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form__nav ul{

}
.b-form__nav ul li:not(:last-child){
	margin-bottom: 10px;
}
.b-form__nav ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000000;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #DEDEDE;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
.b-form__nav ul li a:after{
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
	width: 5px;
	height: 5px;
	background: #063F73;
	border-radius: 100%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-form__nav ul li a svg{
	margin: 0 15px 0 0;
}
.b-form__nav ul li.active a svg path{
	fill: #063F73;
	transition: 0.3s;
}
.b-form__nav ul li.active a{
	color: #063F73;
	transition: 0.3s;
}
.b-form__nav ul li.active a:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-form__right{
	background: #FFFFFF;
	box-shadow: 0px 0px 13px rgba(29, 29, 29, 0.19);
	border-radius: 5px;
	flex-grow: 1;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 30px;
}
.form-row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -30px;
}
.form-col{
	width: 33.333333%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
}
.form-col .b-input{
	margin: 0;
}
.form-col .b-btn{
	margin: 30px 0 0 0;
}
/* -------------- b-table -------------- */
.b-table{

}
.table-content{
	padding: 15px;
	min-height: 330px;
}
.b-table table{
	width: 100%;
	border-collapse: collapse;
}
.b-table table thead tr th{
	background: #EAEAEA;
	border-bottom: 1px solid #DADADA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	height: 34px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
	border-right: 1px solid #FFFFFF;
}
.b-table table thead tr th:last-child{
	border-right: none;
	width: 280px;
}
.b-table table thead tr th:nth-child(2){
	text-align: left;
	width: 250px;
}
.b-table table tbody tr td{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
	height: 34px;
	padding: 0 15px;
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-table table tbody tr td:nth-child(2){
	text-align: left;
}
.b-table table tbody tr td:last-child{
	color: #A0A0A0;
}
.b-table table tbody tr td.green{
	color: #009D2C;
}
.b-table table tbody tr td.red{
	color: #DE0505;
}
.b-table table tbody tr td.black{
	color: #000000;
}
.alert a {
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}
.alert-primary,
.alert-info,
.login-info {
	background: #d7f3fa;
	color: #4275ac;
	padding: 8px;
	border-radius: 5px;
}
.alert-danger,
.alert-error {
	background: #fad7d7;
	color: #ac4242;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.alert-success {
	background: #dffad7;
	color: #42ac4e;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 20px;
}
span.registration-span {
	float: right;
}

.order-status {

}
.order-status.succeeded {
	color: #009D2C;
}
.order-status.default,
.order-status.pending {
	color: #A0A0A0;
}
.order-status.canceled {
	color: #DE0505;
}


.b-cookies{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(74 74 74);
	text-align: center;
	padding: 20px 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-cookies .container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-cookies__text{
	color: #ffffff;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
}
.b-cookies__btn{
	width: 70px;
	height: 30px;
	background: #ffffff;
	border-radius: 3px;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin: 0 0 0 15px;
	flex-shrink: 0;
}

/* 23.10.22 */
.total {
	margin: 30px 0 0 0;
	padding: 6px;
	font-size: 27px;
	font-weight: bold;
	color: #535353;
}
#send-to-email-price {
	font-weight: bold;
}
#send-to-email-price,
.total span {
	color: #489333;
}
#options {
	padding-top: 30px;
}
.child-services {
	padding-top: 21px;
}
#products {
	padding-top: 5px;
}
.product {
	margin: 30px 0 20px;
}
.product span {
	font-size: 16px;
	font-weight: bold;
	color: #535353;
	margin: 0;
	display: block;
}
.product input {
	width: 80px;
	height: 40px;
	margin-top: 10px;
	margin-left: 10px;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
	border: 1px solid transparent;
	transition: 0.3s;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 14px;
}
.product span i {
	color: #489333;
}

.loading-icon {
	width: 18px;
	height: 18px;
	background-image: url('./assets/img/loading.gif');
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.header-user {
	color: #fff;
	padding-right: 15px;
}
.js-service-qty.has-error,
.has-error {
	border-color: #f79090;
	box-shadow: 0px 0px 9px rgba(253, 7, 7, 0.25);
}

.privacy-policy-link input {
  margin-right: 5px;
}
.privacy-policy-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

.form-row.privacy-policy-link {
  padding: 15px;
}

.form-row.privacy-policy-link a {
  text-decoration: underline;
}
.form-row.privacy-policy-link a:hover {
  text-decoration: none;
}

.form-row.privacy-policy-link a.has-error {
  color:#ac4242;
  box-shadow: none;
}
.form-col#options {
    width: 100%;
    padding-bottom: 20px;
}


#children-dropdown-select {
  display: none;
  width: 100%;
  background: #FFFFFF;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-top: 1px;
  position: absolute;
  z-index: 1;
}
#children-dropdown-select li{
  padding: 10px 15px;
  cursor: pointer;
}
#children-dropdown-select li:hover{
  background: #ccc;
}
.help {
  color: #535353;
}
.help .collapse-btn {
  cursor: pointer;
  text-decoration: underline;
}
.help .collapse-btn:hover {
  text-decoration: none;
}
.collapse-div {
  display: none;
  padding-top: 10px;
  line-height: 1.2;
}