@charset "utf-8";

body.noscroll{
	overflow:hidden;
}

.helper-wide .img-fluid + i{font-style:italic;text-align:center;display:block;padding:5px 0;}
#bx-panel{
	z-index:1002 !important;
}

.mob_tell{
	display:none;
	width: 16px;
height: 16px;
background: url('/local/assets/img/tel2.jpg') no-repeat center / contain transparent;
overflow:hidden;
text-indent: -400px;
}

.filter .btnss input {
margin-right: 6px;
}
.txc2 ul{
margin:15px 0;
padding-left:30px;
list-style-type: disc;	
}



.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup *{
		box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
#popup .subbut[disabled]{
background-color: #959799 !important;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  z-index: 2;
}

.popup-close:before, .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: black;
  -webkit-transition: background-color 0.66s ease;
  transition: background-color 0.66s ease;
}

.popup-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-title {
  font-size: 23px;
  font-family: KIABold, "Open Sans", sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}

.popup-subtitle {
  font-size: .833rem;
  margin-bottom: 0;
  text-align: center;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.77);
}

.popup.open .popup-wrapper {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup p.footnote {
  text-align: center;
}

.popup-container {
  padding: 40px 50px;
  background: white;
  max-width: 600px;
  position: relative;
  width: 98%;
}
.popup-container strong {
    text-align: center;
    color: #333;
    display: block;
    margin-bottom: 34px;
    font-size: 19px;
    line-height: 28px;
}
.popup-container input[type="text"], .popup-container input[type="email"], .popup-container input[type="tel"] {
    border: 1px solid #d3d5dc;
    width: 100%;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.35px;
    padding: 18px 17px;
    display: block;
    margin-bottom: 16px;
    outline: none;
}
.bot-f input[type="submit"] {
    border-radius: 4px;
    background-color: #134993;
    display: inline-block;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
font-size: 14px;
    letter-spacing: 0.35px;
    padding: 11px 16px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.bot-f span {
    display: block;
    max-width: 280px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	font-size: 12px;
color: #555;
}
.ttrf {
    text-align: center;
}



#ekran_block{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  min-width:320px;
  height:100%;
  min-height:400px;
  background-color:#333;
  background-color: rgba(0, 0, 0, 0.5);
  z-index:200000;
}
#circularG{
  position:relative;
  width:128px;
  height:128px;
  margin: 40vh auto 0;
  display:none;
}

.circularG{
  position:absolute;
  background-color:#2e78d3;
  width:29px;
  height:29px;
  -moz-border-radius:19px;
  -moz-animation-name:bounce_circularG;
  -moz-animation-duration:0.96s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:linear;
  -webkit-border-radius:19px;
  -webkit-animation-name:bounce_circularG;
  -webkit-animation-duration:0.96s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:linear;
  -ms-border-radius:19px;
  -ms-animation-name:bounce_circularG;
  -ms-animation-duration:0.96s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:linear;
  -o-border-radius:19px;
  -o-animation-name:bounce_circularG;
  -o-animation-duration:0.96s;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:linear;
  border-radius:19px;
  animation-name:bounce_circularG;
  animation-duration:0.96s;
  animation-iteration-count:infinite;
  animation-direction:linear;
}

#circularG_1{
  left:0;
  top:50px;
  -moz-animation-delay:0.36s;
  -webkit-animation-delay:0.36s;
  -ms-animation-delay:0.36s;
  -o-animation-delay:0.36s;
  animation-delay:0.36s;
}

#circularG_2{
  left:14px;
  top:14px;
  -moz-animation-delay:0.48s;
  -webkit-animation-delay:0.48s;
  -ms-animation-delay:0.48s;
  -o-animation-delay:0.48s;
  animation-delay:0.48s;
}

#circularG_3{
  top:0;
  left:50px;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
  -ms-animation-delay:0.6s;
  -o-animation-delay:0.6s;
  animation-delay:0.6s;
}

#circularG_4{
  right:14px;
  top:14px;
  -moz-animation-delay:0.72s;
  -webkit-animation-delay:0.72s;
  -ms-animation-delay:0.72s;
  -o-animation-delay:0.72s;
  animation-delay:0.72s;
}

#circularG_5{
  right:0;
  top:50px;
  -moz-animation-delay:0.84s;
  -webkit-animation-delay:0.84s;
  -ms-animation-delay:0.84s;
  -o-animation-delay:0.84s;
  animation-delay:0.84s;
}

#circularG_6{
  right:14px;
  bottom:14px;
  -moz-animation-delay:0.96s;
  -webkit-animation-delay:0.96s;
  -ms-animation-delay:0.96s;
  -o-animation-delay:0.96s;
  animation-delay:0.96s;
}

#circularG_7{
  left:50px;
  bottom:0;
  -moz-animation-delay:1.08s;
  -webkit-animation-delay:1.08s;
  -ms-animation-delay:1.08s;
  -o-animation-delay:1.08s;
  animation-delay:1.08s;
}

#circularG_8{
  left:14px;
  bottom:14px;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
  -ms-animation-delay:1.2s;
  -o-animation-delay:1.2s;
  animation-delay:1.2s;
}

@-moz-keyframes bounce_circularG{
  0%{
    -moz-transform:scale(1)}

    100%{
      -moz-transform:scale(.3)}

    }

    @-webkit-keyframes bounce_circularG{
      0%{
        -webkit-transform:scale(1)}

        100%{
          -webkit-transform:scale(.3)}

        }

        @-ms-keyframes bounce_circularG{
          0%{
            -ms-transform:scale(1)}

            100%{
              -ms-transform:scale(.3)}

            }

            @-o-keyframes bounce_circularG{
              0%{
                -o-transform:scale(1)}

                100%{
                  -o-transform:scale(.3)}

                }

                @keyframes bounce_circularG{
                  0%{
                    transform:scale(1)}

                    100%{
                     transform:scale(.3)}

                   }


.dopactpod_ul{
	display:none;
	line-height: 1.5;
padding-left: 10px;
}
.dopactpod_ln{
	margin-bottom:5px;
}
.dopactpod_ln>span{
line-height:1.2;
border-bottom:1px dashed #333;
cursor:pointer;
}

.copy .socials{
margin-left: 0;
margin-top: 0;
text-align: center;
margin-bottom: 5px;
}


@media screen and (max-width: 1200px) {
.copy .socials{
text-align:left;
}	
}

@media screen and (max-width: 769px) {
.copy .socials{
text-align:center;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 15px;
}
.copy .socials a {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 768px) {
.popup-container{
padding: 40px 20px 20px;	
}	
}



@media screen and (max-width: 1440px) and (min-width: 1000px){
.container.w_r_rek{
padding-right:250px;
}
}


@media screen and (max-width: 1200px) {
.mob_tell{
display:block;
}
.tell.desc_tel{
	display:none;
}
}

@media screen and (max-width: 769px) {
.mob_tell {
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 450px) {
.mob_tell {
    width: 27px;
    height: 27px;
}
}




#why_ferretti{
padding: 50px 0 0;
line-height: 1.2;
}
#why_ferretti .h2{
	text-align:center;
	color: #333;
	line-height: 1.2;
}
#why_ferretti  .h2 span{
display: inline-block;
border-bottom: 2px solid #777;
padding-bottom: 10px;	
}
.why_flex{
	color: #333;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 30px 0 0;
}

.why_flex_one{
flex-basis:31%;	
width:31%;	
max-width:31%;	
min-width:31%;
position:relative;
padding-left:50px;
margin: 0 0 30px;
}
.why_flex_one:before{
display:block;
content:'';
position:absolute;
width:40px;
height:40px;
left:0;
top:0;
border-radius:50%;
background-repeat: no-repeat;
background-position: center;
background-size: 80% auto;
}

#why_ferretti .why_flex_one:before{
background-color: #0064b4;
background-image: url('https://ferretti-yachts.ru/stock-in-russia/assets/img/logoonly.png');	
}

.why_flex_name{
font-weight: bold;
margin-bottom: 5px;	
}
/*.why_flex_text {
    font-family: "Acrom-Light";
}*/
.bot_p_50{
padding-bottom: 50px;	
}



@media screen and (max-width: 1000px) {
.why_flex_one{
flex-basis:48%;	
width:48%;	
max-width:48%;	
min-width:48%;
}	
}


@media screen and (max-width: 768px) {
.why_flex_one{
flex-basis:100%;
width:100%;
max-width:100%;
min-width:100%;
}	
}

/* баннеры начало */
.marBans *{
	box-sizing: border-box;
}
.marBans{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom:40px;
	row-gap:20px;
}
.marBanOne{
	flex:0 1 49%;
}
.marBanOneBody{
	position:relative;
	padding-top:30%;	
}
.marBanImgDesctop{
	display:block;
}
.marBanImgMobile{
	display:none;
}
.marBanOneBody>img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
}
.marBanOneBodyText{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:20px;
	color:#fff;
	z-index: 2;
  line-height: 1.2;
  font-size: 16px;
  
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%);
}
.marBanOneBodyTitle{
font-size: 20px;
  margin-bottom: 4px;
}

@media screen and (max-width: 992px) {
.marBans{
	flex-wrap: wrap;	
}
.marBanOne{
	flex:1 0 100%;
}
}
@media screen and (max-width: 550px) {
.marBanOneBody{
	padding-top:45%;	
}
.marBanImgDesctop{
	display:none;
}
.marBanImgMobile{
	display:block;
}	
}
/* баннеры конец */


.bottomInfo{
	font-size: 15px;
  margin-top: 20px;
  color: #5e6164;
  text-align:center;
}
.bottomInfo p{
	margin-bottom:8px;
	margin-top:0;
}
.bottomInfo p:last-child{
	margin-bottom:0;
}
.bottomInfo p a{
	white-space:nowrap;
}

.socFlex{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom:24px;	
}
.socFlex>a{
	flex:0 1 40px;
	max-width:40px;
	text-decoration:none;
	line-height: 1;
	margin-right: 16px;
}
.socFlex>a:hover{
text-decoration:none;
border-bottom: 0;	
}
.socFlex>a>img{
	display:block;
	width:100%;
	height:auto;
}

.newFflex{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom:12px;
}
.newFflexPhone{
	margin-right:40px;
	margin-bottom:12px;
}
.newFflexPhone>div,.newFflexEmail>div{
color: #0e0e12;
  font-family: "HelveticaNeueCyr-Bold";
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.38px;
  text-transform: uppercase;
}
.newFtitle{
color: #0e0e12;
  font-family: "HelveticaNeueCyr-Bold";
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.38px;
  text-transform: uppercase;	
}
.newFflexPhone>a{
font-size: 18px;
line-height: 1;
}
.newFflexPhone>a:hover{
text-decoration:none;
border-bottom: 0;
}

.newFflexEmail{
	margin-bottom:16px;
}
.newFflexEmail>a{
font-size: 18px;
line-height: 1;
color:#837CF3;
}
.newFflexEmail>a:hover{
text-decoration:none;
border-bottom: 0;
}
.ofeceInMoskow{
	font-size:18px !important;
}

.socialForMobile{
	display:none;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 25px;
    margin-bottom: 15px;
}
.socialForMobile>a{
	flex:0 1 40px;
	max-width:40px;
	text-decoration:none;
	line-height: 1;
	margin-right: 16px;
}
.socialForMobile>a:hover{
text-decoration:none;
border-bottom: 0;	
}
.socialForMobile>a>img{
	display:block;
	width:100%;
	height:auto;
}


.socialForMobileMenu{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 25px;
    margin-bottom: 15px;
}
.socialForMobileMenu>a{
	flex:0 1 40px;
	max-width:40px;
	text-decoration:none;
	line-height: 1;
	margin-right: 16px;
}
.socialForMobileMenu>a:hover{
text-decoration:none;
border-bottom: 0;	
}
.socialForMobileMenu>a>img{
	display:block;
	width:100%;
	height:auto;
}

.mailForMobile{
display:none;
font-size: 24px;
    width: 100%;
    margin-top: 16px;
    text-align: center;	
}
.ofeceInMoskowMobile{
	display:none;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
}


@media (max-width: 769px) {
.socialForMobile{
	display:flex;
}
.mailForMobile{
display:block;	
}
.ofeceInMoskowMobile{
display:block;	
}
.bottomInfo p {
  line-height: 1.2;
}
}
