.overflow-hidden {
    overflow: hidden
}

.fixed-top,
.fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

.position-relative {
    position: relative !important
}

.list-unstyled {
    list-style: none !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-transform-none {
    text-transform: unset !important
}

.h-100 {
    height: 100%
}

@font-face {
    font-family: "Titillium Web";
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/titillium-web/titillium-web-regular.html") format("woff2"), url("../fonts/titillium-web/titillium-web-regular.woff") format("woff"), url("../fonts/titillium-web/titillium-web-regular.ttf") format("truetype")
}

@font-face {
    font-family: "Titillium Web";
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/titillium-web/titillium-web-semibold.html") format("woff2"), url("../fonts/titillium-web/titillium-web-semibold.woff") format("woff"), url("../fonts/titillium-web/titillium-web-semibold.ttf") format("truetype")
}

@font-face {
    font-family: "Titillium Web";
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/titillium-web/titillium-web-bold.html") format("woff2"), url("../fonts/titillium-web/titillium-web-bold.woff") format("woff"), url("../fonts/titillium-web/titillium-web-bold.ttf") format("truetype")
}

body {
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    color: #783937FF;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

body.admin-bar .fixed-top {
    top: 32px
}

body.menu-active {
    position: relative;
    margin-left: -254px;
    overflow-y: hidden
}

@media screen and (min-width: 992px) {
    body.menu-active {
        margin-left: 0;
        overflow-y: auto
    }
}

main {
    overflow-x: hidden
}

video,
img {
    max-height: 100%;
    max-width: 100%;
}

iframe {
    max-height: 100%;
    max-width: 100%
}

h1,
h2 {
    margin-top: 0
}

h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600
}

h2 {
    color: #783937FF;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

h3 {
    font-size: 23px;
    font-size: 1.4375rem
}

p {
    margin: 0 0 1rem
}

section.banner {
    background-color: #783937FF;
    color: rgba(255, 255, 255, 0.74)
}

.color-brand {
    color: #FC766AFF
}

.widget h2 span,
.widget h3 span {
    color: #FC766AFF
}

form label {
    cursor: pointer
}

form label,
form input,
form textarea,
form select {
    width: 100%
}

form input,
form textarea,
form select {
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 15px;
    font-size: .9375rem;
    padding: .75rem;
    min-height: 49px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
    color: #783937FF;
    opacity: 1;
    font-size: 15px;
    font-size: .9375rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

form input:focus,
form textarea:focus,
form select:focus {
    outline: none;
    border-color: #d9d6d6
}

form input:focus::placeholder,
form textarea:focus::placeholder,
form select:focus::placeholder {
    opacity: 0
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ff5000'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 12px;
    background-position: calc(100% - 20px) calc(50% + 3px);
    background-repeat: no-repeat
}

form textarea {
    min-height: 89px
}

form input[type="checkbox"] {
    width: auto;
    min-height: auto
}

form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 1rem;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #FC766AFF;
    color: #FC766AFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #FC766AFF;
    color: #fff
}

form .date {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column
}

form .date .date-placeholder {
    position: absolute;
    left: .75rem;
    width: calc(100% - 1.5rem);
    background-color: #f6f6f6
}

@media screen and (min-width: 768px) {
    form .date .date-placeholder {
        display: none !important
    }
}

.widget.widget_beetle-theme-guide .for-image {
    width: auto;
    flex: 1 0 auto
}

.widget.widget_beetle-theme-guide .for-image img {
    filter: grayscale(0.7) brightness(0.5) invert(1);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.widget.widget_beetle-theme-guide:hover .for-image img {
    filter: grayscale(0) brightness(1) invert(0)
}

.widget.widget_beetle-theme-guide h2 {
    text-align: left !important;
    margin-bottom: .5rem !important
}

.widget.widget_beetle-theme-guide .headline span {
    display: inline-block;
    background: rgba(245, 83, 64, 0.3);
    color: #FC766AFF;
    text-transform: uppercase;
    padding: 0 5px;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem
}

.widget.widget_beetle-theme-guide a {
    padding-bottom: 2px;
    color: #783937FF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-size: .8125rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.widget.widget_beetle-theme-guide a span {
    position: relative;
    padding-bottom: 2px
}

.widget.widget_beetle-theme-guide a span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #783937FF;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.widget.widget_beetle-theme-guide a:hover {
    color: #FC766AFF
}

.widget.widget_beetle-theme-guide a:hover span:after {
    background: #FC766AFF
}

.comment-body {
    display: flex;
    flex-direction: column-reverse
}

.comment-body .comment-content {
    position: relative;
    padding: 1rem;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: rgba(1, 23, 45, 0.7);
    font-style: italic;
    font-size: 16px;
    font-size: 1rem
}

.comment-body .comment-content:before,
.comment-body .comment-content:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: calc(1rem - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #d7d7d7
}

.comment-body .comment-content:after {
    z-index: 2;
    bottom: -12px;
    left: calc(1rem - 6px);
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 12px;
    border-top-color: #fff
}

.comment-body .comment-content p:last-child {
    margin-bottom: 0
}

.comment-body footer {
    margin-top: 20px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    background: transparent;
    color: rgba(1, 23, 45, 0.33);
    font-size: 14px;
    font-size: .875rem
}

.comment-body footer .comment-author {
    position: relative;
    display: flex;
    align-items: center;
    color: #783937FF;
    padding-right: 21px;
    font-size: 15px;
    font-size: .9375rem
}

.comment-body footer .comment-author:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 1px;
    height: 15px;
    background: #FC766AFF
}

.comment-body footer .comment-author img {
    border-radius: 100%;
    margin-right: 5px
}

.comment-body footer .says {
    display: none
}

.comment-body footer a {
    color: rgba(1, 23, 45, 0.33)
}

.comment-body footer a:hover,
.comment-body footer a:focus {
    color: #783937FF
}

.comment-body footer .edit-link {
    color: #783937FF
}

.comment-body footer .edit-link a {
    color: #783937FF
}

.slick-slider {
    position: relative
}

.slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 16px);
    left: -52px;
    background: transparent;
    text-indent: -1000vw;
    width: 32px;
    height: 32px;
    padding: 0
}

.slick-slider .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FC766AFF;
    background-image: url("../img/icons/lnr-chevron-left.svg");
    background-size: cover;
    background-position: center;
    filter: brightness(0);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.slick-slider .slick-arrow.slick-next {
    left: calc(100% + 20px)
}

.slick-slider .slick-arrow.slick-next:before {
    transform: rotate(180deg)
}

.slick-slider .slick-arrow:hover:before {
    filter: brightness(1)
}

.slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: .5rem 0 0;
    padding: 0
}

.slick-slider .slick-dots li {
    margin-right: 6px
}

.slick-slider .slick-dots li:last-child {
    margin-right: 0
}

.slick-slider .slick-dots li button {
    background: transparent;
    text-indent: -1000vw;
    padding: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
    background: #FC766AFF
}

#wpadminbar {
    position: fixed;
    top: 0;
    left: 0
}

.iti {
    width: 100%
}

header {
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    font-size: .8125rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 1200px) {
    header {
        font-size: 15px;
        font-size: .9375rem
    }
}

header~main>section:nth-child(1) {
    padding-top: calc(45px + 2rem) !important
}

@media screen and (min-width: 768px) {
    header~main>section:nth-child(1) {
        padding-top: calc(52px + 4rem) !important
    }
}

header.with-bg {
    background: #783937FF
}

header nav {
    position: absolute;
    top: 0;
    right: -254px;
    font-size: 18px;
    font-size: 1.125rem;
    width: 254px;
    height: 100vh;
    max-height: 100vh;
    background: #fff;
    padding-top: calc(1rem + 16px);
    font-weight: 600;
    overflow-y: auto;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 992px) {
    header nav {
        position: relative;
        font-size: 13px;
        font-size: .8125rem;
        width: auto;
        height: auto;
        max-height: 100%;
        overflow-y: unset;
        background: transparent;
        padding-top: 0;
        right: 0;
        font-weight: 400
    }
}

@media screen and (min-width: 1200px) {
    header nav {
        font-size: 15px;
        font-size: .9375rem
    }
}

header nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    background: linear-gradient(to right, rgba(1, 23, 45, 0.1), rgba(1, 23, 45, 0))
}

@media screen and (min-width: 992px) {
    header nav:before {
        content: none
    }
}

header nav>ul a {
    display: block;
    padding: 7px 25px;
    color: #783937FF;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    header nav>ul a {
        color: #fff;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 1200px) {
    header nav>ul a {
        padding-left: 15px;
        padding-right: 15px
    }
}

header nav>ul li.has-children {
    position: relative
}

header nav>ul li.has-children>a {
    position: relative;
    padding-right: 45px
}

@media screen and (min-width: 992px) {
    header nav>ul li.has-children>a {
        padding-right: 30px
    }
}

header nav>ul li.has-children>a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FC766AFF;
    font-size: 12px;
    font-size: .75rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 992px) {
    header nav>ul li.has-children>a:after {
        right: 0
    }
}

@media screen and (min-width: 992px) {

    header nav>ul li.has-children:hover>a:after,
    header nav>ul li.has-children:focus>a:after {
        color: #FC766AFF
    }
}

@media screen and (min-width: 992px) {

    header nav>ul li.has-children:hover>ul,
    header nav>ul li.has-children:focus>ul {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1
    }
}

@media screen and (max-width: 991px) {
    header nav>ul li.has-children.active>a:after {
        transform: rotate(180deg)
    }

    header nav>ul li.has-children.active>ul {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        font-weight: 400;
        text-transform: none;
        font-size: 15px;
        font-size: .9375rem
    }
}

header nav>ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 992px) {
    header nav>ul ul {
        position: absolute;
        background: #783937FF
    }
}

header nav>ul>li>ul>li.has-children:hover>a:after,
header nav>ul>li>ul>li.has-children:focus>a:after {
    transform: rotate(-90deg)
}

header nav>ul>li>ul>li>ul {
    top: 0;
    left: 100%;
    width: 100%
}

header nav>ul>li>ul>li>ul>li.has-children {
    padding-right: 15px
}

header nav>ul>li>ul>li>ul>li.has-children:after {
    content: none !important
}

header nav>ul>li>ul>li>ul>li ul {
    display: none !important
}

header .tel {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 0 15px;
    line-height: 1.2;
    font-size: 15px;
    font-size: .9375rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 1200px) {
    header .tel {
        font-size: 16px;
        font-size: 1rem;
        padding: 0 30px
    }
}

header .tel .title {
    display: block;
    color: #FC766AFF
}

header .tel:hover,
header .tel:focus {
    background: #fff;
    color: #FC766AFF
}

header .contacts {
    position: absolute;
    top: calc(100vh - 48px - 1rem);
    right: -254px;
    padding: 0 25px;
    font-size: 16px;
    font-size: 1rem;
    width: 254px
}

@media screen and (min-width: 768px) {
    header .contacts {
        position: relative;
        top: unset;
        right: unset;
        width: auto;
        padding: 0;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media screen and (min-width: 1200px) {
    header .contacts {
        font-size: 15px;
        font-size: .9375rem
    }
}

header .custom-logo-link img {
    max-height: 40px;
    width: auto
}

@media screen and (min-width: 768px) {
    header .custom-logo-link img {
        max-height: 100%
    }
}

.menu-active header {
    left: -254px
}

@media screen and (min-width: 992px) {
    .menu-active header {
        left: 0
    }
}

footer {
    background: #783937FF;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 50px
}

@media screen and (min-width: 992px) {
    footer {
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    footer {
        font-size: 16px;
        font-size: 1rem
    }
}

footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

footer a:hover,
footer a:focus {
    color: #fff
}

footer h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.0625rem
}

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

footer ul.menu a {
    line-height: 36px
}

footer .widget {
    display: none !important
}

@media screen and (min-width: 576px) {
    footer .widget {
        display: block !important
    }
}

footer .widget_beetle-theme-contacts {
    display: block !important
}

footer .widget_beetle-theme-contacts a {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-bottom: 1rem
}

footer .widget_beetle-theme-contacts .address,
footer .widget_beetle-theme-contacts .email,
footer .widget_beetle-theme-contacts .phone {
    position: relative;
    display: block;
    padding-left: 40px
}

footer .widget_beetle-theme-contacts .address:before,
footer .widget_beetle-theme-contacts .email:before,
footer .widget_beetle-theme-contacts .phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff
}

footer .widget_beetle-theme-contacts .address:before {
    background-image: url("../img/icons/map.png")
}

footer .widget_beetle-theme-contacts .email:before {
    background-image: url("../img/icons/envelope.png")
}

footer .widget_beetle-theme-contacts .phone:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 3px
}

footer .widget_beetle-theme-contacts .social-networks a:first-child {
    margin-left: 0 !important
}

footer .widget_beetle-theme-contacts .social-networks a:last-child {
    margin-right: 0 !important
}

footer .hot-lines {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

footer .hot-lines:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1)
}

footer .hot-lines h2 {
    color: #FC766AFF;
    padding: 43px 0 5px
}

@media screen and (min-width: 576px) {
    footer .hot-lines h2 {
        padding-top: 0
    }
}

footer .hot-lines h2 span {
    position: relative;
    z-index: 1;
    background: #783937FF;
    padding: 50px 10px 5px
}

@media screen and (min-width: 576px) {
    footer .hot-lines h2 span {
        padding: 0 10px
    }
}

footer .hot-lines h2 span:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-family: "Font Awesome 5 Free";
    background: #FC766AFF;
    box-shadow: 0 0 87px rgba(13, 19, 111, 0.04);
    color: rgba(255, 255, 255, 0.5)
}

@media screen and (min-width: 576px) {
    footer .hot-lines h2 span:before {
        content: none
    }
}

footer .hot-lines .hot-line {
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    font-size: 1rem
}

@media screen and (min-width: 576px) {
    footer .hot-lines .hot-line {
        padding-left: 60px;
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (min-width: 576px) {
    footer .hot-lines .hot-line:before {
        content: "";
        position: absolute;
        left: 0;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        font-family: "Font Awesome 5 Free";
        background: #FC766AFF;
        box-shadow: 0 0 87px rgba(13, 19, 111, 0.04);
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
}

footer .hot-lines .hot-line:hover:before,
footer .hot-lines .hot-line:focus:before {
    color: #fff
}

footer .hot-lines .hot-line .title {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-size: 1rem;
    min-width: 20px
}

footer>.container>.social-networks {
    display: flex !important;
    padding: 2rem 0 !important
}

footer .info {
    font-size: 12px;
    font-size: .75rem
}

footer .fixed-buttons {
    width: 100%;
    background: #FC766AFF;
    height: 50px
}

footer .fixed-buttons a {
    width: 50%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-size: .8125rem
}

footer .fixed-buttons a:nth-child(1) {
    border-left-color: transparent
}

footer .fixed-buttons a .fa-envelope {
    font-size: 18px;
    font-size: 1.125rem
}

.menu-active footer .fixed-buttons {
    left: -254px
}

@media screen and (min-width: 768px) {
    .menu-active footer .fixed-buttons {
        left: 0
    }
}

.btn,
button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: .75rem;
    background: #FC766AFF;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 1200px) {

    .btn,
    button {
        padding: 1rem
    }
}

.btn:hover,
.btn:focus,
button:hover,
button:focus {
    outline: none;
    background: #FC766AFF!important
}

.btn.btn-circle,
button.btn-circle {
    border-radius: 35px;
    padding: 1rem 1.75rem;
    box-shadow: 0 10px 27px rgba(255, 117, 80, 0.39)
}

.btn.btn-icon,
button.btn-icon {
    border-radius: 100%;
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    font-size: 16px;
    font-size: 1rem
}

.btn.btn-icon.btn-icon-medium,
button.btn-icon.btn-icon-medium {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    padding: 0
}

.btn.btn-icon.btn-icon-small,
button.btn-icon.btn-icon-small {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0
}

.btn.btn-icon.btn-icon-black,
button.btn-icon.btn-icon-black {
    background: #FC766AFF;
    box-shadow: 0 0 87px rgba(13, 19, 111, 0.04);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 100%
}

.btn.btn-icon.btn-icon-black:hover,
.btn.btn-icon.btn-icon-black:focus,
button.btn-icon.btn-icon-black:hover,
button.btn-icon.btn-icon-black:focus {
    color: #fff
}

.btn.btn-shadow,
button.btn-shadow {
    box-shadow: 0 0 7px rgba(245, 83, 64, 0.35)
}

.btn.btn-video,
button.btn-video {
    flex-direction: column;
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    padding: 0
}

.btn.btn-video:after,
button.btn-video:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("../img/icons/play.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
    border: 2px solid #fff;
    border-radius: 100%
}

@media screen and (min-width: 768px) {

    .btn.btn-video:after,
    button.btn-video:after {
        width: 82px;
        height: 82px;
        background-size: auto
    }
}

@media screen and (min-width: 768px) {

    .btn.btn-video.btn-video-small:after,
    button.btn-video.btn-video-small:after {
        width: 70px;
        height: 70px
    }
}

.btn.btn-video>img,
button.btn-video>img {
    position: relative;
    z-index: -1
}

.btn.btn-video>.content,
button.btn-video>.content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.btn.btn-video>.content:before,
button.btn-video>.content:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -30%;
    left: 0;
    width: 100%;
    height: 130%;
    background: linear-gradient(to top, #000 20%, transparent)
}

.btn.btn-video>.content>*,
button.btn-video>.content>* {
    position: relative;
    z-index: 1
}

.btn.btn-border,
button.btn-border {
    border: 1px solid #FC766AFF !important;
    background: transparent !important;
    color: #FC766AFF !important
}

.btn.btn-border:hover,
.btn.btn-border:focus,
button.btn-border:hover,
button.btn-border:focus {
    background: #FC766AFF !important;
    color: #fff !important
}

.btn.btn-border.btn-border-black,
button.btn-border.btn-border-black {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-color: #783937FF !important
}

.btn.btn-border.btn-border-black:hover,
.btn.btn-border.btn-border-black:focus,
button.btn-border.btn-border-black:hover,
button.btn-border.btn-border-black:focus {
    background: #783937FF !important
}

.btn.btn-border.btn-border-white,
button.btn-border.btn-border-white {
    border-color: #fff !important;
    color: #fff !important
}

.btn.btn-border.btn-border-white:hover,
.btn.btn-border.btn-border-white:focus,
button.btn-border.btn-border-white:hover,
button.btn-border.btn-border-white:focus {
    background: #fff !important;
    color: #FC766AFF !important
}

.btn.btn-menu,
button.btn-menu {
    position: relative;
    padding: 8.5px;
    background: transparent;
    width: 40px;
    height: 40px
}

@media screen and (min-width: 768px) {

    .btn.btn-menu,
    button.btn-menu {
        padding: 16px;
        width: 55px;
        height: 55px
    }
}

.btn.btn-menu span,
button.btn-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #FC766AFF;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.btn.btn-menu span:before,
.btn.btn-menu span:after,
button.btn-menu span:before,
button.btn-menu span:after {
    content: '';
    position: absolute;
    top: 8.5px;
    left: 8.5px;
    width: calc(100% - 17px);
    height: 2px;
    background: #FC766AFF;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 768px) {

    .btn.btn-menu span:before,
    .btn.btn-menu span:after,
    button.btn-menu span:before,
    button.btn-menu span:after {
        top: 16px;
        left: 16px;
        width: calc(100% - 32px)
    }
}

.btn.btn-menu span:after,
button.btn-menu span:after {
    top: unset;
    bottom: 8.5px
}

@media screen and (min-width: 768px) {

    .btn.btn-menu span:after,
    button.btn-menu span:after {
        bottom: 16px
    }
}

.btn.btn-menu.active span,
button.btn-menu.active span {
    background: rgba(245, 83, 64, 0)
}

.btn.btn-menu.active span:before,
button.btn-menu.active span:before {
    transform: rotate(45deg);
    top: 19.5px
}

@media screen and (min-width: 768px) {

    .btn.btn-menu.active span:before,
    button.btn-menu.active span:before {
        top: 27px
    }
}

.btn.btn-menu.active span:after,
button.btn-menu.active span:after {
    transform: rotate(-45deg);
    bottom: 18.5px
}

@media screen and (min-width: 768px) {

    .btn.btn-menu.active span:after,
    button.btn-menu.active span:after {
        bottom: 26px
    }
}

.beetle-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: -99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.beetle-modal.show {
    display: flex;
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.beetle-modal .modal-content {
    position: relative;
    overflow: visible;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 120px);
    text-align: center;
    background: #fff;
    border-radius: 0
}

@media screen and (min-width: 768px) {
    .beetle-modal .modal-content {
        max-width: 70vw;
        min-width: 435px;
        max-height: 80vh
    }
}

.beetle-modal .modal-content .scrolled {
    display: block;
    max-height: 100%;
    overflow-y: auto
}

.beetle-modal.beetle-modal-video .modal-content {
    background: transparent;
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
    width: calc(100vw - 120px);
    max-width: calc(100vw - 120px)
}

.beetle-modal.beetle-modal-video .scrolled,
.beetle-modal.beetle-modal-video iframe {
    width: 100%;
    height: 100%
}

.beetle-modal.beetle-modal-video iframe {
    display: block
}

.beetle-modal .btn-beetle-modal-close {
    position: absolute;
    top: -40px;
    right: 0
}

@media screen and (min-width: 768px) {
    .beetle-modal .btn-beetle-modal-close {
        top: -30px;
        right: -30px
    }
}

body.beetle-modal-show {
    overflow: hidden
}

body.beetle-modal-show:after {
    content: '';
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5)
}

section.consultation-form {
    background: #FC766AFF
}

section.consultation-form:before,
section.consultation-form:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #FC766AFF
}

section.consultation-form:before {
    left: -100vw
}

section.consultation-form:after {
    right: -100vw
}

section.consultation-form .for-bg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section.consultation-form .for-bg:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -100%;
    right: 25%;
    height: 300%;
    width: 40%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg)
}

section.consultation-form>.container>* {
    position: relative;
    z-index: 1
}

section.consultation-form h2 {
    color: #fff;
    line-height: 1.2
}

section.consultation-form form {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap
}

@media screen and (min-width: 1200px) {
    section.consultation-form form {
        flex-wrap: unset
    }
}

section.consultation-form form input,
section.consultation-form form select,
section.consultation-form form textarea {
    margin: 0 15px !important;
    padding: 15px 25px;
    border: 1px solid transparent;
    border-radius: 35px;
    max-width: 255px;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {

    section.consultation-form form input,
    section.consultation-form form select,
    section.consultation-form form textarea {
        font-size: 16px;
        font-size: 1rem
    }
}

section.consultation-form form input::-webkit-input-placeholder,
section.consultation-form form select::-webkit-input-placeholder,
section.consultation-form form textarea::-webkit-input-placeholder {
    color: #783937FF;
    opacity: 1;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {

    section.consultation-form form input::-webkit-input-placeholder,
    section.consultation-form form select::-webkit-input-placeholder,
    section.consultation-form form textarea::-webkit-input-placeholder {
        font-size: 16px;
        font-size: 1rem
    }
}

section.consultation-form form input:-moz-placeholder,
section.consultation-form form select:-moz-placeholder,
section.consultation-form form textarea:-moz-placeholder {
    color: #783937FF;
    opacity: 1;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {

    section.consultation-form form input:-moz-placeholder,
    section.consultation-form form select:-moz-placeholder,
    section.consultation-form form textarea:-moz-placeholder {
        font-size: 16px;
        font-size: 1rem
    }
}

section.consultation-form form input::-moz-placeholder,
section.consultation-form form select::-moz-placeholder,
section.consultation-form form textarea::-moz-placeholder {
    color: #783937FF;
    opacity: 1;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {

    section.consultation-form form input::-moz-placeholder,
    section.consultation-form form select::-moz-placeholder,
    section.consultation-form form textarea::-moz-placeholder {
        font-size: 16px;
        font-size: 1rem
    }
}

section.consultation-form form input:-ms-input-placeholder,
section.consultation-form form select:-ms-input-placeholder,
section.consultation-form form textarea:-ms-input-placeholder {
    color: #783937FF;
    opacity: 1;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {

    section.consultation-form form input:-ms-input-placeholder,
    section.consultation-form form select:-ms-input-placeholder,
    section.consultation-form form textarea:-ms-input-placeholder {
        font-size: 16px;
        font-size: 1rem
    }
}

section.consultation-form form input[type="submit"],
section.consultation-form form select[type="submit"],
section.consultation-form form textarea[type="submit"] {
    cursor: pointer;
    background: #783937FF;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 12.5px 40px;
    font-size: 15px;
    font-size: .9375rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (min-width: 768px) {

    section.consultation-form form input[type="submit"],
    section.consultation-form form select[type="submit"],
    section.consultation-form form textarea[type="submit"] {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

section.consultation-form form input[type="submit"]:hover,
section.consultation-form form input[type="submit"]:focus,
section.consultation-form form select[type="submit"]:hover,
section.consultation-form form select[type="submit"]:focus,
section.consultation-form form textarea[type="submit"]:hover,
section.consultation-form form textarea[type="submit"]:focus {
    box-shadow: 0 8px 40px 0 rgba(1, 24, 46, 0.3)
}

section.consultation-form form .iti__flag-container {
    margin-left: 15px
}

section.consultation-form form .iti__flag-container .iti__selected-flag {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px
}

section.consultation-form .screen-reader-response,
section.consultation-form .wpcf7-response-output {
    display: none !important
}

.blacklist-search {
    z-index: 1
}

.blacklist-search:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 0;
    width: calc(100% - 24px);
    height: calc(100% - 10px);
    background: #fff;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.blacklist-search select {
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #783937FF;
    padding-right: 15px;
    font-size: 15px;
    font-size: .9375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%
}

@media screen and (max-width: 767px) {
    .blacklist-search select {
        padding-left: 0
    }
}

@media screen and (min-width: 768px) {
    .blacklist-search select {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.blacklist-search select::-ms-expand {
    display: none
}

.blacklist-search label {
    margin: 5px 0
}

.blacklist-search label:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FC766AFF;
    font-size: 12px;
    font-size: .75rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.blacklist-search label:hover:after,
.blacklist-search label:focus:after {
    color: #FC766AFF
}

.blacklist-search label:nth-child(2) {
    position: relative
}

.blacklist-search label:nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 1px;
    height: 100%;
    background: #adb8c1
}

@media screen and (min-width: 768px) {
    .blacklist-search label:nth-child(2):before {
        left: 1.125rem
    }
}

/*# sourceMappingURL=main.min.css.map */
