/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer{
	background: #1A2B3F;
	color: #fff;font-weight: 300;
}

.footer a{
	color: #fff;
}
.footer p {margin-bottom:0;}

.footer-text-block{	font-size: 14px;
	margin-bottom: 14px;
}

.footer-text-block p{
	font-size: 14px;
	font-weight: 300;
	line-height: calc(22 / 14);
}

.footer-text-block a{
	font-size: 14px;
	font-weight: 300;
	line-height: calc(24 / 20);
}

.footer-col:nth-child(2) .footer-text-block a{
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 14px;
	font-weight: 400;
	line-height: calc(22 / 14);
}

.footer-col:nth-child(2) .footer-text-block a:hover{
	color: #fff;
}

.footer-soc{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-soc a img{
	width: 100%;
}

.footer-soc a{
	display: block;
	width: 40px;
	margin-right: 8px;
}

.footer-top{margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 20px;
}
.footer-col {padding: 0 15px;}




.footer-bottom{
	padding: 30px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .footer-text-block{
	margin-bottom: 0;
}
.footer-col:nth-child(1){
		width: 40%;
	} 


.footer-col:nth-child(2){
		width: 50%;
	}


.footer-col:nth-child(3) {
		width: 30%;
	}
@media (max-width: 1320px) {

}

@media (max-width: 1000px) {
	.footer-col:nth-child(1), .footer-col:nth-child(2){
		width: 50%;
		margin-bottom: 20px;
	}
	 .footer-col:nth-child(3),.footer-col:nth-child(4) {	width: 50%;
		margin-bottom: 20px;}
	
	.footer-top{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-bottom: 15px;
		padding-top: 45px;
	}
}

@media (max-width: 768px) {
	.footer-col:nth-child(1), .footer-col:nth-child(2), .footer-col:nth-child(3), .footer-col:nth-child(4){
		width: 100%;
	}
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.offcanvas-overlay {
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;padding-left: 20px;
    font-size: 16px;
    color: #fff;
    background: rgb(0, 99, 213, .54);
    border-radius: 50px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sp-scroll-up .icon {
    position: absolute;
    fill:#0063d5;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #0063d5;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.sp-scroll-up:hover {
    opacity: 1;
    border: 0;
    width: 130px;
    transition: all 0.2s ease 0s;
}
.sp-scroll-up .tooltip {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sp-scroll-up:hover .tooltip {
    opacity: 1;
    transition: all 0.2s ease 0.1s;
}

.wpcf7-form-control {font-size:16px;
    border: 1px solid #d5d7dc;
    color: #2f3a4f;
    border-radius:5px;
    outline: 0;
    display: block;
    padding: 20px 35px;
    height:100px;
    text-decoration: none;
    background: #fff;
    margin: 0 auto 15px;
    width: 100%;
}

input.wpcf7-form-control {
    width: 100%;
    height: 60px;}
    
    
    .form .textarea, form textarea {
    position: relative;
    height: 100%;
}

.form .forms__upload, form .forms__upload {
    color: #787f8b;
    min-height: 48px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 10px 15px;
    position: relative;
}

.form .textarea .forms__upload, form .textarea .forms__upload {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 0;
}

.form .forms__upload .icon, form .forms__upload .icon {
    background-color: #f5f5f6;
    background-size: cover;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
}

.form .forms__upload .icon .svg-icon, form .forms__upload .icon .svg-icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #787f8b;
}

.mb-auto, .my-auto {
    margin-bottom: auto!important;
}

.form .forms__upload .forms__uploadinput, form .forms__upload .forms__uploadinput {
    margin-left: 10px;
    margin-right: 40px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
}

.file-124 input {
    display: none;
}

.wpcf7-submit {
    
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ea2456), to(#de002a));
    background: -webkit-linear-gradient(#ea2456 0%, #de002a 100%);
    background: -moz-linear-gradient(#ea2456 0%, #de002a 100%);
    background: -o-linear-gradient(#ea2456 0%, #de002a 100%);
    background: linear-gradient(#ea2456 0%, #de002a 100%);
    color: #fff!important;
    height: 56px;
    padding: 5px 40px;
    text-decoration: none!important;
    font-size: 1rem;
    border-radius: 50px;
    border:none;
    text-decoration: none!important;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
   -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
       text-transform:uppercase;
}

#pum-2591 .wpcf7-submit,.zayavka_b .wpcf7-submit {height: 70px;}

.form .required {position:relative;}
.form .required:before, form .required:before {

}
.form .forms__upload .forms__delete, form .forms__upload .forms__delete {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    margin: 0;
    color: #d5d7dc;
}
.wpcf7-validates-as-required:before {
 
}

.tab-content>.active {background-color:transparent!important;}

.block_form .nav-tabs {
     position:relative;margin-bottom:40px; border-bottom:1px solid #d5d7dc;
}
.block_form .nav-tabs:before,.block_form .nav-tabs:after {
  content:''; 
  margin-left: calc((100vw - 1265px) / -2);
    width: 100vw;
    
}


.block_form .nav-tabs .nav-link {
    border: none;font-size: 22px;background: transparent;
    color: #222;
    border-bottom: 3px solid transparent;
}

.block_form .nav-tabs .nav-item.show .nav-link,.block_form .nav-tabs .nav-link.active {
    border-color:#1a7fbe; color:#000;
    
}
.block_form{
background: #eaeef3;}

.wpcf7-not-valid {    border: 1px solid #da4645;}
.wpcf7-not-valid-tip {
    color: #da4645;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 3px;
    left:36px;
    width: 320px;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #da4645;
    background: #da4645;
    color: #fff;
}
.font-size--xs {font-size:14px;}
.cont_img {
    width: 30px;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.pum-theme-2581 .pum-content, .pum-theme-lightbox .pum-content {
 
    font-weight: 400;}
    
.app-footer__phone {
    margin-bottom: 24px;
}

.app-footer__phone > a {
    
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.app-footer__phone-note {
    margin-top: 5px;
    line-height: 1;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

.app-footer__privacy-policy-links {
    color: #000;
    margin: 0 0 15px;
    list-style: none;
    padding: 0;
    font-size: 0;
    line-height: 1;
}

.app-footer__privacy-policy-links > li {
    margin-bottom: 5px;
}

.app-footer__privacy-policy-links > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.menu-bottom {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
    margin: 0 2% 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 1;
}

.menu-bottom__item {
    -ms-flex: 0 0 29%;
    -webkit-box-flex: 0;
            flex: 0 0 29%;
    margin-right: 2%;
}

.menu-bottom__item-title {
  
    color: #fff;
    text-transform:uppercase;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 24px;
}

.menu-bottom__item-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    background: #fff;
}

.menu-bottom__item > ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}

.menu-bottom__item > ul > li {
    margin-bottom: 15px;
}

.menu-bottom__item > ul > li > a {
    text-decoration: none;line-height:1.2;
    font-size: 14px;
    color: #fff;
}

.menu-bottom__item--column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-right: 0;
}

.menu-bottom__item--column > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
}
.menu-bottom__item--column > ul > li:nth-child(2n) {
    margin-right: 0;
}
.app-footer__contacts-title {
     font-family: 'Proxima Nova', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 24px;
}

.app-footer__contacts-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    background: #000;
}

.app-footer__contacts-item {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
    display: inline-block;
    vertical-align: top;
}

.app-footer__contacts-item > div {
    margin-bottom: 5px;
}
.footer-bottom a {font-size:14px;}
.text_oferta {font-size:14px; margin-bottom:30px;}


.form-input {
    position: relative;
}
.btn-sm {
    font-size: 18px;
    width: 387px;
    height: 75px;
}
.modal-form_form input[type="tel"],.modal-form_form input[type="text"] {
    padding: 22px 25px 22px 30px;
    font-size: 18px;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
    background-color: #f4f4f4;
    box-shadow: inset 4px 4px 10px rgb(0, 0, 0, .05);
    
    border-radius: 50px;
    border: 0;
}

.form-callback__form_h.modal-form_form input[type="tel"],.form-callback__form_h.modal-form_form input[type="text"] {
    
    box-shadow:none;
}


.modal-form_form .form-input .placeholder {
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    padding: 35px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #a5a5a5;
    transition: 0.3s;
    pointer-events: none;
}

.modal-form_form .form-input .placeholder {
    padding: 25px 30px;
    position: absolute;
    transition: all 200ms;
}

.form-user-ico {
    background: #FFFFFF url(../img/form/user-ico.svg) center no-repeat;
    background-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 24px;
    top: 12px;
}

.form-phone-ico {
    background: #FFFFFF url(../img/form/phone-ico.svg) center no-repeat;
    background-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 24px;
    top: 12px;
}

 .form-phone-ico {
    right: 24px;
    top: 12px;
}

.form-button {
    position: relative;
}

.soglasie-form {
    
    font-size: 12px;
    margin-top: 20px;
    line-height: 1;
}

.form-button__button {
    width: 100%;
    font-weight: 700;
    border: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    border-radius: 70px;
    z-index: 1;
    padding: 20px 80px 20px 80px;
    box-sizing: border-box;
    cursor: pointer;
  
    color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ea2456), to(#de002a));
    background: -webkit-linear-gradient(#ea2456 0%, #de002a 100%);
    background: -moz-linear-gradient(#ea2456 0%, #de002a 100%);
    background: -o-linear-gradient(#ea2456 0%, #de002a 100%);
    background: linear-gradient(#ea2456 0%, #de002a 100%);
}




.btn-ico {
    background: url(../img/form/button-ico.svg) center no-repeat, linear-gradient(180deg, #e29c4f 0%, #f3bf6c 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 32px;
}

.form-button .btn-ico {
    position: absolute;
    top: 18px;
    left: 30px;
    z-index: 1;
}

.form-input input:focus {
    outline:none;
    background: #fff;
    /* padding: 45px 30px 23px 30px; */
    box-shadow: 0px 0px 0px 2px #0063d5;
    color: #000000;
    transition: 0.3s;
}

.form-input input:focus ~ span.form-user-ico {
    background: #F8F6FF url(../img/form/user-ico-color.svg) center no-repeat;
    transition: 0.3s;
}

.form-input input:focus ~ span.form-phone-ico {
    background: #F8F6FF url(../img/form/phone-ico-color.svg) center no-repeat;
    transition: 0.3s;
}

.form-input input:focus + span.placeholder, .form-input input:not(:placeholder-shown) + span.placeholder {
    font-size: 12px;
    top: 10px;
    left: 30px;
    padding: 0;
}

.form-callback__form_h .btn-ico {
    width: 40px;
    height: 40px;
    top: 14px;
    background-size: 25px;
}
.form-callback__form_h .form-phone-ico {
    background: #FFFFFF url(../img/form/phone-ico.svg) center no-repeat;    background-size: 18px;
    width: 40px;
    height: 40px;
    
}
.form-callback__form_h .wpcf7-select {height:70px;padding: 20px;}
.form-callback__form_h .btn-sm {
    height: 70px;
}


.form-callback__form_v .btn-sm {
    height: 55px;
    font-size: 15px;
    padding: 15px 25px;
}

.form-callback__form_v.modal-form_form input[type="tel"], .form-callback__form_v.modal-form_form input[type="text"] {
    padding: 15px 25px 15px 25px;
    font-size: 15px; margin-bottom:10px;}
    
.form-callback__form_v .form-input input:focus + span.placeholder,.form-callback__form_v .form-input input:not(:placeholder-shown) + span.placeholder {
    font-size: 12px;
    top: 3px;
    left: 25px;
    padding: 0;
}    
    
 .white_input {background:#fff!important;box-shadow: none;}   
    
.modal-form_form.form-callback__form_v .form-input .placeholder {
    padding: 15px 30px;
    font-size: 15px;    
}   
.btn_without_icon {padding-left:40px;padding-right:40px;}
@media (max-width:600px){
    .form-callback__form_h .btn-sm {
    height: 60px;
}
    .remodal-form .title {
    padding: 0 45px;
}
    
    .form-desc {
        font-size: 16px;
        padding: 10px 0 0 0;
    }
     .form-desc {
        padding: 10px 0 0 0;
    }
     .modal-form-input {
        margin: 20px 0 0 0;
    }
    .modal-form_form input[type="tel"], 
    .modal-form_form input[type="text"] {
        padding: 17px 20px 17px 20px;
        font-size: 16px;
        margin: 0 0 12px;
     
    }
    .form-phone-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .form-user-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .form-phone-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .form-site-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
     .modal-form_form input[type="tel"], 
     .modal-form_form input[type="text"] {
        padding: 17px 20px 17px 20px;
    }
     .form-input .placeholder {
        padding: 20px;
    }
     .form-occupation-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
     .form-site-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
    .form-user-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
   .form-phone-ico {
        right: 10px;
        top: 10px;
        background-size: 14px;
        width: 40px;
        height: 40px;
    }
   /*  .form-input input:focus ~ span.placeholder {
        font-size: 12px;
        transform: translateX(20px) translateY(5px);
    }*/
     .modal-form_form .form-input input:focus + span.placeholder, 
     .modal-form_form .form-input input:not(:placeholder-shown) + span.placeholder {
        top: 5px!important;
        left: 20px!important;
    }
    .modal-form_form .form-input input:focus + span.placeholder, 
    .modal-form_form .form-input input:not(:placeholder-shown) + span.placeholder {
         top: 5px!important;
        left: 20px!important;
    }
    
     .form-button .btn-sm {
        width: 100%
    }
    .request-form-list {
        padding: 30px 0 0 0;
    }
    .request-form-item-cont {
        padding: 20px 20px 40px 20px;
        border-radius: 20px;
    }
    .request-form-item-cont p {
        font-size: 16px;
        text-align: center;
    }
    .request-form-item-ico {
        bottom: -40px;
    }
    .request-form-item {
        margin: 0 0 50px 0;
    }
    .request-form__form {
        margin: 30px 0 0 0;
    }
    .form-content {
        padding: 20px;
        border-radius: 30px;
    }
    .form-cta input[type="tel"], 
    .form-cta input[type="text"] {
        padding: 16px 20px 16px 20px;
        font-size: 16px;
        margin: 0 0 12px;
      
    }
    .modal-form_form .form-input .placeholder {
        padding: 18px 20px;
        font-size: 16px;
    }
    .form-input input:focus > span.placeholder{
        top: 5px!important;
        left: 20px!important;
    } 
    .form-input input:not(:placeholder-shown) + span.placeholder {
        font-size: 12px;
        top: 5px!important;
        left: 20px!important;
        padding: 0;
    }
    /*.form-cta .form-input input:focus ~ span.placeholder {
        font-size: 12px;
        transform: translateX(20px) translateY(5px);
    }*/
   
    .remodal .form-button {
       
        width: 320px;
    }
    .form-phone-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 7px;
    }
    .form-user-ico {
        background-size: 14px;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 7px;
    }
    .sogl-text {
        font-size: 10px;
    }
    .form-button__button {
        padding: 20px 40px 20px 40px;
    }
    .remodal-form h3 {
        padding: 0 45px;
    }
    .form-button .btn-ico {
        top: 11px;
        left: 70px;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .remodal-form .form-button .btn-ico {
        top: 11px;
        left: 40px;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .request-form-block input[type="submit"] {
    
        padding: 20px 80px 20px 130px;
        box-shadow: 0 4px rgb(227 171 0);
    }
    .request-form-button {
       
        width: 320px;
    }
    .btn-sm {
    font-size: 14px;
    width: 272px;
    height: 60px;
}
.btn_without_icon {padding-left:40px;padding-right:40px;}    
}


@media (max-width:414px) {
    .stages-button-show {
        padding: 21px 50px 21px 60px;
        text-align: left;
    }
    .offer-forClient-mob-img {
        width: 300px;
    }
    .remodal-form .form-button .btn-ico {
        left: 30px;
    }
    .form-button__button {
        padding: 20px 40px 20px 40px;
    }
    .remodal .form-button {
        width: 100%;
    }
    .request-form-button {
        width: 100%;
    }
}
@media (max-width:380px) {
   .promotion-images_mob {
        background-position: -150px 35px;
        background-size: 600px;
    }
    .promotion-images img {
        width: 318px;
    }
    .stages-button-show:before {
        margin: -5px -80px 0 0;
    }
    .request-form-block input[type="submit"] {
        padding: 20px 80px 20px 110px;
    }
    .form-button .btn-ico {
        left: 55px;
    }
   .btn_without_icon {padding-left:40px;padding-right:40px;}  
}


.small_form {
   max-width: 220px;
    margin: 0 auto; 
    
}

.widget__bottom {
    display: none;
}

@media (max-width:767px) {
    .iconsmall svg {width:25px;}
.iconsmall path {fill:#fff;}
    .widget__bottom {
    font-size: 11px;
    line-height: 1.2;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 0;
    background: 0 0;
    height: auto;
    z-index: 102;
    width: 100%;
    display: block;
}
    .widget__bottom .bottom_contacts {
    width: 100%;
    display: flex;
}
.widget__bottom .bottom_contacts>* {
    flex-grow: 1;
    flex-basis: 35px;
}
.widget__bottom .bottom_contacts a {
    height: 48px;
    text-decoration: none!important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.bottom__phone.mobile a {
    width: 100%;
    margin-left: auto;
    background: #de002a;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}


    
    
}