/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 2.61
Author: IMS DESIGN
Author URI: //ims-design.ru/
*/

/*---Normalize--------------------------------------------------------------------------- */

body, html {
    height: 100%;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, footer, header, main, nav, section, div, input, textarea {
    display: block;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none !important;
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

a:hover, a:active, button:focus, button:hover, button:active, input:focus, input:hover, input:active {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

b, strong {
    font-weight: bold;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
	width: 100%;
	height: auto;
	border: 0;
    display: block;
}

/*---Basic-Structure--------------------------------------------------------------------- */

body {
    font-family: 'Open Sans', sans-serif;
    color: #3a4856;
    font-size: 16px;
    background: #f5f5f5;
}

main {
	max-width: 1920px;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 60px;
	margin: 0 auto;
    background: #fff;
}

section, .section {
    position: relative;
    padding-top: 60px !important;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
}

.overlay {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}

.awesome {
    position: relative;
}

.awesome:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0; top: 0;
	height: 100%;
	display: flex;
 	align-items: center;
	justify-content: center;
	font-weight: 900;
    color: currentColor;
}

.fas.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: rgba(0,0,0,.6);
    font-size: 36px;
    z-index: 9;
    transition: color .5s ease;
    cursor: pointer;
    display: none;
}

.fas.scrolltop:hover {
    color: rgba(0,0,0,.9);
}

.content-wrapper {
    padding: 60px 0;
}

.disable {
    display: none !important;
}

/*---Flexbox----------------------------------------------------------------------------- */

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-between, .main-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrapper, .loop-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 0 40px;
}

.flex-wrapper, .stretch {
	align-items: stretch;
}

.flex-block {
    position: relative;
    border: 1px solid #ececec;
    padding: 10px;
    margin-bottom: 20px;
}

.x2 {
    width: calc(100% / 2 - 10px);
}

.x3 {
    width: calc((100% - 40px) / 3);
}

.x4 {
    width: calc((100% - 60px) / 4);
}

.flex-block .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    margin: 0;
}

h1, .site-title, .page-title {
    font-size: 2em;
    margin: 0;
}

h2, .section-title, .popup-title {
	font-size: 1.6em;
    margin: 0;
}

h3 {
	font-size: 1.3em;
    margin: 0;
}

h4 {
	font-size: 1em;
    margin: 0;
}

.site-title {
	color: #fdcd3c;
	text-transform: uppercase;
	font-size: 2.6em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    line-height: 1.2;
}

.typewriter {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 2.2em;
    margin-top: 10px;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.section-title {
    text-transform: uppercase;
}

.page-title {
    margin: 10px 0 15px;
}

.popup-title {
	margin-bottom: 15px;
    text-transform: uppercase;
}

.popup-title, .page-title, .section-title {
    text-align: center;
}

a {
    position: relative;
    transition: all .3s ease;
    color: #009fe3;
}

a:hover {

}

p {
    margin: 5px 0;
}

label {
    margin: 5px 0;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 70px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    transition: all .3s ease;
    z-index: 5;
}

header.animate {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.logo {
    width: 260px; height: 100%;
}

.header-flex {
    width: calc(100% - 260px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tel {
    font-size: 26px;
    font-weight: 600;
    padding-left: 40px;
    margin-left: 15px;
}

.tel:before {
	content: '\f879';
	width: 34px;
	height: 34px;
	top: 50%;
	transform: translatey(-50%);
	font-size: 16px;
	color: #fff;
	background: #009fe3;
	border-radius: 100%;
}

.tel a {
    color: currentcolor;
}

.main-nav {
    width: calc(100% - 520px);
    padding: 0 20px;
}

.main-nav ul {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
}

.main-nav ul a {
    color: #009fe3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.main-nav ul a:hover {
    border-bottom: 2px solid #fdcd3c;
}

.menu-toggle {
    display: none !important;
}

.callback {
    margin-left: 15px;
}

/*---Home-Page--------------------------------------------------------------------------- */

.sec-01 {
    padding: 0 !important;
    height: 100vh;
    max-height: 768px;
    min-height: 640px;
}

.sec-01.main {
    background: url('/wp-content/themes/ims-basic/img/pictures/background-01.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

.sec-01.gas {
    background: url('/wp-content/themes/ims-basic/img/pictures/background-02.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

.sec-01.water {
    background: url('/wp-content/themes/ims-basic/img/pictures/background-03.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

.sec-01.electro {
    background: url('/wp-content/themes/ims-basic/img/pictures/background-04.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

.sec-01 .intro {
    width: 100%;
    color: #fff;
    text-align: center;
}

.sec-01 .overlay {
    background: rgba(0,0,0,.6) url('/wp-content/themes/ims-basic/img/pictures/overlay.png');
}

.sec-01.water .overlay, .sec-01.electro .overlay {
    background: rgba(0,0,0,.7) url('/wp-content/themes/ims-basic/img/pictures/overlay.png');
}

.sec-01 .flex-wrapper, .sec-02 .flex-wrapper {
    padding-bottom: 0 !important;
}

.sec-01 .flex-block {
    border: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,.75) 0, #fff 100%);
    color: #3a4856;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
}

.sec-01 .flex-block .icon {
    background: url('/wp-content/themes/ims-basic/img/pictures/sprite-01.png');
}

.sec-01 .flex-block:nth-of-type(2) .icon {
    background-position: 180px;
}

.sec-01 .flex-block:nth-of-type(3) .icon {
    background-position: 120px;
}

.sec-01 .flex-block:nth-of-type(4) .icon {
    background-position: 60px;
}

.sec-01 .btn {
    width: 280px;
    margin-top: 40px;
}

.sec-02 .video-flex {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 48%;
	max-width: 600px;
}

.sec-02 .video-wrapper {
    margin-bottom: 20px;
    width: 100%;
}

.sec-02 .video-inner {
	position: relative;
    padding-bottom: 56.25%;
}

.sec-02 .video-inner iframe {
	border: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-02 .video-title {
	padding: 10px;
	background: #009fe3;
	color: #fff;
	text-align: center;
}

.sec-02 .video-title span {
    text-transform: uppercase;
    font-weight: 600;
}

.sec-02 .column {
    flex-direction: column;
    width: 50%;
}

.sec-02 .column .flex-block {
	width: 100%;
	min-height: 64px;
	padding: 9px 20px 9px 74px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    border: 1px solid #8cd4f2;
}

.sec-02 .column .flex-block .number {
    font-weight: 600;
    color: #fff;
    background: #009fe3;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translatey(-50%);
}

.sec-02 .column .flex-block p {
	line-height: 1.2;
}

.sec-02 .flex-block .icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translatey(-50%);
    background: url('/wp-content/themes/ims-basic/img/pictures/sprite-02.png');
    width: 50px;
    height: 50px;
}

.sec-02 .flex-block:nth-of-type(2) .icon {
    background-position: 250px;
}

.sec-02 .flex-block:nth-of-type(3) .icon {
    background-position: 200px;
}

.sec-02 .flex-block:nth-of-type(4) .icon {
    background-position: 150px;
}

.sec-02 .flex-block:nth-of-type(5) .icon {
    background-position: 100px;
}

.sec-02 .flex-block:nth-of-type(6) .icon {
    background-position: 50px;
}

.sec-02 .preview-image {
    max-width: 480px;
    margin: 0 auto;
}

.sec-02 .block {
	margin-bottom: 60px;
	padding: 10px 15px;
	border: 1px solid #8cd4f2;
	text-align: center;
}

.sec-03 {
    padding-top: 40px !important;
}

.sec-04 {
    padding-top: 0 !important;
}

.sec-03 .wrapper, .sec-04 .wrapper {
    z-index: unset;
}

.sec-05, .sec-07, .sec-09 {
    background: linear-gradient(to right bottom, #005980, #009fe3, #8bb887, #fdcd3c);
}

.sec-05 .overlay, .sec-07 .overlay, .sec-09 .overlay {
    background: rgba(0,0,0,.3) url('/wp-content/themes/ims-basic/img/pictures/overlay.png');
}

.sec-05 .section-title, .sec-07 .section-title, .sec-09 .section-title, .sec-10 .section-title {
    color: #fdcd3c;
}

.sec-05 .flex-block {
    background: linear-gradient(to bottom, rgba(255,255,255,.75) 0, #fff 100%);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border: 0;
    text-align: center;
    padding: 20px;
}

.sec-05 .flex-block .icon {
    background: url('/wp-content/themes/ims-basic/img/pictures/sprite-03.png');
}

.sec-05 .flex-block:nth-of-type(2) .icon {
    background-position: 180px;
}

.sec-05 .flex-block:nth-of-type(3) .icon {
    background-position: 120px;
}

.sec-05 .flex-block:nth-of-type(4) .icon {
    background-position: 60px;
}

.sec-06 h3 {
    text-align: center;
    text-transform: uppercase;
    color: #009fe3;
    margin-bottom: 30px;
}

.sec-06 .flex-block {
	border: 0;
	padding: 0 0 0 70px;
	min-height: 76px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sec-06 .flex-block .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    background: url('/wp-content/themes/ims-basic/img/pictures/sprite-04.png');
}

.sec-06 .column:nth-of-type(1) .flex-block:nth-of-type(2) .icon {
    background-position: 300px;
}

.sec-06 .column:nth-of-type(1) .flex-block:nth-of-type(3) .icon {
    background-position: 240px;
}

.sec-06 .column:nth-of-type(2) .flex-block:nth-of-type(1) .icon {
    background-position: 180px;
}

.sec-06 .column:nth-of-type(2) .flex-block:nth-of-type(2) .icon {
    background-position: 120px;
}

.sec-06 .column:nth-of-type(2) .flex-block:nth-of-type(3) .icon {
    background-position: 60px;
}

.sec-06 .column img {
    max-width: 530px;
    margin: 30px auto 20px;
}

.sec-07 {
    height: 620px;
}

.sec-07 .section-title {
	padding-left: 500px;
}

.sec-07 .accordion {
    width: calc(100% - 500px);
    margin: 0 0 20px 500px;
}

.sec-07 .accordion .question {
    background: linear-gradient(to left, rgba(255,255,255,.75) 0, #fff 100%);
    font-weight: 600;
    text-align: left;
    height: 50px;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 50px;
    text-align: left;
}

.sec-07 .question:before {
	content: '\f067';
	width: 40px;
	height: 40px;
	background: #009fe3;
	color: #fff;
	transition: all .3s ease;
	left: 5px;
	top: 50%;
	transform: translatey(-50%);
}

.sec-07 .question:hover:before {
    background: #fdcd3c;
}

.sec-07 .question.animate:before {
	content: '\f068';
	transform: translatey(-50%) rotatey(180deg);
}

.sec-07 .accordion .answer ~ .answer {
    display: none;
}

.sec-07 .accordion .answer {
    color: #fff;
    margin-bottom: 5px;
    padding: 5px 5px 5px 50px;
}

.sec-07 .accordion .answer p {
    margin: 0;
}

.sec-07 .person {
	width: 500px;
	height: 600px;
	background: url('/wp-content/themes/ims-basic/img/pictures/person.png');
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
    opacity: .95;
}

.sec-09 .wpcf7 {
	max-width: 580px;
}

.sec-09 .flex-between .wpcf7-form-control-wrap {
	width: calc(50% - 10px);
	margin: 5px 0;
}

.sec-09 {
    color: #fff;
    text-align: center;
    padding-bottom: 30px !important;
}

.sec-09 a {
    color: #fdcd3c !important;
}

.sec-10 {
    background: #33404d;
    color: #fff;
    padding-bottom: 60px !important;
    text-align: center;
}

.sec-10 p {
    font-size: 13px;
}

.sec-10 .c-block {
	display: inline-flex;
	margin-top: 60px;
	padding: 15px 10px;
	border: 1px dashed #e0e6eb;
	background: rgba(255,255,255,.05);
}

.sec-10 .c-block span, .sec-10 .c-block a {
    margin: 0 10px;
    padding-left: 24px;
    position: relative;
    color: #fff;
}

.sec-10 .c-block span:before , .sec-10 .c-block a:before {
    color: #fdcd3c;
}

.sec-10 .c-block span:before {
    content: '\f3c5'
}

.sec-10 .c-block a:nth-of-type(1):before {
    content: '\f674'
}

.sec-10 .c-block a:nth-of-type(2):before {
    content: '\f879'
}

.sec-footer {
	background: #394755;
	border-bottom: 1px solid #435364;
	padding-bottom: 60px;
	color: #bfbfbf;
}

.sec-footer .wrapper {
	align-items: stretch;
	gap: 30px;
}

.sec-footer .footer-item {
	max-width: calc(100% / 4);
}

.sec-footer a {
    color: currentColor !important;
}

.sec-footer a:hover {
    text-decoration: underline !important;
}

.sec-footer .wrapper {
	align-items: stretch;
    gap: 40px;
}

.sec-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sec-footer ul li {
	margin-bottom: 7px;
}

.sec-footer ul li:last-of-type {
	margin-bottom: 0;
}

.sec-footer p {
	margin-bottom: 14px;
}

.sec-footer h3 {
    padding-bottom: 30px;
    color: #fff;
}

.footer-item {
	max-width: calc(100% / 4);
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
	width: 100%;
	margin: 0 auto;
 	overflow: hidden;
	color: #fff;
    height: 60px;
    background: #29333d;
}

/*---Pages------------------------------------------------------------------------------- */

.bread-box {
    border-bottom: 1px solid #ececec;
    background: #fafafa;
    padding: 3px 0;
}

.breadcrumbs {
    margin: 0 auto;
    padding: 0 5px;
    font-size: .8em;
    opacity: .8;
}

.breadcrumbs a {
    color: currentColor;
    font-weight: 600;
}

.sec-page {
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.sec-page article {
    border: 1px solid #ececec;
    width: 100%;
    padding: 10px 15px;
    min-height: calc(100vh - 170px);
}

.sec-404 {
    min-height: calc(100vh - 60px);
    text-align: center;
}

/*---Loop-------------------------------------------------------------------------------- */

.loop-post {
	width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
    color: #3a4856;
    border: 1px solid #8cd4f2;
}

.switch .loop-post {
	width: calc((100% - 40px) / 3);
}

.switch .loop-post img {
	max-width: 320px;
	margin: 0 auto;
}

.loop-post h3 {
	text-align: center;
    color: currentColor;
}

.loop-post .specs {
	border-top: 1px solid #8cd4f2;
	background: #fffbf0;
	padding: 10px;
}

.loop-post .price {
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	font-size: 22px;
}

.loop-post .spec.small {
    font-size: .85em;
    padding: 3px 0;
}

.loop-post .btn {
	width: calc(100% + 2px);
	margin: 0 -1px -1px;
}

.pagination {
    text-align: center;
}

.pagination-inner {
    display: inline-flex;
    justify-content: space-between;
}

.pagination span, .pagination a {
    color: #3a4856;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    height: 36px;
    width: 36px;
}

/*---Posts------------------------------------------------------------------------------- */
/*---Editor-Styles----------------------------------------------------------------------- */

.sec-page article ul, .sec-page article ol {
    padding: 0;
    list-style: none;
}

.sec-page article ul li, .sec-page article ol li {
    position: relative;
    padding-left: 22px;
}

.sec-page article ul.blocks-gallery-grid li {
    padding-left: 0;
}

.sec-page article ul li:before {
	content: '\f111';
  	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0; top: 0;
	width: 22px; height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
 	font-size: 10px;
	font-weight: 900;
	color: currentColor;
}

.sec-page article ul.blocks-gallery-grid li:before {
    display: none;
}

.sec-page article ul li > ul li:before {
    font-weight: 400;
}

.sec-page article ol li:before {
	position: absolute;
    left: 0; top: 0;
	width: 22px; height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	color: currentColor;
}

.sec-page article ol li:nth-of-type(1):before {
	content: '1.';
}

.sec-page article ol li:nth-of-type(2):before {
	content: '2.';
}

.sec-page article ol li:nth-of-type(3):before {
	content: '3.';
}

.sec-page article ol li:nth-of-type(4):before {
	content: '4.';
}

.sec-page article ol li:nth-of-type(5):before {
	content: '5.';
}

.sec-page article ol li:nth-of-type(6):before {
	content: '6.';
}

.sec-page article ol li:nth-of-type(7):before {
	content: '7.';
}

.sec-page article ol li:nth-of-type(8):before {
	content: '8.';
}

.sec-page article ol li:nth-of-type(9):before {
	content: '9.';
}

.sec-page article ol li:nth-of-type(10):before {
	content: '10.';
}

.sec-page article ol li:nth-of-type(11):before {
	content: '11.';
}

.sec-page article ol li:nth-of-type(12):before {
	content: '12.';
}

.sec-page article ol li:nth-of-type(13):before {
	content: '13.';
}

.sec-page article ol li:nth-of-type(14):before {
	content: '14.';
}

.sec-page article ol li:nth-of-type(15):before {
	content: '15.';
}

.sec-page article ul.wp-block-gallery li {
    padding-left: 0;
}

.sec-page article ul.wp-block-gallery li:before {
    display: none;
}

.sec-page article blockquote {
    position: relative;
	border: 1px solid #ececec;
	margin: 1em 0;
    padding: 5px 10px 25px 60px;
	background: #fafafa;
}

.sec-page article blockquote:before {
	content: '\f10e';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 5px; top: 5px;
	width: 30px; height: 30px;
	display: flex;
 	align-items: center;
	justify-content: center;
 	font-size: 22px;
	font-weight: 900;
	color: #ececec;
}

.sec-page article blockquote cite {
    float: right;
    font-size: .8em;
    margin-top: 5px;
}

.wp-block-separator {
	border: 0;
	border-top: 1px solid currentColor;
}

.sec-page article p, .sec-page article h2, .sec-page article h3, .sec-page article h4, .sec-page article > ul, .sec-page article ol, .wp-block-image, .wp-block-table {
    margin: 0 0 16px !important;
}

.wp-block-image.size-large {
    max-width: 800px;
}

.wp-block-image.size-medium {
    max-width: 400px;
}

.wp-block-image.size-thumbnail {
    max-width: 180px;
}

.wp-block-table tr {
    transition: all .3s ease;
}

.wp-block-table tr th, .wp-block-table tr td {
    border: 1px solid #ececec;
    height: 42px;
    padding: 0 10px;
}

.wp-block-embed, .wp-block-video {
    margin: 0 !important;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.2%;
}

.wp-block-embed iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*---Popup------------------------------------------------------------------------------- */

.btn {
    width: 220px; height: 48px;
    cursor: pointer;
    transition: all .3s ease;
    margin: 0 auto;
    background: #009fe3;
    color: #fff;
    font-weight: 600;
}

.btn:hover {
    background: #fdcd3c;
}

.backdrop, .order-backdrop {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(0,0,0,.75);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity .3s;
}

.backdrop.animate, .order-backdrop.animate {
    opacity: 1;
    pointer-events: auto;
}

.callback-popup, .order-popup {
	position: fixed;
	left: 50%; top: 50%;
	transform: translatex(-50%) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: 100%;
 	max-width: 768px;
    height: 400px;
	background: rgba(255,255,255,.95);
	z-index: 11;
	padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    flex-direction: column;
}

.callback-popup.animate, .order-popup.animate {
	opacity: 1;
    pointer-events: auto;
 	transform: translatex(-50%) translatey(-50%) scale3d(1, 1, 1);
}

.popup-close {
	position: absolute;
	right: 0; top: 0;
	height: 30px; width: 30px;
 	cursor: pointer;
    z-index: 20;
}

.popup-close:before {
	display: flex;
	justify-content: center;
 	align-items: center;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	color: #3a4856;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 20px;
    content: '\f00d';
    transition: all .3s ease;
}

.popup-close:hover:before {
	color: #777;
}

/*---Contact-Form-7---------------------------------------------------------------------- */

.wpcf7 {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 480px;
    margin: 60px auto 0;
}

.callback-popup .wpcf7, .order-popup .wpcf7 {
    margin: 0 auto;
}

.wpcf7-form {
    position: relative;
    padding-bottom: 32px;
}

.wpcf7-form-control-wrap, .submit-wrapper {
    position: relative;
	margin: 5px 0 15px;
}

.wpcf7-form-control-wrap {
	border: 1px solid #ececec;
	background: #fff;
    overflow: hidden;
    display: block;
}

.wpcf7-form-control-wrap.focus {
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

.wpcf7-form-control-wrap .wpcf7-text {
	border: 0;
	background: transparent;
 	height: 42px; width: 100%;
    font-size: 15px;
}

.wpcf7-form-control-wrap .wpcf7-text, .wpcf7-form-control-wrap .wpcf7-textarea {
	padding: 15px 5px 0;
}

.wpcf7-form-control-wrap.your-textarea textarea {
	width: 100%;
	border: 0;
}

.wpcf7-form-control-wrap.your-textarea .placeholder {
	height: 28px;
	bottom: auto;
}

.wpcf7-form-control-wrap.your-acceptance {
	background: transparent;
	border: 0;
 	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 5px 0 10px;
}

.wpcf7-form-control-wrap.your-acceptance .wpcf7-list-item label {
 	display: flex;
	justify-content: space-around;
	width: 100%;
}

.wpcf7-form-control-wrap.your-acceptance .wpcf7-list-item-label {
	margin-left: 5px;
 	text-transform: uppercase;
	font-size: 11px;
}

.submit-wrapper {
    position: relative;
    background: #009fe3;
    transition: all .3s ease;
}

.submit-wrapper:hover {
	background: #fdcd3c;
}

.submit-wrapper .wpcf7-submit {
	background: transparent;
	border: 0;
	width: 100%;
	height: 42px;
 	cursor: pointer;
	font-weight: 600;
	color: #fff;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip, div.wpcf7 .submit-wrapper .ajax-loader, .wpcf7-spinner {
 	display: none !important;
    pointer-events: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
    background: rgba(255,40,0,.15);
}

.wpcf7-form-control-wrap .placeholder {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    text-align: left;
    padding-left: 5px;
    color: #b3b3b3;
    font-size: 14px;
    transition: all .3s ease;
    pointer-events: none;
}

.wpcf7-form-control-wrap .placeholder.scaled {
	transform: translatey(-11px);
    font-size: 12px;
    color: #009fe3;
}

.wpcf7-form div.wpcf7-response-output {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    margin: 0;
    padding: 3px 0;
    border: 1px solid #3a4856;
    text-align: center;
    font-size: 14px;
}

.wpcf7-form div.wpcf7-display-none {
    display: none;
    pointer-events: none;
}

.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing {
    border: 1px solid #fdcd3c;    
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 1px solid #009fe3;
}

.wpcf7-form-control-wrap.product-name {
	border: 0;
	margin: 0;
}

/*---Strong-Testimonials----------------------------------------------------------------- */

.strong-view {
	padding: 60px 0;
}

.strong-content {
	padding: 0 60px;
}

.testimonial {
	border: 1px solid #8cd4f2;
	margin: 0 5px;
	padding: 10px;
}

.testimonial-heading {
	color: #009fe3;
	text-align: center;
	margin-bottom: 10px;
}

.testimonial-image {
	margin: 0 auto 10px;
	max-width: 120px;
	border-radius: 100%;
	overflow: hidden;
}

.testimonial-field {
	text-align: center;
}

.testimonial-content {
	min-height: 300px;
	padding-bottom: 5px;
	border-bottom: 1px solid #8cd4f2;
	margin-bottom: 5px;
}

.testimonial-content p {
    font-size: 14px;
}

/*---Slick-Slider------------------------------------------------------------------------ */

.slick-main {
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;    
    z-index: 2;
    cursor: pointer;
    border: 0;
    font-size: 0;
    transition: all .3s ease;
    background: transparent;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:hover {
    left: 5px;
}

.slick-next:hover {
    right: 5px;
}

.slick-prev:before, .slick-next:before {
    font-family: Font Awesome\ 5 Free;
    font-size: 32px;
    font-weight: 900;
    color: #fdcd3c;
    transition: all .3s ease;
    top: 50%;
    transform: translatey(-50%);
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

/*---Contact-Button---------------------------------------------------------------------- */

.connect-wrapper {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 5;
}

.connect-button {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #008749;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    cursor: pointer;
    transform: rotatey(90deg);
    transition: all .2s linear 4s;
}

.connect-button.animate {
    transform: rotatey(0);
}

.connect-button .frame-01, .connect-button .frame-02, .connect-button .fa-times, .connect-button .fa-times:before, .connect-button .frame-02 .icon-slider i, .social-container ul li a i, .social-container ul li a i:before {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.connect-button .frame-01, .connect-button .frame-02, .connect-button .fa-times {
	width: 46px;
	height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .1s ease-out;
}

.connect-button .frame-01 {
	flex-direction: column;
	color: #fff;
    transform: translate3d(-50%,-50%, 0);
}

.connect-button .frame-01 i, .connect-button .frame-02 i {
    font-size: 22px;
}

.connect-button .frame-01 span {
    font-size: 10px;
}

.connect-button .frame-02 {
	color: #008749;
	background: #fff;
	border-radius: 100%;
    overflow: hidden;
    transform: translate3d(-50%,-50%, 0) scale(0);
}

.connect-button .frame-02 .icon-slider {
	display: flex;
	width: 92px;
	height: 46px;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
    transition: all 0s ease .5s;
}

.connect-button .frame-02.hide .icon-slider {
    transform: translatex(-46px);
    transition: all .3s ease .5s;
}

.connect-button .frame-02 .icon-slider i {
    width: 46px;
    height: 46px;
}

.connect-button .frame-01.hide {
    transform: translate3d(-50%,-50%, 0) scale(0);
}

.connect-button .frame-02.hide {
    transform: translate3d(-50%,-50%, 0) scale(1);
}

.connect-button .aniframe.forcehide {
    transform: translate3d(-50%,-50%, 0) scale(0) !important;
}

.connect-button .blink {
    transform: translate3d(-50%,-50%, 0);
    background: rgba(0,135,73,.15);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    z-index: -1;
    animation: blink 1.1s linear infinite;
}

@keyframes blink {
    0% {transform: translate3d(-50%,-50%, 0) scale(1);}
    25% {transform: translate3d(-50%,-50%, 0) scale(1.15);}
    50% {transform: translate3d(-50%,-50%, 0) scale(1);}
    75% {transform: translate3d(-50%,-50%, 0) scale(1);}
    100% {transform: translate3d(-50%,-50%, 0) scale(1.15);}
}

.connect-button .fa-times {
    width: 70px;
    height: 70px;
    transform: translate3d(-50%,-50%, 0) scale(0);
    color: #fff;
}

.connect-button .fa-times.forcehide {
    transform: translate3d(-50%,-50%, 0) scale(1);
}

.social-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    background: #fff;
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 88px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.social-container.animate {
    bottom: 80px;
    opacity: 1;
    pointer-events: auto;
}

.social-container:before {
	position: absolute;
	bottom: -7px;
	left: 25px;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
	border-left: 8px solid transparent;
	content: '';
}

.social-container ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    transform: translatey(30px);
    opacity: 0;
    transition: all .2s ease .2s;
}

.social-container.animate ul {
    transform: translatey(0);
    opacity: 1;
}

.social-container ul li a {
    height: 54px;
    padding-left: 68px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: inherit;
}

.social-container ul li a:hover {
    background: #f0f0f0;
}

.social-container ul li a i {
    position: absolute;
    height: 44px;
    width: 44px;
    top: 50%;
    left: 9px;
    transform: translatey(-50%);
    border-radius: 100%;
    color: #fff;
}

.social-container ul li:first-of-type a i {
    background: #25d366;
}

.social-container ul li:last-of-type a i {
    background: #0088cc;
}

/*---Adaptive-Design--------------------------------------------------------------------- */

@media only screen and (min-width : 1980px) {
main {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
}

@media only screen and (max-width: 1280px) {
.wrapper {
    padding: 0 2%;    
}

.logo {
	width: 200px;
}

.header-flex {
	width: calc(100% - 200px);
}

.tel {
	font-size: 22px;
}

.main-nav {
	width: calc(100% - 470px);
    padding: 0 5px 0 20px;
}

.site-title {
	font-size: 2.3em;
}

.typewriter {
	font-size: 1.8em;
}
}

@media only screen and (max-width: 1170px) {
.testimonial-content {
    min-height: 360px;
}
}

@media only screen and (max-width: 1080px) {
.menu-toggle {
	display: block !important;
	width: 48px;
	cursor: pointer;
	height: 48px;
    color: #fff;
    background: #009fe3;
    margin-left: 15px;
}

.menu-toggle:before {
	display: flex;
	justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.main-nav {
	width: auto;
	padding: 0;
	margin: 0 auto 0 0;
}

.main-nav ul {
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
	background: rgba(0,0,0,.85);
	z-index: 2;
	transition: all .3s ease;
	opacity: 0;
	pointer-events: none;
}

.main-nav ul.animate {
    opacity: 1;
    pointer-events: auto;
}

.main-nav ul a {
    margin: 10px 0;
    display: block;
}

.callback .btn {
    position: relative;
	width: 48px;
	font-size: 0;
}

.callback .btn:before {
    content: '\f2a0';
 	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
 	font-size: 20px;
	font-weight: 900;
	color: currentColor;
    transform: rotatez(-35deg);
}

.sec-02 .flex-wrapper:nth-of-type(1) {
	flex-direction: column;
}

.sec-02 .video-flex, .sec-02 .column {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.sec-02 .flex-block.x3, .loop-post {
	width: calc(50% - 10px);
}

.loop-wrapper {
	max-width: 768px;
	margin: 0 auto;
}

.sec-07 .person {
	width: 440px;
	height: 528px;
}

.sec-07 .accordion {
	width: calc(100% - 450px);
	margin: 0 0 20px 450px;
}

.sec-06 .column {
	width: 100%;
	margin-bottom: 20px;
}

.sec-07 .person {
	display: none;
}

.sec-07 .accordion {
	width: 100%;
	margin: 0 0 20px;
}

.sec-07 .section-title {
	padding-left: 0;
}

.sec-footer .wrapper {
	flex-direction: column;
}

.sec-footer .footer-item {
	max-width: 100%;
}
}

@media only screen and (max-width: 768px) {
.callback-popup {
	left: 2%; right: 2%;
	transform: translatex(0) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: auto;
}

.callback-popup.animate {
	transform: translatex(0) translatey(-50%) scale3d(1, 1, 1);
}

.x4 {
    width: calc(100% / 2 - 10px);
}

.sec-07 {
    height: auto;
}

.sec-01 {
	padding: 60px 0 !important;
	height: auto;
	max-height: 100%;
	min-height: 640px;
}

.site-title {
	font-size: 2em;
}

.typewriter {
	font-size: 1.6em;
}

.sec-02 .flex-block.x3, .loop-post {
	width: 100%;
}

.loop-wrapper {
	max-width: 480px;
}

.sec-02 .flex-block.x3 {
	justify-content: flex-start;
}

.sec-10 .c-block {
	flex-direction: column;
    padding: 10px;
}

.sec-10 .c-block a, .sec-10 .c-block span {
    margin: 5px 10px;
}
}

@media only screen and (max-width: 640px) {
body {
    font-size: 14px;
}

.wrapper {
    padding: 0 3%;    
}

section, .section {
    position: relative;
    padding-top: 40px !important;
}

.flex-wrapper, .loop-wrapper {
    padding: 40px 0 20px;
}

.content-wrapper {
    padding: 40px 0;
}

.x2, .x3, .x4 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px;
}

.sec-page article p, .sec-page article h2, .sec-page article h3, .sec-page article h4, .sec-page article > ul, .sec-page article ol, .wp-block-image, .wp-block-table {
    margin: 0 0 12px !important;
}

.sec-01 {
	padding: 40px 0 !important;
}

.logo {
	width: 160px;
}

.header-flex {
	width: calc(100% - 160px);
}

.menu-toggle, header .popup-toggle {
    width: 38px !important;
    height: 38px;
}

.tel {
	font-size: 16px;
    padding-left: 34px;
}

.tel:before {
	width: 30px;
	height: 30px;
	font-size: 14px;
}

.callback, .menu-toggle {
	margin-left: 10px;
}

.strong-view {
	padding: 40px 0;
}

.sec-10 {
    padding-bottom: 40px !important;
}

.sec-10 .c-block {
	margin-top: 40px;
}
}

@media only screen and (max-width: 480px) {
.wpcf7-form-control-wrap.your-acceptance .wpcf7-list-item-label {
	font-size: 9px;
}

.site-title {
    font-size: 1.7em;
}

.section-title {
	font-size: 1.4em;
}

.typewriter, .popup-title {
	font-size: 1.2em;
}

.sec-07 .accordion .answer {
	padding: 5px 5px 5px 20px;
}

.logo {
	width: 90px;
}

.header-flex {
	width: calc(100% - 90px);
}

.tel:before {
	display: none;
}

.tel {
	font-size: 16px;
	padding-left: 0;
}

.menu-toggle, header .popup-toggle {
	width: 34px !important;
	height: 34px;
}

.callback .btn:before {
	font-size: 16px;
}

.strong-content {
	padding: 0;
}

.testimonial-content {
	min-height: 330px;
}

.social-container {
    width: 280px;
}
}

@media only screen and (max-width: 360px) {
body {
    font-size: 13px;
}

.tel {
	font-size: 13px;
}
}
