html,
body {
    height: 100%;
    scroll-behavior: auto;
}

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p:last-child {
    margin: 0 !important;
}

input,
textarea {
    font-size: 16px !important;

    &::placeholder {
        font-size: 16px !important;
    }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
}

p {
    margin: 0 0 15px 0;
}

p:last-child {
    margin: 0;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    padding: 10.5px 30px;
    color: #ffffff;
    background-color: #cfa751;
    border: 2px solid #cfa751;
    width: fit-content;
    border-radius: 30px;
    transition: linear .2s;
}

.btn:hover {
    color: #333333;
    background-color: transparent;
    border-color: #cfa751;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 120%;
    background-image: url("/wp-content/uploads/2025/06/body-bg.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
    color: #858585;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.header {
    transition: linear .2s;
}

.header__menu-btn {
    display: none;
}

.header__inner {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 90px;
    padding: 10px 15px;
    transition: linear .2s;
}

.header__logo {
    display: block;
    width: 245px;
    transition: linear .2s;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
}

.header.sticky .header__inner {
    height: 55px;
}

.header.sticky .header__logo {
    width: 180px;
}

.margin-top {
    margin: 65px 0 0 0;
}

.header nav {
    margin: 0 0 0 auto;
}

.header nav ul {
    display: flex;

}

.header nav ul li {
    margin: 0 0 0 30px;
}

.header nav ul a {
    color: #858585;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: linear .2s;
}

.header nav ul a:hover {
    color: #cfa751;
}

.header nav ul .current_page_item a {
    color: #cfa751;
}

.m-intro img {
    display: block;
    width: 100%;
    height: auto;
}

.h-numbs__inner {
    padding: 100px 30px 50px;
    background-color: #fff;
}

.h-numbs__m-title {
    font-size: 24px;
    line-height: 120%;
    color: #484848;
    text-align: center;
    margin: 0 auto 50px;
}

.h-numbs__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
}

.h-numbs__item {
    display: flex;
    flex-direction: column;
    width: calc(33.33333% - 20px);
    margin: 0 0 20px 20px;
}

.h-numbs__img {
    height: 230px;
}

.h-numbs__img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.h-numbs__content {
    padding: 0 20px 20px 20px;
    border: 1px solid #e5e5e5;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.h-numbs__title {
    font-size: 18px;
    line-height: 120%;
    color: #484848;
    font-weight: 700;
    font-style: normal;
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.h-numbs__item ul {
    flex: 1 1 auto;
}

.h-numbs__item li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 25px 0;
}

.h-numbs__item p {
    color: #636363;
}

.h-numbs__item li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #cfa751;
}

.h-numbs__item .btn {
    margin: 0 auto;
}

.m-review__inner {
    padding: 50px 30px;
    background-color: #fff;
}

.m-review__title {
    font-size: 24px;
    line-height: 120%;
    color: #484848;
    text-align: center;
    margin: 0 auto 50px;
}

.m-review__slider {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.m-review__text {
    font-style: italic;
    line-height: 1.6;
    font-size: 22px;
    margin-bottom: 23px;
}

.m-review__info {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}
.intro-page__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 15px;
}

.intro-page__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.intro-page__title {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.intro-page__box {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    z-index: 2;
}

.intro-page__text {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 0;
    text-align: center;
}

.intro-page__box::before {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #cfa751;
}

.breadcrumbs {
    position: relative;
    z-index: 2;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumbs__list li + li {
    position: relative;
    padding: 0 0 0 30px;
}

.breadcrumbs__list li + li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-family: 'FontAwesome';
    display: inline-block;
    content: '\f0da';
    font-size: 14px;
    color: #fff;
}

.breadcrumbs__list a {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    transition: linear .2s;
}

.breadcrumbs__list a:hover {
    color: #cfa751;
}

.breadcrumbs__list span {
    color: #bababa;
    font-size: 16px;
    line-height: 1.8;
}

.about {
    line-height: 180%;
}

.about__inner {
    padding: 100px 0 0 0;
    background-color: #fff;

}

.about__box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    margin: 0 0 0 -20px;
}

.about__box-item {
    width: calc(33.33333% - 20px);
    margin: 0 0 20px 20px;
}

.about__box-title {
    position: relative;
    font-size: 18px;
    color: #636363;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.about__box-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    background-color: #ebebeb;
}

.about__bg {
    padding: 80px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about__bg-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
}

.about__bg-text {
    color: #fff;
    max-width: 570px;
    width: 100%;
}

.about__rw {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.about__rw-img {
    margin: 0 30px 0 0;
    max-width: 600px;
    width: 100%;
}

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

.about__rw-content {

}

.about__rw-item {
    margin: 0 0 35px 0;
}

.about__rw-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #636363;
    font-weight: 700;
    font-style: normal;
}

.about__rw-text {
}

.about__info {
    padding: 60px 40px;
    background-color: #b89f80;
    color: #fff;
}

.about__info-title {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
}

.about__info-text {
}

.p-contacts {

}

.p-contacts__innner {
    display: flex;
    justify-content: space-between;
    padding: 100px 40px;
    background-color: #fff;
    row-gap: 30px;
    column-gap: 30px;
}

.p-contacts__left {
    width: 50%;
}

.p-contacts__title {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #111111;
    text-align: left;
    line-height: 120%;
    text-transform: uppercase;
}

.p-contacts__text {
    margin: 0 0 40px 0;
}

.p-contacts__box {
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
}

.p-contacts__box i {
    margin: 0 10px 0 0;
    color: #cfa751;
    font-size: 24px;
    width: 24px;
    transition: linear .2s;
}

.p-contacts__box a,
.p-contacts__box p {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0 0 10px 0;
    width: fit-content;
}

.p-contacts__box a:hover i {
    color: #858585;
}

.p-contacts__right {
    width: 50%;
}

.nf-form-title,
.nf-form-fields-required {
    display: none;
}

.nf-field-label label {
    font-size: 14px;
    line-height: 120%;
    font-weight: 400 !important;
    color: #333 !important;
}

.ninja-forms-req-symbol {
    color: #333 !important;
}

.field-wrap > div input,
.field-wrap textarea {
    padding: 10px;
    height: 45px;
    line-height: 1;
    color: #aaa;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    vertical-align: top;
}

.field-wrap textarea {
    resize: none;
    height: 350px;
}

.field-wrap input[type=submit] {
    font-family: 'Montserrat';
    display: inline-block;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    padding: 10.5px 30px;
    color: #ffffff;
    background-color: #cfa751;
    border: solid 2px transparent;
    background-clip: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.field-wrap input[type=submit]:hover {
    background-color: #fff;
    border-color: #cfa751;
    color: #333;
}

.d-room{
    line-height: 180%;
}

.d-room__inner {
    background-color: #fff;
    padding: 100px 40px 20px;
    display: flex;
}

.d-room__left {
    max-width: 550px;
    width: 100%;
    margin: 0 30px 0 0;
    height: auto;
}

.d-room__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-room__title {
    font-size: 24px;
    color: #484848;
   line-height: 120%;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.d-room__right ul {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.d-room__right ul li {
   display: flex;
}
.d-room__right ul li i{
    margin: 0 10px 0 0;
    color: #cfa751;
    font-size: 24px;
}

.d-room__box {
    padding: 40px;
    background-color: #fff;
}

.d-room__box-title {
    font-size: 18px;
    color: #484848;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.d-room__box ul {
    column-count: 4;
}

.d-room__box ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    position: relative;
}
.d-room__box ul li::after{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #858585;
}

.d-room__box-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
}

.d-room__box-item {
    margin: 0 0 30px 30px;
    width: calc(33.33333% - 30px);
    height: 250px;
    position: relative;
}
.d-room__box-item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/06/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    transition: linear .2s;
}

.d-room__box-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: linear .2s;
}
.d-room__box-item:hover:after {
    opacity: .6;
}

.d-room__box-item:hover:before {
    opacity: 1;
}

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

.d-room__box:last-child{
    padding-bottom: 100px;
}




.footer__inner {
    display: flex;
    padding: 60px 15px 30px;
    background-color: #222222;
}

.footer__col {
    width: 33%;
    padding: 0 15px;
}

.footer__col:nth-child(1) ul,
.footer__col:nth-child(2) ul {
    flex-direction: column;
}

.footer__col:nth-child(1) li {
    margin: 0 0 15px 0;
}

.footer__col:nth-child(1) li a {
    display: flex;
    align-items: center;
    transition: linear .2s;
}

.footer__col:nth-child(1) li.last-child {
   margin-top: 15px;
}



.footer__col:nth-child(1) li a:hover {
    color: #fff;
}

.footer__col:nth-child(1) i {
    color: #fff;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.footer__col:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer__col:nth-child(2) li:nth-child(1) {
    width: 200px;
    margin: 0 0 20px 0;
}

.footer__col:nth-child(2) li:nth-child(2) {
    width: 150px;
}

.footer__title {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    line-height: 120%;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
}

.footer__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #cfa751;
}

.footer__col-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -5px;
}

.footer__fnc {
    position: relative;
    width: calc(33.33333% - 5px);
    margin: 0 0 5px 5px;
    height: 80px;
}

.footer__fnc:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: linear .2s;
}

.footer__fnc:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/06/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    transition: linear .2s;
}

.footer__fnc:hover:after {
    opacity: .6;
}

.footer__fnc:hover:before {
    opacity: 1;
}

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

.footer__bot {
    display: flex;
    justify-content: space-between;
    background-color: #333;
    padding: 10px 15px;
}

.footer__bot p {
    color: #777777;
}

.footer ul {
    display: flex;
}

.footer ul li {
    margin: 0 30px 0 0;
}

.footer ul a {
    color: #777777;
    font-size: 12px;
    transition: linear .2s;
}

.footer ul a:hover {
    color: #fff;
}

.footer-wrap {
    overflow: hidden;
}


#menu-item-45 a{
	background: #CFA751;
    color: #fff;
    padding: 2px 10px;
    font-weight: normal;
	border: 1px solid #CFA751;
}

#menu-item-45 a:hover{
	background: #fff;
    color: #CFA751;

}

.header_top{
background: #fff;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
}

.phone_header{
margin-top: 5px;
    margin-bottom: -15px;
	text-align: right;
}

.phone_header li{
	display: inline-block;
    margin-left: 15px;
}

.phone_header li a{}

.phone_header li a i{
	color: #CFA751;
}

.phone_header li a p{
	display: inline-block;
}

.phone_header li a:hover p{
	color: #CFA751;
}

.footer__col ul li a{
	font-size: 16px;
	color: #fff;
}

.footer__col ul li a:hover{
	color: #CFA751 !important;
}


.contact_map{
	margin-bottom: -3px;
    margin-top: -70px;
}

.contact_map iframe{
	    width: 100%;
}

.header_top .p-contacts__box{
	    margin: 0;
    display: flex;
    flex-direction: row;
}

.header_top .p-contacts__box a{
	    margin: 0;
    margin-right: 10px;
}

.header_top .p-contacts__box a i{}

.header_top .p-contacts__box a:hover{}



@media (max-width: 1200px) {
    .container {
        padding: 0;
    }

    .h-numbs__inner {
        padding: 100px 15px 50px;
    }

    .footer__bot {
        flex-direction: column;
        align-items: center;
    }

    .footer ul li {
        margin: 0 15px;
    }

    .footer ul {
        margin: 0 0 30px 0;
    }

    .footer__col {
        width: 33.33333%;
    }

}

@media (max-width: 992px) {
	
	.phone_header {
    margin-top: 0px;
    margin-bottom: -3px;
}
	
	.header_top .p-contacts__box a {
    margin-right: 5px;
}
	.header_top .p-contacts__box a i {
    font-size: 20px;
    width: 20px;
}
	
	
    .header__logo {
        width: 120px;
    }
}

@media (max-width: 768px) {
    .h-numbs__item {
        width: calc(100% - 20px);
    }

    .footer__inner {
        flex-direction: column;
        padding: 75px 0;
    }

    .footer__col {
        width: 100%;
        margin: 0 0 50px 0;
    }

    .footer__title {
        font-size: 20px;
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
    }

    .footer ul {
        flex-wrap: wrap;
        justify-content: center;
    }


    .footer__bot p {
        text-align: center;
        font-size: 14px;
    }

    .m-review__inner {
        padding: 50px 15px;
    }

    .m-review__text {
        font-size: 18px;
    }

    .h-numbs__item li {
        margin: 0 0 20px 0;
    }

    .m-review__title {
        margin: 0 0 30px 0;
    }

    .about__inner {
        padding: 75px 0 0 0;
    }

    .about__box-item {
        width: calc(100% - 20px);
        margin: 0 0 35px 20px;
    }

    .about__box-title {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }

    .about__rw {
        padding: 45px 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .about__bg {
        padding: 30px 15px;
    }

    .about__box {
        padding: 0 15px;
    }

    .about__rw-img {
        display: none
    }

    .about__info {
        padding: 50px 15px;
    }

    .about__info-title {
        font-size: 32px;
    }

    .p-contacts__innner {
        flex-direction: column;
    }

    .p-contacts__left,
    .p-contacts__right {
        width: 100%;
    }

    .p-contacts__innner {
        padding: 75px 15px;
    }

    .header__inner {
        height: 60px;
    }

    .header__menu-btn {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        outline: none;
        position: relative;
        height: 20px;
        width: 27px;
        margin: 0 0 0 auto;
    }

    .header__menu-btn span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 50%;
        background-color: #333;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        width: 100%;
        height: 2px;
        border-radius: 50%;
        background-color: #333;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 100%;
        height: 2px;
        border-radius: 50%;
        background-color: #333;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header .btn {
        padding: 5px 16px
    }

    .header__menu-btn.active::after {
        bottom: 9px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header__menu-btn.active::before {
        top: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__menu-btn.active span {
        opacity: 0
    }

    .header nav {
        margin: 0;
        position: fixed;
        top: 101px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s
    }

    .header nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header nav ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 16px;
        font-size: 18px;
    }

    .header nav li {
        margin: 0
    }

    .header nav li + li {
        margin: 15px 0 0 0
    }

    .header nav.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    .header nav ul li{
        margin: 0 0 15px 0 !important;
    }
    .d-room__inner{
        flex-direction: column;
        padding: 75px 15px 20px;
    }
    .d-room__left{
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .d-room__box {
        padding: 40px 15px;
    }
    .d-room__box ul{
        column-count: 2;
    }
    .d-room__box-item {
        margin: 0 0 20px 30px;
        width: calc(100% - 30px);
    }

}