@font-face {
    font-family: 'OpenSans-Regular';
    src: url(/fonts/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url(/fonts/OpenSans-Bold.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(/fonts/OpenSans-Light.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url(/fonts/OpenSans-Semibold.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiboldItalic';
    src: url(/fonts/OpenSans-SemiboldItalic.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(/fonts/OpenSans-Light.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Xbold';
    src: url(/fonts/ProximaNova-Xbold.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url(/fonts/ProximaNova-Bold.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCompPro-Bold';
    src: url(/fonts/PFDinTextCompPro-Bold.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCompPro-Regular';
    src: url(/fonts/pfdintextcondpro-regular-webfont.eot);
    src: url(/fonts/pfdintextcondpro-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/pfdintextcondpro-regular-webfont.woff) format("woff"), url(/fonts/pfdintextcondpro-regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCompPro-Medium';
    src: url(/fonts/PFDinTextCondPro-Medium.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Adventure';
    src: url(/fonts/Adventure.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'segoeuil';
    src: url(/fonts/segoeuil.ttf);
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 80px;
}


body {
    background: none #fff;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'PFDinTextCompPro-Regular';
    color: #333;
}

.on-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section {
    max-width: 1024px;
    margin: 0 auto;
}

section#hero {
    max-width: unset !important;
}

@media screen and (max-width: 1024px) {
    section {
        max-width: unset;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clear {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.wrap {
    display: block;
    min-width: 1024px;
    margin: 0 auto;
}

.wrap#security {
    min-width: unset !important;
    max-width: 1024px;
    margin-bottom: 60px;
}

ul {
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.round-10 {
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.round-15 {
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.round-5 {
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.round-2 {
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.round-3 {
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

.shadows {
    display: block;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 -1px 3px rgba(0, 0, 0, 0.35);
}

/* main width 1024px */
.c0-box {
    background: url(/images/c0_bg.webp) no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 80dvh;

}

.text-img {
    max-width: 550px;
    position: absolute;
    margin-top: 95px;
    background: rgb(166 166 166 / 0.45);
    backdrop-filter: blur(2px);
    border-radius: 16px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    height: 80px;
    z-index: 50;
}

.header-wrapper {
    padding: 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-logo-wrapper {
    display: flex;
    width: 30%;
}

.header-logo {
    aspect-ratio: 1/1;
    width: 65px;
}

.header-links {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-self: center;
}


.header-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #0082dd;
    white-space: nowrap;
}

.header-link.active {
    color: #69A551;
}

.header-cta {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: end;
    width: 30%;
}

.header-phone {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 20px;
    justify-content: right;
    width: 220px;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.header-phone span {
    margin-top: 4px;
}

.header-cta-button {
    background: red;
    text-align: center;
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 8px;
    text-transform: uppercase;
}

/* .header {
	position: fixed;
	left: 0;
	top: 0;
	background-color: white;
	width:100%;
	margin:0 auto;
}

.header .logo {
	float:left;
	width:624px;
	text-align:center;
	margin-top:2px;
}


.header .phone .c0_callback {
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	font-family:'PFDinTextCompPro-Regular';
	font-size:12px;
	line-height:70px;
	width:125px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	color:#fff;
}

.header .phone span {
	color:#17a4c7;
}

.header .phone img {
	position:absolute;
	top:20px;
	left:0;
} */

.c0 {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding-top: 65px;
    max-width: 70%;
}

.c0 .title1 {
    font-family: 'PFDinTextCompPro-Bold';
    font-size: 54px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
}

.c0 .title1 span {
    color: #a5ec1d;
}

.c0 .title2 {
    height: 100px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    background: url(/images/c0_line1.png) no-repeat 50% bottom;
    padding-bottom: 25px;
}

.c0 .title2 b {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 36px;
    line-height: 36px;
    display: block;
    font-weight: 400;
}

.c0 .title2 p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    margin-top: 10px;
}

.c0 .box {
    margin: 40px auto 0;
}

.c0 .box .cta-box {
    float: left;
    width: 612px;
    text-align: center;
    margin-top: 165px;
}

.c0 .box .cta-box .cta-arrow {
    margin-left: 230px;
    height: 185px;
}

.form-box {
    position: absolute;
    right: 0;
    bottom: 40px;
    cursor: pointer;
}

.c0 .box .form-box .form-title {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 40px;
}

.c0 .box .form-box .form-title p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.c0 .box .form-box input[type="text"] {
    border: none;
    background: url(/images/c0_form_input.png);
    height: 45px;
    width: 302px;
    line-height: 43px;
    text-align: center;
    margin-top: 20px;
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 14px;
    text-transform: uppercase;
}

.c0 .box .form-box .btn {
    width: 289px;
    height: 65px;
    background: url(/images/c0_form_bttn.png);
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    margin: 30px auto;
    cursor: pointer;
    text-transform: uppercase;
}

.c1-box {
    height: auto;
}

.c1 {
    padding-top: 60px;
    padding-bottom: 100px;
    margin: 0 auto;
    position: relative;
}

.c1 .title1 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    height: 100px;
    color: black;
    text-align: center;
}

.c1 .title1 span {
    color: #0082dd;
}

.c1 .item1 {
    width: 316px;
    height: 316px;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.c1 .item1.middle {
    margin: 0 38px 20px;
}

.c1 .item1.last {
    float: right;
}

.c1 .item1 H4 {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 316px;
}

.c1 .item1 H4 img {
    width: 38px;
    float: left;
    margin-right: 10px;
}

.c1 .item1 p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.c1 .item1 .img {
    width: 316px;
    height: 147px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.c1 .item1 .img img {
    width: 316px;
}

.c1 .item1 .numb {
    position: absolute;
    top: 90px;
    right: 5px;
    background: url(/images/c1_img_number.png);
    width: 38px;
    height: 38px;
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 16px;
    text-align: center;
    line-height: 38px;
}

.c1 .item1.double {
    margin-left: 0;
    width: 512px;
}

.cta_btn {
    width: 910px;
    height: 64px;
    line-height: 64px;
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(55, 93, 251);
    border-radius: 8px;
    margin: 0 auto;
    opacity: 1;
    color: white;
    cursor: pointer;
    transition: all .2s ease-in;
}

.cta_btn .pill {
    background-color: white;
    padding: 8px 8px 4px 8px;
    border-radius: 8px;
    color: #0082dd;
}

.cta_btn:hover {
    scale: 1.01;
    background-color: rgb(22 69 251);
}

.cta_btn span {
    font-family: 'PFDinTextCompPro-Medium';
    color: #89e360;
    font-size: 24px;
}

/*923 017 43 89 18695450*/
.c2-box {
    background: url(/images/c2_bg1.jpg) no-repeat center top;
    height: 540px;
}

.c2 {
    margin: 150px auto;
    position: relative;
}

.c2 .list {
    padding-top: 105px;
    width: 560px;
}

.c2 p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-align: justify;
}

.c2 img {
    position: absolute;
    top: 80px;
    right: 0;
    width: 420px;
}


.c3-box {
    background: #fff;
}

.c3 {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.c2 .cta_btn {
    margin-top: 100px;
}

.c2 .title1, .c3 .title1 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 80px;
    color: #000;
    text-align: center;
    background: url(/images/c3_line1.png) no-repeat 50% 45px;
}

.c3 .title1 span {
    color: #0082dd;
}

.c3 .item {
    margin-bottom: 75px;
}

.c3 .item .main-img {
    float: left;
    width: 347px;
    position: relative;
}

.c3 .item .descr {
    float: right;
    width: 650px;

}

.c3 .item .descr .top {
    position: relative;
    height: 110px;
    width: 657px;
}

.price {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:8px;
    height: 50px;
    padding: 6px 12px;
    color: #fff;
    background-color: #69A551;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in;
}

.price:hover {
    scale: 1.01;
    background-color: #7caf68;
}

.price.credit {
    background-color: #0056a3;
    top: 60px;
    padding: 0 12px !important;
}

.price.credit:hover {
    scale: 1.01;
    background-color: #0082dd;
}


.c3 .item .descr .top .price.credit p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 16px;
}



.c3 .item .descr .top .price p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
}

.c3 .item .descr .top .house-descr {
    position: absolute;
    top: 7px;
    right: 0;
    width: 310px;
}

.c3 .item .descr .top .house-descr p {
    width: 200px;
    font-family: 'OpenSans-Light';
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    float: left;
}

.c3 .item .descr .top .house-descr img {
    width: 107px;
    float: right;
}

.c3 .item .descr .bottom {
    margin-top: 15px;
}

.c3 .item .descr .bottom H6 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0082dd;
    font-weight: 400;
}

.c3 .item .descr .bottom p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.c4-box {
    background: url(/images/c4_bg.jpg) no-repeat center top;
    height: 1220px;
    padding-top: 30px;
    position: relative;
}

.c4_1-box {
    padding-top: 30px;
    position: relative;
}

.c4 {
    margin: 0 auto;
}

.c4 .title1 {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    height: 110px;
    color: #000;
    text-align: center;
    background: url(/images/c4_line1.png) no-repeat 50% 55px;
}

.c4 .title1 span {
    color: #0082dd;
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 40px;
}

.c4 .oc {
    height: 400px;
}

.c4 .oc .oc-img {
    width: 480px;
    float: left;
}

.c4 .oc .oc-img img{
    width: 480px;
    float: left;
}

.c4 .oc .oc-img H4 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
}

.c4 .oc .oc-img H4 span {
    color: #0082dd;
}

.c4 .oc .oc-descr {
    width: 530px;
    float: right;
    margin-top: 5px;
}

.c4 .oc .oc-descr p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 400;
}

.c4 .oc .oc-descr p b {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 24px;
    color: #0082dd;
    font-weight: 600;
}

.c5-box {
    background: url(/images/c5_bg.png) no-repeat center top;
    height: 603px;
    padding: 30px 0;
}

.c5 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.c5 .bubble {
    width: 604px;
    height: 400px;
    background: url(/images/c5_bubble.png);
    padding: 30px 50px;
    margin-top: 30px;
}

.c5 .bubble .title1 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #000;
}

.c5 .bubble p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    text-transform: uppercase;
}

.c5 .bubble p span {
    color: #0082dd;
}

.c5 .c5_cta_btn {
    width: 910px;
    height: 64px;
    line-height: 64px;
    background: url(/images/c5_cta_bttn.png);
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 20px auto 0;
    cursor: pointer;
}

.c6-box {
    background: #fff;
    padding: 50px 0;
}

.c6 {
    margin: 50px auto;
    position: relative;
}

.c6 .title1 {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 33px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    height: 140px;
    color: #000;
    text-align: center;
    background: url(/images/c6_line1.png) no-repeat 50% 75px;
}

.c6 .title1 span {
    color: #0082dd;
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 36px;
}

.c6 .offer {
    width: 635px;
    float: left;
}

.c6 .offer H4 {
    font-family: 'segoeuil';
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: none;
}

.c6 .offer p {
    font-family: 'segoeuil';
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 600;
}

.c6 .photo {
    width: 349px;
    float: right;
}

.c7-box {
    background: url(/images/c7_bg1.jpg) repeat-y center top;
    padding: 30px 0;
    height: 599px;
}

.c7 {
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
}

.c7 .title1 {
    font-family: 'PFDinTextCompPro-Bold';
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
}

.c7 .box {
    margin: 40px auto 0;
}

.c7 .box .cta-box {
    float: left;
    width: 612px;
    color: #fff;
}

.c7 .box .cta-box h4 {
    font-family: 'OpenSans-Light';
    font-size: 48px;
    text-transform: none;
}

.c7 .box .cta-box h4 p {
    font-size: 30px;
}

.c7 .box .cta-box .logo {
    margin-top: 80px;
}

.c7 .box .cta-box .text {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}

.c7 .box .form-box {
    float: right;
    width: 412px;
    height: 435px;
    background: url(/images/c0_form_bg.png);
    text-align: center;
}

.c7 .box .form-box .form-title {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 20px;
}

.c7 .box .form-box .form-title p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.c7 .box .form-box input[type="text"] {
    border: none;
    background: url(/images/c0_form_input.png);
    height: 45px;
    width: 302px;
    line-height: 43px;
    text-align: center;
    margin-top: 20px;
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 14px;
    text-transform: uppercase;
}

.c7 .box .form-box .btn {
    width: 289px;
    height: 65px;
    background: url(/images/c7_form_bttn.png);
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    margin: 30px auto;
    cursor: pointer;
    text-transform: uppercase;
}

.infoblock {
    position: fixed;
    z-index: 100;
    height: 64px;
    background: #049975;
    width: 100%;
    left: 0;
    top: -200px;
    text-align: center;
    color: #fff;
    line-height: 64px;
    font-size: 32px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -moz-transition: .5s 0 ease;
    -o-transition: .5s 0 ease;
    -webkit-transition: .5s 0 ease;
}

.close-info {
    height: 64px;
    width: 64px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    border-left: solid 1px #35A269;
    float: right;
    line-height: 58px;
    font-size: 48px;
    background: #1C7A5C;
    font-family: verdana, arial, tahoma;
}

.close-info:hover {
    opacity: .8;
    -moz-transition: .3s 0 ease;
    -o-transition: .3s 0 ease;
    -webkit-transition: .3s 0 ease;
}

.infoblock.err {
    background: #910000;
}

.infoblock.err .close-info {
    background: #b90000;
    border-left: solid 1px #a23535;
}

.darker_but {
    width: 289px;
    height: 65px;
    background: url(/images/c7_form_bttn.png);
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    margin: 30px auto;
    cursor: pointer;
    text-transform: uppercase;
}

.darker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
}

.closer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 101;
}

.closeka {
    float: right;
    color: #FFF;
    font-size: 42px;
    margin: -44px -72px 0 0;
    line-height: 40px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.okno {
    position: relative;
    margin: 100px auto;
    background: #fff;
    z-index: 102;
    width: 800px;
    padding: 37px;
    text-align: center;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.okno input[type="text"] {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 0 0 16px;
    border: solid 1px #ccc;
    background: #f9f9f9;
    width: 100%;
    padding: 0 0 0 12px;
    outline: none;
    padding: 0 0 0 12px;
    font-family: arial, tahoma;
    max-width: 100%;
}

.okno .darker_but {
    margin: 20px auto 0;
}

.okno input {
    display: inline-block !important;
    margin: 0 12px;
    width: 220px !important;
}

.logo_form {
    width: 94px;
    height: 70px;
    margin: -20px auto 0;
}

.logo_form img {
    width: 81px;
    height: 70px;
}


@media screen and (max-width: 1024px) {
    .c0 .title1 {
        font-family: arial;
        font-size: 40px;
    }



    .c7 .title1 {
        font-family: arial;
        font-size: 36px;
        padding-top: 20px;
        background: none;
    }

    .header-links {
        display: none;
    }

    .wrap {
        padding: 0 35px;
        min-width: 100%;
    }

    .c1 {
        padding-left:  35px;
        padding-right:  35px;
    }

    .c1 .title1 {
        padding: 0;
    }

    .c1 .cta_btn {
        margin-top: 105px;
    }

    .c4 .title1 {
        background: none;
        padding-top: 20px;
    }

    .c3 .title1 {
        background: none;
    }

    .c6 .title1 {
        background: none;
    }

    .cta_btn {
        width: auto;
    }

    .header-phone span {
        white-space: nowrap;
    }

    .form-box {
        bottom: 20px;
    }

    .c7 .box .cta-box {
        width: 470px;
    }
}

.modern-features {
    padding: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.feature-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    height: 250px;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.feature-icon {
    margin-bottom: 15px;
}

.feature-icon img {
    width: 40px;
    height: auto;
    filter: brightness(0) invert(1);
}

.feature-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 42px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Arial', sans-serif;
    line-height: 1;
}

.card-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card-content p {
    font-size: 15px;
    line-height: 1.4;
    color: #f6f6f6;
    margin: 0;
}

/* Full width cards */
.feature-card.full-width {
    aspect-ratio: auto;
    min-height: 180px;
}

.full-width-content-layout {
    align-items: center;
    gap: 20px;
    padding: 25px;
}

.full-width-content-layout .feature-icon {
    margin-bottom: 0;
    flex-shrink: 0;
}

.full-width-content-layout .feature-number {
    position: static;
    font-size: 38px;
    color: rgba(255, 255, 255, 0.3);
    min-width: 50px;
}

.full-width-content-layout .text-content {
    flex: 1;
}

.full-width-content-layout .text-content h4 {
    margin-bottom: 5px;
    font-size: 32px;
}

.full-width-content-layout .text-content p {
    font-size: 18px;
}

.features-flex {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


/* Add this to your existing CSS */
.card-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
}

.text-container {
    margin-top: auto;
}

/* For full-width cards */
.full-width-content-layout .text-content {
    flex: 1;
}

.full-width-content-layout .text-content .text-container {
    margin-top: 0;
}

.cards-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.card {
    flex: 1 1 380px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1.8rem;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 1rem 1rem 1.5rem 1rem;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #1f2b3c, #2c3e50);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.swiper {
    width: 100%;
}

.swiper-container {
    position: relative;
    overflow: visible;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    background: #f8fafd;
    user-select: none;
    border-radius: 1.2rem;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background: white;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    transition: all 0.2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cfcfcf;
    z-index: 10;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #cdcdcd;
}

.swiper-button-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev svg {
    rotate: 180deg;
}

.swiper-button-next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 800px) {
    .card {
        flex: 1 1 100%;
    }

    .swiper-slide img {
        max-height: 280px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1rem;
    }
}

/* Modern Security Section Styles */
.security-container {
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

.security-header {
    text-align: center;
    margin-bottom: 40px;
}

.security-header .title1 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 40px;
    text-transform: uppercase;
    background: none;
    height: auto;
    margin-bottom: 10px;
    background: none;
}

.security-header .title1 span {
    color: #0082dd;
    position: relative;
}

.security-subtitle {
    font-family: 'OpenSans-Light';
    font-size: 18px;
    color: #666;
    letter-spacing: 1px;
}

.security-content {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.security-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.security-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 3px solid #0082dd;
}

.security-item:hover {
    transform: translateX(5px);
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.security-icon {
    font-family: 'PFDinTextCompPro-Bold';
    font-size: 28px;
    font-weight: 700;
    min-width: 50px;
    align-self: center;
    padding-top: 4px;
    text-align: center;
    color: #0082dd;
    background: rgba(0, 130, 221, 0.1);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.security-item p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin: 0;
    text-transform: none;
    text-align: left;
}

.security-image {
    flex: 0.8;
    text-align: center;
}

.security-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.security-image img:hover {
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .security-container {
        padding: 35px 30px;
        margin: 30px 20px;
    }

    .c3 .item .descr {
        margin-top: 20px;
        width: auto;
    }

    .c3 .item .descr .top {
        width: auto;
    }

    .security-content {
        gap: 40px;
    }

    .security-header .title1 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .security-container {
        padding: 30px 20px;
    }

    .security-content {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .security-list {
        width: 100%;
    }

    .security-item {
        padding: 12px 16px;
    }

    .security-icon {
        font-size: 28px;
        min-width: 45px;
    }

    .security-item p {
        font-size: 14px;
    }

    .security-header .title1 {
        font-size: 28px;
    }

    .security-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .security-container {
        padding: 25px 15px;
    }

    .security-item {
        gap: 12px;
    }

    .security-icon {
        font-size: 24px;
        min-width: 40px;
    }
}


/* Promo Block - рассрочка */
.promo-container {
    background: linear-gradient(135deg, #0082dd 0%, #0056a3 100%);
    border-radius: 24px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    max-width: 1024px;
}

.promo-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px;
    gap: 40px;
    flex-wrap: wrap;
}

.promo-text {
    flex: 1;
}

.promo-text h2 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.promo-text h2 span {
    color: #3eca01;
    font-family: 'PFDinTextCompPro-Bold';
}

.promo-text p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    max-width: 500px;
}

.promo-button {
    flex-shrink: 0;
}

.promo-button .cta_btn {
    margin: 0;
    background-color: #fff;
    color: #0082dd;
    width: auto;
    padding: 0 40px;
    white-space: nowrap;
}

.promo-button .cta_btn:hover {
    background-color: #efefef;
    scale: 1.02;
}

.promo-button .cta_btn span {
    color: #0082dd;
    font-family: 'PFDinTextCompPro-Bold';
}

@media (max-width: 1024px) {
    .promo-content {
        padding: 40px 40px;
    }

    .promo-text h2 {
        font-size: 34px;
    }

    .promo-text p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .promo-content {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }

    .promo-text h2 {
        font-size: 28px;
    }

    .promo-text p {
        font-size: 14px;
        max-width: 100%;
    }

    .promo-button .cta_btn {
        white-space: normal;
        padding: 0 30px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .promo-content {
        padding: 30px 20px;
    }

    .promo-text h2 {
        font-size: 24px;
    }
}

.ug-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.ug-main-swiper {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
}

.ug-main-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: unset;
    object-fit: cover;
}

.ug-thumb-swiper {
    width: 100%;
    padding:2px !important;
}

.ug-thumb-swiper .swiper-slide {
    width: 100px;
    opacity: 0.75;
    cursor: pointer;
    transition: opacity 0.3s;
    border-radius: 8px;
    padding: 2px;
    overflow: hidden;
}

.ug-thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
    box-shadow: 0 0 0 2px #0082dd;
}

.ug-thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px !important;
}

.ug-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.ug-modal.active {
    display: flex;
}

.ug-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.ug-modal-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 10px;
}

.ug-modal-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.ug-modal-close:hover {
    background: #ff4444;
}

.ug-modal-prev,
.ug-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.ug-modal-prev:hover,
.ug-modal-next:hover {
    background: #0082dd;
}

.ug-modal-prev {
    left: -70px;
}

.ug-modal-next {
    right: -70px;
}


.ug-modal-prev:after {
    transform: rotate(-135deg);
}

.ug-modal-next:after {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .ug-main-swiper .swiper-slide img {
        height: 350px;
    }

    .ug-thumb-swiper .swiper-slide {
        width: 70px;
        height: 55px;
    }

    .ug-modal-prev {
        left: 10px;
    }

    .ug-modal-next {
        right: 10px;
    }

    .ug-modal-close {
        top: 10px;
        right: 10px;
    }
}


.castle-section {
    max-width: 1200px;
    margin: 0 auto;
}

.castle-header {
    text-align: center;
    margin-bottom: 40px;
}

.castle-header h2 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
}

.castle-header h2 span {
    color: #0082dd;
}

.castle-header p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.castle-main {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.castle-main-img {
    flex: 1;
    position: relative;
    min-width: 600px;
}

.castle-main-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.castle-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,130,221,0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
}

.castle-descr {
    flex: 1;
    min-width: 280px;
}

.castle-descr h3 {
    font-family: 'PFDinTextCompPro-Medium';
    font-size: 28px;
    color: #0082dd;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.castle-descr p {
    font-family: 'PFDinTextCompPro-Regular';
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #444;
}


.castle-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.castle-gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.castle-gallery-item.banquet img {
    height: 300px;
}

.castle-gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.castle-gallery-item:hover img {
    transform: scale(1.05);
}

.castle-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 15px 10px 10px;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    text-align: center;
}

