:root {
    --font-family-h: "ubuntu", Helvetica, Arial, sans-serif;
    --font-family-text: "ubuntu";
    --transition-animation: 0.25s linear;
    --bg-second: #FFFBF1;
    --px150: 9.375rem;
    --px120: 7.5rem;
    --px112: 7rem;
    --px80: 5rem;
    --px64: 4rem;
    --px56: 3.5rem;
    --px48: 3rem;
    --px40: 2.5rem;
    --px24: 1.5rem;
    --px32: 2rem;
    --px30: 1.875rem;
    --px28: 1.75rem;
    --px22: 1.375rem;
    --px20: 1.25rem;
    --px18: 1.125rem;
    --px16: 1rem;
    --px14: 0.875rem;
    --px12: 0.75rem;
    --px8: 0.5rem;
    --px4: 0.25rem;
    --color-main-bg: #163B43;
    --color-gray-3: #F2F6F9;
    --color-gray-1: #737373;
    --color-dark-2: #2E5C69;
    --color-green-1: #20545F;
    --color-green-text: #9AD8E9;
    --color-gray: #828080;
    --color-gray-light: #fafafa;
    --bg-silver: #f4f7f9;
}

.sx-primary {
    color: var(--primary-color);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    transition: var(--transition-animation);
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}


body {
    font-size: 1rem;
}

.sx-brand-slider-wrapper .sx-info {
    margin-top: 1rem;
    padding: 0 1rem;
}

.sx-brand-slider-wrapper .sx-desc {
    font-size: 1rem;
    font-weight: normal;
    color: var(--color-gray-1);
}

.sx-section {
    padding: 3rem 0;
}

.sx-section .sx-title {
    margin-bottom: var(--px16);
}


.sx-container {
    /*max-width: 1840px;*/
    max-width: 100%;
    padding: 0 var(--px150);
}

.sx-one-subcatalog, .sx-one-subcatalog-wrapper article {
    border-radius: var(--base-radius);
}
.sx-one-subcatalog-info .h3 {
    font-size: var(--px24);
}
.sx-main-menu-wrapper .nav-link, .sx-main-menu-wrapper a, .mm-menu.mm-theme-dark, .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-listview .mm-next, .mm-listview .mm-prev {
    color: #e1e1e1 !important;
    font-size: 1rem !important;
    font-weight: 300;
    font-weight: normal;
    text-transform: none;
    font-weight: 500;
}

.navbar-brand img {
    height: var(--px80);
}

.sx-menu-top>li:first-child a {
    background: var(--color-green-1);
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: var(--px12);

}
.sx-menu-top>li:first-child {
    margin-left: 2rem !important;
}
.btn {
    font-weight: 500;
    padding: var(--px12) var(--px20);
    border-radius: var(--px12);

}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default {
    background: var(--color-green-1);
    color: white;

}
.btn-primary {
    color: var(--color-main-bg);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
{
    color: var(--color-main-bg) !important;
}
.sx-main-menu-wrapper a.btn-primary {
    color: var(--color-main-bg) !important;
}


.sx-contant-page {
    padding: 2rem 0;
}
h3, .h3 {
    font-size: var(--px24);
}

h4, .h4 {
    font-size: var(--px20);
}

h5, .h5 {
    font-size: var(--px14);
}

.sx-news-list .sx-info {
    line-height: 1.2;
}
/*.sx-news-list .sx-title {
    font-weight: 500;
}*/
.sx-news-list-item img {
    max-width: 100%;
}

.sx-news-list-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #20b4c16e;
    width: 100%;
    padding-bottom: 1rem;
}

.sx-breadcrumbs-wrapper {
    border-bottom: 1px solid #20b4c16e;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.sx-section {
    padding: var(--px80) 0;
}




/* Pricing tables
---------------------------------- */
.pricing-tables {
	margin: 60px 0 0;
}
.plan {
	text-align: center;
	margin-bottom: 40px !important;
    /*transition: var(--transition-animation);*/
    /*transition: margin 700ms;;*/
    padding-top: 1rem;
    transition: top 2s ease 0s;

}
.plan.round-corners .header {
	.border-radius(25px 25px 0 0);
}
.plan.round-corners ul li:last-child,
.plan.round-corners ul {
	.border-radius(0 0 25px 25px);
}
.plan .header {
	padding: 0;
	margin: 0 -1px;
	border: none;
}
.plan .header h3 {
	font-size: 36px;
	margin: 0;
	line-height: 36px;
	font-weight: 300;
	padding: 15px 0 10px;
	border: 1px solid rgba(0,0,0,0.05);
	border-top: none;
}
.plan .header .price {
	font-size: 28px;
	padding: 8px 0 10px;
	font-weight: 300;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(255,255,255,0.15);
	line-height: 1;
	color: #ffffff;
}
.plan ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.plan ul li {
	padding: 12px 0px;
	font-size: 13px;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #ffffff;
	color: @gray-dark;
}
.best-value.plan ul li {
	padding: 15px 0;
}
.plan ul li a.pt-popover {
	color: #000;
	border-bottom: 1px dashed #000;
	position: relative;
}
.plan ul li a.pt-popover:hover {
	text-decoration: none;
}
.plan ul li a.pt-popover:after {
	position: absolute;
	top: 0px;
	left: -15px;
	font-family: "FontAwesome";
	content: "\f059";
	color: #ddd;
	font-size: 12px;
}
.popover {
	width: 250px;
	font-size: 13px;
	text-align: center;
	border: none;
}
.popover-title {
	background-color: @base-color;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
}
.popover-content {
	font-size: 12px;
}
.circle-head .plan .header {
	padding: 0;
	border: none;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin: 20px auto;
	/*padding: 0.5rem 0;*/
}
.circle-head .plan .header h3 {
	font-size: 26px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 27px;
}
.circle-head .plan .header .price {
	height: 80px;
	border: none;
	padding-top: 15px;
	font-size: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stripped .plan ul {
	-webkit-box-shadow: 0px -15px 32px 0px #cacaca inset;
	-moz-box-shadow: 0px -15px 32px 0px #cacaca inset;
	box-shadow: 0px -15px 32px 0px #cacaca inset;
	background: #fdfdfd;
}
.stripped .plan ul li {
	border: 1px solid #ececec;
	border-top: none;
	color: #666;
}
.stripped .plan ul li:nth-child(even) {
	-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
	-moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
	box-shadow: 0px 0px 40px #e4e4e4 inset;
	background: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.plan .btn {
    color: white !important;
    background: #343a40;
}

.best-value .btn {
    color: #fff !important;
    background: linear-gradient(150deg, #20b4c1, #9db559);
    border-color: #20b4c1;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.best-value.plan {
		top: -30px;
		position: relative;
		z-index: 2;
        /*transition: var(--transition-animation);*/
        transition: top 2s ease 0s;
	}
}



.dark-bg {
    background-color: #373737;
    color: #cdcdcd;
}

.default-bg {
    background: linear-gradient(150deg, #20b4c1, #9db559);
    color: #fff;

}

.circle-head .plan .header {
	border: none;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin: 20px auto;
	padding: 0.5rem 0;
}
.circle-head .plan .header h3 {
	font-size: 26px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 27px;
}
.circle-head .plan .header .price {
	height: 80px;
	border: none;
	padding-top: 15px;
	font-size: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}


#sx-select-location {
    padding: 0.125rem;
}

.pull-left {
    float: left;
}

.large_white {
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    line-height: 1.2;
}

.medium_white {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
}

.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.light-gray-bg {
    background-color: #fafafa;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
/*.slick-slide img {
    width: 100%;
    aspect-ratio: 1920/650;
}*/
.sx-contact-icon {
    background: none;
}

.small, small {
    font-size: 90%;
    font-weight: 400;
}

.field-relatedpropertiesmodel-map .form-control {
    min-height: 320px !important;
}

.sx-fixed-label a:hover {
    text-decoration: none;
}
.sx-fixed-label a {
    color: white;
    transform: rotate(270deg);
    display: block;
    background: var(--primary-color);
    padding: 1rem;
    border-top-right-radius: var(--base-radius);
    border-top-left-radius: var(--base-radius);
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
}
.sx-fixed-label {
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.g-z-index-1 {
    z-index: 1;
}
/*.sx-pcallback-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: conic-gradient(from 11deg at 53.93% 68.65%, #1D4852 11.621480584144592deg, #118178 159.23076510429382deg, #229B72 216.34616374969482deg);
}*/

.sx-pcallback-block {
    padding: var(--px80) 0;
    position: relative;
}

.sx-form-callback {
    border-radius: var(--base-radius);
}
.sx-parking-second-big-text {
    font-size: var(--px24);
    margin-bottom: 1rem;
}
.sx-parking-title {
    margin-bottom: var(--px32);
}
.sx-image-wrapper img {
    border-radius: var(--base-radius);
}

.sx-tariffs-block {
    background: var(--color-gray-3);
}

.sx-tariffs-block .sx-item .sx-title {
    padding: 0 var(--px20);
    margin-top: var(--px16);
    text-align: center;
}

.sx-tariffs-block .sx-btn-wrapper .btn {
    white-space: nowrap;
}
.sx-tariffs-block .sx-btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: end;
}
.sx-tariffs-block .sx-item .sx-btn-wrapper {
    width: 100%;
}
.sx-tariffs-block .sx-item-wrapper {
    padding-bottom: var(--px20);
}
.sx-tariffs-block .sx-item ul {
    padding-left: 0;
    font-size: var(--px16);
    font-weight: 400;
}
.sx-tariffs-block .sx-item ul li:nth-child(2n) {
    background: var(--color-gray-3);
    border-radius: var(--px12);
}

/*.sx-tariffs-block .sx-item ul {
    list-style-image: url("../img/icons/check.svg");
    list-style-type: square;
      list-style-position: inside;
}*/
.sx-tariffs-block .sx-item ul li:before {
    content: " ";
    background: url("../img/icons/check.svg");
    background-repeat: no-repeat;
    width: var(--px18);
    height: var(--px18);
    position: absolute;
    left: 0.6rem;
    background-size: var(--px18);
    top: 50%;
    transform: translateY(-50%);
}
.sx-tariffs-block .sx-item ul li {
    position: relative;
    padding-left: var(--px40);
    list-style: none;
    font-weight: 500;
    padding-top: var(--px12);
    padding-bottom: var(--px12);
    /*background: url("../img/icons/check.svg");
    background-repeat: no-repeat;*/
}
.sx-tariffs-block .col-12 {
    padding-right: var(--px12);
    padding-left: var(--px12);
}
.sx-tariffs-block .sx-item:hover .btn-secondary {
    background: var(--primary-color);
    color: var(--color-main-bg);
}
.sx-tariffs-block .sx-item {
    border-radius: var(--px30);
    border: 2px solid transparent;
    padding: var(--px24) var(--px18);
    height: 100%;
    background: white;
    color: var(--color-main-bg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sx-tariffs-block .sx-item .h2 {
    font-weight: 500;
    line-height: 1;
}

.sx-tariffs-block .sx-item:hover {
    border: 2px solid var(--primary-color);
}

.sx-tariffs-block .sx-item .sx-info {
    padding-bottom: var(--px80);
}



.sx-megablock {

}

.sx-label {
    background: var(--color-gray-3);
    border-radius: var(--px12);
    display: inline-flex;
    padding: var(--px12) var(--px16) ;
    margin-bottom: var(--px12);
    margin-right: var(--px12);
    white-space: nowrap;
}


.sx-label .sx-icon {
    width: var(--px24);
}

.sx-megablock ul {
    padding-left: 0;
}
.sx-megablock ul li:before {
    content: " ";
    background: url("../img/icons/tire.svg");
    background-repeat: no-repeat;
    width: var(--px18);
    height: var(--px18);
    position: absolute;
    left: 0rem;
    background-size: var(--px18);
    top: 50%;
    /*transform: translateY(-50%);*/
}
.sx-megablock ul li {
    position: relative;
    padding-left: var(--px28);
    list-style: none;
    font-weight: 500;
    padding-top: var(--px12);
    padding-bottom: var(--px12);
    /*background: url("../img/icons/check.svg");
    background-repeat: no-repeat;*/
}

.g-pa-30 {
        padding: 2.14286rem !important;
    }

.g-px-30 {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }

.u-shadow-v19 {
    -webkit-box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}
.g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
}
.sx-header-menu-right a:hover {
    text-decoration: none;
}
.card {
    margin-bottom: 1.5rem;
    background-color: #fafafa !important;
    border-radius: var(--base-radius);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.sx-one-tree .sx-img-icon {
    width: 13rem;
    min-width: 8rem;
}
.sx-one-tree .sx-img-icon img {
    width: 13rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sx-one-tree .sx-text  {
    color: var(--color-green-text);
}

.sx-one-tree .sx-text p:last-child {
    margin-bottom: 0;
}

/*.sx-one-tree:hover {
    border: 2px solid var(--primary-color);
}*/
.sx-one-tree .h3 {
    color: white;
}
.sx-one-tree {
    position: relative;
    display: flex;
    border-radius: var(--base-radius);
    padding: 2rem;
    background: var(--color-dark-2);
    height: 100%;
    cursor: pointer;
    justify-content: space-between;
    border: 2px solid transparent;
}

.sx-one-tree-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sx-one-tree-wrapper {
    padding-bottom: 2rem;
}

.sx-sections {
    background: var(--bg-silver);
}

.sx-brand-card-wrapper img {
    border-radius: var(--base-radius);
}
.sx-brand-slider-wrapper .sx-item-wrapper {
    height: 100%;
    min-height: 100%;
}
.sx-brand-card-wrapper {
    padding: 0.5rem;
    height: 100%;
    min-height: 100%;
}
.sx-brand-card-wrapper .sx-item-wrapper {
    background: var(--color-gray-3);
    border-radius: var(--px32);
    padding: var(--px12);

}

.sx-brand-slider-wrapper .slick-track .slick-slide,
.sx-brand-slider-wrapper .slick-track .slick-slide>div {
    min-height: 100%;
    height: 100%;
}

.sx-brand-slider-wrapper .slick-track {
    display: flex;
}



.u-heading-v2-3--bottom::after {
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: inherit;
    color: #42E95E;
    border-radius: 40px;
    border-top-width: 3px;
    width: var(--px64);
}
.sx-footer-title {
    text-transform: none;
    font-weight: 500;
    font-size: var(--px30);
}

.sx-footer .sx-address-row {
    margin-bottom: 1rem;
}
.sx-address-row img {
    width: var(--px24);
    height: var(--px24);
}

.sx-social-list-item img {
    width: var(--px40);
    height: var(--px40);
}
.sx-social-list-item {
    margin-right: 1rem;
}

.sx-main-slider .sx-slide-content .h1 {
    margin-bottom: var(--px32) !important;
}

.sx-main-slider .sx-slide-content .sx-btn-wrapper {
    margin-top: var(--px32);
}
.sx-main-slider .sx-slide-content .sx-banner-text {
    font-size: var(--px24);
    font-weight: 500;
}

.sx-main-slider .sx-slide-content {
    display: flex;
    padding: var(--px48);
    align-items: center;
    justify-content: space-between;

    background: rgba(22, 59, 67, 0.87);
    backdrop-filter: blur(4.449999809265137px);
    border-radius: var(--base-radius);
    color: white;
}

.sx-stick .sx-arrows.sx-left.sx-plus-20 {
    left: -3rem;
}
.sx-main-slider.sx-stick .sx-arrows.sx-right.sx-plus-20 {
    right: -3rem;
}

.sx-checks p {
    display: flex;
}

.sx-checks {
    font-size: var(--px20);
    font-weight: 500;
}

.sx-checks div:last-child {
    margin-bottom: 0;
}

.sx-checks div img {
    margin-right: var(--px12);
    margin-top: var(--px4);
}

.sx-checks div {
    display: flex;
    margin-bottom: var(--px32);
}
.sx-checks img {
    height: var(--px24);
    width: var(--px24);
}


@media (max-width: 767px) {
    .sx-main-menu-wrapper a.btn-primary,
    .sx-stick-slider-home-v2 .btn {
        padding: 0.5rem;
        font-size: 0.8rem !important;
    }

    .sx-container {
        padding: 0 var(--px20);
    }
}
