:root {
    --preloader-bg: #15133d;
    --preloader-bg-rgb: 0, 0, 0;
    --preloader-color1: #03a1bf;
    --preloader-color2: #14113b;
    --preloader-color3: #70e9f2;
    --preloader-color4: #0894ec;
    --color1: #ffffff;
    --color2: #161616;
    --color3: #f5f5f5;
    --color4: #038dab;
    --color5: #221f1f;
    --color6: #000000;
    --color7: #565454;
    --color8: #03a1bf;
    --color9: #373535;
    --color10: #333131;
    --color11: #1d1d1d;
    --color12: #3c3b3b;
    --color13: #eaeaea;
    --color14: #10a6c2;
    --color15: #232323;
    --color16: #9dadbc;
    --color17: #656464;
    --color18: #ccd0d2;
    --color19: #979797;
    --color20: #168fa9;
    --color21: #bebdbd;
    --color22: #15133d;
    --color23: #6210b6;
    --color24: #6ceff5;
}

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

@font-face {
    font-family: SegoeUI;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/segoeui.ttf);
    src: local('SegoeUI'), url(../fonts/segoeui.ttf) format('truetype')
}

@font-face {
    font-family: SegoeUI;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/segoeuib.ttf);
    src: local('SegoeUI-Bold'), url(../fonts/segoeuib.ttf) format('truetype')
}

@font-face {
    font-family: "Geomanist";
    src: url(../fonts/geomanist-bold-webfont.eot);
    src: url(../fonts/geomanist-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/geomanist-bold-webfont.woff2) format('woff2'), url(../fonts/geomanist-bold-webfont.woff) format('woff'), url(../fonts/geomanist-bold-webfont.ttf) format('truetype'), url(../fonts/geomanist-bold-webfont.svg#Geomanist) format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Geomanist";
    src: url(../fonts/geomanist-bold-italic-webfont.eot);
    src: url(../fonts/geomanist-bold-italic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/geomanist-bold-italic-webfont.woff2) format('woff2'), url(../fonts/geomanist-bold-italic-webfont.woff) format('woff'), url(../fonts/geomanist-bold-italic-webfont.ttf) format('truetype'), url(../fonts/geomanist-bold-italic-webfont.svg#Geomanist) format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Geomanist";
    src: url(../fonts/geomanist-black-webfont.eot);
    src: url(../fonts/geomanist-black-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/geomanist-black-webfont.woff2) format('woff2'), url(../fonts/geomanist-black-webfont.woff) format('woff'), url(../fonts/geomanist-black-webfont.ttf) format('truetype'), url(../fonts/geomanist-black-webfont.svg#Geomanist) format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Geomanist";
    src: url(../fonts/geomanist-black-italic-webfont.eot);
    src: url(../fonts/geomanist-black-italic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/geomanist-black-italic-webfont.woff2) format('woff2'), url(../fonts/geomanist-black-italic-webfont.woff) format('woff'), url(../fonts/geomanist-black-italic-webfont.ttf) format('truetype'), url(../fonts/geomanist-black-italic-webfont.svg#Geomanist) format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Geomanist";
    src: url(../fonts/geomanist-medium-webfont.eot);
    src: url(../fonts/geomanist-medium-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/geomanist-medium-webfont.woff2) format('woff2'), url(../fonts/geomanist-medium-webfont.woff) format('woff'), url(../fonts/geomanist-medium-webfont.ttf) format('truetype'), url(../fonts/geomanist-medium-webfont.svg#Geomanist) format('svg');
    font-weight: 500;
    font-style: normal;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "SegoeUI", arial;
    color: var(--color15);
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 320px;
    background: url(../images/brandtoolset-logo-text-giant.png) no-repeat center center;
    background-attachment: fixed;
    background-color: var(--color3);
}

p {
    min-height: 1px;
}

p:last-of-type {
    margin-bottom: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

label {
    cursor: pointer;
}

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


/*alert*/

.site_alert {
    text-align: center;
    border-width: 0 0 1px 0;
    border-radius: 0;
    font-size: 1rem;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1050;
}

/* .step2 .content, .step3 .content{
	display:none;
} */
/*head*/

.site_head {
    color: var(--color8);
    font-size: 2rem;
    font-weight: 900;
    font-family: Geomanist;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}


/*button*/

.site_button {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color1);
    background-color: var(--color20);
    padding: 7px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
}


/*header*/

.site_header {
    height: 210px;
    will-change: transform;
    -webkit-transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out, height 200ms ease-in-out 250ms;
    -moz-transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out, height 200ms ease-in-out 250ms;
    -ms-transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out, height 200ms ease-in-out 250ms;
    -o-transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out, height 200ms ease-in-out 250ms;
    transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out, height 200ms ease-in-out 250ms;
}

.body_1 .site_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1025;
}

.site_header.shrink {
    height: 75px;
    background-color: var(--color1);
    -webkit-transition: background 200ms ease-in-out 250ms, box-shadow 200ms ease-in-out 250ms, height 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out 250ms, box-shadow 200ms ease-in-out 250ms, height 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out 250ms, box-shadow 200ms ease-in-out 250ms, height 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out 250ms, box-shadow 200ms ease-in-out 250ms, height 200ms ease-in-out;
    transition: background 200ms ease-in-out 250ms, box-shadow 200ms ease-in-out 250ms, height 200ms ease-in-out;
}

.site_header_top > .site_container {
    position: relative;
}

.site_logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 176px;
    height: 175px;
}

.site_logo a {
    display: block;
    position: relative;
    z-index: 2;
}

.site_logo img {
    opacity: 1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
    -webkit-transition: opacity 500ms ease-in-out, left 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, left 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, left 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, left 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, left 500ms ease-in-out;
}

.site_logo p > img:last-child {
    opacity: 0;
    left: 20px;
    top: 60px;
}

.site_logo a > img {
    max-width: 80px;
}

.site_header.shrink .site_logo a img {
    opacity: 0;
}

.site_header.shrink .site_logo p > img:last-child {
    opacity: 1;
    left: 15px;
}

.site_menu .navbar-collapse {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background-color: var(--color1);
    z-index: 7;
    will-change: transform;
}

.site_menu .navbar-collapse.collapse.show {
    box-shadow: 1.462px 4.782px 5px 0px rgba(0, 0, 0, 0.23);
}

.site_menu ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    font-size: 0;
}

.site_menu ul li {
    font-size: 1rem;
    font-family: "Segoe UI", Geomanist;
    display: block;
    width: 100%;
}

.site_menu ul li a {
    display: block;
    color: var(--color2);
    padding: 8px 10px;
    position: relative;
    color: var(--color2);
    text-align: center;
}

.site_menu ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    height: 3px;
    width: 0px;
    background-color: var(--color4);
    opacity: 0;
    will-change: transform;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.site_menu ul li a.active {
    color: var(--color8);
}

.site_menu ul li a.active:after {
    width: 56px;
    opacity: 1;
}

.site_menu button {
    position: absolute;
    right: 15px;
    top: 20px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 28px;
    outline: none;
    z-index: 10;
}

.site_menu button span {
    display: block;
    height: 7px;
    background-color: var(--color8);
}


/*preloader*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background-color: var(--preloader-bg);
}

.preloader .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 676px;
    height: auto;
}

.preloader .content .ratio {
    padding-top: 40.23668639053254%;
    background: url(../images/brandtoolset-sprite.png) no-repeat 0 0;
    background-size: 170%;
}

.preloader .content .square {
    position: absolute;
    right: 0%;
    bottom: 3%;
    width: 5%;
    height: 14%;
    background: red;
}

.preloader:not(.closed) .square {
    -webkit-animation: preloader_square 4s infinite;
    animation: preloader_square 4s infinite;
}


/*mouse*/

.site_mouse {
    display: none;
}

.site_mouse div:before {
    content: "";
    width: 46px;
    height: 78px;
    display: inline-block;
    background: url(../images/brandtoolset-sprite.png) no-repeat 0 -280px;
    transform: scale(0.5);
    top: 15px;
    position: relative;
}

.sections.active .site_mouse {
    opacity: 1;
    margin-top: 0;
    will-change: transform;
    -webkit-transition: opacity 500ms ease-in-out, margin-top 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, margin-top 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, margin-top 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, margin-top 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, margin-top 500ms ease-in-out;
}

.site_mouse,
.sections.closing .site_mouse {
    /*opacity: 0;*/
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -100%);
    text-align: center;
    width: 320px;
    margin-top: -8px;
    color: var(--color11);
}



/*intro*/

.site_content_intro {
    background: url(../images/brandtoolset-intro-bg.jpg) no-repeat center top;
    background-size: cover;
    background-color: var(--color3);
    position: relative;
    min-height: 700px;
}

.site_intro {
    padding-top: 150px;
    padding-bottom: 30px;
    text-align: center;
    font-family: Geomanist;
}

.site_intro .content {
    max-width: 190px;
    margin: auto;
}

.site_intro h1 {
    font-size: 1.25rem;
    color: var(--color5);
    font-weight: 900;
    margin: 50px 0 10px 0;
}

.site_intro h2 {
    font-size: 1rem;
    color: var(--color7);
    font-weight: 500;
}


/*about + price*/

.site_about {
    color: var(--color6);
    font-size: 1rem;
    padding: 50px 0 50px 0;
}

.site_about h2 {
    color: var(--color8);
    font-size: 3rem;
    font-weight: 900;
    font-family: Geomanist;
    margin: 0 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

.site_about h3 {
    color: var(--color10);
    font-size: 1.25rem;
    font-weight: 700;
    font-family: Geomanist;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
}

.site_about h3:after {
    content: "";
    display: block;
    width: 58px;
    height: 5px;
    background-color: var(--color8);
    margin-top: 20px;
}

.site_price {
    color: var(--color15);
    font-size: 1rem;
    padding: 50px 0 50px 0;
}

.site_price h2 {
    color: var(--color8);
    font-size: 3rem;
    font-weight: 900;
    font-family: Geomanist;
    margin: 0 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

.site_price h3 {
    color: var(--color10);
    font-size: 1.25rem;
    font-weight: 700;
    font-family: Geomanist;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
}

.site_price h3:after {
    content: "";
    display: block;
    width: 58px;
    height: 5px;
    background-color: var(--color8);
    margin-top: 10px;
}

.site_price strong {
    font-weight: 400;
    color: var(--color4);
}


/*trial*/

.site_content_trial {
    background: url(../images/brandtoolset-free-trial-bg.png) no-repeat center center, url(../images/brandtoolset-plant.png) no-repeat right -175px top -20px;
    background-color: var(--color1);
    background-attachment: fixed;
    padding: 50px 0;
}

.site_trial {
    font-size: 1rem;
    color: var(--color12);
}

.site_trial h2 {
    font-size: 1.25rem;
    color: var(--color10);
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.site_trial h2:after {
    content: "";
    display: block;
    margin: 20px 0 0;
    width: 58px;
    height: 5px;
    background-color: var(--color8);
}


/*steps*/

.site_content_steps {
    padding: 50px 0;
}

.site_stepshead h2 {
    color: var(--color8);
    font-size: 3rem;
    font-weight: 700;
    font-family: Geomanist;
    margin: 0 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

.site_stepshead h3 {
    color: var(--color10);
    font-size: 1.25rem;
    font-weight: 700;
    font-family: Geomanist;
    margin: 30px 0 10px 0;
    text-transform: uppercase;
}

.site_stepshead h3:after {
    content: "";
    display: block;
    width: 58px;
    height: 5px;
    background-color: var(--color8);
    margin-top: 20px;
}

.site_steps {
    margin-top: 30px;
    max-width: 80%;
    opacity:0;
}

.site_steps .content {
    background-color: var(--color13);
    font-size: 1rem;
    padding: 0 27px 50px 27px;
    height: 100%;
    box-shadow: 1.462px 4.782px 5px 0px rgba(0, 0, 0, 0.23);
}

.site_steps h4 {
    color: var(--color14);
    font-weight: 700;
    font-family: Geomanist;
    font-size: 2.5rem;
    margin: 0 0 5px 0;
    text-align: center;
    padding-top: 15px;
}

.site_steps.step1 {
    z-index: 3;
}


/*toolsets */

.site_toolsets h2 {
    color: var(--color8);
    font-size: 3rem;
    font-weight: 700;
    font-family: Geomanist;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}


/*mb 80*/

.site_toolsets .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.site_toolsets .item,
.site_toolsets .owl-item .item {
    will-change: transform;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
}

.site_toolsets .owl-item:not(.center_item) .item {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.site_toolsets .center_item .item, .site_toolsets.main-portfolio .owl-item:nth-child(5) .item {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.site_toolsets .owl-carousel .owl-stage-outer {
    padding-bottom: 135px;
}

.site_toolsets .owl-carousel:not(.loading) .owl-nav {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 310px;
    height: 55px;
}

.site_toolsets .owl-carousel .owl-nav button {
    outline: none;
    display: block;
    width: 55px;
    height: 55px;
    background: url(../images/brandtoolset-sprite.png) no-repeat 0 -280px;
}

.site_toolsets .owl-carousel .owl-nav button.owl-prev {
    float: left;
    background-position-x: -170px;
}

.site_toolsets .owl-carousel .owl-nav button.owl-next {
    float: right;
    background-position-x: -105px;
}

.site_toolsets .owl-carousel:not(.loading) .owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
    width: 170px;
}

.site_toolsets .owl-carousel .owl-dots:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    background-color: var(--color16);
    border-radius: 8px;
    height: 16px;
}

.site_toolsets .owl-carousel .owl-dots:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.site_toolsets .owl-carousel .owl-dots .owl-dot {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    background-color: var(--color1);
    margin: 0 2px;
    opacity: 0;
    transform: scale(0.8);
    will-change: transform;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
}

.site_toolsets .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    transform: scale(1);
}


/*form*/

.site_content_form {
    background: url(../images/brandtoolset-free-trial-bg.png) no-repeat center center, url(../images/brandtoolset-coffe.png) no-repeat right 0px top -130px;
    background-color: var(--color1);
    background-attachment: fixed, scroll;
    padding-top: 160px;
    padding-bottom: 120px;
    overflow-x: hidden;
}

.site_content_form {
    background-position: center center, right -240px bottom -30px;
}

.site_formhead {
    font-size: 1rem;
    color: var(--color15);
    text-align: left;
}

.site_formhead h2 {
    font-size: 1.813rem;
    color: var(--color12);
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.site_formhead h2:after {
    content: "";
    display: block;
    margin: 30px auto;
    width: 58px;
    height: 5px;
    background-color: var(--color8);
}

.site_form label {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--color17);
}

.site_form .check label {
    line-height: 1;
}

.site_form .check a {
    text-decoration: underline;
}

.site_form .check .custom-control-input:checked~.custom-control-label:before {
    background-color: var(--color8);
}

.site_form input[type="text"],
.site_form input[type="email"],
.site_form input[type="password"],
.site_form input[type="tel"],
.site_form select,
.site_form textarea {
    outline: none;
    display: block;
    width: 100%;
    background-color: var(--color1);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 1px 0px var(--color18);
    height: 43px;
    border-radius: 25px;
    border: solid 3px;
    border-color: var(--color1);
    padding: 14px 23px;
}

.site_form textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 300px;
}

.site_form input[type="text"]:focus,
.site_form input[type="text"]:hover,
.site_form input[type="email"]:focus,
.site_form input[type="email"]:hover,
.site_form input[type="password"]:focus,
.site_form input[type="password"]:hover,
.site_form input[type="tel"]:focus,
.site_form input[type="tel"]:hover,
.site_form select:focus,
.site_form select:hover,
.site_form textarea:focus,
.site_form textarea:hover {
    border-width: 3px;
    border-color: var(--color8);
}

.site_form input::-webkit-input-placeholder {
    color: var(--color19);
}

.site_form input::-moz-placeholder {
    color: var(--color19);
}

.site_form input:-ms-input-placeholder {
    color: var(--color19);
}

.site_form input:-moz-placeholder {
    color: var(--color19);
}

.site_form textarea::-webkit-input-placeholder {
    color: var(--color19);
}

.site_form textarea::-moz-placeholder {
    color: var(--color19);
}

.site_form textarea:-ms-input-placeholder {
    color: var(--color19);
}

.site_form textarea:-moz-placeholder {
    color: var(--color19);
}

.site_trialform {
    background-image: -moz-linear-gradient( 132deg, rgb(246, 242, 242) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 132deg, rgb(246, 242, 242) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 132deg, rgb(246, 242, 242) 0%, rgb(255, 255, 255) 100%);
    box-shadow: -14.617px -6.508px 5px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    margin: 100px auto 0 auto;
    padding: 60px 30px 20px 30px;
    max-width: 1012px;
}

.site_trialform:before {
    content: "";
    width: 157px;
    height: 158px;
    background: url(../images/brandtoolset-sprite.png) no-repeat -1025px 0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -30%);
    box-shadow: 0px -15px 15px 0px rgba(0, 0, 0, 0.4);
}

.site_trialform h2 {
    color: var(--color8);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 70px 0;
}

.site_trialform .text1:after {
    content: "";
    width: 319px;
    height: 331px;
    background: url(../images/brandtoolset-sprite.png) no-repeat -695px 0;
    display: block;
    margin: 20px auto 0 auto;
}

.site_trialform .form-group {
    margin-bottom: 20px;
}

.site_trialform .row {
    margin-top: 50px;
}

.site_trialform .text1 {
    font-size: 1rem;
    color: var(--color6);
    margin-top: 65px;
}

.site_trialform .text2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color21);
}

.site_trialform .text2 > * {
    text-align: center;
}

.site_trialform .site_form label {
    text-align: center;
    font-size: 1rem;
}


/*footer*/

.site_footer {
    background-color: var(--color22);
    color: var(--color1);
}

.site_footer_top {
    padding-top: 80px;
}

.site_footer_top h2 {
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
}

.site_footercontact {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.site_footercontact h2 {
    margin: 0 0 45px 0;
}

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

.site_footercontact ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.site_footercontact ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/brandtoolset-sprite.png) no-repeat 0 -280px;
}

.site_footercontact ul li:nth-child(1):before {
    width: 20px;
    height: 20px;
    background-position-x: -230px;
}

.site_footercontact ul li:nth-child(2):before {
    width: 22px;
    height: 18px;
    background-position-x: -260px;
}

.site_footercontact ul li:nth-child(3):before {
    width: 19px;
    height: 16px;
    background-position-x: -290px;
}

.site_footercontact ul li:nth-child(4):before {
    width: 10px;
    height: 18px;
    background-position-x: -320px;
    margin-left: 4px;
}

.site_footerform {
    margin-bottom: 30px;
}

.site_footerform h2 {
    margin: 0 0 35px 0;
}

.site_footerform .site_form input,
.site_footerform .site_form textarea {
    border: none;
    outline: none;
}

.site_footerform .site_form textarea {
    height: 133px;
    min-height: 133px;
}

.site_footerform .site_form .form-group {
    margin-bottom: 6px;
}

.site_footerform .check.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

.site_footerform .check label {
    color: var(--color1);
}

.site_footerform .site_button {
    font-size: 0.6875rem;
    padding: 13px 63px 12px;
}

.site_footersocials .content {
    max-width: 812px;
    margin: auto;
}

.site_footersocials .content:before {
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 16px;
    background: #6210b6;
    background: -moz-linear-gradient(left, #6210b6 0%, #6898dd 100%);
    background: -webkit-linear-gradient(left, #6210b6 0%, #6898dd 100%);
    background: linear-gradient(to right, #6210b6 0%, #6898dd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6210b6', endColorstr='#6898dd', GradientType=1);
}

.site_footersocials ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0px;
}

.site_footersocials ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
    margin-bottom: 15px;
    width: 29px;
    height: 29px;
}

.site_footersocials ul li:last-child {
    margin-right: 0;
}

.site_footersocials ul a {
    display: block;
    height: 100%;
    background: url(../images/brandtoolset-sprite.png) no-repeat 0 -310px;
}

.site_footersocials ul li:nth-child(1) a {
    background-position-x: -230px;
}

.site_footersocials ul li:nth-child(2) a {
    background-position-x: -280px;
}

.site_footersocials ul li:nth-child(3) a {
    background-position-x: -330px;
}

.site_footersocials ul li:nth-child(4) a {
    background-position-x: -380px;
}

.site_footerbrand {
    font-size: 0.875rem;
    padding-bottom: 40px;
}


/*center*/

.site_content_center {
    padding-bottom: 30px;
}


/*popup*/

.site_popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color1);
    z-index: 2000;
}

.site_popup .site_popup_close {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border-radius: 50%;
    border: solid 1px #000000;
    font-size: 2rem;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    background-color: var(--color1);
}

.site_popup .site_popup_container {
    padding: 90px 15px 15px 15px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.site_popup .site_popup_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    -webkit-animation: preloader_square 4s infinite;
    animation: preloader_square 4s infinite;
}

.site_popup .site_popup_content {
    max-width: 1000px;
    margin: auto;
}

.site_popup .site_popup_content .image {
    text-align: center;
    font-size: 0px;
    margin-bottom: 50px;
}

.site_popup .site_popup_content .head {
    color: var(--color8);
    font-size: 2rem;
    font-weight: 700;
    font-family: Geomanist;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}


/*owl*/

.owl-carousel.loading {
    height: 100px;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
}

.owl-carousel.loading:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: preloader_square 4s infinite;
    animation: preloader_square 4s infinite;
}


/*quote*/

.quote_default {
    display: block;
    margin: 15px 0;
    border: none;
    background-color: #3ea6d7;
    padding: 15px;
    color: #ffffff;
}

.quote_block1 {
    clear: both;
    display: block;
    margin: 15px 0;
    border: solid 1px #eeeeee;
    padding: 15px;
}

.quote_block2 {
    clear: both;
    display: block;
    margin: 15px 0;
    border-left: solid 5px #3ea6d7;
    background-color: #eeeeee;
    padding: 15px;
    text-align: center;
}

.quote_text_left {
    float: left;
    border: solid #eeeeee;
    border-width: 0 5px 0 0;
    margin-right: 15px;
}

.quote_text_right {
    float: right;
    border: solid #eeeeee;
    border-width: 0 0 0 5px;
    margin-left: 15px;
}


/*animate*/

.set_animate {
    visibility: hidden;
}


/*gotop*/

.site_gotop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 44px;
    height: 44px;
    line-height: 38px;
    background: #113268;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 22px;
    transition: background 0.2s linear, color 0.2s linear;
    outline: none;
    z-index: 20;
    will-change: transform;
}

.site_gotop:hover,
.site_gotop:focus {
    background-color: #00b5ff;
}


/*fancybox*/

html.fancybox-margin {
    margin: 0 !important;
}

.fancybox-lock .fancybox-overlay {
    overflow-x: hidden !important;
}


/*settl popup*/

.ajax_settlements {
    min-width: 150px;
    position: absolute;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: white;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
}

.ajax_settlements div {
    cursor: pointer;
    padding: 5px 10px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.ajax_settlements div:first-child {
    border-top: none;
}


/*cookie*/

#cookies_enabled {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1055;
    width: 100%;
    border-top: solid 3px #f1d600;
    background-color: #222222;
    font-family: arial, calibri;
}

#cookies_enabled #cookies_enabled_container {
    padding: 20px;
    color: #ffffff;
}

#cookies_enabled #cookies_enabled_container a {
    color: #ffffff;
    text-decoration: underline;
}

#cookies_enabled #cookies_enabled_container button {
    padding: 3px 15px;
    border: solid 1px black;
    border-radius: 2px;
    background-color: #f1d600;
    font-size: 12px;
    font-weight: normal;
    color: black;
    display: block;
    margin-top: 15px;
    cursor: pointer;
}


/*res*/

@media (min-height: 550px) and (max-height: 900px) {
    .site_intro {
        padding-top: 100px;
    }
    .site_intro .image {
        height: 320px;
    }
    .site_intro .image img {
        max-height: 100%;
    }
    .site_intro h1 {
        margin-top: 15px;
    }
}

@media (min-height: 600px) and (max-height: 900px) {
    .site_intro .image {
        height: 400px;
    }
}

@media (min-height: 700px) and (max-height: 900px) {
    .site_intro .image {
        height: 460px;
    }
}

@media (min-height: 800px) and (max-height: 900px) {
    .site_intro .image {
        height: 550px;
    }
}

@media (min-height: 550px) and (max-height: 600px) {
    /*mh 700px*/
    .site_toolsets h2 {
        margin-bottom: 0;
        font-size: 4rem !important;
    }
    .site_steps h4 {
        font-size: 4rem !important;
    }
    .site_steps .content {
        padding-bottom: 25px;
    }
    .site_steps.step1:before,
    .site_steps.step2:before {
        top: 50px !important;
    }
    .site_steps.step1:after,
    .site_steps.step2:after {
        top: 42px !important;
    }
    .site_about h3 {
        margin-top: 30px !important;
    }
}

@media (min-height: 600px) and (max-height: 715px) {
    .site_steps .content {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .site_steps h4 {
        font-size: 4rem !important;
    }
    .site_steps.step1:before,
    .site_steps.step2:before {
        top: 50px !important;
    }
    .site_steps.step1:after,
    .site_steps.step2:after {
        top: 42px !important;
    }
}

@media (min-width: 1200px) and (min-height: 550px) {
    /*mw 576px*/
    .site_intro h1 {
        font-size: 2rem;
    }
    .site_intro h2 {
        font-size: 1.625rem;
    }
    /* .site_intro .content {max-width: 300px;} */
    .site_intro .content {
        max-width: 500px;
        margin-top: 40px;
    }
    .site_about {
        padding: 150px 0 50px 0;
    }
    .site_about h2 {
        font-size: 2rem;
        text-align: left;
    }
    .site_about h3 {
        font-size: 1.688rem;
    }
    .site_price {
        padding: 150px 0 50px 0;
    }
    .site_price h2 {
        font-size: 2rem;
        text-align: left;
    }
    .site_price h3 {
        font-size: 1.688rem;
    }
    .site_price h3:after {
        margin-top: 20px;
    }
    .site_trial {
        font-size: 1.625rem;
        text-align: center;
    }
    .site_trial h2 {
        font-size: 1.813rem;
        margin: 0;
        text-transform: none;
    }
    .site_trial h2:after {
        margin: 30px auto;
    }
    .site_stepshead h2 {
        font-size: 2rem;
        text-align: left;
    }
    .site_stepshead h3 {
        font-size: 1.688rem;
    }
    .site_steps {
        max-width: none;
    }
    .site_toolsets h2 {
        font-size: 2rem;
        text-align: left;
    }
    .site_formhead {
        font-size: 1.625rem;
        text-align: center;
    }
    .site_trialform h2 {
        font-size: 2rem;
    }
    .site_trialform .site_form label {
        text-align: left;
        font-size: 1.375rem;
    }
}


/* @media (min-width: 1200px) and (min-height: 600px) { */


/* .site_intro .content {max-width: 500px;margin-top: 40px;} */


/* } */

@media (min-width: 1200px) and (min-height: 700px) {
    /*mw 576px*/
    .site_steps .content {
        font-size: 1.5rem;
    }
    .site_steps h4 {
        font-size: 4rem;
        padding-top: 0;
    }
    .site_stepshead h3 {
        margin: 30px 0 23px 0;
    }
    .site_about {
        font-size: 1.25rem;
    }
    .site_price {
        font-size: 1.25rem;
    }
    .site_intro {
        padding-top: 100px;
    }
    /*mediatol atemelve mw 768*/
    .site_intro .content {
        max-width: none;
    }
    /*mediatol atemelve mw 768*/
}

@media (max-width: 1199px){
	.sticky-top{
		position:relative !important;
	}
	.active.site_steps.step1 {
        opacity: 1;
    }
	.active.site_steps.step2 {
		opacity: 1;
		transform: translateX(0%);
		transition-delay: 100ms;
	}
	.active.site_steps.step3 {
		opacity: 1;
		transform: translateX(0%);
		transition-delay: 200ms;
	}
}

@media (min-width: 768px) {
    #cookies_enabled {
        left: auto;
        right: 30px;
        bottom: 30px;
        max-width: 400px;
    }
    #cookies_enabled #cookies_enabled_container {
        padding-left: 25px;
    }
    .site_header.shrink .site_logo p > img:last-child {
        left: 0;
    }
    .site_content_intro {
        min-height: auto;
    }
    .site_about h2 {
        font-size: 2.5rem;
    }
    .site_price h2 {
        font-size: 2.5rem;
    }
    .site_content_steps {
        padding-bottom: 50px !important;
    }
    .site_stepshead h2 {
        font-size: 2.5rem;
    }
    .site_toolsets h2 {
        font-size: 2.5rem;
    }
    .site_toolsets .owl-carousel .owl-nav {
        width: 475px;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .site_trialform {
        padding: 60px 70px 20px 100px;
    }
    .site_trialform .text1:after {
        margin: 20px 0 0 auto;
    }
    .site_toolsets .owl-carousel .owl-dots {
        width: 230px;
    }
}


/* @media (min-width: 992px) and (min-height: 833px) { */

@media (min-width: 1200px) and (min-height: 550px) {
    .sections{
        min-height: 100vh;
    }
    .site_intro {
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/
        /*padding-top: 0;*/
    }
    .site_aboutprice_monitor {
        position: relative;
        padding-top: 250px;
    }
    .site_aboutprice_monitor .content {
        position: sticky;
        top: 50%;
        transform: translateY(-50%);
    }
    .site_about {
        position: relative;
        height: 100%;
        padding-top: 0;
    }
    .site_about .content {
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    }
    .site_price {
        position: relative;
        height: 100%;
        padding-top: 0;
    }
    .site_price .content {
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    }
    .site_trial {
        position: relative;
        height: 100%;
        padding-top: 0;
    }
    .site_trial .content {
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    }
    .site_steps_container {
        position: relative;
        height: 100%;
    }
    .site_steps_container .site_steps_content {
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/
        /*width: 100%;*/
    }
    .site_toolsets {
        position: relative;
        height: 100%;
    }
    .site_toolsets .content {
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/
        /*max-width: 100%;*/
    }
}

@media (min-width: 1200px) and (min-height: 700px) {
    .site_steps .content {
        font-size: 1.25rem;
    }
    .site_intro .content {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .owl-carousel-12{
        padding-top: 50px;
    }
    .site_logo a > img {
        max-width: 120px;
    }
    .site_menu .navbar-collapse {
        position: static;
        background-color: transparent;
    }
    .site_menu .navbar-collapse.collapse.show {
        box-shadow: none;
    }
    .site_menu ul {
        padding: 0;
    }
    .site_menu ul li {
        display: inline-block;
        width: auto;
        vertical-align: top;
        margin-right: 15px;
    }
    .site_menu ul li:last-child {
        margin-right: 0;
    }
    .site_menu ul li a {
        padding: 25px 10px;
    }
    .site_intro {
        padding-bottom: 50px;
    }
    .site_intro img {
        max-width: none;
    }
    .site_about h2 {
        font-size: 4rem;
    }
    .site_price h2 {
        font-size: 4rem;
    }
    .site_stepshead h2 {
        font-size: 4rem;
    }
    .site_steps h4 {
        font-size: 7.625rem;
    }
    .site_toolsets h2 {
        font-size: 4rem;
    }
    .site_trialform h2 {
        font-size: 2.688rem;
    }
    .site_footercontact ul li:before {
        left: -47px;
    }
    .site_footerform .check.form-group {
        margin-top: 10px;
    }
    .site_footerform .site_form .site_button {
        position: absolute;
        right: -15px;
        top: 70px;
    }
    .site_aboutprice_monitor {
        transform: translateX(-335px);
        will-change: transform;
        -webkit-transition: transform 500ms ease-in-out;
        -moz-transition: transform 500ms ease-in-out;
        -ms-transition: transform 500ms ease-in-out;
        -o-transition: transform 500ms ease-in-out;
        transition: transform 500ms ease-in-out;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .site_aboutprice_monitor img {
        max-width: 130% !important;
    }
    .active .site_aboutprice_monitor {
        transform: translateX(0);
    }
    .active.wheel_down .site_aboutprice_monitor {
        transition-delay: 400ms;
    }
    .site_about {
        padding: 0;
        padding-top: 100px;
    }
    .site_about h3 {
        margin: 35px 0 23px 0;
    }
    .site_about .content {
        max-width: 440px;
    }
    .active .site_about .content > * {
        opacity: 1;
        transform: translateX(0px);
    }
    .active.wheel_down .site_about .content > h2 {
        transition-delay: 900ms;
    }
    .active.wheel_down .site_about .content > h2 ~ * {
        transition-delay: 1100ms;
    }
    .active.wheel_up .site_about .content > h2 {
        transition-delay: 0ms;
    }
    .active.wheel_up .site_about .content > h2 ~ * {
        transition-delay: 200ms;
    }
    .closing .site_about .content > h2 {
        transition-delay: 0ms !important;
    }
    .closing .site_about .content > h2 ~ * {
        transition-delay: 200ms !important;
    }
    .site_about .content > *,
    .closing .site_about .content > * {
        /*opacity: 0;*/
        /*transform: translateX(-100px);*/
        /*will-change: transform;*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .site_price {
        padding: 0;
        padding-top: 100px;
    }
    .site_price h3 {
        margin: 55px 0 23px 0;
    }
    .site_price .content {
        max-width: 440px;
    }
    .active .site_about .content > *,
    .thisactive .site_about .content > * {
        opacity: 1;
        transform: translateX(0px);
    }
    .active .site_price .content > h2 {
        transition-delay: 0;
    }
    .active .site_price .content > h2 ~ * {
        transition-delay: 200ms;
    }
    .closing .site_price .content > h2 {
        transition-delay: 0ms;
    }
    .closing .site_price .content > h2 ~ * {
        transition-delay: 200ms;
    }
    .site_price .content > *,
    .closing .site_price .content > * {
        /*opacity: 0;*/
        /*transform: translateX(-100px);*/
        /*will-change: transform;*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .active .site_price .content > *,
    .thisactive .site_price .content > * {
        opacity: 1;
        transform: translateX(0px);
    }
    .site_content_trial {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .site_content_steps {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .site_steps {
        /*opacity: 0;*/
        /*will-change: transform;*/
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .site_steps.step1:before,
    .site_steps.step2:before {
        /*opacity: 0;*/
        /*transform: translateX(-20px);*/
        content: "";
        width: 74%;
        height: 8px;
        position: absolute;
        left: 50%;
        top: 80px;
        background: url(../images/brandtoolset-dot.png) 0 0;
        margin-left: 20px;
        will-change: transform;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .site_steps.step1:after,
    .site_steps.step2:after {
        /*opacity: 0;*/
        /*transform: translateX(-20px);*/
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        left: 131%;
        top: 72px;
        background: url(../images/brandtoolset-sprite.png) -70px -280px;
        will-change: transform;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .active.site_steps.step1:before,
    .active.site_steps.step2:before,
    .active.site_steps.step1:after,
    .active.site_steps.step2:after {
        opacity: 1;
        transform: translateX(0px);
    }
    .site_steps.step2 {
        z-index: 2;
        transform: translateX(-100%);
    }
    .site_steps.step3 {
        z-index: 1;
        transform: translateX(-100%);
    }
    .active.site_steps.step1 {
        opacity: 1;
    }
    .active.site_steps.step2 {
        opacity: 1;
        transform: translateX(0%);
        transition-delay: 100ms;
    }
    .active.site_steps.step3 {
        opacity: 1;
        transform: translateX(0%);
        transition-delay: 200ms;
    }
    /*???*/
    .active .site_steps.step1:before,
    .active .site_steps.step1:after {
        transition-delay: 500ms;
    }
    .active .site_steps.step2:before,
    .active .site_steps.step2:after {
        transition-delay: 1400ms;
    }
    /*???*/
    .site_trialform .text1 {
        font-size: 1.25rem;
        padding-left: 10px;
        padding-right: 40px;
    }
    .site_trialform .text2 > * {
        float: left;
        width: 33%;
        text-align: left;
    }
    .site_trialform .text2 > *:nth-child(2) {
        text-align: center;
    }
    .site_trialform .text2 > *:last-child {
        float: right;
        text-align: right;
    }
    .site_footercontact {
        padding-left: 30px;
    }
    .site_footercontact ul li {
        padding-left: 0;
    }
    .site_footerform .content {
        max-width: 548px;
    }
    .site_mouse {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site_content_steps .site_container {
        max-width: 100%;
    }
    .site_steps.step1:before,
    .site_steps.step2:before {
        width: 70%;
    }
    .site_content_toolsets .site_container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    body {
        background-size: 1150px auto;
    }
    .site_intro {
        height: calc(100% - 260px);
    }
    .site_intro .image {
        max-height: 100%;
        height: 100%;
    }
    .site_intro .image img {
        max-height: 100%;
        width:65%;
    }
    /* .site_intro .content {transform:translateY(-50px);} */
    /* .site_intro .content {margin-top:-50px;height:0;} */
    .site_intro .content {
        height: 0;
    }
    .site_intro h1 {
        font-size: 2rem;
    }
    .site_menu ul li {
        margin-right: 30px;
    }
    .site_content_trial {
        background-size: 1150px auto, auto auto;
    }
    .site_footer_top .site_container {
        max-width: 1060px;
    }
    .site_footercontact {
        padding-left: 65px;
    }
    .site_footerform {
        padding-left: 60px;
    }
    .site_steps {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* .site_toolsets h2 {font-size:9.625rem;} */
    .site_content_trial .site_container {
        max-width: 1170px;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .site_content_toolsets .site_container.owl {
        max-width: 100%;
        width: 100%;
    }
}


@media (min-width: 1500px) {
    body {
        background-size: 1150px auto;
    }
    .site_intro {
        height: calc(100% - 250px);
    }
    .site_intro .image {
        max-height: 100%;
        height: 100%;
    }
    .site_intro .image img {
        max-height: 100%;
    }
    /* .site_intro .content {transform:translateY(-50px);} */
    /* .site_intro .content {margin-top:-50px;height:0;} */
    .site_intro .content {
        height: 0;
    }
    .site_intro h1 {
        font-size: 2rem;
    }
    .site_menu ul li {
        margin-right: 30px;
    }
    .site_aboutprice_monitor img {
        max-width: 150%;
        transform: translateX(-80px);
    }
    .site_content_trial {
        background-size: 1150px auto, auto auto;
    }
    /* .site_content_form {background-position:center center, right 0px top 520px;} */
    .site_content_form {
        background-position: center center, right -110px bottom -30px;
    }
    .site_footer_top .site_container {
        max-width: 1060px;
    }
    .site_footercontact {
        padding-left: 65px;
    }
    .site_footerform {
        padding-left: 60px;
    }
    .site_steps {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site_toolsets h2 {
        font-size: 9.625rem;
    }
    .site_content_trial .site_container {
        max-width: 1170px;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .site_content_toolsets .site_container.owl {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .site_intro {
        height: auto;
    }
    .site_intro .image {
        max-height: none;
        height: auto;
    }
    .site_intro .image img {
        max-height: none;
    }
    /* .site_intro .content {transform:translateY(-70px);} */
    /* .site_intro .content {margin-top:-70px;height:auto;} */
    .site_intro .content {
        height: auto;
    }
    .site_intro h1 {
        font-size: 2.5rem;
    }
    .site_logo {
        left: auto;
        right: 107.5%;
    }
    .site_menu ul li {
        margin-right: 50px;
    }
    .site_aboutprice_monitor {
        transform: translateX(-325px);
    }
    .site_aboutprice_monitor img {
        max-width: none;
    }
    .site_about h2 {
        font-size: 9.25rem;
    }
    .site_price h2 {
        font-size: 9.25rem;
    }
    .site_stepshead h2 {
        font-size: 9.625rem;
    }
    .site_steps_container .site_steps_content {
        width: auto;
    }
    .site_steps_content .site_container {
        max-width: 1600px;
        width: 1600px;
    }
    .site_steps {
        width: 388px;
        max-width: 388px;
    }
    .site_content_toolsets .site_container {
        max-width: 1600px;
        width: 1600px;
    }
    .site_about_price .site_container {
        max-width: 1570px;
        width: 1570px;
    }
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .h-xxl-100 {
        height: 100% !important;
    }
}

@media (min-width: 1200px) and (min-height: 900px) {
    .site_intro {
        padding-bottom: 0;
    }
    .site_intro .content {
        margin-top: 0;
    }
    .site_intro .image {
        height: 94%;
    }
}

@media (min-width: 1200px) and (min-height: 901px) {
    .site_intro .image {
        height: 89%;
    }
}

@media (min-width: 1200px) and (min-height: 1000px) {
    .site_intro .content {
        margin-top: 100px;
    }
    .site_intro .image {
        height: 90%;
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.icon-hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.icon-hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d3531a;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.icon-hamburger-x span:nth-child(1) {
    top: 0
}

.icon-hamburger-x span:nth-child(2),
.icon-hamburger-x span:nth-child(3) {
    top: 50%
}

.icon-hamburger-x span:nth-child(4) {
    top: 100%
}

.icon-hamburger-x.open span:nth-child(1),
.icon-hamburger-x.open span:nth-child(4),
.icon-hamburger-x:not(.collapsed) span:nth-child(1),
.icon-hamburger-x:not(.collapsed) span:nth-child(4) {
    top: 50%;
    width: 0;
    left: 50%
}

.icon-hamburger-x.open span:nth-child(2),
.icon-hamburger-x:not(.collapsed) span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-hamburger-x.open span:nth-child(3),
.icon-hamburger-x:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes preloader_square {
    0% {
        background-color: var(--preloader-color1);
    }
    25% {
        background-color: var(--preloader-color2);
    }
    50% {
        background-color: var(--preloader-color3);
    }
    75% {
        background-color: var(--preloader-color4);
    }
    100% {
        background-color: var(--preloader-color1);
    }
}


/* Standard syntax */

@keyframes preloader_square {
    0% {
        background-color: var(--preloader-color1);
    }
    25% {
        background-color: var(--preloader-color2);
    }
    50% {
        background-color: var(--preloader-color3);
    }
    75% {
        background-color: var(--preloader-color4);
    }
    100% {
        background-color: var(--preloader-color1);
    }
}

.about-video {
    display: inline-flex;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #03A1BF;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
    margin-top: 20px;
}

.about-video svg {
    height: 30px;
    width: 30px;
    line-height: 50px;
    margin-right: 8px;
}

.about-video svg path {
    fill: #fff;
}

.price-amount {
    display: flex;
    margin-top: 30px;
}

.price-amount del {
    font-size: 45px;
    color: #9ea0a0;
    font-weight: 900;
    font-family: Geomanist;
    margin-right: 20px;
    text-decoration: none;
    position: relative;
}

.price-amount del:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #03A1BF;
    transform: rotate(-13deg) translate(-9px, 35px);
}

.price-amount h6.sale-price span:first-child {
    font-weight: 600;
    transform: translateY(-8px);
    font-family: Geomanist;
    color: #333131;
}

.price-amount h6.sale-price span:last-child {
    color: #03a1bf;
    font-weight: 900;
    font-family: Geomanist;
    line-height: 35px;
    font-size: 45px;
}

.price-amount h6.sale-price {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #333131;
}