/*   
Theme Name: Spartan
Theme URI: https://spartan.by
Description: Individual WP Theme
Author: Maxim
Author URI: https://spartan.by
Version: 1.0
*/


/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/roboto-v18-latin-300.eot');
    src: local('Roboto Light'), local('Roboto-Light'), url('./fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), url('./fonts/roboto-v18-latin-300.woff2') format('woff2'), url('./fonts/roboto-v18-latin-300.woff') format('woff'), url('./fonts/roboto-v18-latin-300.ttf') format('truetype'), url('./fonts/roboto-v18-latin-300.svg#Roboto') format('svg');
}*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/roboto-v18-latin-regular.eot');
    src: local('Roboto'), local('Roboto-Regular'), url('./fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/roboto-v18-latin-regular.woff2') format('woff2'), url('./fonts/roboto-v18-latin-regular.woff') format('woff'), url('./fonts/roboto-v18-latin-regular.ttf') format('truetype'), url('./fonts/roboto-v18-latin-regular.svg#Roboto') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
	font-display: swap;
    src: url('./fonts/roboto-v18-latin-500.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'), url('./fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), url('./fonts/roboto-v18-latin-500.woff2') format('woff2'), url('./fonts/roboto-v18-latin-500.woff') format('woff'), url('./fonts/roboto-v18-latin-500.ttf') format('truetype'), url('./fonts/roboto-v18-latin-500.svg#Roboto') format('svg');
}

/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/roboto-v18-latin-700.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), url('./fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('./fonts/roboto-v18-latin-700.woff2') format('woff2'), url('./fonts/roboto-v18-latin-700.woff') format('woff'), url('./fonts/roboto-v18-latin-700.ttf') format('truetype'), url('./fonts/roboto-v18-latin-700.svg#Roboto') format('svg');
}*/
/*html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*/
body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -.011em;
    color: #747d8c;
}
/* grid */
.grid-1-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px;
}
.grid-2-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px;
}
.grid-3-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px;
}
.grid-item {
    /*padding: 5px;*/
    margin:5px;
    flex-grow: 1;
    flex-basis: 0;
}/*.grid-1-column {
  display: grid;
  grid-template-columns: auto;
}
.grid-2-column {
  display: grid;
  grid-template-columns: auto auto;
}
.grid-3-column {
  display: grid;
  grid-template-columns: auto auto auto;
}
.grid-item {
	padding: 10px;
}*/
/* adaptive grid */
@media screen AND (min-width: 0px) AND (max-width: 768px) {
    .grid-1-column {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }
    .grid-2-column {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }
    .grid-3-column {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }
}/*@media screen AND (min-width: 0px) AND (max-width: 768px) {
    .grid-2-column {
      display: grid;
      grid-template-columns: auto;
    }
    .grid-3-column {
      display: grid;
      grid-template-columns: auto;
    }
}*/
/* grid elements styles */
.custom_button {
	background: #4285f4;
    color: #ffffff !important;
    margin: 10px auto;
display: block;
max-width: 200px;
}
.custom_button:hover {
    background:#2a56c6 !important
}
.text_content {
	text-align: justify;
}
.wrapper:after,
ul.lang:after,
ul.list li:after {
    content: ' ';
    clear: both;
    display: block
}

a {
    text-decoration: none
}

header.header .wrapper {
    padding: 8px 20px 5px;
    max-width: 1152px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 54px
}

header.header {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    height: 54px;
    position: fixed;
    width: 100%;
    z-index: 3
}

section.slide-main {
    padding-top: 54px
}
@media screen AND (min-width: 0px) AND (max-width: 640px) {
    section.slide-main {
        display: none;
    }
}
header.header .logo {
    float: left;
    margin: 0 0 0 2px
}

.logo img {
    width: 190px;
    height: auto;
    margin: -5px 0 0
}

header.header .buttons.order {
    float: right;
    margin: 0
}

header.header .buttons.order a {
    text-transform: uppercase;
    background: #4285f4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: .09em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

header.header .buttons.order a i {
    display: inline-block;
    width: 23px;
    height: 14px;
    background: url(images/baseline-done_all-24px.svg) 0 0 no-repeat;
    vertical-align: middle;
    margin: 0 11px 0 0
}

.lang-wrap {
    float: right;
    margin: 0
}

ul.lang {
    list-style: none;
    padding: 0;
    border-radius: 4px;
    background: #fafafa;
    display: block;
    overflow: hidden;
    height: 35px;
    margin: 0 16px 0 0
}

ul.lang li {
    position: relative;
    cursor: pointer
}

ul.lang li:hover {
    background: #F2F2F2
}

ul.lang li:first-of-type {
    border-top: 0
}

ul.lang li {
    border-top: 1px solid #eee
}

ul.lang li:first-of-type:after {
    content: ' ';
    background: url(images/baseline-arrow_drop_down-24px.svg) 0 0 no-repeat;
    width: 11px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin: 16px 13px 0 0
}

ul.lang li:first-of-type:before {
    content: ' ';
    position: absolute;
    right: 39px;
    top: 0;
    bottom: 0;
    height: 35px;
    background: #eee;
    width: 1px
}

ul.lang a {
    color: #424242;
    padding: 10px 32px 10px 16px;
    display: inline-block
}

ul.lang.full {
    height: auto
}

/*section.slide-main::before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/wp.svg) right 0px top 50px no-repeat;
    width: 50%
}
section.slide-main::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(images/bitrix.svg) left 0px top 60px no-repeat;
    width: 50%;
}*/
section.slide-main {
    text-align: center;
    position: relative;
    /*background: #4285f4 url(images/clouds.svg) center bottom -3px no-repeat*/
}
section.inner_page.slide-main {
    text-align: center;
    position: relative;
    background: #4285f4 url(images/clouds.svg) center bottom -3px no-repeat
}
.spartan_clouds {

    z-index: 999;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    margin-bottom: -2px;

}
section.slide-main .wrapper {
    /*padding: 0 0 127px;*/
    position: relative
}

section.slide-main .wrapper>div {
    position: relative;
    z-index: 2
}
/*section.slide-main .wrapper:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(images/stars1.svg) 40% 40% no-repeat;
    width: 50%
}

section.slide-main .wrapper:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(images/stars2.svg) 10% 15% no-repeat;
    width: 50%
}*/

section.slide-main .text {
    font-size: 33px;
    color: #fff;
    padding: 70px 0 33px;
    letter-spacing: .38px;
    font-weight: 400
}

footer.footer .right-col a:hover i {
    background: url(images/button-big.svg) right 0 no-repeat;
    background-size: cover
}

section.slide-main .check_site-wrap {
    max-width: 808px;
    margin: 0 auto
}

section.slide-main .check_site_input {
    float: left;
    position: relative;
    width: 580px
}

section.slide-main .check_site_input:after {
    content: ' ';
    width: 20px;
    height: 10px;
    position: absolute;
    background: url(images/baseline-link-24px.svg) 0 0 no-repeat;
    left: 18px;
    top: 25px
}

section.slide-main .check_site-wrap input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: 56px;
    color: #757575;
    background: #f5f5f5;
    border: 0;
    border-radius: 4px;
    padding: 4px 15px 0 57px
}

section.slide-main .check_site-wrap input[type="text"]::-webkit-input-placeholder {
    color: #757575;
    letter-spacing: .18em
}

section.slide-main .check_site-wrap input[type="text"]::-moz-placeholder {
    color: #757575;
    letter-spacing: .18em
}

section.slide-main .check_site-wrap input[type="text"]:-ms-input-placeholder {
    color: #757575;
    letter-spacing: .18em
}

section.slide-main .check_site-wrap input[type="text"]:-moz-placeholder {
    color: #757575;
    letter-spacing: .18em
}

section.slide-main .check_site-wrap button {
    width: 211px;
    float: right;
    border-radius: 4px;
    background: #fff;
    height: 56px;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .2em;
    padding: 2px 0 0;
    cursor: pointer
}

section.slide-main .check_site-wrap button i {
    background: url(images/refresh.svg) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 12px 0 0
}

section.slide-main .desc-text {
    clear: both;
    max-width: 808px;
    margin: 0 auto;
    text-align: left;
    padding: 11px 0 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: -.07px
}

section.slide-main .desc-text a {
    color: #fff;
    font-weight: 500
}

section.slide-main .sub-title {
    font-size: 21px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    color: #fff;
    margin: 49px auto 0;
    max-width: 999px;/*max-width: 650px;*/
    line-height: 27px;
    letter-spacing: .36px
}

section.main .wrapper {
    padding: 65px 20px 5px;
    max-width: 1150px;
    margin: 0 auto
}

section.main .left-col {
    width: 31%;
    float: left;
    box-sizing: border-box;
    padding: 0 70px 0 0;
    min-height: 100px;
    position: relative
}

section.main .right-col {
    width: 69%;
    float: left
}

.landingItem1 {
    padding: 34px 0 0
}

ul.main-navigation {
    background: #fafafa;
    list-style: none;
    margin: 0;
    padding: 16px 0;
    border-radius: 4px
}

.wrap-items-slide .title {
    font-size: 27px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    margin: 0 0 47px
}

.landingItem1 .step .text {
    line-height: 21px
}

.landingItem1 .step {
    width: 26%;
    display: inline-block;
    position: relative;
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    max-width: 196px;
    vertical-align: top;
    padding: 25px 0;
    box-sizing: border-box;
    background: #fff;
    margin: 0 -8px 0 0;
    height: 180px
}

.landingItem1 .steps1 {
    border-radius: 4px 0 0 4px
}

.landingItem1 .steps3 {
    border-radius: 0 4px 4px 0
}

.landingItem1 .steps4 {
    border-radius: 4px
}

.landingItem1 .steps1:after,
.landingItem1 .steps2:after,
.landingItem1 .steps3:after {
    content: ' ';
    position: absolute;
    top: -16px;
    width: 32px;
    height: 32px;
    background: #fff url(images/baseline-arrow_forward_ios-24pxNormal.svg) center center no-repeat;
    text-align: center;
    border-radius: 160px;
    box-sizing: border-box;
    margin: 0 0 0 -16px
}

.landingItem1 .step .icons {
    height: 77px;
    padding-top: 5px;
    margin: 0 0 11px
}

.landingItem1 .step .icons .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.landingItem1 .step .icons img {
    vertical-align: middle
}

.landingItem1 .step.steps4 {
    float: right
}

.landingItem1 .steps4:after {
    content: ' ';
    position: absolute;
    top: -16px;
    width: 32px;
    height: 32px;
    background: #fff url(images/baseline-arrow_forward_ios-24px.svg) center center no-repeat;
    text-align: center;
    border-radius: 160px;
    box-sizing: border-box;
    margin: 0 0 0 -16px
}

.landingItem1 .hr {
    height: 1px;
    text-align: center;
    position: relative;
    background: #eee;
    margin: 31px 0
}

.landingItem1 .hr i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #4285f4 url(images/baseline-arrow_forward_ios-24pxNormal_1Hover.svg) center center no-repeat;
    text-align: center;
    border-radius: 160px;
    box-sizing: border-box;
    margin: -12px 0 0 -16px;
    left: 50%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07)
}

.landingItem1 .sub-text {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    color: #dc4338;
}

.landingItem1 .sub-text strong {
    color: #4cd964;
    font-weight: 500
}

.landingItem2 {
    padding: 99px 0 0
}

.landingItem2 .wrap-items-slide .title {
    margin: 0 0 32px
}

.landingItem2 .text {
    line-height: 27px;
    font-size: 16px
}

.landingItem2 .text p {
    margin: 0 0 21px
}

.forms {
    margin: 0 -15px;
    padding: 14px 0 0
}

.forms .left-column {
    float: left;
    width: 39%;
    padding: 0 15px;
    box-sizing: border-box
}

.forms .right-column {
    float: left;
    width: 61%;
    padding: 0 15px;
    box-sizing: border-box
}

.forms .forms-block input,
.forms .forms-block textarea.comment {
    width: 100%;
    box-sizing: border-box;
    height: 56px;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0 57px
}

.forms .forms-block textarea.comment {
    padding: 20px 20px 15px 57px;
    height: 129px;
    resize: vertical
}

.forms .forms-block {
    margin: 0 0 15px
}

input.name {
    background: #f5f5f5 url(images/baseline-person-24px.svg) 20px center no-repeat
}

input.phone {
    background: #f5f5f5 url(images/baseline-phone-24px.svg) 20px center no-repeat
}

input.email {
    background: #f5f5f5 url(images/baseline-email-24px.svg) 20px center no-repeat
}

input.site {
    background: #f5f5f5 url(images/baseline-link-24px.svg) 20px center no-repeat
}

textarea.comment {
    background: #fafafa url(images/baseline-create-24px.svg) 20px 20px no-repeat
}

.forms .buttons {
    clear: both;
    text-align: right;
    padding: 13px 15px
}

.forms .buttons input[type="submit"] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.14);
    text-transform: uppercase;
    background: #4285f4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 19px 28px;
    display: inline-block;
    letter-spacing: .09em;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer
}

header.header .buttons.order a:hover {
    background: #2a56c6!important
}

i.button:hover {
    background: #2a56c6!important
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.list li {
    border-bottom: 1px solid #eee
}

.landingItem3 {
    padding: 83px 0 0
}

ul.list li .images {
    float: left;
    text-align: center;
    width: 12%;
    padding: 30px 0 0
}

ul.list li .text-wrap {
    float: left;
    width: 88%;
    line-height: 27px;
    box-sizing: border-box;
    padding: 0 0 0 47px;
    font-size: 16px
}

.landingItem3 .wrap-items-slide .title {
    margin: 0 0 24px
}

ul.list li .text-wrap .name a {
    color: #4285f4;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    text-align: left
}

ul.list li .text-wrap .readmore a {
    color: #4285f4;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: left
}

ul.list li .text-wrap .name {
    margin: 0 0 3px
}

ul.list li {
    border-bottom: 1px solid #eee;
    padding: 0 0 22px;
    margin: 0 0 22px
}

.landingItem4 {
    padding: 80px 0 0
}

.landingItem4 .wrap-items-slide .title {
    margin: 0 0 24px
}

.landingItem5 .owl-item.active .item {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    margin: 0 0 35px;
    border-radius: 4px;
    text-align: center
}

.landingItem5 .owl-stage-outer {
    margin: 0 -30px;
    padding: 0 30px
}

.landingItem5 .item .name {
    text-align: center;
    padding: 0 15px
}

.landingItem5 .item .link {
    padding: 15px
}

.landingItem5 .item .link a {
    color: #4285f4
}

.landingItem5 button.owl-next {
    position: absolute;
    right: -16px;
    top: 38%
}

.owl-nav button span {
    border-radius: 160px;
    width: 32px;
    height: 32px;
    display: block;
    background: #4285f4;
    color: white;
    font-size: 25px;
    margin-right: 20px;
    outline-style: none;
    margin-top: 10px;
    /* text-indent: -9999px */
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.landingItem5 button.owl-prev {
    position: absolute;
    left: -16px;
    top: 38%
}

.landingItem5 {
    padding: 78px 0 0
}

.landingItem5 button.owl-next span {
    background: #4285f4 url(images/ico-right.svg) center center no-repeat
}

.landingItem5 button.owl-prev span {
    background: #4285f4 url(images/ico-left.svg) center center no-repeat
}

.landingItem5 .wrap-items-slide .title {
    margin: 0 0 26px
}

.landingItem6 {
    padding: 5px 0 0
}

.landingItem6 .text p {
    margin: 0 0 21px;
    line-height: 27px;
    font-size: 16px
}

.landingItem6 .wrap-items-slide .title {
    margin: 0 0 34px
}

footer.footer {
    background: #4285f4;
    position: relative;
    z-index: 1;
    margin: 70px 0 0
}

footer.footer .wrapper {
    padding: 12px 20px;
    max-width: 1152px;
    margin: 0 auto;
    box-sizing: border-box
}

/*footer.footer .left-col {
    width: 50%;
    float: left
}*/
footer.footer .left-col {
    width: 33%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer.footer .center-col {
    width: 36%;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*footer.footer .right-col {
    width: 50%;
    float: left;
    text-align: right
}*/
footer.footer .right-col {
    width: 30%;
    float: right;
    text-align: right;
}

footer.footer .left-col a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500
}

footer.footer .left-col i.vk {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url(images/vk.svg) 0 0 no-repeat;
    display: inline-block
}

footer.footer .left-col i.vk:hover {
    background: url(images/vk1.svg) 0 0 no-repeat
}

footer.footer .left-col i.telegram {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url(images/telegram.svg) 0 0 no-repeat;
    display: inline-block
}

footer.footer .left-col i.telegram:hover {
    background: url(images/telegram1.svg) 0 0 no-repeat
}

footer.footer .left-col i.fb {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url(images/facebook.svg) 0 0 no-repeat;
    display: inline-block
}

footer.footer .left-col i.fb:hover {
    background: url(images/facebook1.svg) 0 0 no-repeat
}

footer.footer .left-col span.sale {
    vertical-align: middle;
    margin: 0 15px 0 0
}

footer.footer .left-col span.social {
    vertical-align: middle
}

footer.footer .left-col i {
    margin: 0 5px
}

footer.footer .right-col a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500
}

footer.footer .right-col a i {
    width: 80px;
    height: 81px;
    display: inline-block;
    background: url(images/button-big.svg) 0 0 no-repeat;
    margin: -47px 0 -14px;
    background-size: cover
}

ul.main-navigation a:hover {
    background: #eee url(images/baseline-arrow_forward_ios-18px.svg) right 15px center no-repeat
}

ul.main-navigation a.cur {
    background: #eee url(images/baseline-arrow_forward_ios-18px.svg) right 15px center no-repeat;
    color: #424242;
    display: block;
    padding: 12px 19px
}

ul.main-navigation a {
    color: #424242;
    display: block;
    padding: 12px 19px;
    background: url(images/baseline-arrow_forward_ios-18px.svg) right 15px center no-repeat
}

.menu-wrap.landingFix {
    position: fixed;
    top: 90px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.menu-wrap {
    position: static;
    top: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

input {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

input[type="text"]:hover,
textarea:hover {
    box-shadow: 0 1px 0 #757575;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 2px 0 #757575;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 2px 2px 0 0
}

.mobile-open {
    display: none
}

section.mobile-left-menu {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    z-index: 999999;
    position: fixed;
    background: #fff;
    overflow-y: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    left: -100%;
    width: 80%;
    z-index: 11;
    -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;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: scrollbar;
    overflow-scrolling: touch;
    max-width: 300px
}

section.mobile-left-menu.open {
    left: 0
}

.window {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    left: 0
}

section.mobile-left-menu .wrapper {
    padding: 40px 15px
}

.forms-pop {
    display: none;
    width: 770px;
    position: fixed;
    z-index: 999;
    top: 10%;
    margin: 0 0 0 -335px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 35px 20px;
    left: 50%;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07)
}

.forms-pop .title {
    font-size: 27px;
    margin: 0 0 25px
}

.forms-pop .title strong {
    color: #fc0
}

.forms-pop .sub-title {
    font-size: 21px;
    margin: 0 0 15px
}

.forms-pop .sub-title strong {
    color: #59db6f
}

section.slide-main .check_site-wrap button:hover {
    background: #F2F2F2
}

ul.list li .text-wrap .text {
    height: 65px;
    overflow: hidden
}

ul.list li .text-wrap .text.full {
    height: auto
}

.waves-float {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.14)
}

ul.list li .images i {
    font-size: 70px;
    color: #4285f4
}

@font-face {
    font-family: 'icomoon';
    src: url(fonts/icomoon.eot?n6oec4);
    src: url(fonts/icomoon.eot?n6oec4#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?n6oec4) format("truetype"), url(fonts/icomoon.woff?n6oec4) format("woff"), url(fonts/icomoon.svg?n6oec4#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-spartan_facebook_main .path1:before {
    content: "\e917";
    color: #fff
}

.icon-spartan_facebook_main .path2:before {
    content: "\e918";
    margin-left: -1em;
    color: #4285f4
}

.icon-spartan_vk_main .path1:before {
    content: "\e919";
    color: #fff
}

.icon-spartan_vk_main .path2:before {
    content: "\e91a";
    margin-left: -1em;
    color: #4285f4
}

.icon-spartan_telegram_main .path1:before {
    content: "\e91b";
    color: #fff
}

.icon-spartan_telegram_main .path2:before {
    content: "\e91c";
    margin-left: -1em;
    color: #4285f4
}

.icon-spartan_question_hover .path1:before {
    content: "\e91d";
    color: #000
}

.icon-spartan_question_hover .path2:before {
    content: "\e91e";
    margin-left: -1em;
    color: #f5f5f5
}

.icon-spartan_question_hover .path3:before {
    content: "\e91f";
    margin-left: -1em;
    color: #424242
}

.icon-spartan_question_hover .path4:before {
    content: "\e920";
    margin-left: -1em;
    color: #424242
}

.icon-spartan_question_main .path1:before {
    content: "\e921";
    color: #000
}

.icon-spartan_question_main .path2:before {
    content: "\e922";
    margin-left: -1em;
    color: #fff
}

.icon-spartan_question_main .path3:before {
    content: "\e923";
    margin-left: -1em;
    color: #424242
}

.icon-spartan_question_main .path4:before {
    content: "\e924";
    margin-left: -1em;
    color: #424242
}

.icon-spartan_facebook .path1:before {
    content: "\e911";
    color: #fff
}

.icon-spartan_facebook .path2:before {
    content: "\e912";
    margin-left: -1em;
    color: #4d4d4d
}

.icon-spartan_telegram .path1:before {
    content: "\e913";
    color: #fff
}

.icon-spartan_telegram .path2:before {
    content: "\e914";
    margin-left: -1em;
    color: #4d4d4d
}

.icon-spartan_vk .path1:before {
    content: "\e915";
    color: #fff
}

.icon-spartan_vk .path2:before {
    content: "\e916";
    margin-left: -1em;
    color: #4d4d4d
}

.icon-spartan_note:before {
    content: "\e900"
}

.icon-spartan_settings:before {
    content: "\e901"
}

.icon-spartan_card:before {
    content: "\e902"
}

.icon-spartan_key:before {
    content: "\e903"
}

.icon-spartan_search:before {
    content: "\e904"
}

.icon-spartan_cache:before {
    content: "\e905"
}

.icon-spartan_css:before {
    content: "\e906"
}

.icon-spartan_html:before {
    content: "\e907"
}

.icon-spartan_sql:before {
    content: "\e908"
}

.icon-spartan_image:before {
    content: "\e909"
}

.icon-spartan_core:before {
    content: "\e90a"
}

.icon-spartan_visits:before {
    content: "\e90b"
}

.icon-spartan_up:before {
    content: "\e90c"
}

.icon-spartan_smile:before {
    content: "\e90d"
}

.icon-spartan_star:before {
    content: "\e90e"
}

.icon-spartan_load:before {
    content: "\e90f"
}

.icon-spartan_error:before {
    content: "\e910"
}

span.social span .path2:before {
    color: #4285f4
}

footer.footer span.social span.path1 {
    font-size: 34px
}

footer.footer span.social span.path2 {
    font-size: 34px
}

footer.footer .waves-circle {
    width: auto;
    height: auto
}

span.social span:hover .path2:before {
    color: #4d4d4d
}

footer.footer .left-col span.social a>span {
    margin: 0 5px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader {
    display: block!important
}

.loader {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7)
}

.loader_img img {
    display: block;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 200px;
    height: 200px
}

.loader_text {
    text-align: center;
    display: block;
    position: fixed;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    color: #fff;
    font-size: 2em
}

.buttons.order.clonnedOpenBtn {
    display: block;
    margin-top: 20px
}

.buttons.order.clonnedOpenBtn a {
    text-transform: uppercase;
    background: #4285f4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 18px;
    display: inline-block;
    letter-spacing: .09em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.buttons.order.clonnedOpenBtn a:hover {
    background: #2a56c6!important
}

.buttons.order.clonnedOpenBtn a i {
    display: inline-block;
    width: 23px;
    height: 14px;
    background: url(images/baseline-done_all-24px.svg) 0 0 no-repeat;
    vertical-align: middle;
    margin: 0 11px 0 0
}

/*.logo img {
    width: 40px !important;
}
*/
.header_text {
    display: inline-block;
    vertical-align: top;
    font-size: 2em;
    line-height: 1.4;
    color: #4285f4;
    margin-left: 5px;
}

.landingItem1 .hr i:hover {
    background: #fff url(images/baseline-arrow_forward_ios-24pxNormal_1.svg) center center no-repeat;
}

.landingItem1 .hr i.waves-effect {
    position: unset;
}

.desktop_icon {
    background: url(images/desktop.svg) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.mobile_icon {
    background: url(images/phone.svg) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.show_link a,
.show_link a:visited {
    color: #4285f4;
    font-size: 1.3em;
}

.show_link a:hover {
    text-decoration: underline;
}

.defaultResultWrapper {
    display: none;
}

.add-prim {
    overflow: hidden;
    display: none;
}

#additional_info {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: justify;
}

.show_additional {
    color: #4285f4;
    font-size: 1.1em;
    display: block;
    text-align: center;
    margin: 15px auto;
}

#menu-main-menu {
    list-style: none;
    padding-left: 0;
}

ul.main-navigation_internal {
    background: #fafafa;
    list-style: none;
    margin: 0;
    padding: 16px 0;
    border-radius: 4px;
}

ul.main-navigation_internal a {
    color: #424242;
    display: block;
    padding: 12px 19px;
    background: url(images/baseline-arrow_forward_ios-18px.svg) right 15px center no-repeat;
}

ul.main-navigation_internal a:hover {
    background: #eee url(images/baseline-arrow_forward_ios-18px.svg) right 15px center no-repeat;
}

section.slide-main .wrapper.inner {
    background: none;
    padding: 0;
}

section.slide-main .wrapper.inner .text {
    padding: 20px 0 50px;
}

.forms .forms-block1 textarea.comment {
    height: 56px;
    resize: vertical;
    padding: 20px 20px 15px 57px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
}


/*.forms-pop.form1 textarea {
	height: 56px;
	resize: vertical;
}*/

.display_field_errors {
    background: rgba(255, 0, 0, 0.2) !important;
    border: 1px solid #ff0000 !important;
}

.sec5_columns {
	column-count: 4;
}
.sec5_columns .images {
    width: 100% !important;
    float: left !important;
    padding: 0 !important;
}
.sec5_columns .text-wrap {
	 width: 100% !important;
    float: left !important;
    padding: 0 !important;
    text-align: center !important;
}
.sec5_columns li {
	border:none !important;
}

.sec6_columns {
	column-count: 2;
    font-size: 18px !important;
}
.sec6_columns_left {
	text-align: right;
}
.sec6_columns_right {
	text-align: left;
}

.bitrix_ul, .wordpress_ul {
    padding-left: 0;
}
.bitrix_ul li, .wordpress_ul  li{
    list-style: none;
}
.sec6_columns li {
    border-bottom: none !important;
}
.sec7_h4 {
    min-height: 40px;
    margin-top: 0;
    text-align: center;
}
.subtitle {
    margin:10px 0;
    text-align: justify;
}
.sec6_columns ul li {
    border-bottom: 1px solid #eee;
}
.sec6_columns ul li .text-wrap {
    padding: 30px 0 0 47px;
    
}

#land_8 .title {
    text-align: center;
}
#land_8 .list.sec6_columns li {
    padding: 0;
    margin:0;
}

#land_8 .list.sec6_columns li:nth-child(2n) {
    /*border:1px solid #bdbdbd;*/
    color: #fff;
}
#land_8 .sec6_columns_right {
    background: #bdbdbd;
    padding: 10px;
    margin:0 -10px 0 -20px;
    line-height: 1.5;
}
#land_8 .sec6_columns_left {
    padding: 10px;
    line-height: 1.5;
}
.a_link {
    font-size: 1.8em;
font-style: normal;
font-stretch: normal;
font-weight: 500;
margin:10px 0; 
display: block; 
text-align:center;
 color: #4285f4; 
}
.title {
    text-align: center;
}
.show_arrow {
    position: absolute;
    margin-top: -30px;
}
#land_5 .name a {
    color:#000;
}
#land_4 .h4_title {
    text-align: center;
    color: #4285f4;
}

/* Custom styles */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/* ess grid */
.esg-navigationbutton.esg-loadmore {
    margin: 20px auto 10px !important;
    color: #fff !important;
    background: #4286f5 !important;
}
.esg-filter-wrapper.esg-fgc-4 {
    margin: 10px auto;
}
.esg-filterbutton.selected {
    background: #4286f5 !important;
    color: #fff !important;
}
/* Настройки слайдера */
/*.home_flexslider {
  height: 100vh;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  overflow: hidden;
  box-shadow: none;
  .flex-viewport { height: 100vh; }
  .flex-control-nav { bottom: 20px; }
  .slides {
    height: 100vh;
    li { 
      height: 100vh;
    }
  }
}*/
.home_flexslider {
  height: 350px;
  margin: 0;
  padding: 0;
  /*background: none;*/
  background: #4286f5;
  border: 0;
  overflow: hidden;
  box-shadow: none;
  .flex-viewport { height: 350px; }
  .flex-control-nav { bottom: 20px; }
  .slides {
    height: 350px;
    li { 
      height: 350px;
    }
  }
}
.slide_text_block {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 999;
    width: 100%;
    align-items: center;
    height: 350px;
    flex-direction: column;
}
.slide_text {
    max-width: 960px;
    text-align: center;
    font-size: 150%;
    margin: 0 auto 10px;
}
.page_slide_text {
    max-width: 960px;
    text-align: center;
    font-size: 120%;
    margin: 0 auto 10px;
    color:#fff;
}
.slider_button {
    background: #e74423;
    color: #ffffff !important;
    /*margin: 10px;*/
    margin: 0 auto 15px;
    z-index: 9099;
}
.slide_title {
    font-size: 200%;

}
.slider_button:hover {
    background:#d82f0d !important
}

/*.home_flexslider .slide_title {
	margin: 10px auto auto;
}*/
.home_flexslider .slide_title {
   margin: 0 auto 0;
}
.home_flexslider ul.slides li img {
    width: 300px;
    /*height: 350px;*/
    height: auto;
    /*margin: 50px auto;*/
    margin: 10px auto;
}

/* vcard */
.vcard_field {
	padding: 5px 0;
	border-bottom: 1px dotted #333;
	display: block;
}
.healthy-snacks {
  margin: 2em auto;
  width: 90%;
  max-width: 680px;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #000;
}
.healthy-snacks .featured-image {
  position: relative;
  overflow: hidden;
}
.healthy-snacks .featured-image img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.healthy-snacks .featured-image .arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: #fff;
}
.healthy-snacks .featured-image .arrow:before, .healthy-snacks .featured-image .arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 80%;
  height: 20px;
  background-color: inherit;
}
.healthy-snacks .featured-image .arrow:before {
  right: 80%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}
.healthy-snacks .featured-image .arrow:after {
  left: 20%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.healthy-snacks article {
  padding: 1em 1em 2em;
}
.healthy-snacks article::after {
  clear: both;
  content: "";
  display: table;
}
.healthy-snacks article header {
  border-bottom: 2px solid #f05f40;
}
.healthy-snacks article header h3 {
  margin: 0 0 0.25em;
  font-family: 'McLaren', cursive;
  font-size: 1.5em;
  color: #f05f40;
  text-align: center;
  text-transform: uppercase;
}
.healthy-snacks article .excerpt {
  font-family: 'Open Sans', sans-serif;
}
.healthy-snacks article .excerpt p {
  line-height: 24px;
}
.healthy-snacks article .excerpt a {
  display: block;
  margin-top: 1em;
  color: #c00413;
  text-decoration: none;
}
.healthy-snacks article .excerpt a:hover {
  color: #fb2f40;
}
.healthy-snacks article .excerpt a span:first-child {
  padding-right: 1em;
  vertical-align: middle;
}
@media only screen and (min-width: 680px) {
  .healthy-snacks article header {
    width: 40%;
    float: left;
    border-bottom: none;
    border-right: 2px solid #f05f40;
  }
  .healthy-snacks article header h3 {
    margin: 1em 0;
    font-size: 2em;
  }
  .healthy-snacks article header h3 span {
    display: block;
  }
  .healthy-snacks article .excerpt {
    width: 55%;
    float: left;
    padding-left: 2em;
  }
}

/* yoast breadcrumbs */
#breadcrumbs, #breadcrumbs a {
    color:#fff;
}

/* archive.php */
.post_img img {
    width: 100%;
    height: auto;
   transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
#archive a {
    color: #747d8c;
}

#archive h3 {
    text-align: center;
}

.post_img img:hover {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}

/* постраничная навигация */

.navigation {
    text-align: center;
    margin: 5px auto;
    clear: both;
    display: block;
    width: 100%;
}

.navigation span {
    display: inline-block;
    background: #4285f4;
    padding: 5px 10px;
    color: #fff;
}

.navigation a {
    display: inline-block;
    background: #4285f4;
    padding: 5px 10px;
    color: #fff !important;
}

.navigation a:hover {
    color: #fff !important;
    text-decoration: none;
    background: #e74423;
}

/* portfolio */
.portfolio_title {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    background: #fafafa;
    margin: 10px auto;
    border-radius: 5px;
}
.portfolio_button {
    float: right;
    background: #4285f4;
    margin-left: auto;
    color: #fff !important;
}
.portfolio_button:hover {
    background:#2a56c6 !important;
    color: #fff !important;
}
.portfolio_header {
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.portfolio_header img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    /*border:2px solid #4285f4;*/
}
.portfolio_header:hover img {
  animation: moveSlideshow 5s linear;
  animation-fill-mode: forwards;
}
@keyframes moveSlideshow {
  100% {
    transform: translateY(calc(-100% + 300px));
  }
}
.portfolio_content {
    display: block;
    background: #4285f4;
    color: #fff;
    padding: 20px 10px;
    margin:10px auto;
    border-radius: 5px;
    text-align: center;
}

/* testimonial page */
#testimonial_page .name {
	display: flex;
}
#testimonial_page .review_stars {
	margin-left: auto;
}
#testimonial_page .review_stars ul.star-rating li {
	margin:0 !important;
	padding: 0 !important;
	border-bottom:none !important;
}
#testimonial_page .fa.fa-star {
    color: #4285f4;
    font-size: 16px;
    padding: 0 2px;
}
.testimonial_info_url {
    color: #747d8c;
    display: block;
}

/* acf oembed*/
.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Electronics single.php */
.el_tabs_block {
    background: #fafafa;
    clear: both;
    padding: 10px 5px 12px;
    border-radius: 5px;
}
.el_tab_button  {
    background: #4285f4;
    color:#fff !important;
}
.el_tab_button:hover  {
    background: #2a56c6 !important;
    color:#fff !important;
}
.el_active_tab {
    background: #e74423;
    color:#fff !important;
}
/* acf table */
#el_tech td {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}

/* hr style */
hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
/* tablepress */
.tablepress tfoot th, .tablepress thead th{
    background: #4285f4 !important;
    color:#fff !important;
}

.icon_text_column_img {
    text-align: center;
}
.icon_text_column_text {
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
}
.embed_svg {
    display: block;
    text-align: center;
}

/* post password form */
.post-password-form {
    display: flex;
    flex-direction: column;
}
.post-password-form input[type="password"] {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;

}
.post-password-form input[type="submit"] {
    text-transform: uppercase;
background: #4285f4;
color: #fff;
text-decoration: none;
border-radius: 4px;
padding: 10px 30px;
display: inline-block;
letter-spacing: .09em;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.post-password-form input[type="submit"]:hover {
    opacity: 0.8;
}
.acf-button {
        text-transform: uppercase;
background: #4285f4 !important;
color: #fff !important;
text-decoration: none;
border-radius: 4px;
padding: 10px 30px;
display: inline-block;
letter-spacing: .09em;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.more_testimonials {

    text-transform: uppercase;
    background: #4285f4;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 30px;
    display: block;
    letter-spacing: .09em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 0 auto;
    text-align: center;
    width: 210px;
}
.more_testimonials:hover {
    background: #2a56c6 !important;
}

.checkWebsiteBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.screenShotURL {
    padding: 10px;
    border-radius: 5px;
    border: 1px dotted #ccc;
    min-width: 300px;
}
.screenshotButton {
    min-width: 320px;
    margin-top: 20px;
    text-transform: uppercase;
    background: #4285f4 !important;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: .09em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshotButton:hover {
    background: #2a56c6 !important;
}
.screenshot_title {
    text-align: center;
    display: block;
    margin-bottom: 100px;
    font-size: 30px;
}
.screenshotImage {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    display: block;
    margin: 0 auto;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.joke {
    text-align: center;
    display: block;
    margin-top: 100px;
    font-size: 20px;
}
.adsQuotes {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 400;
}
/*.screen_img {
    border-image: url(images/frame.svg)  43% fill;;
    border: 3rem solid transparent;
}*/


#inner_pages .inner_page_img {
	width: 300px;
	margin: 10px;
}
#inner_pages.slide-main .text {
	padding: 0px !important;
	margin: 0px !important
}
#inner_pages .home_flexslider {
	height: 300px;
}
#inner_pages .wrapper::after {

    background: #4285f4 url(images/clouds.svg) center bottom -3px no-repeat;
    content: ' ';
    height: 70px;

}
#homepage_slider .wrapper::after {

    background: #4285f4 url(images/clouds.svg) center bottom -3px no-repeat;
    content: ' ';
    height: 70px;
}
/*#homepage_slider .home_flexslider {
	height: 300px;
}*/
#homepage_slider .slide_text_block {
	margin-top: 20px;
}
.contact_cf7 .forms-block textarea.comment {

	height: 200px !important;
}

.ism_wrap.ism_template_10.ism-shortcode-display{
    margin: 0 !important;
}
.share_us {
    color:#fff !important;
    margin-top: 10px;
font-size: 16px;
font-style: normal;
font-stretch: normal;
font-weight: 500;
margin-right: 10px;
}


.flex-control-nav {
    bottom:-5px !important;
    z-index: 999 !important;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3) !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a.flex-active {

    background: #fff !important;
    background: rgba(255, 255, 255, 0.9) !important;
    cursor: default;

}
.spartan_address {
    background: #4285f4;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
}
@media screen and (max-width: 767px) and (min-width: 587px){
body footer.footer .center-col, body footer.footer .left-col {width: 50%; margin: 10px auto; float: none;}
}
@media screen and (max-width: 586px) and (min-width: 0px){
body footer.footer .center-col, body footer.footer .left-col {width: 100%; margin: 10px 0;}}
@media screen and (max-width: 1100px) and (min-width: 768px){
body footer.footer .center-col, footer.footer .left-col {width: 38%!important;}
body footer.footer .right-col {width: 24%; float: right; text-align: left; margin-top: 12px;}
body footer.footer .right-col a i {margin: -65px 104px 0px;}
}
.resume_text{padding:0 15px;}
#tablepress-3 .even .column-1, #tablepress-3 .odd .column-1 {vertical-align:middle; color: #4285f4;}
#tablepress-3 .even .column-3, #tablepress-3 .odd .column-3 {vertical-align:middle; font-weight: 600; text-align: center;}
.sistema-parkovki img {max-width:100%; height:100%;}

/* временно скрыли блок Наши консультанты */
/* #\#our_con {
    display: none !important;
} */

#zoomos_logo img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
#zoomos .custom_button {
    background: red !important
}
a.link-button img {
    max-width: 25px;
}
div.social {
	float: right;
    display: block;
	margin: 3px 10px 0 0;
}
a.link-button {
    margin-right: 5px;
}
.social .social-img {width: 100px; border-right: 1px solid #a6a6a6; float: left;}
.social .number {float: left; padding: 7px; font-size: 15px;}
.social .number a {
    color: black;
    font-weight: 500;
}
.social .number a, .social .social-img a img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.social .number a:hover, .social .social-img a img:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.social .social-img a img:hover {
	opacity: 0.8;
}
.social .number a:hover {
	color: #4286f5;
}
@media only screen and (min-width: 541px) {
	div.call {display: none;}
}
@media only screen and (max-width: 540px) {
	div.call img {width: 19px;}
	/* div.social {display: none;} */
	div.call {position: absolute; left: 50px; top: 13px; padding: 3px;}
	header .wrapper.active-numbers div.social {
transition: transition:all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 1;
    top: 54px;
    background: white;
    width: 100%;
    margin: 0 0 0 -20px;
    padding: 13px;
    box-shadow: 0px 11px 12px 0px #dedede;
    border-top: 1px solid #e2e2e2;
}
header .wrapper div.social{
    top: -10%;
    position: fixed;
    width: 100%;
    margin: 0 0 0 -15px;
    padding: 0;
    z-index: 9;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
}
}
header .wrapper.active-mobile div.social {display: block;}

.modal-layer {
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: width 0s .17s;
    height: 100%;
    background: rgb(59 59 59/75%);
}
header .wrapper.active-numbers .modal-layer {
    display: block;
}

header .wrapper .modal-layer {
    display: none;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 54px;
    bottom: 0;
    width: 100%;
    transition: width 0s .17s;
    height: 100%;
    background: rgb(59 59 59/0%);
}
.linenums {
    background: #fff;
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
    border: 0 !important;
    width: 96%;
    margin: 1em 0;
    padding: 1em 3em;
    white-space: pre-wrap;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(32, 22, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(32, 22, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(32, 22, 0, 0.25);
    line-height: 13px;
    font-size: 12px;
}
body ul.main-navigation li:first-child a {
    background: #4286f5;
    color: #ffffff!important;
    font-weight: 600;
}
.ad78d.waves-effect {
	background: #4285f4;
    color: #ffffff;
	padding: 18px;
    font-size: 26px;
	margin: 15px 0 30px 0;
	white-space: normal;
    line-height: 25px;
	display: block;
}
.ad78d.waves-effect:hover {
    background: #2a56c6!important;
}
.col-md-push-3 td.year {
	vertical-align: top;
	font-size: 25px;
    font-weight: 600;
}
.col-md-push-3 td {
    padding: 5px;
}
.col-md-push-3  .wp-image-15180 {
	width: 140px;
    height: auto;
}
.faq-main .tabs__content .text {display: none;}
.faq-main .tabs__content {
    margin: 0 0 5px 0;
}
.faq-main .tabs__content .name {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
	margin: 0 0 10px;
	
}
.faq-main .tabs__content .text {
    background: #fafafa;
    padding: 10px 15px;
    line-height: 20px;
	margin: 0 0 20px;
	box-shadow: 0 6px 8px -7px rgb(66 134 245 / 37%);
}

.tabs__content.open:after {
    width: 2px;
    height: 100%;
    background: #4286f5;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.tabs__content.open {
    padding-left: 10px;
    transition: 200ms all;
    position: relative;
}
.tabs__content {
    transition: 200ms all;
}
h3.md7_faq_title{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.mxw {max-width: 100%; height: auto;}

#team-manager-free-single-items-15476 .teamshowcasefree-col-lg-4, #team-manager-free-single-items-15429 .teamshowcasefree-col-lg-4 {
    width: 24.0%;
	padding-left: 0.5%;
    padding-right: 0.5%;
}
#team-manager-free-single-items-15476, #team-manager-free-single-items-15429 {
    margin: 0 -5px;
}
.team-manager-free-items-style4-15476 > .team-manager-free-items-style4-desc-15476 > .team-manager-free-items-style4-teamprofiles-15476 > span, .team-manager-free-items-style4-15429 > .team-manager-free-items-style4-desc-15429 > .team-manager-free-items-style4-teamprofiles-15429 > span {
    line-height: 18px;
}
.team-manager-free-items-style4-15476 > .team-manager-free-items-style4-desc-15476,.team-manager-free-items-style4-15429 > .team-manager-free-items-style4-desc-15429{
    padding: 5px 15px!important;
}
@media only screen and (max-width: 990px) {
body .team-manager-free-items-style4-15476, body .team-manager-free-items-style4-15429 {
    margin-bottom: 0;
}
}
body .team-manager-free-items-style4-15429 > .team-manager-free-items-style4-desc-15429 {
    padding: 15px;
    line-height: 20px;
}
@media only screen and (max-width: 767px) and (min-width: 426px) {
#team-manager-free-single-items-15476 .teamshowcasefree-col-lg-4, #team-manager-free-single-items-15429 .teamshowcasefree-col-lg-4 {
    width: 31.3%;
    padding-left: 1%;
    padding-right: 1%;
}
}
@media only screen and (max-width: 425px) {
#team-manager-free-single-items-15476 .teamshowcasefree-col-lg-4, #team-manager-free-single-items-15429 .teamshowcasefree-col-lg-4 {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
}
}
#team-manager-free-single-items-15476 a, #team-manager-free-single-items-15429 a {
    pointer-events: none;
}