@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter.ttf);
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins/Poppins-Light.ttf');
    font-display: swap;
}
/*@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    font-display: swap;
}*/
@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    font-display: swap;
}
@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
    font-display: swap;
}
/*@font-face {
    font-family: Poppins-Black;
    src: url('../fonts/Poppins/Poppins-Black.ttf');
    font-display: swap;
}
@font-face {
    font-family: Poppins-Italic;
    src: url('../fonts/Poppins/Poppins-Italic.ttf');
    font-display: swap;
}*/
@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/roboto/Roboto-Light.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/roboto/Roboto-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/roboto/Roboto-Black.ttf');
    font-display: swap;
}
/*@font-face {
    font-family: Roboto-Italic;
    src: url('../fonts/roboto/Roboto-Italic.ttf');
    font-display: swap;
}*/

*{
    outline:none;
}
body{
    font-family: Inter, sans-serif;
    color: #18191F;
}
ul, li {
    margin: 0px;
    padding: 0px;
}
a {
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
}
a:hover, a.active {
    text-decoration: none;
    color: #dd0404;
}

.btn i {
    margin: 0 0 0 10px;
}

.btn-chat{
    font-family: Poppins, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    border-radius: 0.15rem;
    padding: 8px 15px 9px;
}
.btn-chat img{
    margin-left: 10px;
}
.btn-creator{
    white-space: normal;
    font-size: 36px;
}
.btn-creator-mobile{
    display: none;
    margin-top: 30px;
}

.assistive-text {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.text-red{
    color: #e52c39;
}
a.text-red:hover{
    color: #ba1e29;
}
.text-underline {
    display: inline-block;
    border-bottom: 2px solid;
    line-height: 1.3;
}

.form-control{
    color: #c2c2c2;
    font-size: 0.875rem;
    border-color: #ebebeb;
    height: auto;
    background-color: #fafafa;
}
.form-control:focus {
    background-color: #ffffff;
    color: #363636;
}

.form-group .btn {
    font-size: 1.125rem;
    font-family: Poppins-Bold, sans-serif;
    padding: 0.8rem 3.5rem;
}

.relative {
    position: relative;
}

.align-bottom-wrapper{
    display: table;
    height: 100%;
    width: 100%;
}
.align-bottom{
    display: table-cell;
    vertical-align: bottom;
}
.text-align-right{
    text-align: right;
}

.header .element-wrapper:last-child {
    background-color: #363636;
}

#header .navbar-nav .dropdown-menu {
    border-radius: .15rem;
    min-width: 6rem;
}

#header{
    padding-top: 5px;
}

#header-content{
    position: relative;
}

#header .container::after{
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: calc(100% - 30px);
    background-color: transparent;
    bottom: -3px;
    transition: background-color 400ms;
}
.scrolled #header .container::after{
    background-color: #e52c39;
}

#header .header-panel .panelBtn{
    display: inline-block;
    background: #394d84;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 37px;
    font-family: Poppins, sans-serif;
    font-size: 0.75rem;
    border-radius: 0.15rem;
    color: #ffffff;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
}
#header .header-panel .panelBtn:hover{
    background: #293d73;
}
#header .header-panel .panelBtn i{
    margin: 0 5px;
}
#header .header-panel .panelBtn .text{
    display: none;
}

#header .topnav.social-icons{
    list-style: none;
    margin: 0;
    padding: 0;
}
#header .topnav.social-icons li{
    display: inline-block;
    margin: 0 0.4rem;
}
#header .topnav.social-icons li a{
    color: #757575;
}
#header .topnav{
    padding: 0 0.8rem;
}
#header .topnav .topnav-item{
    font-family: Poppins, sans-serif;
    font-size: 0.75rem;
    color: #616161;
    text-decoration: none;
}
#header .event {
    margin-left: 10px;
    font-size: 0.75rem;
    max-width: 90px;
}
#header .event img {
    max-height: 60px;
}
#header .event p {
    margin-bottom: 0;
}

#header .cart-wrapper {
    position: relative;
    z-index: 1100;
    display: none;
}
#header .cart-wrapper.show {
    display: block;
}
#header .cart-href {
    text-decoration: none;
    position: relative;
    top: 13px;
    transition: 0.5s opacity ease;
}
#header .cart-wrapper-mobile .cart-href {
    top: 0;
    margin-top: 12px;
}
#header .cart-wrapper-mobile .cart-href .count {
    right: -2px;
}
#header .cart-wrapper-mobile .cart-href i {
    margin: 0;
}
#header .cart-wrapper .cart-preview-wrapper {
    display: none;
    position: absolute;
    right: 10px;
    padding-top: 10px;
    margin-top: 5px;
    transition: all .5s ease;
}
#header .cart-wrapper-mobile .cart-preview-wrapper {
    right: 0;
    margin-top: 0;
}
#header .cart-wrapper:hover .cart-preview-wrapper {
    display: block;
}
#header .cart-wrapper .cart-preview-wrapper #cart-preview {
    background-color: #fff;
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#header .cart-href i{
    margin: 0 0.8rem 0 0.5rem;
    font-size: 1.5rem;
}
#header .cart-href .count {
    font-family: Poppins-Bold, sans-serif;
    position: absolute;
    background-color: #ba1e29;
    border-radius: 50%;
    color: #ffffff;
    top: -13px;
    right: 9px;
    padding: 0 5px;
    font-size: 0.75rem;
}

#header .navbar-nav .nav-item > a{
    font-family: Poppins-Bold, sans-serif;
    font-size: 1.125rem;
    color: #111111;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
}
#header .navbar-nav .nav-item > a:hover{
    color: #e52c39;
}

#header .dropdown-item{
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    color: #474747;
}
#header a.dropdown-item span {
    background: url('../images/li_arrow.png') no-repeat left center;
    padding-left: 14px;
}
#header span.dropdown-item{
    font-family: Poppins-Bold, sans-serif;
}
#header span.dropdown-item:hover{
    background-color: transparent;
}
#header .dropdown-item.active, #header .dropdown-item:active{
    background-color: transparent;
}

#header #header-strip {
    position: relative;
}
#header #header-strip a,
#header #header-strip span {
    color:  #ffffff;
}
#header #header-strip .close-button {
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    cursor: pointer;
}

.bg-slider-wrapper .swiper-container {
    overflow: hidden;
}

.account-cart-search{
    text-align: right;
}
#account-buttons, .cart-short, .search-form{
    margin-top: 36px;
    background-color: #ffffff;
    padding: 16px 29px 16px 22px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #767676;
    font-size: 0.875rem;
    float: none;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
body.scrolled .header #account-buttons, body.scrolled .header .cart-short, body.scrolled .header .search-form{
    margin-top: 8px;
}

.cart-short, .search-form{
    margin-right: 10px;
    padding: 0;
}
.cart-short .empty-cart{
    background: url('../images/cart_icon_dark.png') no-repeat 19px center;
    display: inline-block;
    padding: 15px 19px 17px 58px;
}
.cart-short a{
    display: inline-block;
    padding: 0 0 0 19px;
}
.cart-short .summary{
    background: url('../images/cart_icon_dark.png') no-repeat left center;
    padding: 15px 19px 17px 39px;
}
.cart-short .quantity{
    background-color: #0c91db;
    display: inline-block;
    padding: 15px 18px 17px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.search-form input{
    padding: 16px 29px 16px 22px;
    border: none;
    border-radius: 5px 0 0 5px;
}
.search-form select{
    border: none;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background: url('../images/grey_arrow.png') no-repeat right center;
    margin-right: 10px;
    padding-right: 15px;
    width: 75px;
}
.search-form button{
    background: url('../images/search_icon.png') no-repeat center #dd0404;
    width: 51px;
    height: 53px;
    color: transparent;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

#account-buttons .account-btn{

}
#account-buttons .login-btn{
    color: #dd0404;
}
#account-buttons .register-btn{
    color: #0c91db;
}

#langs-wrapper {
    display: block;
    width: 71px;
    height: 35px;
    overflow: visible;
    float: right;
    margin: 0 0 0 5px;
    z-index: 999;
    position: relative;
}
#langs {
    border: 1px solid #c2c2c2;
    border-radius: .15rem;
    text-align: left;
    background-color: #fff;
}
#langs a {
    font-family: Poppins, sans-serif;
    font-size: 0.75rem;
    display: block;
    height: 35px;
    width: 71px;
    padding: 9px 0;
    color: black;
}
#langs a:hover {
    text-decoration: none;
}
#langs .drop-dl ul {
    display: none;
    list-style: none;
}
#langs a img {
    margin: -2px 0 0 10px;
}
#langs ul, #langs li {
    margin: 0px;
    padding: 0px;
}

.home-bottom-section-2 {
    background-color: #F4F2F2;
}
.home-bottom-section-2 .chat-text-res {
    display: none;
}
.home-bottom-section-2 .chat-text span {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
}

.home-package-section {
    background: url('../images/packages_bg.png') no-repeat center top;
}
.home-package-section .package-header h2 {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 3.125rem;
    text-align: center;
    padding-top: 2rem;
}
.home-package-section #packages-tab {
    max-width: 856px;
    margin-bottom: 5rem;
}
.home-package-section #packages-tab.nav-pills .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #C4C4C4;
    border-radius: 0;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 1.875rem;
    color: #000000;
    cursor: pointer;
}
.home-package-section #packages-tab.nav-pills .nav-link small {
    font-size: 0.875rem;
}
.home-package-section #packages-tab.nav-pills .nav-link.active,
.home-package-section #packages-tab.nav-pills .show > .nav-link {
    border-bottom-color: #B00000;
}
.home-package-section #packages-tabContent {
    /*max-width: 1140px;*/
    margin: 0 auto;
}
.home-package-section #packages-tabContent .package {
    border: 2px solid #C4C4C4;
    border-radius: 15px;
    padding: 2rem 1rem 2rem 2rem;
    background-color: #ffffff;
}
.home-package-section #packages-tabContent .package .name {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 1.5rem;
}
.home-package-section #packages-tabContent .package .postscript {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
}
.home-package-section #packages-tabContent .package .price {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 2.625rem;
    margin-top: 1rem;
}
.home-package-section #packages-tabContent .package-col {
    margin-bottom: 1rem;
}
.home-package-section #packages-tabContent .package-col:nth-child(1) .price {
    color: #0EF309;
}
.home-package-section #packages-tabContent .package-col:nth-child(2) .price {
    color: #F3CE09;
}
.home-package-section #packages-tabContent .package-col:nth-child(3) .price {
    color: #F30909;
}
.home-package-section #packages-tabContent .package .price-text {
    font-family: Poppins-Light, sans-serif;
    font-size: 0.875rem;
}
.home-package-section #packages-tabContent .package .btn {
    border-width: 2px;
    border-radius: 12px;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 0.875rem;
    margin: 1.5rem auto;
}
.home-package-section #packages-tabContent ul {
    list-style: none;
    line-height: 2.5;
}
.home-package-section #packages-tabContent ul li img {
    width: 20px;
    margin-right: 1rem;
}

.packages-container.duo {
    margin-top: 1.5rem;
}
.packages-container.duo .package-item {
    margin-bottom: 4rem;
}
.packages-container.duo .package-item.hidden {
    display: none;
}
.packages-container.duo .package-item:last-child {
    margin-bottom: 1rem;
}
.packages-container.duo .package-item .package-subtitle {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
    color: #c6c6c6;
    text-align: left;
    text-transform: uppercase;
    border-left: 4px solid #e52d39;
    margin-right: 7px;
    padding: 0;
    line-height: 1.2;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}
.packages-container.duo .package-bar-top {
    background: url("../images/packages/bar-top.png") no-repeat left center #fff;
    border-radius: 5px;
}
.packages-container.duo .package-bar-top .free-migration {
    font-family: Roboto, sans-serif;
    font-size: 0.75rem;
    color: #000;
    line-height: 1.2;
    padding: 8px 0;
    margin-right: 10px;
}
.packages-container.duo .package-bar-top .free-migration a {
    color: #000;
    text-decoration: none;
}
.packages-container.duo .image-bg {
    background-repeat: no-repeat;
    background-position: left bottom;
}
.packages-container.duo .package-extended .image-bg {
    background-position: left -30px bottom;
}
.packages-container.duo .package-item .package-bar-top .packages-params {
    margin: auto 0 0;
    padding: 10px 0;
}
.packages-container.duo .package-item .package-bar-top .packages-params .packages-param{
    height: auto;
    color: #000000;
    font-family: Roboto-Light, sans-serif;
    font-size: 1.25rem;
    text-transform: lowercase;
    border-bottom: 0 none;
    border-left: 3px solid #e52d39;
    padding-right: 0;
    padding-left: 1rem;
    margin-left: 1rem;
    align-items: baseline;
    line-height: 1;
}
.packages-container.duo .package-item .package-bar-top .packages-params .packages-param .value{
    font-family: Roboto-Black, sans-serif;
    font-size: 3rem;
    color: #0daff9;
    margin-left: 0.5rem;
    text-transform: uppercase;
}
.packages-container.duo .package-bar-bottom {
    background: url("../images/packages/bulb.png") no-repeat left 14px center, url("../images/packages/bar-bottom.png") no-repeat left 30px center #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 16px 10px 16px 63px;
    font-family: Roboto-Light, sans-serif;
    font-size: 1rem;
    color: #575757;
    margin-left: 35px;
    display: none !important;
}
.packages-container.duo .col-packages {
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden;
}
.packages-container.duo .col-package {
    width: 331px;
    overflow: hidden;
    transition: width 0.5s ease;
}
.packages-container.duo .col-package.active {
    width: 686px;
}
.packages-container.duo .col-package .package-header {
    font-weight: 400;
    text-transform: uppercase;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px #e0e0e0;
    font-family: Roboto-Black, sans-serif;
    font-size: 0.8125rem;
    background-color: #e4e4e4;
    border-radius: 5px;
    border: 0 none;
    margin-bottom: 11px;
}
.packages-container.duo .col-package .col-desc {
    width: 331px;
    min-width: 331px;
}
.packages-container.duo .col-package-base {
    margin: 0 12px 0 0;
}
.packages-container.duo .col-package-base.active:not(.expandable) {
    width: 100%;
    margin-right: 0;
}
.packages-container.duo .package-base {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 1px;
    width: 686px;
}
.packages-container.duo .package-base .padding-left {
    padding-left: 120px;
}
.packages-container.duo .package-base .col-desc.col-xl-6 {
    padding-right: 6px;
}
.packages-container.duo .col-package-extended {
    margin-left: auto;
    z-index: 1;
}
.packages-container.duo .package-extended {
    background-color: #e52d39;
    border-radius: 5px;
    text-align: center;
    max-height: 100%;
    padding-top: 20px;
    width: 686px;
}
.packages-container.duo .package-extended .padding-left {
    padding-left: 120px;
}
.packages-container.duo .package-extended .col-desc.col-xl-12 {
    padding-right: 20px;
}
.packages-container.duo .package-item .package-title{
    font-family: Roboto-Black, sans-serif;
    font-size: 3rem;
    color: #e52d39;
    text-transform: uppercase;
    margin: auto 0 4px 0;
}
.packages-container.duo .package-item .package-title small{
    font-family: Roboto-Light, sans-serif;
    font-size: 1.25rem;
    color: #000000;
    text-transform: lowercase;
}
.packages-container.duo .group-title {
    line-height: 1;
    white-space: nowrap;
}
.packages-container.duo .group-title div:first-child {
    font-family: Roboto-Black, sans-serif;
    font-size: 3rem;
    color: #000000;
    text-transform: uppercase;
}
.packages-container.duo .package-extended .group-title div:first-child {
    color: #ffffff;
}
.packages-container.duo .group-title .subtitle {
    font-family: Roboto-Light, sans-serif;
    font-size: 0.96875rem;
    color: #000000;
}
.packages-container.duo .package-extended .group-title div:last-child {
    color: #ffffff;
}
.packages-container.duo .package-item .package-price {
    margin: 1rem 0 0.25rem;
    white-space: nowrap;
}
.packages-container.duo .package-item .package-price .left {
    font-family: Roboto, sans-serif;
    font-size: 2.25rem;
    line-height: 1;
}
.packages-container.duo .package-item .package-price .right .top {
    font-size: 1rem;
}
.packages-container.duo .package-item .package-extended .package-price .right .bottom {
    color: rgba(255, 255, 255, 0.5);
}
.packages-container.duo .package-item .package-price .right .bottom {
    font-size: 0.75rem;
}
.packages-container.duo .package-base .package-price {
    color: #000000;
}
.packages-container.duo .package-extended .package-price {
    color: #ffffff;
}
.packages-container.duo .package-discount {
    margin-bottom: 1rem;
}
.packages-container.duo .package-discount .number {
    font-family: Roboto, sans-serif;
    font-size: 2.27rem;
    color: #e52d39;
}
.packages-container.duo .package-extended .package-discount .number {
    color: #ffffff;
}
.packages-container.duo .package-discount .text {
    font-family: Roboto, sans-serif;
    font-size: 0.695625rem;
    color: #9f9f9f;
    text-align: left;
    margin: 0 0.5rem;
    white-space: nowrap;
}
.packages-container.duo .package-extended .package-discount .text {
    color: rgba(255, 255, 255, 0.5);
}
.packages-container.duo .package-discount i {
    color: #1c97f3;
}
.packages-container.duo .buttons a.btn {
    line-height: 1;
}
.packages-container.duo .package-extended .buttons a.btn {
    color: #e52c39;
}
.packages-container.duo .buttons {
    margin-bottom: 40px;
}
.packages-container.duo .buttons a.btn span {
    font-family: Roboto-Black, sans-serif;
    font-size: 1.9375rem;
    text-transform: uppercase;
}
.packages-container.duo .buttons a.btn small {
    font-family: Roboto-Black, sans-serif;
    font-size: 0.98125rem;
    text-transform: lowercase;
}
.packages-container.duo .package-heading-1 {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #9b9b9b;
    white-space: nowrap;
}
.packages-container.duo .package-heading-2 {
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #9b9b9b;
}
.packages-container.duo .package-extended .package-heading-1,
.packages-container.duo .package-extended .package-heading-2 {
    color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .package-item .parameters .packages-params .packages-param {
    font-family: Roboto, sans-serif;
    font-size: 0.96875rem;
    color: #9b9b9b;
    height: auto;
    padding: 0;
    border: 0 none;
    margin: 14px 0;
    line-height: normal;
    white-space: nowrap;
}
.packages-container.duo .package-item .parameters .packages-params .packages-param .icon-wrapper {
    width: 30px;
    margin-right: 5px;
    text-align: center;
}
.packages-container.duo .package-item .parameters .packages-params .packages-param .value {
    font-family: Roboto-Bold, sans-serif;
    font-size: 1rem;
}
.packages-container.duo .package-item .package-extended .parameters .packages-params .packages-param {
    color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .technologies ul {
    list-style: none;
    padding: 0;
}
.packages-container.duo .package-extended .technologies ul {
    color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .technologies ul li {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    margin: 14px 0;
    line-height: normal
}
.packages-container.duo .includes::before {
    content: '';
    width: 43%;
    height: 2px;
    display: block;
    margin: 0 0 20px 20%;
    background-color: rgba(0, 0, 0, 0.5);
}
.packages-container.duo .package-extended .includes::before {
    background-color: rgba(255, 255, 255, 0.75);
}
.packages-container.duo .includes ul {
    list-style: none;
    padding: 0;
}
.packages-container.duo .includes ul li {
    font-family: Roboto, sans-serif;
    font-size: 0.765rem;
    margin: 5px 0;
    color: #9b9b9b;
    white-space: nowrap;
}
.packages-container.duo .package-extended .includes ul li {
    color: rgba(255, 255, 255, 0.75);
}
#more-packages {
    margin-top: -5rem;
}

.packages-container.duo .package-item .package-price > div{
    display: inline-block;
    line-height: 1.8;
}
.packages-container.duo .package-item .package-price .left{
    font-family: Roboto-Medium, sans-serif;
    font-size: 3.75rem;
}
.packages-container.duo .package-item .package-price .from{
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    color: #9b9b9b;
    position: relative;
    bottom: 8px;
}
.packages-container.duo .package-item .package-price .right{
    text-align: left;
}
.packages-container.duo .package-item .package-price .right .top{
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.25rem;
}
.packages-container.duo .package-item .package-price .right .top {
    line-height: 0.7;
}
.packages-container.duo .package-item .package-price .right .top .prolong-price {
    font-family: Roboto-Light, sans-serif;
    color: #000000;
    text-decoration: line-through;
}
.packages-container.duo .package-item .package-price .right .bottom{
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    color: #9b9b9b;
}
.packages-container.duo .package-item .package-price .gross{
    margin-top: -25px;
    display: block;
    color: #a2a2a2;
    font-size: 0.75rem;
}
.packages-container.duo .package-item .package-price .old{
    margin-top: -25px;
    display: block;
    color: #a2a2a2;
    font-size: 0.75rem;
}
.packages-container.duo .package-item .package-price .discount-info {
    font-size: 0.875rem;
}

.custom-tooltip {
    position: relative;
    z-index: 1;
    line-height: normal;
}
.custom-tooltip::after {
    content: '';
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 2px;
    border: 0 none;
    transition: 0.25s opacity ease;
}
.custom-tooltip:hover::after {
    opacity: 1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.95);
}
.custom-tooltip .custom-tooltip-content {
    position: absolute;
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    border-radius: 5px;
    width: 200px;
    left: -96px;
    font-size: 0.875rem;
    margin-top: 5px;
    transition: 0.25s opacity ease;
}
.custom-tooltip:hover .custom-tooltip-content {
    display: block;
    opacity: 1;
    height: auto;
    padding: 0.25rem 0.5rem;
}
.custom-tooltip .custom-tooltip-content a {
    color: #fff;
    font-weight: 700;
}

.btn-hostings-order {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 1.5rem;
    background-color: #E42B39;
    border-radius: 12px;
    padding: 1rem 6rem;
}
.btn-hostings-order small {
    font-size: 0.9375rem;
}

.customer-feedback {
    background: url('../images/icons/pink_quote.png') no-repeat 3.1rem 0;
    font-family: Inter, sans-serif;
    margin-bottom: 1rem;
}
.customer-feedback .left-column {

}
.customer-feedback .right-column {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.customer-feedback h2 {
    font-weight: 900;
    font-size: 3rem;
    margin: 3.8rem 0 5rem;
    max-width: 469px;
}
.customer-feedback .feedback {
    background: url('../images/icons/blue_quote.png') no-repeat 2rem 4rem;
    border-radius: 8px;
    box-shadow: 0 0 20px #E6E6E6;
    padding: 4rem 2rem 3rem 4.5rem;
}
.customer-feedback #feedback-left {
    max-width: 469px;
}
.customer-feedback #feedback-right-top {
    margin-bottom: 30px;
    max-width: 445px;
}
.customer-feedback #feedback-right-bottom {
    max-width: 350px;
}
.customer-feedback .feedback .quote {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 2rem;
}
.customer-feedback .feedback .company {
    font-weight: bold;
    font-size: 1.125rem;
}
.customer-feedback .feedback .name,
.customer-feedback .feedback .website {
    color: #969BAB;
    font-weight: 500;
    font-size: 0.875rem;
}

.header .text-element.page-element.text{
    float: right;
    clear: right;
    margin-top: 32px;
    font-size: 1.3125rem;
    color: #0b0b0b;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}
body.scrolled .header .text-element.page-element.text{
    margin-top: 10px;
}
.header .text-element.page-element.text p{
    margin-bottom: 0;
}

.headlines-element.page-element.text h1{
    line-height: normal;
    font-size: 2.5rem;
    font-family: Inter, sans-serif;
    transition: color 0.5s ease;
    color: #18191F;
    font-weight: 900;
    margin-bottom: 2rem;
}

.headlines-element.page-element.text h2{
    line-height: normal;
    font-size: 2.5rem;
    font-family: Inter, sans-serif;
    transition: color 0.5s ease;
    color: #18191F;
    font-weight: 900;
}
.home-bottom-section .col-12 .headlines-element.page-element.text h2 {
    text-align: center;
}

.headlines-element.page-element.text h3{
    font-size: 0.875rem;
    line-height: normal;
    color: #000000;
    font-weight: normal;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 3rem;
}
.section.middle-1-right .container:first-of-type .headlines-element.page-element.text h3{
    margin-top: 0;
}
.headlines-element.page-element.text h3:before{
    content: '';
    height: 5px;
    width: 100%;
    display: block;
    background-color: #D9D9D9;
    position: absolute;
    top: calc(50% - 2px);
}
.headlines-element.page-element.text h3 span {
    background-color: #ffffff;
    padding: 0 3rem;
    position: relative;
}

.topheaders-element .headlines-element.page-element.text h1{
    display: none;
}

.text-element.page-element.text{
    font-size: 1rem;
    line-height: 2;
    color: #18191F;
}

.text-element.page-element.text ul {
    list-style: inside url("../images/yellow_circle.png");
}

.text-element.page-element.text blockquote {
    border-left: 4px solid #e52c39;
    background: url("../images/quote.png") 30px 30px no-repeat #fafafa;
    border-radius: 7px;
    max-width: 80%;
    margin: auto;
    padding: 1.6rem 2rem 1rem 7rem;
}

.files-element.page-element .fa{
    font-size: 0.75rem;
    margin-right: 11px;
    line-height: normal;
}

.files-element.page-element a{
    border-bottom: 1px solid #eeeeee;
    color: #191919;
    font-size: 0.9375rem;
    padding: 10px 7px 10px 4px;
    display: inline-block;
    width: 250px;
    text-transform: uppercase;
}

.files-element.page-element a:hover{
    color: #e52c39;
}

.files-element.page-element a:hover i{
    color: #191919;
}

.form-element.page-element.row form{
    width: 100%;
    margin: 20px 0;
}

.sections-wrapper {
    background-color: #ffffff;
    position: relative;
    padding-top: 34px;
    padding-bottom: 40px;
    overflow: hidden;
}

.home-layout .sections-wrapper {
    padding-top: 50px;
}

.sections-wrapper.sections-category-wrapper{
    padding-top: 0;
}

.home-layout .sections-wrapper p{
    margin-bottom: 0;
}

.sections-wrapper .section,
.home-middle-section .section{
    margin: 0 auto;
}
.home-layout .sections-wrapper .section:nth-child(5) {
    padding: 70px 0;
    background-color: rgba(46,98,142,.9);
    color: #fff;
}
.home-layout .sections-wrapper .section:nth-child(5) .text-element.page-element.text {
    color: #ffffff;
}
.home-layout .sections-wrapper .section:nth-child(6) {
    padding-top: 70px;
    background-color: #edf2f4;
}
.home-layout .sections-wrapper .section:nth-child(6) h2 {
    margin-bottom: 0;
}
.home-layout .sections-wrapper .section:nth-child(7) {
    padding-bottom: 70px;
    background-color: #edf2f4;
}
.home-layout .sections-wrapper .section:nth-child(7) .grids-element-img-top {
    padding: 0;
}

.photoscategory-element.page-element a img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.maps-element.page-element #map{
    height: 310px;
}

.grids-element-img-top {
    padding: 0 0 3rem;
    text-align: center;
    color: #707070;
}
.grids-element-img-top .title {
    font-size: 1.25rem;
    font-family: Poppins-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-top .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-top .describe {
    font-size: 0.875rem;
    font-family: Poppins, sans-serif;
}
.grids-element-img-top .row > div .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    /*background-color: #f2f2f2;*/
    transition: all 1s ease;
}
.grids-element-img-top .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-img-top .row > div .img-wrapper img {
    transition: all 0.5s ease;
    /*filter: brightness(0.5);*/
}
.grids-element-img-top .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}

.grids-element-img-bottom {
    padding: 3rem 0;
    text-align: center;
    color: #707070;
}
.grids-element-img-bottom .title {
    font-size: 1.25rem;
    font-family: Poppins-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-bottom .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-bottom .describe {
    font-size: 0.875rem;
    font-family: Poppins, sans-serif;
    margin-bottom: 1rem;
}
.grids-element-img-bottom .row > div .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 1s ease;
}
.grids-element-img-bottom .row > div:hover .img-wrapper {
    background-color: #e52c39;
}
.grids-element-img-bottom .row > div .img-wrapper img {
    transition: all 0.5s ease;
    filter: brightness(0.5);
}
.grids-element-img-bottom .row > div:hover .img-wrapper img {
    filter: brightness(1);
}

.grids-element-img-left {
    padding: 3rem 0;
    color: #707070;
}
.grids-element-img-left .title {
    font-size: 1.25rem;
    font-family: Poppins-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-left .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-left .describe {
    font-size: 0.875rem;
    font-family: Poppins, sans-serif;
    margin-bottom: 1rem;
}
.grids-element-img-left .row > div .img-wrapper {
    padding: 18px 0;
    display: inline-block;
    /*background-color: #f2f2f2;*/
    transition: all 1s ease;
}
.grids-element-img-left .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-img-left .row > div .img-wrapper img {
    transition: all 0.5s ease;
    /*filter: brightness(0.5);*/
}
.grids-element-img-left .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}

.grids-element-img-right {
    padding: 3rem 0;
    color: #707070;
    text-align: right;
}
.grids-element-img-right .title {
    font-size: 1.25rem;
    font-family: Poppins-Bold, sans-serif;
    color: #363636;
    margin: 15px 0 10px;
    transition: color 0.5s ease;
}
.grids-element-img-right .row > div:hover .title {
    color: #e52c39;
}
.grids-element-img-right .describe {
    font-size: 0.875rem;
    font-family: Poppins, sans-serif;
    margin-bottom: 1rem;
}
.grids-element-img-right .row > div .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    /*background-color: #f2f2f2;*/
    transition: all 1s ease;
}
.grids-element-img-right .row > div:hover .img-wrapper {
    /*background-color: #e52c39;*/
}
.grids-element-img-right .row > div .img-wrapper img {
    transition: all 0.5s ease;
    /*filter: brightness(0.5);*/
}
.grids-element-img-right .row > div:hover .img-wrapper img {
    /*filter: brightness(1);*/
}

.grids-element-alternately {
    padding: 2rem 0 3rem;
    color: #707070;
}
.grids-element-alternately .title {
    line-height: 1.2;
    font-size: 2.5rem;
    font-family: Poppins-Bold, sans-serif;
    transition: color 0.5s ease;
    display: inline-block;
    color: #151b25;
}
.grids-element-alternately .title:after {
    content: '';
    display: block;
    margin-top: .75rem;
    width: 60px;
    height: 5px;
    background-color: #e52c39;
}
.grids-element-alternately .row .row:hover .title {
    color: #e52c39;
}
.grids-element-alternately .describe {
    font-size: 1.25rem;
    line-height: 1.45;
    font-family: Poppins, sans-serif;
    margin-top: 1.375rem;
}
/*.grids-element-alternately .row .row .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #191919;
    border: 2px solid #191919;
    transition: all 0.5s ease;
}
.grids-element-alternately .row .row:hover .img-wrapper {
    background-color: transparent;
    border: 2px solid #e52c39;
}*/
/*.grids-element-alternately .row .row .img-wrapper img {
    transition: all 0.5s ease;
    filter: grayscale(1);
}
.grids-element-alternately .row .row:hover .img-wrapper img {
    filter: grayscale(0);
}*/

.grids-element-title-top{
    text-align: center;
}
.grids-element-title-top > .row{
    padding-top: 35px;
    padding-bottom: 80px;
}
.grids-element-title-top > .row > div{

}
.grids-element-title-top .title{
    font-size: 1.3125rem;
    line-height: 1.14;
    color: #191919;
}
.grids-element-title-top .photo{
    text-align: center;
    padding-bottom: 15px;
}
.grids-element-title-top .title::after{
    content:"";
    height: 3px;
    width: 73px;
    background-color: #e52c39;
    display: block;
    margin: 10px auto 20px;
}
.grids-element-title-top .describe{
    font-size: 0.875rem;
    line-height: 1.5;
    color: #797979;
}

.grids-element-circles .photo {
    z-index: 1;
    position: relative;
}
.grids-element-circles .img-wrapper {
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: background-color 1s ease;
}
.grids-element-circles > .row > div:hover .img-wrapper {
    background-color: #e52c39;
}
.grids-element-circles .img-wrapper img {
    transition: all 1s ease;
    filter: brightness(0);
}
.grids-element-circles > .row > div:hover .img-wrapper img {
    filter: brightness(1);
}
.grids-element-circles .text {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 46px 20px;
    color: #707070;
    font-size: 0.875rem;
    border: 4px solid #ffffff;
    margin-top: -35px;
    transition: border-color 1s ease;
}
.grids-element-circles > .row > div:hover .text {
    border-color: #e52c39;
}
.grids-element-circles .text .title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 1.25rem;
    color: #363636;
    transition: color 1s ease;
}
.grids-element-circles > .row > div:hover .title {
    color: #e52c39;
}

.grids-element-count {
    padding: 2.5rem 0;
    text-align: center;
}
.grids-element-count .title {
    font-size: 3rem;
    font-family: Poppins-Bold, sans-serif;
    margin-top: 10px;
    line-height: 1.1;
}
.grids-element-count .describe {
    font-size: 0.875rem;
    font-family: Poppins-Bold, sans-serif;
    text-transform: uppercase;
}
.grids-element-count .describe:after {
    content: '';
    margin: 5px auto 0;
    width: 90px;
    height: 2px;
    background-color: #ffffff;
    display: block;
}

.grids-element-accordion {
    padding-top: 1rem;
}
.grids-element-accordion #accordion .card{
    border: 0 none;
    margin-bottom: 2px;
}
.grids-element-accordion #accordion .card-header {
    border: 0 none;
    background-color: transparent;
}
.grids-element-accordion #accordion .card-header button {
    font-family: Poppins-Bold, sans-serif;
    font-size: 0.875rem;
    background-color: #e52c39;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.grids-element-accordion #accordion .card-header button:hover,
.grids-element-accordion #accordion .card-header button:focus {
    text-decoration: none;
}
.grids-element-accordion #accordion .card-header button .fa-plus {
    display: none;
}
.grids-element-accordion #accordion .card-header button .fa-minus {
    display: inline-block;
    margin-right: 1rem;
}
.grids-element-accordion #accordion .card-header button.collapsed {
    background-color: #fafafa;
    color: #959595;
}
.grids-element-accordion #accordion .card-header button.collapsed .fa-plus {
    display: inline-block;
    margin-right: 1rem;
}
.grids-element-accordion #accordion .card-header button.collapsed .fa-minus {
    display: none;
}
.grids-element-accordion #accordion .card-body {
    color: #707070;
    font-size: 0.875rem;
    font-family: Poppins, sans-serif;
}

.grids-element-progress .progress-wrapper {
    margin-bottom: 7px;
}
.grids-element-progress .progress-bar {
    border-radius: 0.25rem;
}
.grids-element-progress .text {
    margin-bottom: 4px;
}
.grids-element-progress .text .describe {
    font-family: Poppins-Bold, sans-serif;
    font-size: 0.875rem;
}
.grids-element-progress .text .count {
    float: right;
    font-size: 0.875rem;
    font-family: Poppins-Bold, sans-serif;
    color: #007bff;
}
.grids-element-progress .progress-wrapper:first-of-type .progress-bar {
    background-color: #1cbbb4;
}
.grids-element-progress .progress-wrapper:first-of-type .count {
    color: #1cbbb4;
}
.grids-element-progress .progress-wrapper:nth-of-type(2) .progress-bar {
    background-color: #8dc63f;
}
.grids-element-progress .progress-wrapper:nth-of-type(2) .count {
    color: #8dc63f;
}
.grids-element-progress .progress-wrapper:nth-of-type(3) .progress-bar {
    background-color: #f26d7d;
}
.grids-element-progress .progress-wrapper:nth-of-type(3) .count {
    color: #f26d7d;
}
.grids-element-progress .progress-wrapper:nth-of-type(4) .progress-bar {
    background-color: #8393ca;
}
.grids-element-progress .progress-wrapper:nth-of-type(4) .count {
    color: #8393ca;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #ff9966;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #ff9966;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #66ccff;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #66ccff;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .progress-bar {
    background-color: #ea5858;
}
.grids-element-progress .progress-wrapper:nth-of-type(5) .count {
    color: #ea5858;
}

.home-middle-section img,
.home-bottom-section img {
    max-width: 100%;
    height: auto;
}

.home-middle-section{
    overflow: hidden;
    padding: 35px 0;
}
.home-middle-section.gray{
    background-color: #fafafa;
}
.home-middle-section.yellow{
    background-color: #e52c39;
    padding: 50px 0 40px;
}
.home-middle-section.yellow .text-element.page-element.text {
    color: #ffffff;
}

#footer{
    font-family: Poppins, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.77;
}
#footer a{
    text-decoration: none;
}
#footer .top-footer{
    background-color: #f2f3f5;
    padding: 52px 0;
}
#footer .top-footer h3 {
    font-size: 2rem;
    font-family: Poppins-Bold, sans-serif;
}
#footer .top-footer p {
    font-size: 1.125rem;
    font-family: Poppins-Bold, sans-serif;
}
#footer .top-footer > .container > .row > div:first-child p {
    font-family: Poppins, sans-serif;
}
#footer .top-footer p i {
    font-size: 3rem;
    color: #e52c39;
}
#footer .main-footer{
    background-color: #131D26;
}
#footer .main-footer .row-wrapper::before{
    content: '';
    display: block;
    position: relative;
    border-top: 3px solid #e52c39;
    top: -2px;
    width: 100%;
}
#footer .main-footer .social-icons{
    list-style: none;
    padding: 0;
}
#footer .main-footer .social-icons li{
    display: inline-block;
    margin-right: 10px;
}
#footer .main-footer .social-icons li a{
    color: #ffffff;
    font-size: initial;
}
#footer .main-footer .social-icons li a i{
    font-size: large;
}
#footer .main-footer .bottom-links ul{
    list-style: none;
    padding: 0;
    line-height: 2;
    color: #ffffff;
}
#footer .main-footer .bottom-links ul li img {
    vertical-align: initial;
}
#footer .main-footer .bottom-links ul li a{
    color: #ffffff;
    transition: all 400ms;
    padding: 0;
}
#footer .main-footer .bottom-links ul li:hover a{
    color: #e52c39;
}
#footer .main-footer .bottom-links ul li i{
    color: #e52c39;
    font-size: 0.5rem;
    margin-top: 9px;
    vertical-align: top;
    transition: all 400ms;
}
#footer .main-footer .bottom-links ul li:hover i {
    color: #ffffff;
}
#footer .bottom-footer{
    background-color: #131D26;
    font-family: Inter, sans-serif;
    font-size: 1rem;
}
#footer .bottomnav .bottomnav-item,
#footer .header-panel .panelBtn{
    color: #b5b5b5;
    font-family: Poppins-Bold, sans-serif;
    font-size: 0.8125rem;
    padding: 0 1em;
    text-transform: uppercase;
}
#footer .header-panel .panelBtn i{
    margin-right: 5px;
}
#footer img.traffic{
    border: 5px solid #aaaaaa;
    border-radius: 2px;
    padding: 5px;
    background-color: #ffffff;
}
.chat-toggle {
    cursor: pointer;
    transition: all 500ms;
}
.chat-toggle:hover {
    color: #dd0404;
}

/* Newscategory */
.newscategory-element .item {
    margin-bottom: 68px;
}
.newscategory-element .item .media-body {
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    padding: 1.5rem 2rem 2rem;
    transition: background-color 0.5s ease;
}
.newscategory-element .item:hover .media-body {
    background-color: #363636;
}
.newscategory-element .item .media-body span {
    font-size: 0.75rem;
    color: #acacac;
    margin-bottom: 5px;
    display: inline-block;
}
.newscategory-element .item .media-body h2 {
    font-size: 1.25rem;
    color: #363636;
    margin-bottom: 15px;
    font-family: Poppins-Bold, sans-serif;
    transition: color 0.5s ease;
}
.newscategory-element .item:hover .media-body h2 {
    color: #ffffff;
}
#footer-wrapper .newscategory-element .item:hover .media-body h2 {
    color: #e52c39;
}
.newscategory-element .item img {

}
.newscategory-element .item .media-body p {
    font-size: 0.875rem;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 15px;
    transition: color 0.5s ease;
}
.newscategory-element .item:hover .media-body p {
    color: #a1a1a1;
}
.newscategory-element .item .media-body .more-link {
    font-size: 0.875rem;
    color: #555555;
    font-family: Poppins-Bold, sans-serif;
    transition: color 0.5s ease;
}
.newscategory-element .item:hover .media-body .more-link {
    color: #e52c39;
}

.news-info{
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #acacac;
    margin-bottom: 10px;
}

#footer-wrapper #footer-columns-section .container .newscategory-element .row {
    margin: 0;
    border: 0;
}
#footer-wrapper .newscategory-element .item {
    padding-bottom: 1rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #363636;
}
#footer-wrapper .newscategory-element .item .media-body {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
#footer-wrapper .newscategory-element .item .media-body a {
    font-family: Poppins, sans-serif;
    color: #636363;
}
#footer-wrapper .newscategory-element .item .media-body a:hover {
    color: #e52c39;
}
#footer-wrapper .newscategory-element .item .media-body a h2 {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

/* Panel Klienta */

.form-element .person,
.form-element .mail,
.form-element .subject{
    padding-left: 66px;
}
.form-element .person{
    background: url('../images/person_icon.png') no-repeat 15px 15px;
}
.form-element .mail{
    background: url('../images/mail_icon.png') no-repeat 13px 14px;
}
.form-element .subject{
    background: url('../images/subject_icon.png') no-repeat 17px 12px;
}

.sections-wrapper section .page-element:not(.text){
    clear: both;
}
.sections-wrapper section .main_photo_wrapper{
    margin-left: -15px;
    margin-right: -15px;
}


/* ======= Pagination ======= */
.pagination {
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
    line-height: 2;
}
.pagination li .fa{
    font-size: 2.8125rem;
}
.pagination li:first-child,
.pagination li:last-child{
    vertical-align: middle;
}
.pagination li a,
.pagination li span{
    margin-right: 5px;
    color: #cecece;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #141414;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
    color: #141414;
}

/* CAROUSEL */
#topCarousel{
    position: relative;
    background: url('../images/banner_bg.png') no-repeat center top;
    padding: 5rem 0;
}
#topCarouselContent{

}
#topCarouselContent .carousel-inner{
    display: flex;
    align-items: center;
}
#topCarouselContent .carousel-inner .carousel-item {
    display: none;
}
#topCarouselContent .carousel-inner .carousel-item.active {
    display: flex;
}
#topCarouselContent .carousel-caption{
    position: static;
    width: 100%;
}
#topCarouselContent .text-wrapper{

}
#topCarouselContent .text1{
    font-family: Poppins-Bold, sans-serif;
    font-size: 3.75rem;
    color: #2E2E2E;
    line-height: 1.35;
}
#topCarouselContent .text2{
    font-family: Poppins-Bold, sans-serif;
    font-size: 3.75rem;
    color: #D91717;
    line-height: 1.35;
}
#topCarouselContent .text3{
    font-family: Poppins-Bold, sans-serif;
    font-size: 1.875rem;
    color: #000000;
    text-align: left;
    opacity: 0;
}
#topCarouselContent .text3 .part-2 {
    font-family: Poppins, sans-serif;
}
#topCarouselContent .button-wrapper{
}
#topCarouselContent .carousel-item .image-wrapper {
    width: 300px;
}
#topCarouselContent .carousel-item img {
    opacity: 0;
}
#topCarouselContent .carousel-item .animate__animated {
    opacity: 1;
}
#topCarouselContent .carousel-indicators {
    margin-bottom: 40px;
}
#topCarouselContent .carousel-indicators li {
    display: block;
    margin: 0 10px;
    background-color: transparent;
    height: 14px;
    width: 14px;
    border: 4px solid #ffffff;
    cursor: pointer;
    transition: 1s background-color;
    opacity: 1;
}
#topCarouselContent .carousel-indicators li.active{
    background-color: #ffffff;
}
#topCarouselContent .carousel-button {
    min-width: 300px;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1rem;
    transition: all .5s ease;
    text-decoration: none;
    line-height: 1;
}
#topCarouselContent .carousel-button small {
    font-size: 0.9375rem;
    text-transform: lowercase;
}
#topCarouselContent .button-wrapper .postscript {
    font-size: 0.6875rem;
    margin-top: 0.5rem;
    text-align: center;
}

    /* BANNER */
#banner-text {
    width: 100%;
    text-align: left;
    font-family: Montserrat-Black, sans-serif;
    font-size: 2.5rem;
    color: #2c2c2c;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 8%;
    position: relative;
}
#banner-text::before {
    content: '';
    height: 9px;
    width: 80px;
    background-color: #e52c39;
    display: block;
    margin-top: 16px;
    position: absolute;
    left: -90px;
    border-radius: 4px;
}
#banner-text .text2 {
    color: #e52c39;
}
#banner-text .text3 {
    font-family: Montserrat-Light, sans-serif;
    font-size: 1.0625rem;
    color: #000000;
    line-height: 1;
    text-align: left;
    text-transform: none;
}
.modal-header{
    display: block;
}

.product-item,
.table-item{
    background-color: #ffffff;
    padding: 14px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 28px;
}
.product-item:hover,
.table-item:hover{
    border-color: #0c91db;
}
.products-carousel{
    position: relative;
    height: 288px;
    visibility: hidden;
    padding-bottom: 40px;
}
.products-carousel button.slick-arrow,
.products-carousel button.slick-arrow:focus {
    position: absolute;
    top: -55px;
    background-color: transparent;
    border: 0;
    color: transparent;
    width: 27px;
    height: 21px;
    cursor: pointer;
    outline: 0;
}
.products-carousel button.slick-prev{
    background: url('../images/arrow_left.png') no-repeat center;
    right: 56px;
}
.products-carousel button.slick-next{
    background: url('../images/arrow_right.png') no-repeat;
    right: 10px;
}
.products-carousel button.slick-prev:hover{
    background: url('../images/arrow_left_hover.png') no-repeat center;
}
.products-carousel button.slick-next:hover{
    background: url('../images/arrow_right_hover.png') no-repeat;
}
.products-carousel .product-item{
    width: calc(25% - 30px);
    margin: 0 15px;
}
.product-item .product-image{
    position: relative;
}
.product-item .product-image img,
.table-item .item-image img{
    width: 100%
}
.product-item .product-badge{
    background-color: #0c91db;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 5px 16px 5px 19px;
    position: absolute;
    top: 8px;
    right: -18px;
    text-transform: uppercase;
}

.product-item .product-name-wrapper,
.table-item .item-name-wrapper{
    font-size: 1rem;
    color: #000000;
    text-align: center;
    margin-top: 15px;
    height: 48px;
    overflow: hidden;
}
.product-item .product-name-wrapper:hover,
.table-item .item-name-wrapper:hover{
    overflow: visible;
    z-index: 1;
    position: relative;
}
.product-item .product-name,
.table-item .item-name{
    background-color: #ffffff;
}
.product-item .product-price{
    font-size: 1.5rem;
    text-align: center;
}
.product-item .product-price .old{
    font-size: 1rem;
    color: #3b3b3b;
    text-decoration: line-through;
    margin-left: 5px;
}
.table-item .item-button{
    width: 100%;
}
.table-item .item-button{
    color: #ffffff;
    font-size: 0.875rem;
    margin-top: 5px;
    text-align: center;
}
.buy-btn,
.table-item .item-button{
    background-color: #dd0404;
    margin-left: 0;
    cursor: pointer;
    padding: 7px 12px;
    margin-top: 1px;
    color: #ffffff;
}
.buttons {
    width: 100%;
}
.buttons .button:hover{
    background-color: #ffffff;
    color: #000000;
}
.table-item .item-button:hover{
    background-color: #1c1c1c;
}
.product-item .product-colors{
    text-align: center;
    display: none;
}
.product-item:hover .product-colors{
    display: block;
}
.product-item .product-colors .product-colors-header{
    text-transform: uppercase;
    margin: 5px 0 0;
    color: #58585a;
    font-size: 0.875rem;
}
.product-item .product-colors .color-square{
    height: 20px;
    width: 20px;
    border: 1px solid #ffffff;
    border-radius: 1px;
    margin: 1px;
    position: relative;
}
.product-item .product-colors .color-square .color-triangle{
    border-top: 20px solid;
    border-left: 20px solid transparent;
}
.product-item .product-colors .color-square .color-square-thumb{
    bottom: 28px;
    left: -28px;
}
.product-item .product-colors .color-square .color-square-thumb:after{
    content: '\0056';
    bottom: -7px;
    left: 32px;
}

.product-body{
    border-top: 0 none;
}
.product-body .border-right{
    border-right: 1px solid #d5d5d5;
}
.product-body .border-right h4{
    color: #3f3f3f;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 6px 0px 7px 21px;
    background-color: #f2f2f2;
    margin: 15px 0 0;
}
.product-body .border-right .describe{
    padding: 21px;
}
.product-body .border-right .describe video{
    max-width: 100%;
}
.product-body .border-right .describe ul{
    list-style: none;
}
.product-body .border-right .describe ul li a i{
    margin-right: 5px;
    color: #dd0404;
    line-height: 1.6;
}
.product-body .availability span{
    padding: 8px 10px;
    color: #151515;
    display: inline-block;
    line-height: normal;
    font-size: 1rem;
}
#main-image-wrapper{
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
#main-image-wrapper .product-badge{
    background-color: #0c91db;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 5px 16px 5px 19px;
    position: absolute;
    top: 35px;
    right: 15px;
    text-transform: uppercase;
}
#main-image-wrapper .arrow{
    position: absolute;
    top: calc(50% - 17px);
    height: 64px;
    width: 34px;
    display: block;
    cursor: pointer;
}
#main-image-wrapper .arrow.left-arrow{
    background: url('../images/angle_left.png') no-repeat center;
    left: 24px;
}
#main-image-wrapper .arrow.right-arrow{
    background: url('../images/angle_right.png') no-repeat center;
    right: 24px;
}
#main-image-wrapper #main-image{
    vertical-align: middle;
    height: inherit;
}
#main-image-wrapper #main-image a{
    max-width: 100%;
    max-height: 100%;
    display: none;
}
#main-image-wrapper #main-image a:first-child{
    display: block;
}
#main-image-wrapper #main-image a img{
    padding: 15px;
}
#miniatures{
    overflow: hidden;
}
#miniatures .miniature-wrapper{
    margin-bottom: 15px;
    cursor: pointer;
}
.product-layout #miniatures .miniature-wrapper{

}
#miniatures .miniature-wrapper .miniature{
    padding: 0 15px;
}
#miniatures .miniature-wrapper .miniature img{

}
.product-layout .product-name{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}
.product-name #product-code{
    float: right;
    color: #3f3f3f;
    font-size: 0.875rem;
    line-height: 2.7;
    padding: 5px 10px 0 0;
}
.product-name #product-code span{
    font-size: 1.5rem;
    color: #dd0404;
    line-height: 1;
}
#product-price{
    display: inline-block;
    text-align: right;
    color: #3e3e3e;
    font-size: 1rem;
    line-height: 2.2;
}
#product-price-gross .price{
    color: #dd0404;
    font-weight: bold;
}
#product-magazines{
    background: url('../images/delivery_icon.png') no-repeat left center;
    padding-left: 62px;
    float: right;
    text-align: left;
    font-size: 0.875rem;
    color: #5b5b5b;
    line-height: normal;
    margin-top: 20px;
}
.price-area{
    padding: 10px 27px 10px;
    border: 1px solid #eeebeb;
    border-radius: 5px;
}
.price-area > div:first-child{
    padding: 10px 0;
}
#product-unit-price{
    line-height: 2.5;
}
#product-price .price-text{
    color: #151515;
}
#product-price .price{

}
.price-old{
    text-decoration: line-through;
}
#product-price .price-new{
    color: #dd0404;
}
.product-body dl{
    margin-bottom: 0;
    line-height: 3;
}
.product-body dl dt,
.product-body dl dd{
    font-size: 0.875rem;
    color: #3e3e3e;
    font-weight: normal;
    margin: 0;
}
.product-body .dimensions > div{
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    line-height: 1.2;
}
.product-body .dimensions .dimension-text{
    font-size: 0.5rem;
    text-transform: uppercase;
}
.product-body .dimensions .dimension-value{
    font-size: 1rem;
}
#product-buttons{

}
#buy-area{
    display: block;
}

#buy-area select{
    height: calc(1.8rem + 2px);
    padding: 0 .5rem;
    margin-top: 0.35rem;
}
.spinner{
    border: 1px solid #eeebeb;
    border-radius: 5px;
    font-size: 0.9375rem;
    color: #5b5b5b;
    text-align: center;
    display: inline-block;
}
.spinner > span{
    display: inline-block;
    padding: 14px 9px 15px;
    cursor: pointer;
    font-size: 0.625rem;
}
.spinner > span.step-down{
    border-right: 1px solid #eeebeb;
}
.spinner > span.step-up{
    border-left: 1px solid #eeebeb;
}
.spinner input[type=number]{
    border: none;
    -moz-appearance: textfield;
    width: 70px;
    text-align: center;
    padding: 8px 0 13px;
    display: inline-block;
}
.spinner input[type=number]::-webkit-inner-spin-button,
.spinner input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
#buy-area .buy-btn{
    background: url('../images/cart_icon.png') no-repeat 18px 13px #dd0404;
    color: #ffffff;
    font-size: 0.9375rem;
    padding: 12px 42px 12px 62px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
    color: #ffffff;
}
#social-area{
    display: inline-block;
    vertical-align: bottom;
}
#describe{
    display: block;
}

#tabs{
    margin-top: 28px;
}
#tabs-header .tab-header{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 5px;
    margin-left: 14px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #eeebeb;
    color: #0b0b0b;
}
#tabs-header .tab-header:first-child{
    margin-left: 0;
}
#tabs-header .tab-header.active{
    background-color: #0b0b0b;
    border-color: #0b0b0b;
    color: #ffffff;
}
#tabs-body{
    padding: 20px 0;
    font-size: 0.9375rem;
    color: #0b0b0b;
}
#tabs-body .tab-content{
    display: none;
}
#tabs-body .tab-content.active{
    display: block;
}
.filtres-buttons{
    display: none;
    margin-bottom: 20px;
}
.filtres-buttons .filtres-button{
    cursor: pointer;
}
.filtres-buttons #hide-filtres{
    display: none;
}
.filtres-buttons .filtres-button i{
    margin-left: 5px;
    color: #0c91db;
}
.filtres-buttons #show-filtres i{
    color: #dd0404;
}
h3.categories_title, .filtres h3{
    font-size: 1.875rem;
    color: #0b0b0b;
}
.tree-wrapper{
    margin-bottom: 20px;
}
.tree-wrapper ul, ul.filtres, ul.filtres ul{
    list-style: none;
}
.tree-wrapper ul.tree > li{
    margin-bottom: 10px;
}
.tree-wrapper ul.tree > li > span{
    font-size: 1.125rem;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #dadada;
    display: block;
    border-radius: 7px;
    position: relative;
}
.tree-wrapper ul.tree > li > span > a{
    display: block;
    padding: 13px 45px 13px 26px;
}
.tree-wrapper ul.tree > li > span > i{
    position: absolute;
    right: 0;
    font-size: 0.375rem;
    height: 100%;
    top: 0;
    width: 20%;
    text-align: center;
    padding-top: 20px;
    border-left: 1px solid #dadada;
    cursor: pointer;
}
.tree-wrapper ul.tree > li > span > i.fa-chevron-down{
    color: #dd0404;
}
.tree-wrapper ul.tree > li > span > i.fa-chevron-up{
    display: none;
    color: #dd0404;
}
.tree-wrapper ul.tree > li.open > span > i.fa-chevron-down{
    display: none;
}
.tree-wrapper ul.tree > li.open > span > i.fa-chevron-up{
    display: block;
}
.tree-wrapper ul.depth-2{
    padding-left: 8px;
    display: none;
}
.tree-wrapper ul.depth-2 li a{
    font-size: 0.9375rem;
    color: #000000;
}
.tree-wrapper ul.depth-2 li > span > a:hover,
.tree-wrapper ul.depth-2 li.active > span > a{
    color: #080808;
}
.tree-wrapper ul.depth-2 li i{
    font-size: 0.375rem;
    vertical-align: middle;
    color: #dd0404;
    margin-right: 11px;
}
.tree-wrapper ul.depth-2 li > span:hover i,
.tree-wrapper ul.depth-2 li.active > span i{
    color: #dd0404;
}
.tree-wrapper ul.depth-3{
    padding-left: 13px;
    display: none;
}
.tree-wrapper li.open > ul.depth-2,
.tree-wrapper li.open > ul.depth-3{
    display: block;
}

ul.filtres > li{
    margin-bottom: 20px;
}
ul.filtres ul label{
    color: #1b1b1b;
    font-size: 0.9375rem;
}
ul.filtres ul input{
    position: absolute;
    left: -9999px;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label,
ul.filtres ul input[type="checkbox"]:checked + label{
    position: relative;
    padding-left: 19px;
    cursor: pointer;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label::before,
ul.filtres ul input[type="checkbox"]:checked + label::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 11px;
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
    border-radius: 1px;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label::after,
ul.filtres ul input[type="checkbox"]:checked + label::after{
    content: '■';
    position: absolute;
    top: 9px;
    left: 3px;
    line-height: 0.9;
    color: #ed1a3d;
    transition: all .2s;
    font-size: 0.375rem;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label::after{
    opacity: 0;
    transform: scale(0);
}
ul.filtres ul input[type="checkbox"]:checked + label::after{
    opacity: 1;
    transform: scale(1);
}

.breadcrumb{
    background-color: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 17px 3px 18px;
    margin-bottom: 24px;
}
.breadcrumb-item a{
    font-size: 0.875rem;
    color: #818181;
}
.breadcrumb-item:last-child a{
    color: #ed1a3d;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #dd0404;
    font-size: 0.375rem;
    vertical-align: middle;
}
h1.category-title {
    font-size: 1.875rem;
    color: #0b0b0b;
}
#sort{
    text-align: right;
    margin-top: 7px;
    font-size: 1rem;
}
#sort span{
    margin-left: 9px;
    cursor: pointer;
}
#sort span.active{
    color: #ed1a3d;
}
#sort span i{
    display: none;
}
#sort span i.active{
    display: inline-block;
}

#pagination{
    margin-left: 10px;
    margin-bottom: 10px;
}
#pagination select{
    height: auto;
    overflow: hidden;
}

#cart-form .table td, #cart-form .table th{
    vertical-align: middle;
}
#cart-form .table td:nth-child(2){
    min-width: 150px;
}
#cart-form .table td:nth-child(3),
#cart-form .table td:nth-child(4){
    min-width: 125px;
}
#cart-form table td .fa-trash-o{
    color: #ed1a3d;
    margin: 0 15px;
    font-size: 1.3125rem;
}
.order-wrapper .card{
    margin-bottom: 5px;
}
.summary-wrapper hr{
    background-color: #dd0404;
}
button.swal2-styled {
    background-color: #dd0404 !important;
}
.summary-wrapper h1, .summary-wrapper h2{
    color: #dd0404;
}
.summary-wrapper h3, .summary-wrapper h4{
}
.card-title i{
    color: #dd0404;
    margin-right: 10px;
}
.card.box{
    border-color: #dd0404;
}
.card.box .card-header{
    background-color: #dd0404;
    color: #ffffff;
}
#accordion .card-header{
    padding: 0;
}
#accordion .card-header a{
    display: block;
    padding: .75rem 1.25rem;
}
#accordion .card-header a:hover{
    color: #dd0404;
}
#accordion .card-header input[type="radio"]{
    visibility: hidden;
    position: absolute;
}
#accordion .card-header a label{
    cursor: pointer;
}
#accordion .form-check-label{
    cursor: pointer;
}
#accordion .form-check-label:hover{
    color: #dd0404;
}
#accordion input[type="radio"]{
    margin-top: 7px;
}
.form-group.user-type{
    border-bottom: 2px solid #dd0404;
    margin-top: 1rem;
}
.form-group.user-type .form-check.form-check-inline{
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: .25rem .25rem 0 0;
}
.form-group.user-type .form-check.form-check-inline.active{
    background-color: #dd0404;
    color: #ffffff;
}
.form-group.user-type .form-check.form-check-inline input{
    visibility: hidden;
    position: absolute;
}
.form-group.user-type .form-check.form-check-inline label{
    padding-left: 0;
    cursor: pointer;
}

.after-top-section .top-right{
    background-color: #0c91db;
    font-size: 1rem;
}
.after-top-section .top-right .text-element.page-element.text {
    color: #ffffff;
    padding: 0 15px;
}

.categories-section{
    padding-top: 34px;
    padding-bottom: 26px;
}
.products-categories-list{
    overflow: hidden;
}
.products-categories-list ul{
    list-style: none;
}
.products-categories-list li{
    margin-bottom: 14px;
    border: 1px solid #dadada;
}
.products-categories-list li a{
    position: relative;
}
.products-categories-list li a .trapeze{
    width: 445px;
    height: 190px;
    display: block;
    border-top: 190px solid #dd0404;
    border-right: 80px solid transparent;
}
.products-categories-list li:hover a .trapeze{
    border-top-color: #1d1d1b;
}
.products-categories-list li a .category-name{
    font-size: 2.5rem;
    color: #ffffff;
    top: 45px;
    left: 87px;
    position: absolute;
    width: 290px;
    z-index: 1;
}
.products-categories-list li a .category-button{
    font-size: 0.875rem;
    color: #ffffff;
    top: 115px;
    left: 81px;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 165px;
    border-radius: 6px;
    z-index: 1;
}
.products-categories-list li a img{
    max-width: 100%;
}
#slider-wrapper{
    margin-bottom: 20px;
}
#slider-wrapper input{
    border: none;
}
#slider-wrapper .inputs{
    margin-bottom: 10px;
}
#slider-wrapper .btn{
    margin-top: 15px;
}

.page-element .more-photos{
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}
.page-element .more-photos i{
    font-size: 1.25rem;
}
.page-element .more-photos span{
    position: relative;
    top: 43%;
}

.show-invoice-section,
.hide-invoice-section{
    font-size: 1rem;
    margin-left: 15px;
    cursor: pointer;
}
.page-element .more-photos {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}
.page-element .more-photos span {
    position: relative;
    top: 43%;
}

/* Realizations category */
.realizationscategory-element .item {
    margin-bottom: 68px;
}
.realizationscategory-element .item .media-body {
    background-color: #fafafa;
    border-radius: 0 0 8px 8px;
    padding: 1.2rem 1.5rem 1.5rem;
    transition: background-color 0.5s ease;
}
.realizationscategory-element .item:hover .media-body {
    background-color: #363636;
}
.realizationscategory-element .item .media-body span {
    font-size: 0.75rem;
    color: #acacac;
    margin-bottom: 5px;
    display: inline-block;
}
.realizationscategory-element .item .media-body h2 {
    font-size: 1.25rem;
    color: #363636;
    margin-bottom: 15px;
    font-family: Poppins-Bold, sans-serif;
    transition: color 0.5s ease;
}
.realizationscategory-element .item:hover .media-body h2 {
    color: #ffffff;
}
.realizationscategory-element .item img {

}
.realizationscategory-element .item .media-body p {
    font-size: 0.875rem;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 15px;
    transition: color 0.5s ease;
}
.realizationscategory-element .item:hover .media-body p {
    color: #a1a1a1;
}
.realizationscategory-element .item .media-body .more-link {
    display: inline-block;
    font-size: 1.875rem;
    line-height: 34px;
    background-color: #e52c39;
    color: #ffffff;
    font-family: Poppins-Light, sans-serif;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 5px;
}

.faq-category .accordion-header{
    font-family: Poppins-Bold, sans-serif;
    font-size: 2.25rem;
    text-align: center;
    background-color: #2e628e;
    color: #fff;
    border-bottom: 5px solid #204d74;
}
.faq-category .accordion-header .container {
    padding: 7px 0;
}
.faq-category .accordion-header .container .question-icon-wrapper:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #204d74;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    position: absolute;
    left: 68px;
    top: 24px;
}
.faq-category .accordion-header .container .fa-question {
    position: absolute;
    padding: 1rem 1.5rem;
    background-color: #204d74;
    top: 0;
    left: 0;
    content: '';
    display: block;
}
.faq-category .accordion-sh .acc-group {
    border-bottom: 1px solid #293d73;
}
.faq-category .accordion-sh .acc-group-heading{
    background-color: transparent;
    color: #293d73;
    margin: 3px 0;
    padding: 26px 26px 26px 0;
    font-size: 1.25rem;
}
.faq-category .accordion-sh .acc-group-heading{
    padding: 0;
    color: #e52c39;
    transition: color 1s ease;
}
.faq-category .accordion-sh .acc-group-heading i {
    rotate: -45deg;
    transition: rotate .25s ease;
}
.faq-category .accordion-sh .acc-group-heading .collapsed {
    color: #293d73;
}
.faq-category .accordion-sh .acc-group-heading .collapsed i {
    rotate: 0deg;
}
.faq-category .accordion-sh .acc-group-heading > span{
    display: block;
    cursor: pointer;
}
.faq-category .accordion-sh .acc-group-heading > span{
    padding: 26px 26px 26px 0;
}
.faq-category .accordion-sh .content{
    padding: 0 15px 30px 0;
    font-size: 1.125rem;
}
.faq-category .accordion-sh .content .fa-comments-o {
    color: #ffffff;
    background-color: #e52c39;
    padding: 1rem;
    font-size: 2rem;
    margin-right: 30px;
}

#total-price {
    color: #e52c39;
    text-align: center;
}
#total-price > div {
    display: inline-block;
    line-height: 1.8;
}
#total-price .left {
    font-family: Poppins-Bold, sans-serif;
    font-size: 3.75rem;
}
#total-price .right {
    text-align: left;
    position: relative;
    top: -10px;
}
#total-price .right .top {
    font-family: Poppins-Bold, sans-serif;
    font-size: 1.25rem;
}
#total-price .right .top {
    line-height: 0.7;
}
#total-price .right .bottom {
    font-family: Poppins, sans-serif;
    font-size: 0.875rem;
    color: #9b9b9b;
}
#total-price .gross{
    margin-top: -30px;
    display: block;
    color: #a2a2a2;
    font-size: 0.75rem;
}
.form-title,
.form-title h2{
    font-family: Poppins-Bold, sans-serif;
    font-size: 2.25rem;
    color: #131313;
    line-height: 1.55;
    position: relative;
}
.form-title-wrapper::after{
    content: '';
    width: 90px;
    height: 4px;
    display: block;
    margin: 5px auto 0;
    background-color: #e52c39;
}
.package-title-wrapper::after{
    margin: 10px auto 20px;
}
.form-title-wrapper .form-title{
    font-size: 1.5rem;
    line-height: 1.5;
}
#form_servers .vps-group-header {
    font-family: Poppins-Bold, sans-serif;
    font-size: 1.375rem;
    color: #1b1b1b
}
#form_servers .group-border {
    border: 1px solid #cccccc;
    border-radius: 3px;
}
#form_servers label {
    font-family: Poppins-Bold, sans-serif;
    font-size: 1rem;
    color: #2b2b2b;
}
#form_servers label .font-weight-normal {
    font-family: Poppins, sans-serif;
}
#form_servers .rectangles input {
    visibility: hidden;
    position: absolute;
}
#form_servers .rectangles .rectangle,
#form_servers .rectangles .rectangle-passive {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
}
#form_servers .rectangles .rectangle-passive,
#form_servers .rectangles .rectangle.disabled {
    cursor: auto;
}
#form_servers .rectangles .rectangle.disabled {
    background: repeating-linear-gradient(
            45deg,
            #eeeeee,
            #eeeeee 10px,
            #dddddd 10px,
            #dddddd 20px
    );
}
#form_servers div.col-lg-12.blue .rectangles .rectangle {
    background-color: rgba(13, 175, 249, 0.1);
}
#form_servers div.col-lg-12.green .rectangles .rectangle {
    background-color: rgba(151, 220, 42, 0.1);
}
#form_servers div.col-lg-12.purple .rectangles .rectangle {
    background-color: rgba(191, 48, 139, 0.1);
}
#form_servers div.col-lg-12.light .rectangles .rectangle {
    background-color: #f9f9f9;
}
/*#form_servers .square-wrapper:not(.disabled) .rectangles .rectangle:hover,*/
#form_servers .rectangles .rectangle.selected {
    border-color: #e52c39;
}
#form_servers .square-wrapper:not(.disabled) .rectangles .rectangle:hover {
    /*margin-top: -3px;
    margin-left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);*/
}
#form_servers .rectangles .rectangle > span,
#form_servers .rectangles .rectangle-passive > span {
    border: 3px solid transparent;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s ease;
    padding: 20px 5px;
}
#form_servers .rectangles .rectangle .recommended-wrapper {
    position: absolute;
    top: calc(100% - 1rem);
    left: 0;
    width: 100%;
    text-align: center;
}
#form_servers .rectangles .rectangle .recommended {
    color: #ffffff;
}
#form_servers .rectangles .collapse-header i {
    transition: transform .2s ease-in-out;
}
#form_servers .rectangles .collapse-header:not(.collapsed) i {
    transform: rotate(-180deg);
}
#form_servers .rectangles .collapse-body .card.card-body {
    font-size: 0.875rem;
}
#form_servers .rectangles .collapse-body .card.card-body p:last-child {
    margin-bottom: 0;
}
#form_servers .square-wrapper:not(.disabled) .rectangles .rectangle:hover > span {
    /*padding: 23px 8px 20px;*/
}
#form_servers .rectangles .rectangle.selected > span {
    border-color: #e52c39;
}
#form_servers .custom-checkbox.rectangle-checkbox {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all 0.5s ease;
}
#form_servers .custom-checkbox.rectangle-checkbox:not(.disabled):hover {
    /*margin-top: -3px;
    margin-left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);*/
}
/*#form_servers .custom-checkbox.rectangle-checkbox:not(.disabled):hover,*/
#form_servers .custom-checkbox.rectangle-checkbox.selected {
    border-color: #e52c39;
}
#form_servers .custom-checkbox.rectangle-checkbox label {
    border: 3px solid transparent;
    border-radius: 2px;
    padding: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
}
#form_servers .custom-checkbox.rectangle-checkbox:not(.disabled):hover label {
    /*padding: 23px 23px 20px;*/
}
#form_servers .custom-checkbox.rectangle-checkbox.selected label {
    border-color: #e52c39;
}
#form_servers .custom-checkbox.rectangle-checkbox label img,
#form_servers .custom-checkbox.rectangle-checkbox label span {
    transition: all 0.5s ease;
    margin-right: 15px;
}
#form_servers .custom-checkbox.rectangle-checkbox:hover label img,
#form_servers .custom-checkbox.rectangle-checkbox:hover label span {
    /*margin-top: -3px;*/
}
#form_servers .custom-control-label::before,
#form_servers .custom-control-label::after {
    top: calc(50% - 8px);
    left: 20px;
    transition: all 0.5s ease;
    display: none;
}
#form_servers .custom-checkbox.rectangle-checkbox:hover .custom-control-label::before,
#form_servers .custom-checkbox.rectangle-checkbox:hover .custom-control-label::after {
    top: calc(50% - 8px);
    left: 23px;
}
#form_servers .square-wrapper {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 20px 20px 0px;
}
#form_servers .square-label img {
    margin-right: 15px;
}
.form-sh #form_servers label small {
    font-family: Poppins, sans-serif !important;
}
#servers-form-summary .form-title-wrapper::after {
    width: 175px;
}
#servers-form-summary #additionals-empty {
    font-style: italic;
}
#servers-form-summary .turned-off {
    display: none;
}
#servers-form-summary .form-title-wrapper {
    text-align: center;
}
#servers-form-summary #total-price .left {
    font-size: 3.5rem;
}
#servers-form-summary .param {
    display: none;
}
#servers-form-summary .param.selected {
    display: block;
}
#servers-form-summary .param-value {
    font-weight: bold;
}
#form_servers .disabled {
    /*opacity: 0.5;
    transition: opacity 0.5s ease;*/
}
#form_servers .group-additional {
    position: relative;
    margin-top: 15px;
}
#form_servers .group-additional .group-cover {
    position: absolute;
    z-index: 1000;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 1rem);
    background-color: rgba(238, 238, 238, 0.9);
    display: none;
}
#form_servers .group-additional .group-cover div {
    text-align: center;
    font-size: 2rem;
    padding-top: 25px;
}
#form_servers label .subtitle {
    font-family: Poppins, sans-serif;
    font-size: 0.9375rem;
}
#form_servers .rectangle-slide-left,
#form_servers .rectangle-slide-right {
    font-size: 0;
    color: #e52c39;
    cursor: pointer;
    z-index: 1000;
    transition: 500ms all ease;
}
#form_servers .rectangle-slide-left.active,
#form_servers .rectangle-slide-right.active {
    font-size: 1.5rem;
}
#form_servers .rectangle-slide-left.active {
    margin-right: 0.5rem;
}
#form_servers .rectangle-slide-right.active {
    margin-left: 0.5rem;
}

/* Consents */
#toggleCornerPanel {
    background: #293d73;
    border-radius: 50%;
    margin: 0 0 0.6rem 0.6rem;
    padding: 0.5rem;
    border: 0 none;
    position: fixed;
    bottom: 0;
    z-index: 2000000001;
}
#cookiesCornerPanel {
    width: calc(100% - 0.5rem);
    max-width: 460px;
    position: fixed;
    right: 100%;
    top: 100%;
    z-index: 2000000002;
    transform: translate(0, 0);
    transition: 500ms transform ease;
}
#cookiesCornerPanel.show {
    transform: translate(calc(100% + 0.5rem), calc(-100% - 0.5rem));
}
#cookiesCornerPanel ul {
    list-style: none;
    padding: 0;
}
#cookiesCornerPanel ul li i {
    width: 20px;
    text-align: center;
}
#cookiesCornerPanel ul li i.fa-lock {
    color: #293d73;
}
#cookiesCornerPanel ul li i.fa-times {
    color: #e52c39;
}
#cookiesCornerPanel ul li i.fa-check {
    color: #74c946;
}
#cookiesCornerPanel #showConsentDetails {
    cursor: pointer;
}
#cookiesCornerPanel #consent-details {
    display: none;
    font-size: 0.875rem;
}

#cookiesBottomPanel {
    position: fixed;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0 30px 70px rgba(0,0,0,.3);
    width: 100%;
    z-index: 2000000003;
    opacity: 0;
    transform: translate(0, 0);
    transition: 500ms all ease;
}
#cookiesBottomPanel.show {
    opacity: 1;
    transform: translate(0, -100%);
}
#cookiesBottomPanel #openDialogBtn {
    cursor: pointer;
}

#cookiesDialog {
    position: fixed;
    bottom: 100%;
    left: 50%;
    max-width: 900px;
    width: 100%;
    max-height: 100%;
    z-index: 2000000004;
    opacity: 0;
    transform: translate(-50%, 0);
}
#cookiesDialog.show {
    bottom: 50%;
    opacity: 1;
    transform: translate(-50%, 50%);
    transition: 500ms all ease;
}
#cookiesDialog .card-header img {
    max-height: 30px;
    width: auto;
}
#cookiesDialog .card-body {
    overflow-y: auto;
}
#cookiesDialog .nav-pills .nav-link {
    background-color: transparent;
    border-bottom: 2px solid #eeeeee;
    border-radius: 0;
    text-transform: none;
}
#cookiesDialog .nav-pills .nav-link.active,
#cookiesDialog .nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom-color: #e52c39;
    color: #e52c39;
}
#cookiesDialog #consent > .row > .col:not(:last-of-type) {
    border-right: 1px solid #dddddd;
}
.consent-details-wrapper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dddddd;
}
.consent-details-wrapper:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.consent-details-wrapper .top {
    line-height: 2rem;
}
.consent-details-wrapper .scripts {
    display: none;
}
.consent-details-wrapper .scripts .script {
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    padding: 1rem;
}
.consent-details-wrapper .scripts .script .name {
    margin-bottom: 0.5rem;
}
.consent-details-wrapper .scripts .script p:last-of-type {
    margin-bottom: 0;
}
.consent-details-wrapper .consent-details-title {
    cursor: pointer;
}
#cookiesBottomPanel .custom-switch {
    padding-left: 4rem;
}
#consent .custom-switch {
    padding: 0 0 2.5rem;
    text-align: center;
}
#cookiesBottomPanel .custom-control-label {
    line-height: 2.3rem;
}
.consent-inputs-wrapper .custom-switch .custom-control-label::before {
    height: 1.85rem;
    width: 3.5rem;
    border-radius: 1rem;
    left: -4rem;
}
#consent .custom-switch .custom-control-label::before {
    top: 1.95rem;
    left: calc(50% - 28px);
}
.consent-inputs-wrapper .custom-switch .custom-control-label::after {
    width: calc(1.8rem - 4px);
    height: calc(1.8rem - 4px);
    border-radius: 50%;
    left: calc(-4rem + 2px);
}
#consent .custom-switch .custom-control-label::after {
    top: calc(2em + 2px);
    left: calc(50% - 26px);
}
.consent-inputs-wrapper .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.7rem);
}

.no-scroll{
    height:100vh;
    overflow-y:hidden;
}
.loader-wrapper{
    display: none;
}
.loader-bg{
    height: 1000vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1200;
    display: block;
    position: absolute;
    top: 0;
}
.loader-dialog{
    position: fixed;
    left: calc(50% - 120px);
    top: calc(50% - 75px);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    width: 300px;
    padding: 20px;
    text-align: center;
    border-radius: 9px;
    z-index: 1300;
}
.loader-text{
    min-height: 20px;
}
.loader {
    border: 8px solid #dddddd;
    border-top: 8px solid #e52c39;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: block;
    box-shadow: 0 0 10px #e0e0e0;
    margin: 15px auto 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
