input[type="text"],
textarea {
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
   /* border-radius: 0px;*/
    -webkit-appearance: none;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
   /* font-family: inherit; */
    vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

p {
    margin: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

 :focus {
    outline: 0;
}

html {
    width: 100%;
}

img {
    max-width: 100%;
}

body {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0;
    line-height: 16px;
    background-color: #fff;
}

button:focus {
    outline: none;
}


/* typography.css */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #111;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

b,
strong {
    font-weight: 700!important;
}

em,
dfn {
    font-style: italic;
}

sup,
sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre,
code,
tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

li ul,
li ol {
    margin: 0;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}

th,
td,
caption {
    padding: 4px 10px 4px 5px;
}

tbody tr:nth-child(even) td,
tbody tr.even td {
    background: #e5ecf9;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

.phone_number, .phone_number:hover{
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.head_contacts .phone_number,.head_contacts .phone_number:hover{
    color: #212121;
}

.head_contacts .phone_number{
    margin-top: 12px;
}

body{
    font-family: 'Ubuntu', sans-serif;
}


.head_contacts .phone_number{
    margin-top: 12px;
}

.head_con{
    display: flex;
     
    justify-content: center;
}

.head-carousel img{
    object-fit: cover;
    width: 100%;
    height: 557px;
}

.custom-toggler.navbar-toggler {
    border-color:white;
    float: right !important;
}

.custom-toggler .navbar-toggler-icon {
    border-color:white;
    color:white;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

#navbar {
    background-color: #243e65;
    height: inherit;
}

.container-collapse{
    height: inherit;
    padding: 0px;
}

.navbar-nav{
    display: flex;
     
    justify-content: space-between;
    width: 100%;
	margin-right: 60px!important;
}

.top-navigation{
    display: flex;
     
}

.navbar{
    padding: 0px;
}

.nav-container{
    padding: 0px;
}

.nav-item a {
    color:white;
    font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
}

.nav-item a:hover{
    color: #f38000;
}

.nav-item ul a {
    color:#243e65;
    font-size: 14px;
}

.nav-item.active{
    border-bottom: 1px solid #fff;
}

/* Submenu */ 

ul.nav-child {
    display: none;
}

li.nav-item
{
    position: relative;
    display: flex;
}

ul.nav-child {
	position: absolute;
    background: #243e65;
    padding: 25px 15px 10px 25px;
    list-style: none;
	top: 28px;
    left: -25px;
    width: 250px;
    z-index: 10;
}

ul.nav-child a{
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;	
}


ul.nav-child li 
{
    margin-bottom: 5px;
}

li.nav-item:hover > ul.nav-child
{
    display: block;
}




.head p{
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.5;
}

.carousel_title{
    color: white;
    font-size: 56px;
    line-height: 50px;
    font-weight: bold;
    margin-left: -36px;
    margin-top: -13px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.carousel_undertitle{
    color: white;
    font-size: 26px;
    line-height: 25px;
    margin-left: -36px;
}

.carousel-caption{
    width: 73%;
}

#pic-1{
    position:absolute;
    top:0;
    left:0;
    opacity: 0.75;
    filter: brightness(25%);
    z-index:3;
}

#pic-2{
    position:absolute;
    width: 17px;
    height: 24px;
    bottom:50px;
    left:49.3%;
    z-index:4;
}

.head_contacts {
    display: flex;
     
    margin-top: 37px;
    font-size: 18px;
}

#email-icon{
    margin-left: 24px;
}

#tel-icon{
    font-weight: bold;
    margin-left: 18px;
}

.head_contacts p{
    margin-top: 12px;
    margin-left: 14px;
}

.head_contacts a{
    margin-top: 12px;
    margin-left: 14px;
}

.head_contacts a:hover , a {
    color: inherit;
    text-decoration: none;
}

#service i{
    font-size: 12px;
}

.nav-link{
    padding-right: 0px !important;
    padding-left: 0px !important; 
}

.main-menu{
    display: flex;
     
    background-color: #243e65;
}

.navbar-main{
    display: flex;
     
}

li.nav-item.parent::after{
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;       
    content: "a";
    font-size: 1px;
    width: 10px;
    margin-top: 12px;
    margin-left: 6px;
    color: #243e65;
    background-image: url("/i/uslugi.png");   
    background-repeat: no-repeat;
}

.navbar-main li{
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 53px;
}

.btn_nav{
    background-color: #f38000;
    border-radius: 0;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.types{
    width: 360px;
}

article .types{
	width: 100%;
}

.itemid-244 article .row img{
    width: 60px;
    height: 35px;
    border-radius: 7px;	
	margin-right: 10px;
}
.itemid-244 .row > div{
    display: flex;
     
    align-items: center;
    padding-bottom: 10px;
}

.card{
    height: 366px;   
}

.card img{
    object-fit: cover;
}

.cards-container{
    padding-left: 0px;
    padding-right: 0px;
}

.card-title{
    font-size: 24px;
    color:#212121;
}

.card_info{
    display: flex;       
    width: 97%
}

.card_info_center{
    justify-content: center;
}

.card_info img{
    width:60px;
    height:57px;
    margin-top: 9px;
    margin-left: 8px;
}

.card-pic{
    width:100%; 
}

.card_info p{
    margin-left: 18px;
    margin-top: 9px;
    line-height: 28px;
}

.block-card{
    margin-bottom: 80px;
}

.card-body a{
    padding: 10px 27px;
    margin-bottom: 16px;
    margin-top: 10px;
    height: 44px;
}

#boat{
    margin-left: -17px;
}

#air{
    margin-left: -9px;
}

.btn{     
    background-color: #f38000; 
    border-color: #f38000; 
    color:white;        
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
 }

.btn:hover{
    background-color: white; 
    border-color: #f38000; 
    color:#f38000;
    transition: 0.5s;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

.why{
    padding-left: 50px;
    padding-right: 48px;
    padding-bottom: 30px;
}

.why_choose{
    width: 100%;
    background: url("/i/why_bg.jpg") 100% 100% no-repeat;
    background-size: cover;
}

.why_item{
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 400;
    color:#212121;
}

.why_item p{
    margin-top: 16px;
    line-height: 1.3;
}

.why_item img{
    width:63px; 
    height:63px
}

.block_title{
    font-size: 36px;
    font-weight: bold;
    color: #212121;
    padding-top: 82px;
    line-height: 25px;   
    margin-bottom: 49px;
}

.logo{
    margin-right: 24px;
    margin-top: 28px;
}

.block_geography{
    height: 600px;
    background: url("/i/geography_bg.png") 50% 50% no-repeat;
    width: 100%;
    background-size: cover;
}

#block_geography_column_left, #block_geography_column_right{   
    display: flex;
     
    justify-content: center;
    align-items: center;
}

#block_geography_column_left{
    margin-top: 28px; 
    padding-left: 0;
}

#block_geography_column_right{
    padding-top: 40px;
    padding-left: 42px;
    padding-right:0;
}

.block_geography_map{
    width: 100%;
}

.block_geography_text{  
    font-size: 36px; 
    font-weight: bold;
    color: white;   
    line-height: 43px;
    margin: 0;
}

#block_geography_a:visited{
    color:white;
}

#block_geography_a:hover{
    color:#f38000;
}

.btn_geography{
    height: 56px;
    margin-top: 22px;   
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 14px;
}

input.rsform-error, textarea.rsform-error {
    border-color: red!important;
    box-shadow: 0 0 6px red!important;
}

.btn_form{
    height: 56px;
    margin-top: 34px;
    padding-left: 41px;
    padding-right: 42px;
}

.block_clients{
    background-color: white;
    padding-bottom: 80px;
}

.block_clients_logo{   
    object-fit: cover;
    width: 95%;
}


.block_form_title{  
    color: white;
    margin-bottom: 38px; 
}

.clinets_carousel .carousel-item .carousel_item_items, .reviews_carousel .carousel-item .carousel_item_items {
    display: flex;
     
    align-items: center;
    justify-content: center;
}

.item{  
    display: flex;
     
    justify-content: center;
    align-items: center;    
    border: 1px solid #e8ebf0;
    height: 160px;
    margin: 0 auto;  
}

.block_reviews{
    width: 100%;    
    height: 595px;
    background-color: #f3f6fa;    
    padding-bottom: 79px;
}

.review_name{
    margin-top: 17px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

.review_job{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px; 
}

hr{    
    border: none; 
    background-color: #f38000;
    color: #f38000; 
    height: 2px;
    width: 70px;
    margin: 0;
}
.clr{
	  clear: both;  
}

article hr{
	clear: both;
	height: 20px;
	background-color: transparent;
}

article{
    width: 100%;
    margin-bottom: 40px;
}

.reviev_img{
    border: 3px solid #00a8e1;
}

.review_text{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;   
    line-height: 24px;
    margin-top: 15px;  
}

form{
    border: 0;
}

.block_form{
    background: url("/i/form_bg.png") 50% 50% no-repeat;
    width: 100%;
    background-size: cover;
    padding-bottom: 80px;
    height: 461px;
}

.block_form .container{
    padding-left: 171px;
    padding-right: 171px;
}

form input, form textarea{  
    border: 1px solid #ced4da !important;
    width: 100% !important;
    font-size: 16px !important;
    box-sizing: inherit !important;
    color: #a5a9af !important;
    margin-bottom: auto !important;
    padding: .375rem .75rem !important;
}

.block_footer {
    background-color: #243e65;    
    font-size: 14px;
    font-weight: 400;
    color: white;  
    width: 100%;
    padding-top: 58px; 
    padding-bottom: 58px;
}

.block_footer .container {
    display: flex;
     
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

.block_footer_content hr{
    width: 100%;
    margin-bottom: 26px;
}

.block_footer_content a{
    text-decoration: none;
    font-size: 18px;
    color: white;  
}

.block_footer_developing_bottom p a{ 
    color: #f38000; 
    text-decoration: underline;
    font-size: 14px;
}

.block_footer_titles{
    font-size: 22px;
    font-weight: 500;
    color: white;
    margin-bottom: 17px;
}

.block_footer_contacts{
    display: flex;
     
    flex-direction: column;
    font-size: 18px; 
}

.contacts_icons{      
    margin-right: 14px;
  }

.block_footer_developed_by {
    display: flex;
     
    flex-direction: column;
  }

.block_footer_developed_by, .text_developed_by{
    align-self: flex-end;
  }

  form input:focus,form input:active, form textarea:focus, form textarea:active{ 
    outline: none !important;
    box-shadow: none !important;
  }

.block_footer_developing {
    display: flex;
     
    flex-direction: column;
    position: relative;   
    text-align: right;
  }

.block_footer_developing_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 17px;  
  }

.block_footer_developing_top{
    position: absolute;
    right: 0;
    background-color: #f38000;
    border-radius: 3px;
    width: 52px;
    height: 52px;
}

.block_footer_developing_top img{
    padding: 18px 11px;
}

.block_footer_developing_bottom p{
    margin-bottom: 0;
}

.block_footer_developing_top a:hover { 
   opacity: 0.7;
}

.block_footer_developing_bottom p a:hover{
    color: white;
}

.circle{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f38000; 
    display: flex;   
     
    align-items: center;
    justify-content: center;   
}

.block_footer_contacts_item{
    display: flex;
     
    align-items: center;
    margin-bottom: 20px; 
}

.block_footer_contacts_item:nth-last-child(1){
    margin-bottom: 0; 
}

.phone_number, .phone_number:hover{
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.head_contacts .phone_number,.head_contacts .phone_number:hover{
    color: #212121;
}

.block_name{     
    margin-bottom: 14px; 
    display: flex;
     
    flex-direction: column;
}

.block_name:nth-last-child(1){      
    margin-bottom: 0px; 
}

.block_name:hover{
    text-decoration: underline;    
}

.head_contacts .phone_number{
    margin-top: 12px;
}

.block_footer_copyright{
    display: flex;
     
    flex-direction: column;
    position: relative;
    padding-right: 0;
    width: 25%;
}

.block_footer_copyright_content{
    margin-top: 22px;  
    line-height: 18px;
}

.block_footer_copyright_buttom{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    line-height: 17px;  
}

.block_footer_copyright_buttom p{
    margin-bottom: 0;
}

#block_footer_content_first {
    width: 26%;
    padding-left: 33px;
}

#block_footer_content_second {
    width: 30%;
    padding-left: 17px;
    padding-right: 62px;
}

.block_footer_content.block_footer_developing {
    width: 15%;
}

form input{
    height: 44px !important;
}

form input, form textarea{ 
    border-radius: 3px !important;
}

form textarea{
    height: 88px !important;
}

#block_form_group{
    margin-bottom:0;
}

.block_reviews_img{
    border: 1px solid #e8ebf0;
    width: 263px;
    height: 360px;
    object-fit: cover;
}

.block_reviews_col{
    padding-right: 16px;
}

.footer_logo{
    width: 130px; 
    height: 130px;
    margin-top: 0;
    object-fit: cover;
}

.block_footer_content:first-child{
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-left: 0;
    margin-right: 42px; 
}

#hr_contacts{
    margin-bottom: 32px;
}

.block_reviews .block_title, .block_clients .block_title{
    padding-top: 80px;
} 

.carousel-control-prev, .carousel-control-next{
    width: 64px;
}

.right-img{
    width: 435px;
    float: right;
    margin-left: 53px;
    padding-top: 14px;
    height: auto;
}

.block_main_directions{
    padding-top: 13px;
    padding-bottom: 52px;
}

.block_main_directions_content{
    display: flex;
     
    flex-direction: row;
}

.block_main_directions_description{
    width: 35%;
    justify-content: space-between;
    display: flex;
     
    flex-direction: column;
}

article ul {
    list-style: inside;
    margin: 0;
    padding: 0;
    width: 98%;
    margin-bottom: 28px;
}

article ul li {
    margin-bottom: 14px;
}

article ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.block_main_directions_description_item span{
    margin-left: -14px;
}

.block_main_directions_description_bold{
    font-weight: bold;
    width: 100%;
    margin: 0;
}

.block_main_directions_img{
    width: 100%;
    height: auto;
}

.block_form_service{
    height: 573px;
    background: url("/i/fon.jpg") 50% 50% no-repeat;
    width: 100%;
    background-size: cover;
}

.block_form_service .container{
    padding-left: 171px;
    padding-right: 171px;
}

.block_form_description{
    font-size: 20px;
    color: white;
    padding-bottom: 5px;
}

.block_form_description:hover{
    color: white;
}

.block_form_description_after{
    margin-top: 26px;
    text-align: center;
    line-height: 38px;
    padding-left: 35px;
    padding-right: 35px;
}

.block_form_service_contacts_item .block_form_description{
    margin-bottom: 0;
}

.block_form_service_contacts{
    display: flex;
     
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.block_form_service_contacts_item{
    display: flex;
     
    line-height: 11px;
    margin-bottom: 18px;
    padding-left: 17px;
    padding-right: 17px;
}

.block_form_service_contacts_item:nth-last-child(1) .block_form_description:nth-last-child(1){
    border-bottom: 3px solid white;
}

.telephone:before{
    content: url("/i/orange_telephone.png");
    width: 19px;
    height: 18px;
    margin-left: 16px;
    margin-right: 12px;
}

.mail:before{
    content: url("/i/orange_mail.png");
    width: 22px;
    height: 18px;
    margin-left: 16px;
    margin-right: 12px;
}

.mail, .telephone{
    white-space: nowrap;
}

h3{
    font-size: 26px;
}

.block_transfer{
    padding-bottom: 60px;
}

.block_transfer h2{
    padding-bottom: 9px;
}

.block_transfer_item{
    height: 330px;
    margin-bottom: 20px;    
    background-size: cover; 
    color: white;
    display: flex;
     
    flex-direction: column;
    justify-content: center;
}

.block_transfer_item h3{
    font-weight: bold;
    color: white;
    line-height: 28px;
    padding-bottom: 16px;
    margin: 0;
}

.block_transfer_description{
    width: 55%;
    padding-left: 53px;
}

.block_transfer_description p{
    font-size: 17px;
    line-height: 18px;
}

.block_transfer_item:nth-last-child(1){
    margin-bottom: 0;      
}


#block_transfer_item1{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer2.png");
    background-position: 0% 60%;
}

#block_transfer_item2{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer5.png");
    background-position: 0% 80%;
}

#block_transfer_item3{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer1.png");
    background-position: 0% 60%;
}

#block_transfer_item4{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer4.png");
    background-position: 0%, 50%;
}

#block_transfer_item5{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer_m_1.jpg");
    background-position: 0% 60%;
}

#block_transfer_item6{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer_m_2.jpg");
    background-position: 0% 80%;
}

#block_transfer_item7{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer_m_3.jpg");
    background-position: 0% 60%;
}

#block_transfer_item8{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer_m_4.jpg");
    background-position: 0%, 50%;
}

#block_transfer_item9{
    background-image: linear-gradient(to right, rgba(50,73,108,0.9) 25%, rgba(174,174,174,0) 100%), url("/i/transfer_m_5.jpg");
    background-position: 0%, 50%;
}

.block_form_service .block_form_title{
    color: white;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-block{
    display: flex; 
}

article p{
    margin-bottom: 14px;
}

.about-block-content{
    display: flex;
     
    padding: 0;
    margin: 0;
}

.left-img{
    float: left;
    object-fit: cover;
    margin-right: 30px;
	width: 360px;
}

.description{
    width: 71%;
    padding-left: 24px;
}

.description p{
    margin-top: 0;
    margin-bottom: 15px;
}

.block-advantages{
    display:flex;
     
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 3px;
    padding-bottom: 10px;
}

.advantages-item{
    text-align: center;
    padding-top: 9px;
    font-weight: 500;
    width: 20%;
}

.advantages-item img{
    width: auto;
    height: 54px;
    margin-bottom: 8px;
}

.advantages-item p{
    line-height: 24px;
}

.advantages-description{
    line-height: 22px;;
}

.service{
    padding-top: 6px;
    font-size: 18px;
    line-height: 1.2;
    margin-right: 30px;
}

.service p{
    margin: 0;
}

.page-contact__map{
    display: flex;
    justify-content: center;
}

.service img{
    width: 56px;
    height: 52px;
    margin-right: 25px;
}

.service a{
    text-decoration: none;
}

.service-item{
    display: flex;
     
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #e8ebf0;
    margin-top: -2px;
    padding-left: 17px;
    width: 263px;
    height: 81px;
}

.service :hover{
    background-color: #f38000;
    color: white;
}

.service .active{
    background-color: #f38000;
    color: white;
}

h1{
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 9px;
    text-transform: uppercase;
}

.main-container{
    font-size: 17px;
    color:#191817;
    line-height: 23px;
}

h2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.divider {
    color: #b0b0b0;
}

.top-breadcrumbs{
    display: flex;
     
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 13px;
}

.top-breadcrumbs a:hover{
    color:black;
}

.top-breadcrumbs span{
    padding-left: 0;
    padding-right: 3px;
}

.top-breadcrumbs :first-child{
    padding: 0;
    background-color: white;
}

.row   h2{
    text-align: left;
}

.rsfp_thankyou_popup_inner {
    border: 5px solid #f38000;
}

@media  (max-width: 810px) {
    .card-title {
        font-size: 18px; 
    }
}
@media only screen and (max-width: 767px) {

    #pic-2{
        display: none;
    }

    .navbar-main li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .head-carousel img {
        height: 350px;
    }

    .btn_nav{
        padding-left: 10px;
        padding-right: 10px;
    }

    #skype-icon{
        display: none;
    }

    #email-icon{
        display: none;
    }

    .block-card{
        display: flex;
         
        justify-content: center;
    }

    .card-title{
        font-size: 20px;
    }

    .block_title{
        font-size: 20px;
        padding-top: 40px;
        line-height: 1.2;
    }

    .top-navigation{
        display: flex;
         
        justify-content: space-around;
    }
    
    #tel-icon{
        margin-left: 0px;
        margin-top: 21px;
    }

    .phone_number {
        margin-top: 10px !important;
        font-size: 13px;
    }

    .head_contacts a{
        margin-left: 5px;
    }

    .head{
       display: flex;
        
       justify-content: center;
    }

    .logo {
        width: 100%;
        height: 43px;
        object-fit: contain;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .circle{
        width: 35px;
        height: 35px;
    }
    .head p{
        display: none;
    }

    .carousel_title{
        font-size: 26px;
        line-height: 1.2;
        margin-left: 0px ;
    }

    .carousel_undertitle{
        font-size: 18px;
        line-height: 1.2;
        margin-left: 0px ;
    }

    .types{
        width: 300px !important;
        margin-bottom: 30px;
    }

    #card-row{
        width: 100%;
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }

    .cards-container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .block_geography{
        height: auto;
        position: relative;
    }

    #block_geography_column_left {
        padding-top:0;
        margin-top:0;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }

    #block_geography_column_right{
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: left;
    }

    .btn_geography{
        height: 36px;
        margin-top: 12px;   
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 5px;    
        font-size: 15px;
    }

    .block_geography_text{
        font-size: 28px;
        line-height: 28px;
    }

    .block_geography_map{
        width: 80%;
    }


    .block_reviews_col{
    text-align: center;
    }

    hr{
        margin: auto;
    }

    .review_text{
        text-align:center;
    }

    .block_form .container, .block_form_service .container{
        padding-left: 30px;
        padding-right: 30px;
    }      

    .block_title, .block_clients .block_title, .block_reviews .block_title{
        font-size: 24px;
        padding-top: 40px;
        margin-bottom: 25px;
    }

    .block_clients, .block_reviews{
        padding-bottom: 40px;
    }

    .block_form_title{
        margin-bottom: 22px;
    }

    .block_reviews{
        height: auto;
    }

    .block_form, .block_form_service{
        height: auto;
        padding-bottom: 40px;
    }

    form input{
        height: 30px !important;
    }    

    textarea.row_form_textarea{
        height: 60px;
    }

    .btn_form{
        height: 36px;
        margin-top: 14px;   
        padding-left: 21px;
        padding-right: 22px;  
        font-size: 15px;
    }

    .block_footer{
        padding-top: 40px;
        padding-bottom: 0;
    }

    .block_footer_content:nth-child(2){
        padding-right: 0;
    }

    .contacts_icons{
        margin-right: 7px;
    }

    .block_footer_copyright{
        position: static;
        margin-bottom: 20px;
        padding-right: 15px;
        font-size: 15px;
        order:3;
    }

    .block_footer_copyright_buttom{
        position: static;
    }

    .block_footer_content{
        height:auto;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .block_footer_developing{
        width: 100%; 
        margin-left: 0;
        margin-right: 0;
        order:4;
    }

    #block_footer_content_first{
        order: 1;
    }

    #block_footer_content_second{
        order: 2;
    }

    .block_footer_developing_top {
        position: static;
        float: left;
    }

    .block_footer_developing_bottom{
        position: static;
        float: right;
    }

    .block_footer_contacts, .block_footer_contacts_item a{ 
        font-size: 16px;
    }

    .carousel-control-prev, .carousel-control-next{
        display: none;
    }

    #block_geography_column_left, #block_geography_column_right {
        display: flex;
         
        justify-content: left;
        align-items: left;
        padding-left: 20px;
    }

    .review_name{
        font-size: 20px;
    }

    .review_job{
        font-size: 16px;
    }

    .review_text{
        font-size: 14px;
    }

    .col_clients:nth-child(even), .col_clients:nth-child(odd){
        padding-left: 0;
        padding-right: 0; 
        margin-bottom: 10px;
    }

    .container-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-top.container {
        margin: 0;
    }

    .service{
        display: none;
    }

    .left-img{
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .advantages-item{
        width: 45%;
    }

    h1 {
        font-size: 26px;
    }

    .main-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) { 

    .rate{
        order:1 !important;
    }
    
    .nav-container{
        order:2 !important;
    }

    .navbar-main li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 8px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) { 

    .navbar-main li {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 53px;
    }

    .head_contacts {
        margin-top: 15px;
    }

    .rate{
        order:2;
    }
    
    .nav-container{
        order:1;
    }

    .top-navigation{
        flex-direction: column;
    }

    .head{
        display: flex;
         
        justify-content: center;
    }

    .block-card{
        display: flex;
         
        justify-content: center;
    }

    .types{
        width: 400px !important;
    }

    .carousel_title{
        font-size: 40px;
        line-height: 1.2;
        margin-left: 0px ;
    }
   
    .navbar{
        padding: 0px;
    }

    .navbar-main li{
        margin-right: 20px;
    }

    .block_title{
        line-height: 1.2;
    }
  
    .block_geography{
        padding: 40px;
        height: auto;
    }

    #block_geography_column_left{
        margin-left: 0;
        margin-top: 0;
    }

    #block_geography_column_right{
        padding: 20px 10px;
    }

    .block_reviews_col:first-child{
        text-align: right;
    }

    .block_form, .block_form_service{
        height: auto;
    }

    .block_form .container, .block_form_service .container{
        padding-left: 30px;
        padding-right: 30px;
    }      

    .block_title, .block_clients .block_title, .block_reviews .block_title {        
        padding-top: 60px;
        margin-bottom: 25px;
    }

    .block_form_title{
        margin-bottom: 35px;
    }

    .block_reviews{
        height: auto;
    }

    .block_footer{ 
        padding-top: 40px;
        padding-bottom: 30px;
        font-size: 16px;
    }

    #block_footer_content_second{
        padding-right: 0;
    }

    .contacts_icons{
        margin-right: 7px;
    }

    .block_footer_contacts, .block_footer_contacts_item a{ 
        font-size: 16px;
    }

    .block_footer_copyright{
        position: static;
        margin-bottom: 20px;
        order: 3; 
    }

    .block_footer_copyright_buttom{
        position: static;
    }

    .block_footer_content{
        height:auto;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .block_footer_developing{
        display: flex;  
         
        margin-left: 0;
        margin-right: 0;
        order: 4; 
    }  

    #block_footer_content_first{
        order: 1;
    }

    #block_footer_content_second{
        order: 2;
    }

    .col_clients{
        margin-bottom:10px;
    }

    .col_clients:nth-child(even) .item{
        margin-left: 0;
        margin-right: auto;     
    }

    .col_clients:nth-child(odd) .item{
        margin-left: auto;
        margin-right: 0;
    } 

    .service-item{
        flex-direction: column;
        height: 100px;
        text-align: center;
        justify-content: center;
    }

    .advantages-item{
        width: 45%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .block_footer_copyright{
        order: 1;
        padding-right: 15px;
    }

    #block_footer_content_first{
        order: 2;
    }

    #block_footer_content_second{
        order: 3;
    }

    .block_footer_developing{
        order: 4;
    } 
}

@media (max-width: 1200px) {
     .block_form_description_after{
        margin-bottom: 0;
        padding-bottom: 34px;
    }
}

@media only screen and (min-width: 1201px) {

    #top-panel{
        height: 150px;
    }



    #navbar{
        display: flex;
         
    }
    
    .head{
        margin-right: 29px;
        display: flex;
         
    }

    .rate{
        order:2;
    }
    
    .nav-container{
        order:1;
    }
    
    .head_con{
        width: 66%;
    }

    .head{
        width: 45%;
        margin-right: 0px;
    }
  
}


@media (max-width: 1199px) {

    article {
        width: 100%;
    }

    .cards-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .item {
        width: 263px;
    }

    .block_footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right-img {
        margin-left: 0;
        width: 42%;
        padding-bottom: 10px;
    }

    .block_form_description{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 830px) {
    .card-title {
        font-size: 20px;
    }
    }

@media (max-width: 991px) {

    .block_reviews_col {
        margin-bottom: 15px;
    }

    .block_footer_copyright {
        width: 60%;
        order: 3;
    }

    #block_footer_content_first {
        width: 50%;
        padding-left: 0;
        margin-bottom: 45px;
        order: 1;
        padding-right: 30px;
    }

    #block_footer_content_second {
        width: 50%;
        padding: 0;
        margin-bottom: 45px;
        order: 2;
        padding-right: 30px;
    }

    .block_footer_content.block_footer_developing {
        width: 40%;
        order: 4;
    }

    .block_transfer_item {
        height: 280px;
        width: 100%;
    }

    .block_transfer_description{ 
        width: 100%;
        padding-right: 10px;
    }

    .right-img{
        float: none;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: 70%;
    }

    article ul li{
        margin-bottom: 8px;
    }

    .block_transfer_item h3{
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {

    .block_footer_content.block_footer_developing {
        justify-content: space-between;
        align-items: flex-end;
    }

    .block_transfer_item{
        height: 220px;
        width: 100%;
    }

    .main-container{
        font-size: 20px;
        line-height: 22px;
    }

    .block_form_description_after{
        font-size: 20px;
        line-height: 22px;
    }

    .block_form_description {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .navbar-main li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 8px;
    }
}

@media (max-width: 635px) {
    .card-title {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .block_footer .container {
        flex-direction: column;
        padding-left: 10%;
        padding-right: 10%;
    }

    .block_footer_copyright {
        padding-right: 0;
        width: 100%;
    }

    #block_footer_content_first,
    #block_footer_content_second {
        width: 100%;
        padding-right: 0;
    }

    .block_footer_content.block_footer_developing {
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .block_footer_developing_top {
        order: 2;
    }

    .block_footer_developing_bottom {
        order: 1;
        text-align: left;
    }

}

@media (max-width: 575px) {
    .card-title {
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    .block_transfer_item {
        font-size: 18px;
        line-height: 20px;
        height: 230px;
        width: 100%;
    }

    .block_transfer_description { 
        width: 100%;
        padding-right: 10px;
    }
}

@media (max-width: 450px)  {

    .top-navigation{
        flex-direction: column;
    }

    .head_con {
        margin-bottom: 15px;
    }

    #tel-icon {
        margin-top: 10px;
    }

    .block_geography_text {
        font-size: 24px;
    }

    .main-container{
        font-size: 16px;
        line-height: 20px;
    } 

    h2 {
        font-size: 22px;
    }

    .block_transfer{
        padding-bottom: 35px;
    }

    .block_transfer_description { 
        width: 90%;
        padding-left: 10px;
    }

    .block_transfer_description h3{
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 5px;
    }

   .block_transfer_description p{
        font-size: 15px;
        line-height: 18px;
    }

    .block_form_description_after{
        font-size: 15px;
        line-height: 19px;
    }

    .block_form_description {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .block_form_service{
        padding-bottom: 10px;
    }
    
}

@media (max-width: 400px) {

    .head-carousel img {
        height: 300px;
    }

    .carousel-caption {
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        right: 10%;
        margin: 0 auto;
    }

    .carousel_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .card_info{
        flex-direction: column;
        align-items: center;
    }

    .card_info img {
        margin-left: 0;
    }

    .card_info p {
        text-align: center;
        margin-left: 0;
    }

    #boat {
        margin-left: 0;
    }

}

@media (max-width: 330px) {

    .advantages-item{
        width: 100%;
    }

    .block_form_service .block_form_title {
        font-size: 23px;
    }

    .mail {
        white-space: normal;
    }
}

