*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: 'Roboto';*/
}

html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
}

/* utilities */

.no-style {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    border-radius: 0;
    min-width: initial;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    cursor: pointer;
}


.small-margin-top {
    margin-top: 2.2rem;
}

/* toolbar */

.toolbar {
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    height: 5rem;
    padding: 0 1rem;
    position: relative;
    z-index: 3;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    background: #2e333c;
    color: #dae5ef;
}

.toolbar-left {
    width: calc(50% - 40rem / 2);
    height: 100%;
}

.toolbar-right {
    width: calc(50% - 10rem);
    height: 100%;
}

.toolbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.toolbar-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 40rem;
    height: 100%;
    text-transform: capitalize;
    line-height: 1.4;
    font-size: 1rem;
}

.save, .toggle-frame, .drop {
    height: 100%;
}

.toolbar-control-button {
    height: 5rem;
}

.toolbar-mat-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
}

.toolbar-button-name {
    display: block;
    margin-top: 2px;
    font-size: 1.1rem;
}

.toolbar-close-button {
    width: 2rem;
    height: 4rem;
}

.toolbar-mat-icon-close {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;

}

/* content */

.content {
    height: calc(100vh - 16.5rem);
    overflow: auto;
}

/* navigation */

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 11.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: #23272e;
    color: #dae5ef;
    padding: 0 5rem;
}

.nav-content {
    width: calc(100%);
    display: flex;
    justify-content: flex-start;
    margin: 0 1.5rem;
}

.nav-content.center {
    justify-content: center;
}


.btn-style {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    padding: 0 1.6rem;
    height: 3.5rem;
    cursor: pointer;
    font-weight: 500;
    width: 8.8rem;
    min-width: 8.8rem;
    border-radius: .2rem;
}

.close-button {
    /*background-color: #2e333c;*/
    /*border: 1px solid #838a96;*/
    /*box-shadow: 1px 1px 1px rgba(0,0,0,.6);*/
    /*color: inherit;*/
    height: 48px;
    width: 48px;
}

.close-button:hover {
    cursor: pointer;
}

.close-button svg {
    width: 48px;
    height: 48px;
    fill: #fff;

}

.apply-button {
    color: rgba(255, 255, 255, .3);
    background-color: #2e333c;
    border: none;
    cursor: default;
}

.button-with-image {
    background-color: #2e333c;
    border-color: #39404b;
    color: inherit;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: box-shadow .3s;
}

.image-name {
    font-family: 'Roboto', serif;
    font-size: 1.2rem;
}


.navigation-center {
    display: flex;
    justify-content: center;
    padding: 0 3rem;
    width: 100%;
}


.navigation-center-btn {
    display: flex;
    justify-content: space-between;
    width: 27rem;
}

.category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 2rem;
}

.category:first-child {
    margin-left: 0;
    margin-right: 2rem;
}

.category:last-child {

    margin-right: 0;
}

.category-name {
    font-size: 1.4rem;
}


.category-buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.bottomMenu-group {
    display: flex;
}

.bottomMenu-btn {
    margin: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbdfe4;
    border: 1px solid #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    /*float: left;*/
    cursor: pointer;
    flex: auto;
}

.bottomMenu-btn > svg {
    width: 24px;
    height: 24px;
}

.category-buttons-reverse {
    margin-top: 1.2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}


.category-buttons-reverse svg, .category-round-buttons svg, .category-buttons svg {

    cursor: pointer;
    fill: currentColor;
}

.category-round-buttons {
    width: 6rem;
    height: 6rem;
    border: 1px solid #39404b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    cursor: pointer;
}


.select-font-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2rem;
}


.select-font-button {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 12px;
    border: 1px solid #e0e0e0;
    padding: 0 30px 0 10px;
    width: 170px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-text {
    font-family: "Times New Roman", sans-serif;
}

.select-font-button svg {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 20%;
    fill: currentColor;
    width: 24px;
    height: 24px;
}


.category-transfer {
    width: 16rem;
}

.category-shadow {
    width: 20rem;
    font-size: 1.5rem;
}

.category-shadow-vertical, .category-shadow-horizontal {
    width: 15rem;
    font-size: 1.5rem;
}


.category-brightness {
    width: 10rem;
    font-size: 1.5rem;
}


.color-box {
    width: 2.4rem;
    height: 2.4rem;
    background-color: black;
    border-radius: .2rem;
    cursor: pointer;
}

.separator {

    height: 7.5rem;
    width: 1px;
    flex: 0 0 1px;
    background-color: rgba(0, 0, 0, .07);
    background-color: #dae5ef;
    margin: 0 20px;
}

.separator-2 {

    height: 8.6rem;
    width: 1px;
    flex: 0 0 1px;
    background-color: rgba(0, 0, 0, .07);
    background-color: #dae5ef;
    margin: 0 20px;
}


.pop-menu {
    display: inline-block;
    position: fixed;
    bottom: 12rem;
    left: 10rem;
    z-index: 999;
}


@media (max-width: 480px) {
    .pop-menu {
        left: 5rem;
    }
}

.pop-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e333c;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    float: left;
    cursor: pointer;
}

.pop-menu-item svg {
    color: #dae5ef;
    fill: currentColor;
}

.mat-icon-select {
    margin: 0 auto;
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
}

.select-button {
    width: 7rem;
    height: 7rem;
    /*background-color: #0b2b1e;*/
}

.select-button:hover {
    background-color: #fff;
    color: black;
}

.nav-content-3 {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: .5rem
}

.nav-content-3::-webkit-scrollbar {
    background-color: #2e333c;
    border-radius: 1rem;
    height: .5rem;
}

.nav-content-3::-webkit-scrollbar-thumb {
    background: #dae5ef;
    border-radius: 1rem;
}


@media (max-width: 1005px) {
    .nav-content-2 {
        overflow-x: scroll;
        justify-content: flex-start;
        padding-bottom: .5rem
    }

    .nav-content-2::-webkit-scrollbar {
        background-color: #2e333c;
        border-radius: 1rem;
        height: .5rem;
    }

    .nav-content-2::-webkit-scrollbar-thumb {
        background: #dae5ef;
        border-radius: 1rem;
    }
}


@media (max-width: 984px) {
    .navigation-center {
        overflow-x: scroll;
        justify-content: flex-start;
        padding-bottom: .5rem
    }

    .navigation-center::-webkit-scrollbar {
        background-color: #2e333c;
        border-radius: 1rem;
        height: .5rem;
    }

    .navigation-center::-webkit-scrollbar-thumb {
        background: #dae5ef;
        border-radius: 1rem;
    }
}


@media (max-width: 1366px) {
    .nav-content-6 {
        overflow-x: scroll;
        justify-content: flex-start;
        padding-bottom: .5rem
    }

    .nav-content-6::-webkit-scrollbar {
        background-color: #2e333c;
        border-radius: 1rem;
        height: .5rem;
    }

    .nav-content-6::-webkit-scrollbar-thumb {
        background: #dae5ef;
        border-radius: 1rem;
    }
}

body {
    height: 100%;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #737477 #2e333c;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #2e333c;
}

*::-webkit-scrollbar-thumb {
    background-color: #737477;
    border-radius: 20px;
    /*border: 3px solid #2e333c;*/
}

#miniPreloader {
    position: absolute;
    margin: 0;
    z-index: 6000;
    width: 100%;
    height: 500%;
    cursor: wait;
    display: none;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: orange;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 600;
    display: none;
    text-align: center;
}

.loader-info {
    margin: 11px 0 0 -12px;
}

.box-modal > .content {
    min-width: 400px;
    min-height: 300px;
}

#preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -80px;
}

#loaderImage {
    width: 160px;
    height: 160px;
    background: url('/assets/images/loading.gif') no-repeat 50% 50%;
    margin: 0 auto;
}

.thumbnail-upload input {
    cursor: pointer;
    display: block;
    height: 104px;
    margin: 0;
    opacity: 0;
    position: relative;
    right: 0;
    top: -96px;
    width: 149px;
}

.loading-foto {
    height: 100px;
    width: 150px;
    overflow: hidden;
    float: left;
    margin: 3px;
}

.thumbnail-upload {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    height: 100px;
    width: 150px;
    margin: 3px;
    overflow: hidden;
    float: left;
    padding: 4px;
    background-color: #fff;
    background-image: url('/assets/images/poloski.png');
    color: #000;
    display: block;
    vertical-align: middle;
    text-align: center;
}

.thumbnail-upload > span {
    color: #626262;
    display: block;
    padding: 25% 0;
}

.upload-modal-body {
    min-height: 300px;
}

.thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    display: block;
    height: 100px;
    width: 150px;
    margin: 3px;
    overflow: hidden;
    float: left;
    padding: 4px;
}

.thumbnail > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.upload-info {
    margin: 10px 10px 20px 10px;
}

#notice {
    min-height: 70px;
}

#uploadFromURL {
    min-height: 70px;
}

#uploadFromURLForm > input[type=text] {
    border-radius: 4px;
    width: 70%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DDDDDD;
}

#uploadFromURLForm > input[type=submit] {
    width: 25%;
}

#progress {
    height: 20px;
}

.bar {
    height: 18px;
    background: green;
    width: 0;
}

.inform {
    border: 1px solid #BBBBBB;
    height: 20px;
    position: relative;
    top: -20px;
    width: 100%;
    z-index: 1000;
    display: none;
}

#bar {
    overflow: hidden;
}

.partContainer {
    position: relative;
    display: block;
    /*width:100%;*/
    min-width: 100px;
    /*height: 100%;*/
    /*margin: 5px 0 0 200px;*/
    /*background-image: url('/assets/images/poloski.png');*/
    /*float: right;*/
}

.canvas-container {
    background-image: url('/assets/images/poloski.png');
    margin: 0 auto;
}

.areaSelected {
    outline: 4px solid #fff;
    /*display: none;*/
}


.part {
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    display: block;
    z-index: 500;
}

.area {
    position: absolute;
    display: block;
    background-color: #fff;
    background-image: url('/assets/images/poloski.png');
}

.area > img {
    width: 100%;
    height: 100%;
}

.areaS {
    z-index: 1000;
    position: absolute;
    display: block;
    cursor: pointer;
    outline: 2px solid yellow;
}

.areaFoto {
    margin: 20% auto 0 auto;

}

.menuPartContainer {
    height: 40px;
    margin: 0 auto;
    /*background-color: gainsboro;*/
    width: 250px;

}

.menuPartContainer > ul {
    list-style: none;

}

.menuPart {
    /*display: none;*/
    /*top: -30px;*/
    height: 48px;
    /*border: 1px solid #fff;*/
    /*background-color: gray;*/
}

.hiddenFotoAdd {
    width: 0px;
    height: 0px;
    position: fixed;
    top: -100px;
    left: -1000px;
}


#imageInput {
    cursor: pointer;
    display: none;
    margin: 0;
    opacity: 0;
    width: 40px;
    height: 40px;
    position: relative;
    top: -2700px;

}

.partInfo {
    margin: 0 auto;
    height: 20px;

    width: 300px;
}

.canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 600;
    border: 1px solid #999999;
}

.partS {
    /*outline: 2px solid yellow;*/
    /*height: calc(100vh - 16.5rem);*/
}

.partHidden {
    display: none;
}

.partReady {
    height: inherit;
    width: inherit;
}

.toSelector {
    float: left;
    width: 40px;
}


.menuTextButton {
    display: block;
    float: left;
    border: 1px solid #000;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-color: #000;
}

input.minusPlus {
    max-width: 45px;
    display: block;
    float: left;
    height: 18px;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.menuTextFill, .menuTextStroke, .menuTextBackground {

}

#menuTextFont {
    width: 150px;
}

.aero_move {
    background-image: url('/assets/images/aero_move.png');
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.collorpicker {
    z-index: 606;
}

.colpick {
    z-index: 1000;
}

.divider-vertical {
    height: 20px;
    float: left;
    width: 1px;
    margin: 5px 5px;
}

.menuAll {
    display: none;
}

#menuBottomIndex.menuAll {
    display: inline-flex;
}

/*
Jcarousel
 */
.carousel-stage-wrapper {
    display: flex;
    position: relative;
}

.carousel-stage-prev, .carousel-stage-next {
    width: 5em;
    display: flex;
}

.carousel-stage-prev svg, .carousel-stage-next svg {
    margin-top: 100px;
}

/*.jcarousel-prev {*/
/*    float: left;*/
/*}*/
/*.jcarousel-next {*/
/*    float: right;*/
/*}*/
/** Stage container **/

.connected-carousels .stage {
    /*width: 700px;*/
    margin: 5px auto;
    position: relative;
}


/** Navigation container **/

.connected-carousels .carousel-navigation-wrapper {
    width: 90%;
    margin: 1px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {

}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    /*height: 60px;*/
    width: 100%;
    background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

/*
Jcarousel: end
 */

/*
Кнопка меню
 */

.menuItemBtn {
    cursor: pointer;
    float: left;
    margin: 5px;
    /*border: #c0c0c0 solid 1px;*/
    padding: 1px;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    text-align: center;
}

.menuItemSelect {
    cursor: pointer;
    /*float: left;*/
    font-size: 3.5rem;
}

.menuItemBtn.colorPicker {
    border: #c0c0c0 solid 1px;
    margin-top: 1px;
}

/*
Иконка на кнопке меню
 */
.menuItemBtn i {
    font-size: 21px;
}

.menuItemBtn input[type=text] {
    width: 20px;
    margin: 0;
    padding: 0;
    border: 0;
}

/*
Курсор Удаление эффекта красных глаз
 */
.NoRedCursor {
    cursor: url("/assets/images/no-red-cursor.png"), auto;
}

.selectorIsOn {
    background-color: #ccc;
}

/*

 */

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.warning {
    background: #FFD1D1 url('/assets/images/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* navbarGlobalNav  */
#navbarGlobalNav .nav-link {
    color: #fff;
}

.attention {
    background: #FFF5CC 10px center no-repeat;
}

.information {
    background: #d9ebfe 10px center no-repeat;
}


/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

.btn {
    position: relative;
    overflow: hidden;
    padding: 7px 30px;
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-right: 15px;
    font: 700 14px/24px "Roboto", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.btn:last-child {
    margin-right: 0;
}

.btn i {
    margin-left: 10px;
    margin-right: -5px;
}

.btn-lg {
    padding: 12px 50px;
}

.btn-xs {
    padding: 5px 20px;
    font-size: 12px;
}

.btn.bordered {
    padding: 5px 28px;
}

.btn-lg.bordered {
    padding: 10px 48px;
}

.btn-xs.bordered {
    padding: 3px 18px;
}

.btn:focus,
.btn:active {
    outline: 0 !important;
    box-shadow: none;
}

.btn:hover {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

/* DEFAULT BUTTON 1 */
.btn-default-1 {
    background-color: #a554cb;
    color: #fff;
}

.btn-default-1:hover,
.btn-default-1:focus {
    color: #fff;
}

.btn-default-1.waves .waves-ripple {
    background-color: #8f40b4;
}

.btn-default-1.bordered {
    border: 2px solid #a554cb;
    background-color: transparent;
    color: #a554cb;
}


/* DEFAULT BUTTON 2 */
.btn-default-2 {
    background-color: #a554cb;
    color: #fff;
}

.btn-default-2:hover,
.btn-default-2:focus {
    color: #fff;
}

.btn-default-2.waves .waves-ripple {
    background-color: #07b48e;
}

.btn-default-2.bordered {
    border: 2px solid #a554cb;
    background-color: transparent;
    color: #a554cb;
}

/* GREY */
.btn-grey {
    background-color: #e1e1e1;
    color: #464646;
}

.btn-grey:hover,
.btn-grey:focus {
    color: #464646;
}

.btn-grey.waves .waves-ripple {
    background-color: #f2f2f2;
}

.btn-grey.bordered {
    border: 2px solid #c5c5c5;
    background-color: transparent;
    color: #b5b5b5;
}

/* DARK SECTION */
.full-section.dark-section .btn-default-1.bordered,
.full-section.dark-section .btn-default-1.bordered:focus,
.full-section.dark-section .btn-default-1.bordered:hover {
    color: #a554cb;
}

.full-section.dark-section .btn-default-2.bordered,
.full-section.dark-section .btn-default-2.bordered:focus,
.full-section.dark-section .btn-default-2.bordered:hover {
    color: #a554cb;
}

.full-section.dark-section .btn-default-1:hover,
.full-section.dark-section .btn-default-1:focus,
.full-section.dark-section .btn-default-2:hover,
.full-section.dark-section .btn-default-2:focus {
    color: #fff;
}

.full-section.dark-section .btn-grey {
    border-color: #fff;
    color: #0c0c0c;
}

.full-section.dark-section .btn-grey.bordered {
    color: #fff;
}

.full-section.dark-section .btn-grey.bordered:hover {
    border-color: #a554cb;
    color: #a554cb;
}

/* BULLET LIST */
.bullet-list {
    list-style: none;
    margin-bottom: 20px;
}

.bullet-list li {
    margin-bottom: 5px;
}

.bullet-list li:last-child {
    margin-bottom: 0;
}

.bullet-list li:before {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #a554cb;
    content: "";
}

/*

 */
/*.box-modal h2 {*/
/*    font-size: 48px;*/
/*}*/
.headline h2 + p {
    font-size: 18px;
}


/* bootstrap 4 utilites */
.d-none {
    display: none;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.arcticmodal-container {
    padding-top: 50px;
}

.img-fluid.decorObj {
    max-width: 100%;
    max-height: 70px;
}

/*

 */
img.partRamka {
    max-height: 100%;
    max-width: 100%;
}

/**
v2
 */
.menuInputField {
    width: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #dae5ef;
    background-color: transparent;
}

/*
###############################################
 */
/*
Модальное
 */
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flow-root;
}

.modal-header .noactive {
    color: gray;
    cursor: pointer;
    text-decoration: none;
    border-bottom: gray dotted thin;
    display: inline;
}

.modal-header .tab {
    float: left;
    display: inline-block;
}

.modal-header .tab.noactive {
    float: right;
}

/*
Формы

*/

form.form input[type="text"] {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border: 1px solid #DADADA;
    /*border-radius: 2px 2px 2px 2px;*/
    /*    height: 22px;*/
    /*margin: 5px;*/
    padding-left: 24px;
    /*    width: 240px;*/
}

form.form input[type=text], form.form input[type=password] {
    width: 230px;
    height: 28px;
}

#regform input[type="text"], #regform input[type="password"], .form-login input[type="text"], .form-login input[type="password"] {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border: 1px solid #DADADA;
    /*border-radius: 2px 2px 2px 2px;*/
    /*    height: 22px;*/
    /*margin: 5px;*/
    padding-left: 24px;
    /*    width: 240px;*/
}

#regform input[name="fi_name"], form.form input.user_name {
    background-image: url("/assets/images/user_name.png");
    background-position: 2px 3px;
    background-repeat: no-repeat;
    padding-left: 24px;
}

#regform input[name="email"], form.form input.user_email {
    background-image: url("/assets/images/user_email.png");
    background-position: 6px 8px;
}

#regform input[name="password"], #regform input[name="password_confirm"] {
    background-image: url("/assets/images/user_password.png");
    background-position: 4px 1px;
}

.form-login input[name="email"] {
    background-image: url("/assets/images/user_email.png");
    background-position: 6px 8px;
}

.form-login input[name="password"] {
    background-image: url("/assets/images/user_password.png");
    background-position: 4px 1px;
}

form.form textarea[name="message"] {
    width: 94%;
}

.hidden {
    display: none;
}

.log-in {
    overflow: hidden;
}

.log-in div, .log-in a {
    float: left;
    margin-left: 10px;
}

.log-in div {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}


/*
###############################################
 */
/* Кнопки соцсетей для входа */

/* buttons for registration */
.social_button {
    background: transparent url(/assets/images/social_btn.png) no-repeat;
    width: 44px;
    height: 45px
}

.social_button.vkontakte {
    background-position: -5px -99px;
}

.social_button.vkontakte:hover {
    background-position: -51px -99px;
}

.social_button.vkontakte:active {
    background-position: -97px -99px;
}

.social_button.twitter {
    background-position: -5px -5px;
}

.social_button.twitter:hover {
    background-position: -51px -5px;
}

.social_button.twitter:active {
    background-position: -97px -5px;
}

.social_button.facebook {
    background-position: -5px -52px;
}

.social_button.facebook:hover {
    background-position: -51px -52px;
}

.social_button.facebook:active {
    background-position: -97px -52px;
}

.social_button.odnoklassniki {
    background-position: -5px -146px;
}

.social_button.odnoklassniki:hover {
    background-position: -51px -146px;
}

.social_button.odnoklassniki:active {
    background-position: -97px -146px;
}

.social_button.instagram {
    background-position: -5px -5px;
}

.social_button.instagram:hover {
    background-position: -51px -5px;
}

.social_button.instagram:active {
    background-position: -97px -5px;
}


.top_soc_login {
    padding-top: 5px;
    float: right;
    max-width: 210px;
    text-align: right;
}

.top_soc_login ul {
    list-style: none;

    padding: 0px;
}

.top_soc_login ul li {
    float: left;
    /*    min-width: 25px;
        height: 25px*/
    margin-left: 2px;
}

.top_soc_login ul li:first-child {
    padding-right: 5px;
    padding-top: 3px;
}

/* buttons for registration */
.vk_button_mini, .tw_button_mini, .fb_button_mini, .ok_button_mini {
    background: transparent url(/assets/images/social_btn_mini.png) no-repeat;
    width: 27px;
    height: 27px;
    display: block;
}

.vk_button_mini {
    background-position: -3px -60px;
}

.vk_button_mini:hover {
    background-position: -31px -60px;
}

.vk_button_mini:active {
    background-position: -59px -60px;
}

.tw_button_mini {
    background-position: -3px -3px;
}

.tw_button_mini:hover {
    background-position: -31px -3px;
}

.tw_button_mini:active {
    background-position: -59px -3px;
}

.fb_button_mini {
    background-position: -3px -32px;
}

.fb_button_mini:hover {
    background-position: -31px -32px;
}

.fb_button_mini:active {
    background-position: -59px -32px;
}

.ok_button_mini {
    background-position: -3px -89px;
}

.ok_button_mini:hover {
    background-position: -31px -89px;
}

.ok_button_mini:active {
    background-position: -59px -89px;
}

/*Модальное окно логина*/
@media (min-width: 767px) {
    #login-forma.box-modal {
        padding: 30px;
    }
}

/*Модальное окно логина*/
@media (min-width: 767px) {
    #register-forma.box-modal {
        padding: 30px;
    }
}


/*
###############################################
 */
.info-block {
    width: 90%;
    margin: 5px auto;
    font-size: 1.1rem;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.warning {
    background: #FFD1D1 url('/assets/images/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.attention {
    background: #FFF5CC 10px center no-repeat;
}

/*
###################################################
 */
.clear {
    clear: both;
}

.modal-header::before {
    display: table;
    content: " ";
}

fieldset, legend {
    padding: 0;
    border: 0;
}

/*
########################
 */

input, select, textarea {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    /*background-color: transparent;*/
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

label {
    position: relative;
    font-weight: 400;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label, .radio label {
    padding-left: 35px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox-inline input[type="checkbox"], .checkbox input[type="checkbox"], .radio-inline input[type="radio"], .radio input[type="radio"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

input[type="checkbox"], input[type="radio"] {
    position: relative;
    opacity: 0;
}

input[type="checkbox"] ~ span {
    background: url(/images/check.png?15de8589082d46f7853e33433a8f452c) no-repeat top;
}

input[type="checkbox"] ~ span, input[type="radio"] ~ span {
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

input[type="checkbox"] ~ span, input[type="radio"] ~ span {
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

input[type="checkbox"] ~ span {
    background: url(/images/check.png?15de8589082d46f7853e33433a8f452c) no-repeat top;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: center;
    background-position-y: top;
}

input[type="checkbox"]:checked ~ span, input[type="radio"]:checked ~ span {
    background-color: #583ceb;
    background-position: bottom;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 30px;
    border: none;
    background-color: #464646;
    color: #fff;
    -webkit-transition: all .25s;
    transition: all .25s;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #583ceb;
}

.btn:hover {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}


/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/

.service-box {
    margin-bottom: 10px;
}

.service-box-content {
}

.service-box-content > a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box-content p:last-of-type + a {
    position: relative;
    top: -5px;
}

.service-box-content > a:hover {
    color: #921bd0;
}

.service-box-content > a i {
    position: relative;
    top: 1px;
}

.service-box-content > *:last-child {
    margin-bottom: 0;
}

/* STYLE 1 */
.service-box.style-1 > i {
    display: inline-block;
    margin-bottom: 20px;
    color: #a554cb;
    font-size: 65px;
    line-height: 52px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-1.big-icon > i {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 60px;
}

.service-box.style-1 > img {
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-1 .service-box-content h4 {
    font-weight: 500;
}

.service-box.style-1 .service-box-content h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.service-box.style-1 .service-box-content p:last-of-type {
    margin-bottom: 10px;
}

.service-box.style-1:hover > i,
.service-box.style-1:hover > img {
    -webkit-filter: brightness(80%) hue-rotate(30deg);
    filter: brightness(80%) hue-rotate(30deg);
}

/* STYLE 2 */
.service-box.style-2 {
    margin-bottom: 100px;
}

.service-box.style-2.icon-right {
    text-align: right;
}

.service-box.style-2 > i {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 2px solid #a554cb;
    border-radius: 50%;
    color: #a554cb;
    font-size: 34px;
    line-height: 64px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-2.icon-fill > i {
    background-color: #a554cb;
    color: #fff;
}

.service-box.style-2.icon-left > i {
    float: left;
}

.service-box.style-2.icon-right > i {
    float: right;
}

.service-box.style-2:hover > i {
    background-color: #a554cb;
    color: #fff;
}

.service-box.style-2.icon-fill:hover > i {
    background-color: transparent;
    color: #a554cb;
}

.service-box.style-2.icon-left .service-box-content {
    margin-left: 85px;
}

.service-box.style-2.icon-right .service-box-content {
    margin-right: 85px;
}

.service-box.style-2 .service-box-content h5 {
    margin-bottom: 10px;
    font-weight: 500;
}

.service-box.style-2 .service-box-content h5 a:hover {
    color: #a554cb;
}

/* STYLE 3 */
.service-box.style-3 {
}

.service-box.style-3 > i {
    float: left;
    display: block;
    color: #a554cb;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-3.big-icon > i {
    font-size: 42px;
    line-height: 32px;
}

.service-box.style-3 .service-box-content {
    margin-left: 35px;
}

.service-box.style-3.big-icon .service-box-content {
    margin-left: 75px;
}

.service-box.style-3 .service-box-content h5 {
    position: relative;
    top: -5px;
    margin-bottom: 0;
    font-weight: bold;
}

.service-box.style-3:hover > i {
    color: #921bd0;
}

/* STYLE 4 */
.service-box.style-4 {
}

.service-box.style-4 h4 {
    margin-bottom: 15px;
    font-weight: 500;
}

.service-box.style-4 > i {
    float: left;
    margin-right: 30px;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-4 .service-box-content {
}

.service-box.style-4:hover > i {
    color: #a554cb;
}

/* STYLE 5 */
.service-box.style-5 {
    padding: 35px 5px;
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-5 > i {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 82px;
    line-height: 82px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-5 > i:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #9683fd;
    border-radius: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-box.style-5 .service-box-content {
    position: relative;
    bottom: -30px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-top: 10px;
}

.service-box.style-5:hover {
    background-color: #fff;
    box-shadow: 0 13px 27px rgba(0, 0, 0, 0.29);
}

.service-box.style-5:hover > i {
    color: #a554cb;
}

.service-box.style-5:hover a {
    color: #0c0c0c;
}

.service-box.style-5 a:hover {
    /*color: #a554cb;*/
}

.service-box.style-5:hover .service-box-content {
    opacity: 1;
    bottom: 0;
    color: #5c5c5c;
}

/* STYLE 6 */
.service-box.style-6 {
    padding: 25px;
    border: 2px solid #e4e6e7;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-6 > i {
    float: left;
    display: block;
    color: #a554cb;
    font-size: 42px;
    line-height: 42px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-6 .service-box-content {
    margin-left: 65px;
}

.service-box.style-6 .service-box-content h4 {
    position: relative;
    top: -7px;
    line-height: 30px;
}

.service-box.style-6:hover {
    border-color: #a554cb;
    background-color: #a554cb;
    color: #fff;
}

.service-box.style-6:hover a,
.service-box.style-6:hover i {
    color: #fff;
}

.service-box.style-6:hover a:hover {
    color: #0c0c0c;
}

/* STYLE 7 */
.service-box.style-7 {
    position: relative;
    z-index: 1;
    padding: 40px 30px 0;
    border: 2px solid #e4e6e7;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-7:before,
.service-box.style-7:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -2px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box.style-7:before {
    border-right: 2px solid #a554cb;
    border-left: 2px solid #a554cb;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.service-box.style-7:after {
    border-top: 2px solid #a554cb;
    border-bottom: 2px solid #a554cb;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.service-box.style-7 > i {
    display: block;
    margin-bottom: 25px;
    color: #e4e6e7;
    font-size: 46px;
    line-height: 46px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-7 .service-box-content h4,
.service-box.style-7 .service-box-content h6 {
    font-family: "PT Sans", sans-serif;
}

.service-box.style-7 .service-box-content h4 {
    margin-bottom: 15px;
}

.service-box.style-7 .service-box-content h6 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.service-box.style-7 .service-box-content > a {
    top: 0;
    display: block;
    padding: 20px;
    margin: 40px -32px -2px;
    background-color: #a554cb;
    color: #fff;
    font: 700 14px "Roboto", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.service-box.style-7 .service-box-content > a.waves .waves-ripple {
    background-color: #8f40b4;
}

.service-box.style-7:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.service-box.style-7:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* STYLE 8 */
.service-box.style-8 {
    position: relative;
    padding: 80px 40px 100px;
    border: 2px solid #a554cb;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-8:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 50px;
    border-left: 2px solid #a554cb;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-8 > i {
    display: block;
    margin-bottom: 45px;
    color: #a554cb;
    font-size: 62px;
    line-height: 62px;
}

.service-box.style-8 .service-box-content h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.service-box.style-8:hover {
    background-color: #a554cb;
    color: #fff;
}

.service-box.style-8:hover:after {
    border-color: #fff;
}

.service-box.style-8:hover i {
    color: inherit;
}

.service-box.style-8:hover a {
    color: #fff;
}

.service-box.style-8:hover a:hover {
    color: #0c0c0c;
}

/* STYLE 9 */
.service-box.style-9 {
    text-align: center;
}

.service-box.style-9 > i {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 30px;
    background: #a554cb;
    background: -webkit-linear-gradient(-135deg, #a554cb, #921bd0);
    background: -ms-linear-gradient(-135deg, #a554cb, #921bd0);
    background: linear-gradient(-135deg, #a554cb, #921bd0);
    color: #fff;
    font-size: 42px;
    line-height: 120px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-9 .service-box-content h4 {
    margin-bottom: 15px;
    font-weight: 500;
}

.service-box.style-9:hover > i {
    box-shadow: 0 13px 27px rgba(0, 0, 0, 0.29);
}

/* STYLE 10 */
.service-box.style-10 {
    padding: 40px 30px 0;
    background: #f5f5f5 no-repeat center center;
    background-size: 0 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-10 > i {
    display: block;
    margin-bottom: 25px;
    color: #a2a2a2;
    font-size: 46px;
    line-height: 46px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-10 .service-box-content h4,
.service-box.style-10 .service-box-content h6 {
    font-family: "PT Sans", sans-serif;
}

.service-box.style-10 .service-box-content h4 {
    margin-bottom: 15px;
}

.service-box.style-10 .service-box-content h6 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.service-box.style-10 .service-box-content > a {
    display: block;
    top: 0;
    padding: 20px;
    margin: 40px -30px 0;
    background-color: #a554cb;
    color: #fff;
    font: 700 14px "Roboto", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.service-box.style-10 .service-box-content > a.waves .waves-ripple {
    background-color: #8f40b4;
}

.service-box.style-10:hover {
    background-size: cover;
    color: #fff;
}

.service-box.style-10:hover i {
    color: #e4e6e7;
}

.service-box.style-10:hover .service-box-content h4 a,
.service-box.style-10:hover .service-box-content h6 {
    color: #fff;
}

.service-box.style-10:hover .service-box-content h4 a:hover {
    color: #a554cb;
}

/* SERVICES LIST */
.services-list {
    margin: 60px 0;
    list-style: none;
}

.services-list:after {
    display: table;
    clear: both;
    content: "";
}

.services-list li {
    position: relative;
    float: left;
    padding: 0 20px;
    margin-bottom: 30px;
}

.services-list li:after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    border-right: 1px solid #e1e1e1;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-list.items-4 li {
    width: 25%;
}

.services-list.items-3 li {
    width: 33.33333333%;
}

.services-list.items-4 li:nth-child(4n+0):after,
.services-list.items-3 li:nth-child(3n+0):after {
    display: none;
}

.services-list li > *:last-child {
    margin-bottom: 0;
}

/* DARK SECTION */
.full-section.dark-section .service-box.style-10 {
    color: #0c0c0c;
}

.full-section.dark-section .service-box.style-10:hover {
    color: #fff;
}

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

    .service-box.style-2 {
        margin-bottom: 40px;
    }

    .service-box.style-2.icon-left > i,
    .service-box.style-2.icon-right > i {
        float: none;
        margin-bottom: 30px;
    }

    .service-box.style-2.icon-left .service-box-content {
        margin-left: 0;
    }

    .service-box.style-2.icon-right .service-box-content {
        margin-right: 0;
    }

    .service-box.style-4 > i {
        margin-right: 15px;
    }

    .service-box.style-4 h4 {
        font-size: 18px;
    }

    .service-box.style-5 {
        padding: 35px 50px;
    }


    .service-box.style-6 > i {
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .service-box.style-6 .service-box-content {
        margin-left: 0;
    }

    .service-box.style-8 {
        padding: 50px 15px 70px;
    }

    .services-list.items-4 li {
        width: 50%;
    }

    .services-list.items-4 li:nth-child(2n+0):after {
        display: none;
    }

}

@media (max-width: 767px) {

    .service-box.style-5 .service-box-content {
        text-align: center;
    }

    .services-list.items-3 li,
    .services-list.items-4 li {
        width: 100%;
    }

    .services-list li:after {
        display: none;
    }

}

.textEditAreaText {
    width: 100%;
}

@media (max-width: 319px) {
    .arcticmodal-container .box-modal {
        width: 300px;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .arcticmodal-container .box-modal {
        width: 100%;
    }
}

#pulsate-ring {
    border: 3px solid #d9e8cf;
    -webkit-border-radius: 30px;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
    /*z-index: 999;*/
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.gallery-photo {
    cursor: pointer;
}

@media (min-width: 576px) {
    .box-modal.box-modal-gallery {
        width: 500px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .box-modal.box-modal-gallery {
        width: 700px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .box-modal.box-modal-gallery {
        width: 930px;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .box-modal.box-modal-gallery {
        width: 1100px;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .box-modal.box-modal-gallery {
        width: 1300px;
    }
}

.mb-1 {
    margin-bottom: 20px;
}


.menu-float {
    display: inline-block;
    position: fixed;
    /*bottom: 12rem;*/
    left: 10rem;
    top: 100px;
    z-index: 999;
}


@media (max-width: 480px) {
    .menu-float {
        left: 5rem;
    }
}

.menu-float-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e333c;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    float: left;
    cursor: pointer;
}

.menu-float-item svg {
    color: #dae5ef;
    fill: currentColor;

}

.menu-float-item,.floatSubMenu-btn {
    display: none;
}

.menu-float[data-group="text"] .menu-float-item.group-text, .menu-float[data-group="text"] .floatSubMenu-btn.group-text {
    display: flex;
}

.menu-float[data-group="foto"] .menu-float-item.group-foto, .menu-float[data-group="foto"] .floatSubMenu-btn.group-foto {
    display: flex;
}

.menu-float[data-group="decor"] .menu-float-item.group-decor, .menu-float[data-group="decor"] .floatSubMenu-btn.group-decor {
    display: flex;
}
#floatSubMenu {
    /*display: block;*/
}
@media (max-width: 480px) {
    #floatSubMenu {
        display: none;
    }
}
#floatSubMenu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #2e333c;
    border-radius: 5%;
    padding: 6px;
    margin-left: 10px;
}

.floatSubMenu-btn {
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.floatSubMenu-btn:hover {
    background-color: grey;
}
#floatSubMenu .floatSubMenu-btn > svg {
    width: 30px;
    height: 30px;
    /*border: 1px solid #ffffff;*/
    border-radius: 100%;
    margin: 0 5px;
}

.hidden {
    display: none;
}