/*
Theme Name: Bootstrap Basic
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme.
Version: 1.2.6
Requires PHP: 5.4
Requires at least: 4.0
Tested up to: 6.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

.header-main{
	position: fixed;
    width: 100%;
	background: #144238;
    z-index: 100;
}



/*
Required WordPress CSS
*/
.aligncenter {
    text-align: center;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.btn__phone{
    height: 50px;
    border-radius: 25px;
    font-size: 17px;
    max-width: 185px;
    min-width: 185px;
    width: 185px;
    font-weight: 600;
    border: none;
    color: white;
    background-color: #D2A368;
    box-shadow: 0 15px 7px -8px rgba(0, 0, 0, .25);   
    display: flex;    
    justify-content: center;
    align-items: center;
    transition: all .6s;
    text-decoration: none;
}

.btn__phone:hover{
    opacity: .8;
    box-shadow: none;
    color: #fff;
}



.block1__mainimg_bg{
    position: absolute;
    bottom: 0;
    right: -86px;
    width: 642px;
}



.block1__border{
    /*border-bottom: 7px solid #d2a368;*/
    border-bottom: 40px solid #c89b64;
    box-shadow: 0 0 10px #0000004a;
}





.f-button.is-next{
    right: calc(50% - 500px)!important;
}
.f-button.is-prev{
    left: calc(50% - 515px)!important;
}
.f-button svg{
    width: 32px;
    height: 32px;
}

.fancybox__nav button {
  position: relative;
}

.fancybox__nav button::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  opacity: .85;
  white-space: nowrap;
}

.fancybox__nav .is-prev::after {
  left: 0;
  text-align: left;
}

.fancybox__nav .is-next::after {
  right: 0;
  text-align: right;
}

@media (min-width: 1140px) {
    .container {
        max-width: 1090px;
    }
}

.service-modal__content p{
    font-size: 13px;
}

.service-modal .formblock1__wrap{
    justify-content: center;
}

.service-modal .formblock1__priv{
    max-width: 100%;
}

.service-modal{
    max-width: 915px !important;
    position: relative !important;
    padding: 0 !important;
    border-radius: 20px !important;
    box-shadow: 0 30px 18px -5px rgba(0, 0, 0, .6);
}

.service-modal__wrap{
    padding: 20px 60px 20px 20px;
    border-radius: 20px;
}

.service-modal__img{
    border-radius: 20px;    
}

.service-modal__form{
    background-color: #0c373e;
    padding: 30px 5px 25px;
    border-radius: 0 0 18px 18px;
    display: flex;
    justify-content: center;
}

.block1__mainimg{
    /*
    position: absolute;
    width: 522px;
    height: auto;
    bottom: 0;
    right: -15px;
    */
    position: absolute;
    width: 522px;
    height: auto;
    bottom: -36px;
    right: -15px;
    transform: rotate(-.56deg);
}

.block2-activ__img > img{
    height: 100%;
    object-fit: cover;
}

.block2-activ__img{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 8px;
    top: -10px;
    overflow: hidden;
    border-radius: 10px;
    height: 180px;
    width: 220px;
}

.block2-activi__item{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 174px 13px 8px;
    fill: #E5E5E5;
    display: block;
    width: 236px;
    margin: 20px auto 10px auto;
    transition: .5s;
    cursor: pointer;
}

.block2-activ__title{
    font-size: 16px;
    line-height: 1;
}


.block2-activi__item:hover {
    color: #000;
    fill: #D2A368;
    box-shadow: 0 18px 12px -8px rgba(0, 0, 0, .2), 0 12px 7px -9px rgba(0, 0, 0, .06);

}

.block2{
	padding: 75px 0 35px;
	background-color: #f5f5f5
}

.block2__subtitle{
	margin: 0 0 55px;
}

.header-top__btn:hover {
	border-color: #D2A368;
    background-color: #D2A368;
    color: #282828;
}
.header-top__btn {
    border: 2px solid #D2A368;
    color: #D2A368;
    background-color: #0000;
}

.btn {
    height: 38px;
    border-radius: 19px;
    font-weight: bold;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    cursor: pointer;
    transition: .5s;
}
.header-top__wrap{

}
.header-top__box{
	display: flex;
}

.header-top__infotext{
    font-weight: 300;
    color: #c4c4c4;
    text-decoration: none;
}

.header-top__infotitle{
	font-weight: bold;
    padding-right: 10px;
}

.headertop-soc{
	display: flex;
    align-items: center;
    margin: 0 -5px 0 0;
    gap: 10px;
}

.headertop-socw{
    display: flex;
    gap: 20px;
}

.header-main {
	background: #0c373e;
    height: 70px;
    position: fixed;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
	z-index: 100;
    color: #c4c4c4;
}

.headertop-soc__link {
    border-radius: 50%;
    background: #3a6970;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .5s;
}

.headertop-soc__link svg{
    width: 24px;
    height: 24px;
}

.headertop-soc__link:hover {
    background: #D2A368;
}

.header-top__box{
	margin: auto;
    font-size: 12px;
}

.formblock1__wrap{
	display: flex;
    gap: 10px;
}

.formblock1__input input::placeholder {
	color: #c4c4c4;
}

.formblock1__input:hover, .formblock1__input:focus {
    border-color: #c4c4c4;
    color: #c4c4c4;
}

.formblock1__input input.wpcf7-not-valid{
	border-color: #ff1d1d;
}

.formblock1__input{
	height: 70px;
}

.formblock1__priv, 
.formblock1__priv a {
    text-align: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
    max-width: 380px;
    margin: auto;
    color: #7c7c7c;
}
	
.formblock1__input input{
	max-width: 160px;
    outline: none;
	height: 50px;
    border-radius: 25px;
    border: 1px solid #b19550;
    color: #b19550;
    background-color: #b1955000;
    text-align: center;
    padding: 0;
    width: 100%;
    transition: .5s;
}

.block1__title{
    margin: 0 0 60px;
}

.formblock1__input input.wpcf7-submit:hover{
	opacity: .8;
    box-shadow: none;
}
.formblock1__input input.wpcf7-submit{
	max-width: 185px;
    min-width: 185px;
    width: 185px;
	font-weight: 600;
    border: none;
    color: white;
    fill: white;
    background-color: #D2A368;
    box-shadow: 0 15px 7px -8px rgba(0, 0, 0, .25);
}

.wpcf7-not-valid-tip{
	display:none
}


a:hover {
    color: #ceb465;
    text-decoration: none;
}
.font-raleway {
    font-family: 'Raleway', sans-serif;
}

.menu-top {
    display: flex;
    align-items: center;
    margin: 0 -20px 0 0
}

.menu-top__item {
    margin: 0 20px 0 0;
    text-decoration: none;
    color: #c4c4c4
}

.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #baf3bf;
}

.block1 {
    background: radial-gradient(51% 138% at 65% 62%, #1b6770 0%, #08272c 100%);
    position: relative
}

.block1__wrap {
    height: 550px;
    position: relative;
    padding: 40px 0 0;
    text-align: left
}

.block1__block {
    width: 525px;
    position: relative;
    z-index: 2
}

.block1__title {
    margin: 0 0 60px
}

.block1__sub {
    font-size: 22px;
    font-weight: 400;
    color: #fff
}

.block1__parts {
    font-weight: bold;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block1__part {
    width: 42%;
    position: relative;
    min-height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block1__1info{
    margin-top: -8px;
    font-size: 20px;
}

.block1__2percent{
    font-size: 35px;
    position: absolute;
    top: 25px;
    right: 0;
}

.block1__label {
	font-size: 16px;
    font-weight: 600;
	/*color: #b19550;*/
	color: #fff;
}

.block1__value {
    font-size: 140px;
    letter-spacing: -.05em;
    position: relative;
    margin: 0 0;
    
	color: #d2a368;
	display: inline-block;
    margin-top: -26px;
}


.block1__bg1 {
    position: absolute;
    right: -120px;
    top: -73px
}

.block1__bg2 {
    position: absolute;
    right: -190px;
    bottom: -45px
}

.block1__img {
    position: absolute;
    right: -70px;
    bottom: 0
}

.block1__t {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: translate(0,77%)
}

.block1-form {
    position: absolute;
    z-index: 10;
    margin-top: -180px;
}

.block1-form__inner {
    max-width: 525px
}

.block3{
    background: #0c373e;
    padding: 60px 0 70px;
    color: #C4C4C4;
}

.block3 .block3__subtitle{
    padding-top: 15px;
}

.block3__item .block3__itemwrap{
    padding: 5px 0;
    border-radius: 15px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    transition: .5s;
    width: 100%;
}



.block3__item:hover .block3__title {
    color: #fff;
    border-color: #DEB885;
}

.block3__item:nth-child(4n+1) .block3__itemwrap,
.block3__item:nth-child(4n+4) .block3__itemwrap{
    background-color: rgba(0, 0, 0, .4);
}

.block3__item:nth-child(4n+2) .block3__itemwrap,
.block3__item:nth-child(4n+3) .block3__itemwrap{    
    background-color: rgba(0, 0, 0, .2);
}

.block3__itemwrap:hover{
    background-color: #D2A368!important;
}

.block3__title{
    font-size: 12px;
    color: #C4C4C4;
    width: 74%;
    padding: 10px 10px 10px 30px;
    border-right: 1px solid #313131;
    min-height: 56px;
    display: flex;
    align-items: center;
    transition: .5s;
}

.block3__price{
    padding: 0 30px 0 0;
    text-align: right;
    width: 26%;
    font-size: 18px;
    color: #fff;
}

@media (min-width: 768px) and (max-width:991px) {
    .formblock1__input input {
        max-width: 140px;
    }
    .block1__title{
        margin: 0 0 50px;
    }
    .block1__value {
        font-size: 94px;
        margin-top: -14px;
    }
    .block1__block {
        width:350px
    }

    .block1__part {
        min-height: auto;
    }

    .block1__label {
        font-size: 16px;
		font-weight: 600;
    }

    .block1__value {
        font-size: 44px;
        margin:  0 0
    }

    .block1__info {
        font-size: 16px;
        margin: -10px 0 0
    }

    .block1__info_right {
        margin: -10px 0 0 53px
    }

}

@media (max-width: 767px) {
    .block1__inner {
        height:auto;
        padding: 40px 0 330px
    }

    .block1__block {
        width: 100%
    }

    .block1__part {
        min-height: auto;
    }

    .block1__label {
        font-size: 14px;
		font-weight: 300;
    }

    .block1__value {
        font-size: 50px;
        margin: 0 0
    }

    .block1__info {
        font-size: 14px;
        margin: -10px 0 0
    }

    .block1__info_right {
        margin: -10px 0 0 60px
    }

    .block1__bg1 {
        right: 50%;
        top: 0;
        transform: translate(50%,0);
        opacity: .5
    }

    .block1__bg2 {
        display: none
    }

    .block1__img {
        right: 50%;
        height: 300px;
        transform: translate(50%,0)
    }

    .block1__t {
        display: none
    }

    .block1-form {
        position: relative;
        padding: 30px 0;
        background-color: #08272c;
        bottom: auto;
        margin-top: -8px;
    }
}

@media (max-width: 575px) {
    .block1__inner {
        padding:40px 0 270px
    }

    .block1__title {
        margin: 0 0 40px
    }

    .block1__part {
        width: 145px
    }

    .block1__value {
        font-size: 40px;
        margin:  0 0
    }

    .block1__info {
        margin: -5px 0 0
    }

    .block1__info_right {
        margin: -5px 0 0 45px
    }



    .block1__img {
        height: 250px
    }
}






.block1 h1{
	text-align: center;
}
h1,.h1,h2,.h2 {
    font-family: 'Raleway',sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
    color: #d2a368;
    margin: 0
}

@media (min-width: 576px) AND (max-width:991px) {
    hr {
        margin:20px 0
    }

    h1,.h1,h2,.h2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    hr {
        margin:15px 0
    }

    h1,.h1,h2,.h2 {
        font-size: 28px
    }
}

.block1__titlesub{
    font-size: 20px;
    line-height: 23px;
    margin-top: 5px;
    font-weight: 400;
    color: #fff;
}

#site-footer{
    background: radial-gradient(51% 138% at 65% 62%, #1b6770 0%, #08272c 100%);
    position: relative;
    padding: 50px 0;
}


.footer__parts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.footer__block {
    width: 346px;
    margin: 0 0 55px
}

.footer__line {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    display: flex
}

.footer__label {
    width: 55px
}

.footer__value {
    text-decoration: none;
    color: #fff
}

.footer__map {
    width: 450px;
    height: 290px;
    box-shadow: 0 23px 10px -8px rgba(0, 0, 0, .25);
    border-radius: 25px;
    overflow: hidden;
    margin: 20px 0 0
}

.modal2{
    padding: 0!important;
    background: #fff!important;
    width: 640px!important;
    max-width: 100%!important;
    padding: 30px 0!important;
    max-width: 915px!important;
    border-radius: 20px!important;
    box-shadow: 0 30px 18px -5px rgba(0, 0, 0, .6)!important;
    display: flex!important;
    align-items: center!important;
}

.modal2__title{
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #d2a368;
    display: inline-block;
    margin-top: -85px;
    position: absolute;
    width: 100%;
    left: 0;
}

.modal2soc__title {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin: 0 0 15px;
}

.modal2soc__items{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.modal2-soc__link{
    border-radius: 50%;
    background: #d2a368;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.modal2-soc__link svg {
    width: 24px;
    height: 24px;
}
@media(max-width: 1399px){
    .block1__2percent{
        right: 16px;
    }
}
@media(max-width: 1139px){
    .header-top__adres{
        display: none;
    }
    h1, .h1, h2, .h2 {
        font-size: 40px;
    }
    .block1__value {
        font-size: 124px;
    }
    .footer__map{
        width: 100%;
    }
    
    .block1__mainimg_bg {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 642px;
        opacity: .6;
    }
}
@media(max-width: 991px){
    h1, .h1, h2, .h2 {
        font-size: 29px;
    }
    
    .block3__item:nth-child(1n) .block3__itemwrap{
        background-color: rgba(0, 0, 0, .4);
    }
    
    .block3__item:nth-child(2n) .block3__itemwrap{    
        background-color: rgba(0, 0, 0, .2);
    }
    .block1__2percent {
        font-size: 23px;
        position: absolute;
        top: 45px;
        right: 0px;
    }
}
@media(max-width: 767px){
    .modal2{
        width: 100%!important;
    }
    .block1__title {
        margin: 0 0 54px;
    }
    .block1__value {
        font-size: 101px;
        margin-top: -20px;
    }
    .block1__mainimg{
        width: 100%;
        height: 376px;
        object-fit: contain;
        bottom: 0;
    }
    .block1__wrap {
        height: 613px;
    }
    .row>* {
        padding-right: 15px;
        padding-left: 15px;
    }
    .headertop-socw{
        width: 100%;
        justify-content: space-between;
    }
    .block2-activi__item {
        width: 100%;
    }
    .block2-activ__img{
        width: calc(100% - 16px);
    }
    .block1__2percent {
        font-size: 23px;
        position: absolute;
        top: 16px;
        right: 29px;
    }
}
@media(max-width: 575px){
    .block1__2percent {
        font-size: 24px;
        top: 20px;
        right: -3px;
    }
    .block3__title {
        width: 65%;
    }
    .block3__price {
        width: 35%;
        font-size: 14px;
    }
    .formblock1__wrap {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }
    .formblock1__wrap p{
        margin-bottom: 0rem;
    }
    
    .formblock1__input {
        height: auto;
    }
    .formblock1__input input {
        max-width: 100%;
    }
    .formblock1__input input.wpcf7-submit {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .block1__mainimg {
        width: 100%;
        padding-left: 0;
        height: 440px;
        object-fit: contain;
    }

    .block1__wrap {
        height: 695px;
    }
}
@media(max-width: 400px){
    .block1__mainimg {
        width: 377px;
        padding-left: 0;
        height: auto;
        object-fit: contain;
        left: 0px;
    }
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
}
.formblock1__input p{
    position: relative;
}
.wpcf7-spinner{
    position: absolute;
    top: 13px;
    left: 56px;
}