.navigation-wrap{
    background: rgba(0, 47, 88, 0.70);;
}
.phone-language-box{
    background:rgba(0, 50, 96, 1);
}
.top-img-wrap{
    border-bottom:none;
    margin-top:-118px;
}
.search-wrap{
    margin-top:-164px;
    background: rgba(0, 50, 96, 1);


}
.all-tabs{
   justify-content: flex-start;
}
.tab-link{
    background:none;
    border:none;
    color:#fff;
    position:relative;
}
.back-wrap {
    padding:30px 0px;
    box-sizing:border-box;
    float:left;
    width:100%;
}
.tab-link:before{
    position:absolute;
    content:"";
    left:0;
    bottom:-5px;
    width:0px;
    height: 3px;
    background:rgba(0, 165, 255, 1);
}
.tab-link:hover:before{
    width:100%;
}
.tab-link.active{
    color:#fff;
    background: none;
    border:none;
}
.tab-link.active:before{
    width:100%;
}
/*.about-section{
    background: url("../img/about-img.png")no-repeat center;
    height: 400px;
    width:100%;
}*/
.right-part{
    float:left;
    width:50%;
    position:relative;
    padding:0px !important;
}
.right-part img{
    float:left;
    width:100%;
}
.right-part:before{
    position:absolute;
    content:"";
    left:0;
    width:100%;
    height: 100%;
    top:0;
    background: #003260;
    opacity:0.75;
}
.big-title{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size:32px;
    font-weight: 300;
    color:rgba(0, 0, 0, 1);
    text-transform: uppercase;

}
.see-all{
    float:left;
    width: 100%;
    text-align:center;
    margin-bottom:30px;
    font-size:16px;
    color:rgba(0, 0, 0, 1);
    font-weight: 300;
}
.see-all:hover {
    color:rgba(0, 165, 255, 1);
}
.bottom-smaller-boxes .small-box{
    border-bottom:1px solid #D9D9D9;
    padding-bottom:0px;
    box-shadow:none;
    border-radius:0px;

}
.image-wrap {
    border-radius:0px;
}
.bott-info .title {
    text-align:center;
    margin-bottom:15px;
    margin-top:10px;
    width:85%;
}
.price-wrap{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top:1px solid #D9D9D9;
    padding:15px 0px;
    box-sizing:border-box;
    flex-direction:column;
    gap:20px;
}
.small-box .price-slide{
    margin-top:0px;
    color:#000;
    text-align:center;
}
.tickets {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}
.tickets .ticket {
    float: left;
    padding: 5px;
    font-size: 13px;
    margin-right: 10px;
}
.tickets .ticket.blue {
    background: rgba(0, 50, 96, 1);
    color: #fff;
}
.tickets .ticket.yellow {
    background: rgba(0, 165, 255, 1);
    color: #fff;
}
.small-box .info{
    margin-top:15px;
    margin-bottom:15px;
}
.footer{
    border-top:none;
}
.small-box .city{
    margin-top:10px;
    text-align:center;
}
.inp-f button{
   position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: rgba(0, 165, 255, 1) url(../img/send-f.svg) no-repeat center;
    background-size: 80%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    cursor:pointer;
}
.inp-f button:hover{
    background: rgba(0, 165, 255, 1) url(../img/send-f.svg) no-repeat center;
}
.about-section{
   background:#fff;
}
.text-part{
   position: absolute;
    top: 40%;
    display: flex;
    flex-direction: column;
    left:30%;
    color:#fff;
    gap:10px;
}
.text-part .map{
   color:rgba(255, 255, 255, 1);
   float:left;
   font-size:13px;
   padding-left:20px;
   box-sizing:border-box;
   position:relative;
}
.text-part .map:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:15px;
    height: 15px;
    background:url("../img/map.svg") no-repeat center;
    background-size:100%;
}
.text-part .phone:after{
    content:none;
}
.text-part .email{
    color:#fff;
    position:relative;
}
.text-part .email:before{
    position:absolute;
    content:"";
    background:url("../img/email-k.svg") no-repeat center;
    background-size:100%;
    width:16px;
    height: 16px;
    left:0;
    top:0px;
}
.text-part .title-small{
   font-size:36px;
   color:#fff;
   font-weight: 300;
   text-transform: uppercase;
}
.left-part{
    padding-left:50px;
    padding-right:100px;
    box-sizing:border-box;
}
.left-part .big-title{
    position:relative;
}
.left-part .big-title .blue-image{
    position:absolute;
    left:0;
    bottom:0;
    top:50px;
    left:50%;
    transform:translate(-50%, -50%);
}
.left-part .big-title .blue-image img{
    height: 5px;
}
.text-part-left{
    float:left;
    width:100%;
    margin-top:60px;
    margin-bottom:20px;
    text-align:justify;
}
.text-part-left p {
    font-size:16px;
    float:left;
    width:100%;
}
.text-part a {
    color:#fff;
}
.see-more{
    width:210px !important;
    height: 50px;
    line-height: 50px;
    color:#fff !important;
    background:rgba(0, 165, 255, 1);
    font-size:16px;
    float:left;
    text-align:center;
    text-transform: uppercase;
}
.about-section .left-part {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.see-more:hover{
    background: #fff;
    color:rgba(0, 165, 255, 1) !important;
    border:1px solid rgba(0, 165, 255, 1);
}
.blue-template .small-box:hover .title{
    color:rgba(0, 165, 255, 1);
}
.colum .title:before{
    background: rgba(0, 165, 255, 1);
}


.inputs-hld .inp-hld .select2-container{
    border-bottom:1px solid #fff;

    width:100% !important;
}
.select2-container--default .select2-selection--single{
    border-bottom:1px solid #fff !important;

    width:100% !important;
    height: 50px !important;
    line-height: 50px;
    background:none !important;
    color:#fff !important;
    border-top:none;
    border-right:none;
    border-left:none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#fff !important;
}

.select2-container .select2-selection--multiple{
    min-height: 45px !important;
    background: none;
    border:none;
    line-height: 50px;
    color:#fff !important;
}
.select2-container .select2-search--inline .select2-search__field{
    height: 35px;
    color:#fff;
    outline:none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    height: 30px;
    line-height: 20px;
    margin-top:0px;
    margin-bottom:10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color:#000;
    font-size:12px;
    line-height: 28px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    top:5px;
}
.inputs-hld .inp-hld:last-child{
    border-bottom:none;
}
.inp-hld .search-btn{
    background: rgba(0, 165, 255, 1);
    width:210px;
    height: 50px;
    line-height: 50px;
    color:#fff;
    border:none;
    border-bottom:none;
    font-size:15px;
    text-transform:uppercase;
    cursor:pointer;
}
.inp-hld .search-btn:hover {
    background: #fff;
    color:rgba(0, 50, 96, 1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:11px !important;
}
.all-offers {
    display:flex;
    float:left;
    width:100%;
}
.small-box:hover img {
    transform:scale(1.06);
}
.all-offers .f-part {
    width:33.33%;
    float:left;
    position:relative;
}
.all-offers .f-part img {
    width:100%;
    float:left;
    height: 830px;
    object-fit:cover;
}
.all-offers .f-part:before {
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left:0;
}
.middle-part {
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.middle-part .place {
    float:left;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:30px;
    text-transform: uppercase;
    font-weight: bold;
}
.see-all-offers {
    float:left;
    width:100%;
    color:#fff;
    text-align:center;
}
a.see-all-offers {
    border-bottom:1px solid transparent;
}
a.see-all-offers:hover {
    border-bottom:1px solid #fff;
}
.teem-cont {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.teem-box {
    width: calc(25% - 15px);
    float: left;
    position: relative;
    height: 500px;
    max-height: 500px;
}
.teem-box .img {
    float:left;
    width:100%;
}
.teem-box .img img{
    float:left;
    width:100%;
    height: 500px;
    object-fit:cover;
}
.teem-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 35, 73, 0.90) 0%, rgba(0, 35, 73, 0.00) 100%);
}

.bottom-info-teem {
    position: absolute;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
}
.bottom-info-teem .name {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    font-weight: bold;
}
.bottom-info-teem .prof {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.call-us {
    float: left;
    width: 100%;
    display: flex;
    gap:10px;
}
.call-us .phone {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right:0px;
    padding-right:0px;
}
.see-more {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #C29B40;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
}
.mt30 {
    margin-top:30px;
}
.call-us .email-broker {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position:relative
}
.email-broker:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/email-white.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 15px;
}
.call-us .email-broker:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/email.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 15px;
}
.listing-boxes {
    margin-top:30px;
}
.big-title .image {
    margin-top:-15px;
}
.big-title .image img {
    height: 5px;
}
.call-us .phone:after {
    content:none;
}
.call-us .phone:before {
    top:3px;
    left:4px;
}
.call-us .email-broker:before {
    top:4px;
    left:4px;
}
.top-image-wrap {
    float:left;
    width:100%;
}
.top-image-wrap img {
    float:left;
    width:100%;
    height: 600px;
    object-fit:cover;
}
.location {
    float:left;
    width:100%;
    text-align: center;
    margin-top:10px;
}
.price-box {
    float:left;
    width:100%;
    text-align: center;
    font-size:28px;
    margin-top:10px;
    font-weight: bold;
}
.price-box span {
    border-bottom: 3px solid rgba(0, 165, 255, 1);
    padding-bottom:7px;
}
.all-descr {
    float:left;
    width:100%;
    margin-top:30px;
}
.title-desct {
    float:left;
    width:100%;
    text-align:center;
    font-size:32px;
    font-weight: bold;
    text-transform:uppercase;
}
.info {
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
    margin-top:25px;
    gap:10px;
}
.more-info {
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}
button.see-views {
    border: none;
    background: #fff;
    padding: 2px 5px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
}
button.see-views:hover, .more-info a.share-btn:hover, .more-info a:hover{
    border: 1px solid  rgba(0, 165, 255, 1);
}
.more-info a {
    border: 1px solid #D9D9D9;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 5px;
    color: #002349;
    background: #fff;
    height: 34px;
}
.more-info a.like-btn {
    border: 1px solid #D9D9D9;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 5px;
    color: #002349;
    background: #fff url(../img/like.svg) no-repeat center;
    background-size: 25px;
    width: 35px;
    height: 35px;
}
.more-info a.share-btn {
    border: 1px solid #D9D9D9;
    padding: 5px;
    box-sizing: border-box;
    color: #002349;
    background: #fff url(../img/share.svg) no-repeat center;
    background-size: 25px;
    width: 35px;
    height: 35px;
    margin:0px;
}
.more-info .views img {
    width: 25px;
    height: 25px;
}
.ref-number {
    float:left;
    width:100%;
    text-align:center;
    font-weight: bold;
    margin-top:20px;
}
.more-info-offer {
    float:left;
    width:100%;
    display:flex;
    gap:50px;
    margin-top:20px;
    align-items:center;
}
.left-offer-info {
    width:60%;
    float:left;
}
.left-offer-info p {
    float:left;
    width:100%;
    font-size:16x;
    line-height: 22px;
}
.right-offer-info {
    width:40%;
    float:left;
}
.descr-title {
    float:left;
    width:100%;
    font-size:20px;
    font-weight: bold;
    margin-bottom:10px;
    margin-top:30px;
}
.small-box-right {
    float:left;
    width:100%;
    border:1px solid #999;
    padding:20px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    background: #002349;
    gap:20px;
}
.bottom-right {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
}
.img-broker {
    width:50%;
}
.blue-wrap-info {
    width:50%;
    background:#002349;
    padding:20px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    gap:20px;
    border:1px solid #fff;
}
.blue-wrap-info a, .blue-wrap-info span {
    float:left;
    width:100%;
    color:#fff !important;
    font-size:16px !important;
}
.blue-wrap-info span.name {
    font-size:20px !important;
}
.top-title {
    color:#fff;
}
.responsible-title {
    float:left;
    width:100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size:25px;
    margin-bottom:10px;
    color:#fff;
}
.small-box-right a {
    float:left;
    width:100%;
    color:#fff;
    font-size:25px;
    font-weight: bold;
}
.small-box-right a:hover {
    color:rgba(0, 165, 255, 1)
}
.small-box-right p {
    color:#fff;
}
.listing-page .search-wrap {
    margin-top:0px;
    background:rgba(0, 50, 96, 1);
}
.back {
    float: left;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    position: relative;
}
.back:hover {
    color:rgba(0, 165, 255, 1);
}
.back:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 20px;
    height: 15px;
    background: url(../img/back.svg) no-repeat center;
    background-size: 100%;
}
.back:hover:before {
   position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 20px;
    height: 15px;
    background: url(../img/back-h.svg) no-repeat center;
    background-size: 100%;
}
.num {
    float:left;
    width:100%;
    text-align:center;
}
.send-request {
    float: left;
    width: 100%;
    background: #002349;
    padding: 50px 0px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top:40px;
}
.left-pos {
    float: left;
    width: 50%;
    padding-right:50px;
    box-sizing:border-box;
}
.left-pos .title {
    font-size: 36px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}
.bottom-send-riquest {
    float: left;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.right-pos {
    float: right;
    width: 50%;
}
.right-pos .inp-hld {
    width: 48%;
    float: left;
    margin-bottom: 35px;
}


.big-inp-hld textarea {
    float: left;
    width: 100%;
    border:none;
    border-bottom:1px solid #fff;
    min-height: 250px;
    padding: 10px;
    box-sizing: border-box;
    background: none;
}
.big-inp-hld label {
    color:#fff;
}
input::-webkit-input-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

input::placeholder {
  color: #fff;
}
textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}
.right-pos .search-btn {
   width: 200px;
    float: right;
    margin-top: 30px;
    width: 280px;
    height: 50px;
    line-height: 50px;
    background:rgba(0, 165, 255, 1);
    border:none;
    color:#fff;
    font-size:18px;
    cursor:pointer;
}
.right-pos .search-btn:hover {
    background: #fff;
    color:#002349;
}
.inp-hld input {
    width: 100%;
    height: 25px;
    background: none;
    border:none;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}
.big-inp-hld {
    float:left;
    width:100%;
    margin:5px 0px;
}
.description-wrapper {
    float: left;
    display: grid;
    grid-template-rows: 600px;
    transition: all .4s linear;
    margin-bottom: 30px;
}
.description-content {
    overflow: hidden;
    position: relative;
}
.description-wrapper.extended {
    grid-template-rows: auto;
}
.description-content .fog {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(106, 106, 106, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    padding-top: 100px;
}
.bottom-buttons {
    float: left;
    width: 100%;
    display: flex;
    gap: 30px;
}
.bottom-buttons a {
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #002349;
    border: 1px solid #002349;
    color: #fff;
}
.bottom-buttons a:hover {
    background:rgba(0, 165, 255, 1);
    border:1px solid rgba(0, 165, 255, 1);
}
.swiper-button-next {
    background: #fff url(../img/next.svg) no-repeat center;
    padding: 30px 35px;
    box-sizing: border-box;
    background-position: center;
    background-size: 40px;
}
.swiper-button-next:hover {
    background: #002349 url(../img/next-h.svg) no-repeat center;
    padding: 30px 35px;
    box-sizing: border-box;
    background-position: center;
    background-size: 40px;
}


.swiper-button-prev {
    background: #fff url(../img/back1.svg) no-repeat center;
    padding: 30px 35px;
    box-sizing: border-box;
    background-position: center;
    background-size: 40px;
}
.swiper-button-prev:hover {
    background: #002349 url(../img/back1-h.svg) no-repeat center;
    padding: 30px 35px;
    box-sizing: border-box;
    background-position: center;
    background-size: 40px;
}
.info .size {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}
.info .bedroom {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}
.info .bathroom {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}
.info .size:before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 25px;
    height: 25px;
    background: url(../img/size-black.svg) no-repeat center;
    background-size: 25px;
}
.info .bedroom:before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    background: url(../img/bedroom-black.svg) no-repeat center;
    background-size: 25px;
}
.bathroom:before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    background: url(../img/bathroom-black.svg) no-repeat center;
    background-size: 25px;
}
.blue-wrap-info .phone-broker, .teem-wrap .phone-broker {
    float: left;
    width: 100%;
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.blue-wrap-info .phone-broker:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/phone-white.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 15px;
}
.blue-wrap-info .email-broker {
    float: left;
    width: 100%;
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.blue-wrap-info .email-broker:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../img/email-white.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 15px;
}
.significant-more-boxes {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.significant-box {
    width: 32%;
    float: left;
    display: flex;
    flex-direction: column;
    border:1px solid #D9D9D9;
}
.significant-box:hover .title-bottom {
    color: rgba(0, 165, 255, 1);
}
.significant-more-boxes .significant-box a:first-child {
    min-height: 280px;
}
.significant-box a:first-child {
    max-height: 305px;
    overflow: hidden;
}
.significant-box img {
    float: left;
    max-height: 305px;
    width: 100%;
    object-fit: cover;
}
.significant-box .title-bottom {
    float: left;
    width: 100%;
    color: #002349;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left:15px;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    background: #fff;
    font-weight: bold;
}
.about-page {
    float:left;
    width:100%;
    display:flex;
    flex-direction:column;
}
.about-wrap {
    float:left;
    width:100%;
    display:flex;
    gap:30px;
    align-items:center;
    margin-top:30px;
}
.about-wrap .left-about {
    width:50%;
}
.about-wrap .image-part img {
    max-width: 400px;
    object-fit:contain;
}
.image-part {
    display:flex;
    justify-content:center;
}
.about-wrap .right-about {
    width:50%;
}
.txt-part {
    float:left;
    width:100%;
}
.txt-part .about-title {
    float:left;
    width:100%;
    font-size:20px;
    margin-bottom:15px;
}
.txt-part p {
    float:left;
    width:100%;
    font-size:16px;
    line-height: 22px;
}
.map-wrap {
    float:left;
    width:100%;
}
.map-wrap img {
    float:left;
    width:100%;
    height: 500px;
    object-fit:cover;
}
.send-request.contact-page {
    margin-top:-100px;
    padding:50px;
    box-sizing:border-box;
}
.view-blog-page {
    float:left;
    width:100%;
}
.image-blog-page {
    float:left;
    width:100%;
    margin-top:20px;
}
.image-blog-page img {
    float:left;
    width:100%;
}
.text-blog-page {
    float:left;
    width:100%;
    margin-top:30px;
}
.text-blog-page p {
    float:left;
    width:100%;
    font-size:16px;
    line-height: 20px;
    margin-bottom:10px;

}
.bottom-info-slide .info .yard, .small-box .info .yard{
    position:relative;
    padding-left:25px;
    box-sizing:border-box;
    color:#000;
}
.bottom-info-slide .info .yard:before, .small-box .info .yard:before{
    position:absolute;
    content:"";
    left:0;
    top:-2px;
    width:20px;
    height:20px;
    background:url("../img/yard.svg") no-repeat center;
      background-size:20px;
}

@media screen and (max-width: 1024px){
   .teem-box {
       width:calc(33% - 15px);
   }
   .big-title .image {
        margin-top: -10px;
    }

}
@media screen and (max-width: 800px){
    .swiper-button-prev, .swiper-button-next {
        top:35%;
        padding:15px 20px;
        background-size:25px;
    }
    .swiper-button-prev:hover, .swiper-button-next:hover {
        top:35%;
        padding:15px 20px;
        background-size:25px;
    }
    .one-row-style {
        flex-direction:column;
        flex-wrap:wrap;
    }
   .teem-box {
       width:calc(50% - 15px);
   }
   .more-info-offer {
       flex-wrap:wrap;

   }
   .left-offer-info {
       width:100%;
   }
   .right-offer-info {
       width:100%;
   }
   .all-offers {
       flex-wrap:wrap;
   }
   .f-part {
       width:100%;
   }
   .about-wrap {
       flex-wrap:wrap;
   }
   .about-wrap .left-about, .about-wrap .right-about {
       width:100%;
   }
   .left-pos {
       width:100%;
       margin-bottom:20px;
   }
   .right-pos {
       float:left;
       width:100%;
   }
   .title-desct {
       font-size:24px;
   }
   .top-image-wrap img {
       height: auto;
   }
   .top-image-wrap .swiper-button-next, .top-image-wrap .swiper-button-next:hover {
       padding:25px 50px;
   }
   .top-image-wrap .swiper-button-prev, .top-image-wrap .swiper-button-prev {
       padding:25px 50px;
   }
}
@media screen and (max-width: 500px){
    .all-boxes {
        margin-top:30px !important;
    } 
    .select2-container--default .select2-selection--single {
        height: 40px !important;
        line-height: 40px !important;
    }
   .teem-box {
       width:100%;
   }
   .image-part {
       width:100%;
   }
   .image-part img {
       width:100%;
   }
   .right-pos .inp-hld {
       width:100%;
   }
   .left-pos .title {
       font-size:26px;
   }
   .bottom-right {
       flex-wrap:wrap;
   }
   .img-broker {
       width:100%;
   }
   .img-broker img {
       width:100%;
   }
   .blue-wrap-info {
       width:100%;
   }
   .responsible-title {
       font-size:20px;
   }
}
