@import url('https://fonts.googleapis.com/css2?family=Petrona:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
} 
body {
	margin: 0; font-family: 'Petrona', serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: 'Petrona', serif;}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}

button,
select {
	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.
 */
 

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #212121;
	font-family: 'Petrona', serif;
	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 {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
font-family: 'Petrona', serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
font-family: 'Petrona', serif;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f8fbfe;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}
 
a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}
.iti.iti--allow-dropdown {
    width: 100%;
    padding-left: 50px;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
    width: auto;
}

.main-navigation {
    width: 70%;
}
.iti__country-name, .iti__flag-box {
 
    color: black;
}

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    padding: 0 16px 0;
}
.btn.btn-blue a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: white;
    background: #1E86E6;
    border-radius: 57px;
    padding: 16px 34px;
	transition:0.3s;}
}
btn.btn-blue a {background:#52A2EB;}
/* Small menu. */
.menu-call {
    margin-left: auto;
    padding-right: 30px;
}


.menu-toggle,
.main-navigation.toggled ul {
	display: block; align-items: center;
}
.btn.btn-blue {
    margin-left: 30px;
}
.main-navigation a:hover {
    color: #cb2525;
}
.center{text-align:center;}
.main-navigation  .btn.btn-blue a:hover {
    background: #52A2EB; color:white;
}
header#masthead {
    background: black;
    color: white;
    padding: 5px 0 5px; font-size: 20px;
}
button.menu-toggle {
    display: none;
}
.menu-menu-1-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul#primary-menu {
    margin: 0;
    width: 100%;
}
.main-navigation li {
    display: inline-block;
}
.menu-call a {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #04D5A1;
    width: 190px;
    border: 1px solid #04D5A1;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}
section.home-bl1 {
    background: url(../img/bl1-bg.jpg);
    padding: 80px 0 80px; 
	    position: relative;
}
section.home-bl1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(2 2 2 / 81%);
    top: 0;
}
 .heading-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 53px;
}
h1 .heading-title {
    font-size: 40px;
}
.white {
    color: white;
}
.container {
    max-width: 1280px;
}
.heading-title span {
    color: #CB2525;
}
.image-box.imbox1 {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 4px 12px 20px rgb(128 128 128 / 33%);
}
section.home-bl8 p.text-baner {
    margin: 15px auto 0px;
}
p.text-baner {
    padding: 10px 0 25px;
    max-width: 760px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin: auto;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
}
p.text-baner img {
    margin-right: 20px;
}
span.snoska {
    margin-right: 25px;
}
p.text-baner.text-sm {
    font-size: 18px;
    margin-bottom: 35px;
}
 .text-sm {
    font-size: 18px;
}
ul.block1-list li {
    display: inline-block;
    width: 49%;
    padding-right: 15px;
    line-height: 1.2;
    margin: 0 0 30px;
}
.team p {
    margin: 0;
}
p.block-tetle.left {
    text-align: left;
}
.block-tetle.left:before {
    border-bottom: 3px solid #00BC72;
    content: "";
    width: 80px;
    position: absolute;
    left: 0%;
margin: 0 0 0 0px;}
section.home-bl3 p {
    margin-bottom: 10px;
}
.block-tetle {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 15px 0 10px;
	position: relative;
}
.block-tetle:before {
    border-bottom: 3px solid #00BC72;
    content: "";
    width: 80px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -40px;
    bottom: 0;
}
p.fz-20 {
    font-size: 20px;
    margin: 5px 0 0;
}
ul.block1-list {
    max-width: 689px;
    margin: auto;
}
a.btn.btn-primary.btn-lg  { 
    padding: 7px 35px;
    background: #00BC72;
    box-shadow: 0px 4px 4px #00bc72;
    border-radius: 5px;
    border: 0;
    font-weight: 700;
    font-size: 25px;
}
ul.block1-list li span {
    color: #FE2C2B;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1;
    padding-right: 10px; display: inline-block;
}
h1.heading-title.txt-purpl.center {
    font-weight: 700;
    font-size: 48px;
    max-width: 860px;
    margin: 30px auto 30px;     line-height: 1;
}
.txt-purpl {
    color: #8827FF;
}
a.btn.btn-color-trans {
    background: transparent; border: 1px solid #FFFFFF;     color: white;
}
a.btn.btn-color-white {
    color: black;
    background: white;
}
.mr-15 {
    margin-right: 25px;
}
section.home-bl1 .row {
    align-items: center;
}
span.button-str {
    color: white;
    display: inline-block;
    background: #CB2525;
    width: 40px;
    height: 40px;
    line-height: 37px;
    vertical-align: middle;
    border-radius: 50%;
    margin: -9px 10px -7px -25px;
}
section.home-bl2 {
    font-size: 18px;
}
.home-bl2 .text-sm {
    font-size: 14px;
    margin: -15px 0 0;
}
.home-bl2 {
    background: white;
    padding: 20px 0 20px;
}
.home-bl3 {
    background: white;
 padding: 0 0 40px;
}
.home-bl4 {
    background: #130D27;
    padding: 60px 0 40px;
}
.news-wrapper p {
    text-align: center;
    margin: 5px 0 5px;
    line-height: 1.2;
    padding: 0 15px 10px;
}
.step-box .big-txt {
font-weight: 700;
    font-size: 80px;
    line-height: 1;
    position: relative;
    padding: 0 0 5px;
    margin: 10px 0 20px;
	margin-left: -20px;
}
.feedback-block p:nth-child(2) {
    color: #00BC72;
}
.step-box .big-txt:before {
    border-bottom: 3px solid #00BC72;
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
    margin: 0 0 0 0px;
    bottom: 0;
}
.step-box {
    margin-bottom: 40px;
    line-height: 1.1;
}
.sm-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
}
.flex-ar {
    display: flex;
    margin: 0 0 25px;
}
.home-bl5 {
    background: url(../img/bl5-bg.jpg);
    background-size: cover;
    padding: 40px 0 40px;
	  position: relative;
}
.home-bl5:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 93%);
    position: absolute;
    top: 0;
}
.home-bl5 .container {
    position: relative;
    z-index: 2;
}
.block-box {
    display: flex;
    min-height: 150px;
    align-items: center;
    max-width: 510px;
    margin: 20px auto 10px;
	font-size:20px;
}
span.red {
    color: #CB2525;
}
.block-box p {
    margin: 0 0 8px;
}
.block-box p.text-sm {
    
    line-height: 1.3;
}
.block-box img {
    margin-right: 30px;
}
section.home-bl6 {
    background: white;
    padding: 60px 0 60px;
}
.step-box p {
    font-size: 20px;
    font-weight: 600;
	margin: 10px 0 10px;
}
.step-box p.text-sm {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
section.home-bl7:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 81%);
    position: absolute;
    top: 0;
}
section.home-bl7 {
    padding: 50px 0 20px;
    background: url(../img/bl1-bg.jpg);
    background-size: cover;
      position: relative;
}
.feedback-block {
  
  
    margin: 12px;
	padding-bottom:10px;
}
.feedback-block iframe {
 
    border-radius: 15px;
 
}
.feedback-block p.text-sm {
    font-size: 15px;
    min-height: 85px;
}
.feedback-block p {
    padding: 0px 20px 0;
    margin: 7px 0 7px;
    text-align: center;
    line-height: 1.3;
	font-weight: 700; font-size: 20px;
}
.feedback-block p.text-vsm {
    font-size: 15px;
}
span.black {
    color: black;
}

img.blue-bg {
    position: relative;
	z-index:2;
	border-radius: 15px;
     height: 100%;
    object-fit: cover;
}
section.home-bl8 .row .col-sm-12.col-lg-6:last-child:after {
    content: "";
    width: calc(100% - 50px);
    height: calc(100% - 20px);
    border-radius: 14px;
    background: rgba(63, 114, 180, 0.5);
    position: absolute;
    top: 0;
margin: 50px 60px 0px;
    left: 0;
}
a.btn.btn-lg.btn-color-blue {
    background: #3F72B4;
    box-shadow: 0px 4px 5px rgb(63 114 180 / 60%);
	color: white;
}
footer#colophon {
color: white;
    padding: 15px 0 5px;
    background: #130D27;
}
.foot-w-b ul {
    margin: 0 40px 0 0px;
    padding: 0;
	list-style: none;
}
.textwidget.w-menu {
    display: flex;
    /* justify-content: space-around; */
}
.widget-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
}
footer#colophon .widget p {
    margin: 0 0 2px;
}
footer#colophon a.btn.btn-primary.btn-lg.btn-color-trans {
    background: transparent;
    border: 1px solid #00BC72;
    box-shadow: none;
    font-size: 16px;
    padding: 8px 25px;
}
footer#colophon a.btn.btn-primary.btn-lg.btn-color-trans:hover {
    background: #00BC72;;
 
}
.row.justify-content-center {
    text-align: center;
}
.foot-w-b.right {
    text-align: right;
}
.foot-w-b ul li a {
    color: white;
    font-size: 18px;
}
footer#colophon .row.justify-content-between {
    align-items: center;
    justify-content: space-between;
}
header#masthead .row.justify-content-between.align-items-center {
    padding: 0 15px 0;
}
main#primary {
    overflow: hidden;
}
 

.work-cyr {
    font-size: 60px;
    font-weight: 600;
}
.work-wrapper p {
    font-size: 20px;
    margin: 10px 0 10px;
}
.work-wrapper p.text-sm {
    font-size: 18px;
}
.team-wrapper p {
    margin: 10px 0 10px; font-size: 20px;
}
.team-wrapper .text-sm {
    font-size: 18px;
}
.team-image {
    border-radius: 15px;
    overflow: hidden;
}
button#btn-back-to-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
section.home-bl6 .row  .col-lg-3:last-child .step-box:after {display:none;}
.modal-content {
    background: linear-gradient(110.51deg, rgba(97, 97, 97, 0.8) 0.39%, rgba(31, 31, 31, 0.296) 100.58%);
    box-shadow: 0px 4px 15px rgb(189 189 189 / 38%);
    color: white;
    padding: 60px 30px 20px;
}
.modal-open .modal {
 
    background: linear-gradient(111.34deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 59, 113, 0.99) 100%);
}

.modal-content button.btn.btn-secondary {
    background: #b30808;
    border: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    right: 12px;
    top: 12px;
}
.modal-content p.center {
    margin: 0px 0 12px;
}
form#contactsfomt {
padding: 25px 0 25px;
    max-width: 370px;
    margin: auto;
    width: 100%;
}
form#contactsfomt2 {
padding: 25px 0 25px;
    max-width: 370px;
    margin: auto;
    width: 100%;
}
.modal-dialog {
    margin: 6.75rem auto;
}
form#contactsfomt input {
    border-radius: 0px 15px;
   
    color: #3F72B4;
    padding: 12px;
    width: 100%;
    padding-left: 55px;
}
form#contactsfomt2 input {
    border-radius: 0px 15px;
   
    color: #3F72B4;
    padding: 12px;
    width: 100%;
	    padding-left: 55px;
}
form#contactsfomt .btn.btn-primary.btn-lg.btn-color-blue.btn-sqw {
background: #5504B9;
    box-shadow: 0px 4px 4px rgb(0 114 219 / 20%);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border: 0;
    max-width: 290px;
}
form#contactsfomt2 .btn.btn-primary.btn-lg.btn-color-blue.btn-sqw {
background: #5504B9;
    box-shadow: 0px 4px 4px rgb(0 114 219 / 20%);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    border: 0;
    max-width: 290px;
}
button.btn:hover {
    opacity: 0.65;
    transition: 0.3s;
}

a.btn.btn-color-white:hover {
    background: #cb2525;
    color: white;
    transition: 0.3s;
    border-color: #cb2525;
}
a.btn.btn-color-trans:hover {
    background: #cb2525;
    color: white;
    border-color: #cb2525;
}
 
input#name {
    background: url(../img/profile-form.svg) white;
    background-position: center left;
    background-repeat: no-repeat;
    background-position-x: 15px;
}
input#email {
    background: url(../img/mail-form.svg) white;
    background-position: center left;
    background-repeat: no-repeat;
    background-position-x: 15px;
}
input#phone {
    background: url(../img/phone-form.svg) white;
    background-position: center left;
    background-repeat: no-repeat;
    background-position-x: 15px;
}
input#phone2 {
    background: url(../img/phone-form.svg) white;
    background-position: center left;
    background-repeat: no-repeat;
    background-position-x: 15px;
}








@media (max-width: 1020px) {
.menu-menu-1-container {
    display: none;
}
button.menu-toggle {
    display: block;
    float: right;
    width: 40px;
    height: 35px;
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
	cursor: pointer;
	outline: none;
}
button.menu-toggle span {
    width: 100%;
    height: 4px;
    background: white;
    display: block;
}
button.menu-toggle span:before {
    content: "";
    width: 100%;
    height: 4px;
    background: white;
    position: absolute;
    top: 4px;
    left: 0;
}
button.menu-toggle span:after {
    content: "";
    width: 100%;
    height: 4px;
    background: white;
    position: absolute;
    top: 28px;
    left: 0;
}
header#masthead.mobile-show .menu-menu-1-container {
    display: block;
    position: absolute;
    top: 114px;
    background: #001527;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 20px 15px 50px;
    text-align: center;
}
header#masthead.main-navigation li {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
}
.menu-call a {
    display: inline-block;
}
ul#primary-menu {
    margin: 0;
    width: 100%;
    padding: 0;
}
.main-navigation a {
  
    font-size: 24px;
}
header#masthead.mobile-show button.menu-toggle span {
    background: transparent;
}
header#masthead.mobile-show button.menu-toggle span:before {
    transform: rotate(45deg); top: 10px;
}
header#masthead.mobile-show button.menu-toggle span:after {
    top: 11px;
    transform: rotate(-45deg);
}
.main-navigation li {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
}

}


@media (max-width: 990px) {
section#faq .col-lg-3.col-sm-6.col-sx-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
	
	 section.home-bl3 p.block-tetle.left:before {
    left: 50%;
    margin-left: -40px;
}
section#faq .row .col-lg-6 {
    order: 3;
    text-align: center;
}
.step-box {
    display: flex;
    width: 100%;
    align-items: center; flex-wrap: wrap;
}
.step-box p.text-sm {
    padding-left: 30px;
}
.foot-w-b.right {
    text-align: center;
}
.step-box .big-txt {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    position: relative;
    padding: 0 0 5px;
    margin: 10px 0 20px;
    margin-left: 0px;
    margin-right: 15px;
    width: 100px;
}



	section.home-bl3 p.block-tetle.left {
    text-align: center;
    margin-top: 30px;
}
.news-image {
    text-align: center;
    margin-top: 30px;
}	
	section.home-bl3 {
    text-align: center;
}
	
section.home-bl1 .row {
    text-align: center;
}
p.text-baner {
    font-size: 25px;
    max-width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.3;
    text-align: center;
}
p.text-baner span.snoska {
    display: none;
}
p.text-baner {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.main-navigation {
    width: auto;
}
.col-lg-3.col-xs-6 {
    width: 50%;
}
.step-box {
    margin-bottom: 75px;
}
 
.heading-title {
   
    font-size: 24px;
   line-height: 30px;
}
p.text-baner {
    font-size: 20px;
}
section.home-bl2 {
    font-size: 16px;
}
.team-wrapper p {
    margin: 5px 0 5px;
    font-size: 20px;
}
.team-wrapper .text-sm {
    font-size: 14px;
}
.team-wrapper {
    margin: 15px 0 35px;
}
.work-wrapper p.text-sm {
    font-size: 16px;
}
.text-sm {
    font-size: 15px;
}
footer#colophon .row.justify-content-between {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.foot-w-b ul {
    margin: 20px 0 20px;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
.textwidget.w-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.foot-w-b ul {
margin: 0px 0 0px;}
.foot-w-b {
    padding: 0 0 25px;
}
.team-wrapper p {
    margin: 5px 0 5px;
    font-size: 16px;
}
}
@media (max-width: 490px) {
	h1.heading-title.txt-purpl.center {
    font-weight: 700;
    font-size: 32px;}
.step-box p.text-sm {
    padding-left: 0px;
    width: 100%;
}	
a.btn.btn-primary.btn-lg {
    font-size: 20px;
}
.team.center {
    margin-bottom: 35px;
}	 
.sm-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
}	
	
	
a.btn.btn-primary.btn-lg {
    border-radius: 100px;
    font-size: 18px;
    padding: 10px 30px;
    margin: 0 0 10px;
}
.container.gallery-sh img {
    margin: 10px 0 10px;
}
footer#colophon {
    background: #253E5E;
    color: white;
    padding: 10px 0 10px;
}
 .modal-dialog {
    margin: 1.75rem auto;
}
.modal-content p.center img {
    max-width: 135px;
}
section.home-bl6 {
    background: white;
    padding: 30px 0 30px;
}
.flex-ar {
    display: flex;
    margin: 0 0 25px;
    flex-wrap: wrap;
    text-align: center;
}
.flex-ar > div {
    width: 100%;
    margin: 0 0 12px;
}
header#masthead {
    font-size: 14px;
}
ul.block1-list {
    max-width: 689px;
    margin: auto;
}
.menu-call a {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #04D5A1;
    width: 115px;
    border: 1px solid #04D5A1;
    text-align: center;
    padding: 5px 5px;
    border-radius: 5px;
}
ul.block1-list li {
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
}
p.fz-20 {
    font-size: 18px;
    margin: 5px 0 0;
    line-height: 1;
}


ul.block1-list li span {
    
font-size: 1.7em;}
.menu-call {
    margin-left: 0;
    padding-right: 0px;
}
.site-branding {
    max-width: 225px;
    margin: 0 auto 10px;
}
.step-box {
    margin-bottom: 25px;
}
.step-box .big-txt {
    margin-bottom: 7px;
}
.block-tetle {
    font-weight: 700;
    font-size: 27px;
    line-height: 29px;
}
section.home-bl1 {
    background: url(../img/bl1-bg.jpg);
    padding: 30px 0 20px;
    position: relative;
}
}