/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 4.1
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: 'Montserrat', sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    background: #f5f5f5;
}

main {
	max-width: 1920px;
	min-height: 100vh;
	overflow: hidden;
	margin: 0 auto;
    background: #fff;
}

section, .section, .wp-block-group {
    position: relative;
    padding-top: 60px;
}

.wrapper, .wp-block-group__inner-container, .wp-block-kadence-rowlayout .wp-block-kadence-column {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
}

.awesome {
    position: relative;
}

.awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	height: 100%;
	font-weight: 900;
    color: currentColor;
}

.awesome:before {
    left: 0;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	right: 0;
}

.fas.scrolltop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #039749;
    font-size: 32px;
    z-index: 9;
    transition: color .5s;
    cursor: pointer;
    display: none;
}

.fas.scrolltop:hover {
    color: #42b176;
}

.content-wrapper {
    padding: 60px 0;
}

/*---Flexbox----------------------------------------------------------------------------- */

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-between, .sec-04 .item, .sec-07 .wp-block-group__inner-container, .main-nav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center, .btn, .fab, .fas, .main-nav ul a, .awesome:before, .wp-block-kadence-column, .kt-inside-inner-col, .sec-07 .c-block .social, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-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;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.x2 {
    width: calc(50% - 10px);
}

.x3 {
    width: calc((100% - 40px) / 3);
}

.x4 {
    width: calc((100% - 60px) / 4);
}

.flex-block .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

/*---Kadence-Blocks---------------------------------------------------------------------- */

.wp-block-kadence-rowlayout :is(.kt-row-layout-inner, .kt-row-column-wrap, .wp-block-kadence-column, .kt-inside-inner-col) {
    height: 100% !important;
}

.wp-block-kadence-rowlayout .kt-row-column-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 !important;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

h1 {
    font-size: 5.16em;
    line-height: 1.2;
    margin: 0;
}

h2, .popup-title {
	font-size: 2.4em;
    margin: -8px 0 0;
}

h3 {
	font-size: 1.6em;
    margin: -6px 0 0;
}

h4 {
	font-size: 1.2em;
    margin: 0;
}

.page-title {
    margin: 10px 0 34px;
}

.popup-title {
    margin: 0 0 30px;
}

.popup-title, .page-title {
    text-align: center;
}

a {
    position: relative;
    transition: all .3s;
    color: #039749;
}

a:hover {
    color: #42b176;
}

p, label {
    margin: 0;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 70px;
    background: transparent;
    color: #fff;
    transition: all .3s;
    z-index: 5;
}

header.animate {
    background: #090909;
}

.tel {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tel a:first-of-type {
    font-size: 1.2em;
    color: currentcolor;
    font-weight: 600;
}

header .btn {
    margin: 0;
}

header .social, .sec-07 .social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header .social a, .sec-07 .social a {
	width: 46px;
    height: 46px;
    background: #039749;
    color: #fff;
    margin-right: 8px;
    border-radius: 100%;
}

header .social a:hover, .sec-07 .social a:hover {
    background: #42b176;
}

header .social a.fab, .sec-07 .social a.fab {
	font-size: 18px;
}

.main-nav {
	flex-grow: 1;
	margin: 0 20px;
    max-width: 1280px;
}

.main-nav ul, .main-nav > ul li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > ul > li {
    flex-grow: 1;
    position: relative;
}

.main-nav ul a {
    color: currentColor;
}

.main-nav ul:not(.sub-menu) > li > a:hover, .main-nav ul li.current-menu-item > a, .main-nav ul li.current-post-parent > a {
    text-decoration: underline !important;
    color: #039749;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span {
    position: relative;
    padding-right: 15px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	content: '\f078';
	font-size: 12px;
    padding-top: 2px;
}

.main-nav > ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	flex-direction: column;
	justify-content: flex-start;
	transition: all .3s;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ececec;
}

.main-nav > ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.main-nav > ul li ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.main-nav > ul li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}

.main-nav > ul li ul.sub-menu li a {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
    color: #404756;
    border-left: 3px solid transparent;
}

.main-nav > ul li ul.sub-menu li a:hover {
    background: #fafafa;
}

.menu-toggle, .menu-close {
    display: none !important;
}

/*---Home-Page--------------------------------------------------------------------------- */

.sec-01 {
    height: 780px;
    padding: 0 !important;
}

.sec-01 .intro h1 strong {
	font-weight: 400;
	color: #039749;
}

.sec-01 .intro {
    color: #fff;
    padding-bottom: 60px;
}

.sec-01 .intro h2 {
    font-size: 4.4em;
}

.sec-01 .intro .btn {
	margin: 45px auto 0 0;
	max-width: 320px;
	height: 58px;
}

.sec-02, .sec-03, .sec-04, .sec-05, .sec-06 {
    background: #1b1b1b;
}

.sec-02 {
    padding: 0;
    margin-bottom: -60px;
    border-top: 1px solid #242424;
}

:is(.sec-02, .sec-03, .sec-04, .sec-05, .sec-06):after {
    content: '';
    background: url('/wp-content/uploads/overlay.png');
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    opacity: .3;
}

.sec-02 .wp-block-group__inner-container {
    background: #fff;
    transform: translatey(-60px);
    border-radius: 6px !important;
    padding: 50px 40px 40px;
    max-width: 1220px;
    position: relative;
}

.sec-02 .wp-block-group__inner-container:before, .sec-02 .wp-block-group__inner-container:after, .sec-04 .item:before, .sec-04 .item:after {
    content: '';
    position: absolute;
    width: 20px;
    top: 20px;
    bottom: 20px;
    background: #039749;
}

.sec-02 .wp-block-group__inner-container:before, .sec-04 .item:before {
    left: -20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.sec-02 .wp-block-group__inner-container:after, .sec-04 .item:after {
    right: -20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sec-02 .text-wrapper {
    max-width: calc(100% - 240px)
}

.sec-02 .text-wrapper > *, .sec-04 .text-wrapper > * {
    margin: 0 0 20px !important;
}

.sec-02 .wp-block-image {
    margin: 0 40px 20px 0;
}

.sec-03 .flex-block .icon {
    background: url('/wp-content/uploads/sprite.png');
}

.sec-03 .flex-block:nth-of-type(2) .icon {
    background-position: 180px;
}

.sec-03 .flex-block:nth-of-type(3) .icon {
    background-position: 120px;
}

.sec-03 .flex-block:nth-of-type(4) .icon {
    background-position: 60px;
}

.sec-04, .sec-05, .sec-06, .sec-07 {
    padding-top: 0;
}

.sec-04 .slick-main {
    padding: 60px 40px;
}

.sec-04 .item {
    background: #fff;
    border-radius: 6px !important;
    padding: 50px 40px 40px;
    margin: 0 25px;
    max-width: 1220px;
    position: relative;
}

.sec-04 .item .wp-block-image {
   margin: 0;
   max-width: 240px;
}

.sec-04 .item .text-wrapper {
    width: calc(100% - 280px);
}

.sec-04 .text-wrapper h3 {
	margin: -6px 0 20px !important;
}

.sec-05 {
    padding-bottom: 60px;
}

.sec-05 .content-wrapper {
	background: #fff;
	border-radius: 6px !important;
	margin: 70px 0 20px;
    padding: 60px 40px;
	position: relative;
}

.sec-05 .content-wrapper .wp-block-table {
	margin: 0 0 60px;
}

.sec-05 .btn {
    max-width: 260px;
}

.sec-05 .content-wrapper:before, .sec-05 .content-wrapper:after {
    content: '';
    position: absolute;
    height: 20px;
    left: 20px;
    right: 20px;
    background: #039749;
}

.sec-05 .content-wrapper:before {
    top: -20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.sec-05 .content-wrapper:after {
    bottom: -20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sec-06 {
    border-bottom: 1px solid #242424;
}

.sec-06 .wp-block-kadence-accordion {
	padding: 55px 0 60px;
}

.sec-06 .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active {
	border-radius: 6px 6px 0 0;
}

.sec-06 .kt-accordion-panel-inner {
	border-radius: 0 0 6px 6px;
}

.sec-06 .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
    cursor: pointer;
}

.sec-07 {
    background: #090909;
    color: #fff;
}

.sec-07 .wp-block-group__inner-container {
    max-width: 100%;
    margin: 0;
}

.sec-07 .c-block {
	width: 50%;
	max-width: 640px;
	padding: 60px 0;
	margin-left: calc((100vw - 1280px) / 2);
}

.sec-07 .c-block h2 {
    margin-bottom: 20px;
}

.sec-07 .map-wrapper {
	width: 50%;
	height: 400px;
}

.sec-07 .c-block .social {
	margin-top: 20px;
    justify-content: flex-start;
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
	width: 100%;
	margin: 0 auto;
 	overflow: hidden;
	color: #f2f2f2;
    background: #000;
    padding: 18px 0;
    font-size: 13px;
}

footer a {
    color: #fff;
}

/*---Pages------------------------------------------------------------------------------- */

.breadcrumbs {
    margin: 0 auto;
    font-size: 0.813em;
    opacity: .9;
}

.breadcrumbs a {
    color: currentColor;
}

.sec-page {
    height: 100%;
    padding-top: 0;
    padding-bottom: 30px;
}

.sec-page article {
    border: 1px solid #ececec;
    width: 100%;
    padding: 30px;
    border-radius: 2px;
}

.sec-404 {
    min-height: calc(100vh - 60px);
    text-align: center;
}

/*---Editor-Styles----------------------------------------------------------------------- */

.sec-page article > ul {
    padding: 0;
    list-style: none;
}

.sec-page article > ul 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;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
 	font-size: 9px;
	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 ul.wp-block-gallery li {
    padding-left: 0;
}

.sec-page article ul.wp-block-gallery li:before {
    display: none;
}

.sec-page article a {
    text-decoration: underline !important;
}

.sec-page article .wp-block-separator {
	border: 0;
	border-top: 1px solid #ececec;
    margin: 0 -30px 24px;
}

.sec-page article :is(p, h2, h3, h4, .wp-block-image, .wp-block-table) {
    margin: 0 0 24px !important;
}

.sec-page article > ul, .sec-page article > ol {
    margin: 0 0 24px !important;
}

.wp-block-table tr {
    transition: all .3s;
}

.wp-block-table tr th, .wp-block-table tr td {
    border: 1px solid #646464;
    padding: 10px;
}

.wp-block-table tr th {
    background: rgba(3,151,73,.3);
}

.wp-block-table tr td:first-of-type {
	background: rgba(233,119,46,.3);
}

/*---Popup------------------------------------------------------------------------------- */

.btn {
    width: 100%;
    max-width: 220px; height: 46px;
    cursor: pointer;
    transition: all .3s;
    margin: 0 auto;
    border-radius: 4px;
    background: #e9772e;
    color: #fff !important;
    font-size: 1.1em;
}

.btn:hover {
    background: #ec8b4d;
}

.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 {
    opacity: 1;
    pointer-events: auto;
}

.ims-popup {
	position: fixed;
	left: 50%; top: 50%;
	transform: translatex(-50%) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: 100%;
 	max-width: 768px;
	background: rgba(255,255,255,.95);
	z-index: 11;
	padding: 50px 10px;
    opacity: 0;
    transition: all .3s;
    flex-direction: column;
    border-radius: 2px;
}

.ims-popup.animate {
	opacity: 1;
    pointer-events: auto;
 	transform: translatex(-50%) translatey(-50%) scale3d(1, 1, 1);
}

.ims-popup, .ims-popup * {
    pointer-events: none !important;
}

.ims-popup.animate, .ims-popup.animate * {
    pointer-events: auto !important;
}

.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: #039749;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 20px;
    content: '\f00d';
    transition: all .3s ease;
}

.popup-close:hover:before {
	color: #42b176;
}
/*---Forminator-------------------------------------------------------------------------- */

.forminator-custom-form {
	max-width: 480px;
    margin: 0 auto !important;
}

.forminator-button.forminator-button-submit {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 46px !important;
	width: 100% !important;
	box-shadow: none !important;
    font-size: 1rem !important;
    transition: all .3s !important;
    border-radius: 4px !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only {
    display: none !important;
}

/*---Slick-Slider------------------------------------------------------------------------ */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;    
    z-index: 2;
    cursor: pointer;
    border: 0;
    font-size: 0;
    transition: all .3s;
    background: transparent;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:hover {
    left: 3px;
}

.slick-next:hover {
    right: 3px;
}

.slick-prev:before, .slick-next:before {
    font-family: Font Awesome\ 5 Free;
    font-size: 32px;
    font-weight: 900;
    color: #e9772e;
    transition: all .3s;
    top: 50%;
    transform: translatey(-50%);
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #ec8b4d;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

/*---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, .wp-block-group__inner-container, .wp-block-kadence-rowlayout .wp-block-kadence-column {
    padding: 0 2%;    
}

.wp-block-kadence-rowlayout.sec-01 .kt-row-layout-inner {
	background-position: -520px center !important;
}

.sec-07 .c-block {
	margin-left: 0;
}

.sec-01 .intro h1, .sec-01 .intro h2 {
    font-size: 4.2em;
}

.sec-02 .wp-block-group__inner-container {
	margin: 0 3%;
	width: 94%;
}
}

@media only screen and (max-width: 1170px) {
.sec-01 .intro h1, .sec-01 .intro h2 {
	font-size: 4em;
}

h2 {
	font-size: 2.1em;
}

h3, .popup-title {
	font-size: 1.4em;
}
}

@media only screen and (max-width: 1080px) {

.wp-block-kadence-rowlayout.sec-01 .kt-row-layout-inner {
	background-position: center center !important;
}

.wp-block-kadence-rowlayout .wp-block-kadence-column.inner-column-1 {
    width: 100%;
    flex: 0 1 100% !important;
}

.wp-block-kadence-rowlayout .wp-block-kadence-column.inner-column-2 {
    display: none;
}

.sec-01 .intro .btn {
	margin: 45px auto 0;
}

.sec-01 .intro h1, .sec-01 .intro h2 {
	text-align: center;
}
}

@media only screen and (max-width: 810px) {
.ims-popup {
	left: 2%; right: 2%;
	transform: translatex(0) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: auto;
}

.ims-popup.animate {
	transform: translatex(0) translatey(-50%) scale3d(1, 1, 1);
}

.sec-01 .intro {
	padding-bottom: 0;
	padding-top: 120px;
}

.sec-04 .item {
	padding: 30px;
	margin: 0 5px;
	flex-direction: column;
	justify-content: flex-start;
}

.sec-04 .item:before, .sec-04 .item:after {
	display: none;
}

.sec-04 .item .text-wrapper {
	width: 100%;
	margin-top: 20px;
}

.sec-04 .item .text-wrapper h3 {
	text-align: center;
}

.sec-07 .wp-block-group__inner-container {
	flex-direction: column;
}

.sec-07 .c-block, .sec-07 .map-wrapper {
	width: 100%;
	max-width: 100%;
}

.menu-toggle, .menu-close {
	display: flex !important;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.menu-toggle {
	font-size: 20px;
	width: 46px;
	height: 46px;
	background: #e9772e;
    transition: all .3s;
    border-radius: 100%;
}

.menu-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	z-index: 10;
    color: #ff7d44;
}

.menu-toggle:hover {
    background: #ec8b4d;
}

.main-nav {
	margin: 0 8px 0 auto;
	flex-grow: 0;
}

.main-nav ul {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 0;
	background: rgba(255,255,255,.95);
	z-index: 2;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}

.main-nav ul.animate {
    opacity: 1;
    pointer-events: auto;
}

.main-nav ul li {
    flex-grow: 0;
}

.main-nav ul a {
	color: #182544;
	height: 46px;
	margin: 6px 0;
	font-size: 1.4em;
	padding: 0 15px;
}
}

@media only screen and (max-width: 640px) {
body {
    font-size: 14px;
}

.wrapper, .wp-block-group__inner-container, .wp-block-kadence-rowlayout .wp-block-kadence-column {
    padding: 0 3%;    
}

.x2, .x3, .x4 {
    width: 100%;
}

header .btn {
    position: relative;
	width: 46px;
	font-size: 0;
    border-radius: 100%;
}

header .btn:before {
    content: '\f0e0';
 	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;
}

.sec-02 .flex-between {
	flex-direction: column;
}

.sec-02 .wp-block-image {
	margin: 0 auto 20px;
	max-width: 240px;
}

.sec-02 .text-wrapper {
	max-width: 100%;
}

.sec-02 .wp-block-group__inner-container:before, .sec-02 .wp-block-group__inner-container:after {
	display: none
}

.sec-02 .wp-block-group__inner-container {
	padding: 30px;
}

.sec-04 .slick-main {
	padding: 60px 0;
}

.slick-prev:before, .slick-next:before {
	font-size: 18px;
	background: #039749;
    color: #fff !important;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
    opacity: .5;
}

.slick-prev:before {
    border-radius: 0 6px 6px 0;
}

.slick-next:before {
    border-radius: 6px 0 0 6px;
}

.slick-prev:hover {
	left: 0;
}

.slick-next:hover {
	right: 0;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
}

.sec-05 .content-wrapper {
	padding: 30px;
}

.sec-06 .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
	font-size: 1em;
	line-height: normal;
}
}

@media only screen and (max-width: 480px) {
.sec-page article ul li, .sec-page article ol li {
	padding-left: 19px;
}

.sec-page article ul li:before {
	width: 19px;
	height: 19px;
	font-size: 8px;
}

.sec-01 {
	height: 500px;
}

.sec-01 .intro h1, .sec-01 .intro h2 {
	font-size: 2.2em;
}

.sec-01 .intro .btn {
	margin: 20px auto 0;
}

.sec-01 .intro h1, .sec-01 .intro h2 {
	font-size: 1.9em;
}
}

@media only screen and (max-width: 360px) {
.sec-01 {
	height: 360px;
}

.sec-01 .intro {
	padding-top: 100px;
}

.sec-01 .intro .btn {
	height: 46px;
}
}
