/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}


/* Общие стили для всей страницы */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #e4e4e4;
    text-align: center; /* Центрирует текстовые элементы */
    box-sizing: border-box;
    padding: 0 0px; /* Отступы слева и справа */
}

/* Центрирование всех блоков */
header, main, footer {
    margin: 0px auto; /* Центрирует элементы относительно страницы */
    padding:0px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

/* Стили для шапки */
header {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #47134e;
}

header img {
    max-width: 40%;
    height: auto;
    margin-top: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

}

nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px 0 0;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    position: fixed;
    /*Фиксируетменюотносительноокна*/top:0;
    /*Располагаетменювверхнейчасти*/left: 50%;
    /*Центрируетменюгоризонтально*/transform: translateX(-50%);
    /*Выравниваетцентрирование*/background-color: rgb(255, 255, 255);
    /*Полупрозрачныйфон*/box-shadow: 0 0px 0px rgb(0, 0, 0);
    /*Теньдлявыделения*/z-index: 1000;
    /*Поверхостальногоконтента*/padding: 10px 20px;
    border-radius: 0px;
    /*Закругленныекрая*/text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #47134e;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    position: relative;
	cursor: pointer;
	line-height: 1; /*задаём высоту строки*/
	text-decoration: none; /*убираем подчёркивание*/
}
nav ul li a:after{
    display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 2px; /*задаём ширину линии*/
	background-color: #ffffffc4; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}
nav ul li a:hover:after,
nav ul li a:focus:after{
    width: 100%;
}

/* Основной контент */

main{ 
    display:flex;
    margin: 0px 0;
    padding: 5px;
    background: #ffffff;
    text-align: center;
    justify-content: center;
    height: 50px;
}

.section_1{
    display:block;
    text-align: center;
    justify-content: center;
    height:fit-content;
    margin-top: 7px;
    width:fit-content; 
    
}

.h1{
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    transition-duration: 0.5s;
    width: fit-content;
    border-bottom: 1px solid #000000;
    background: linear-gradient(135deg, #4B006E, #8B5E00, #e4c203); 
-webkit-background-clip: text;
background-clip: text;
color: transparent;

    
}
.h1:hover{
    font-size: 30px;
    border-bottom: 1px solid #000000;

}

/*Contact*/
.conteiner_Contact{
    display: flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 700px;
    background: #ffffff;
}

.section_2{
    border-left: none;
    border-right: none;
    margin-top: 0px;
    width: 100%;
    height: 700px;
}
.head_2{
    margin-top: 10px;
    justify-content: center;
}
.Contact{
    margin: 0px;
}
.Contact ul{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.Contact ul li  {
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    text-align:left;
    justify-content:center;
    letter-spacing: 1px;
    margin-left: 50px;
}
.IMG_call{
    width: 450px;
    border-radius:360px;
    -moz-border-radius:360px;
    -ms-border-radius:360px;
    -o-border-radius:360px;
    -webkit-border-radius:360px;
}
.IMG_call:hover{
    transition-duration: 0.5s;
    width: 490px;
    box-shadow: 0px 0px 10px 0px ;
    color: #000000;
}
.text_us{
    width:800px;
    height: 250px;
    padding-top:7%;
}
.Contact .info_call_gmail{
    display: flex;
    gap: 40px;
    margin-top: 70px;
    background-color: #bebebe;
    text-align: center;
    justify-content: center;
    height: 80px;
    padding-top: 3.5%;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    -ms-border-radius:60px;
    -o-border-radius:60px;
}

.info_call_gmail a{
color: #000000;
font-size: 21px;
}

.info_call_gmail a:hover{
    transition-duration: 0.8s;
color: #0050fc;
font-size: 22px;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
    margin-left:-100px;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 16px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 18px;

}
/*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: flex;
    justify-content: center;
font-size: 35px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    display:flex;
    height: 620px;
    margin-top: 0px;
    justify-content: left;
    display: flex;
    justify-content: left;
    align-items: center;
    background-image: url(..//img/get-in-touch.jpg);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position: center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
}
.section_9{
    display:flex;
    justify-content: center;
    height: 680px;
}
.Img_get_in_touch{
    margin-left: 60px;
    width: 670px;
    
}
.content_Choose_get_in_touch .form-container{
    width: 800px;
    margin: 0px auto;
    color: white;
    margin: 70px 80px;
    justify-content: center;
}
.form-container {
    justify-content: center;
    background: #2020205e;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}
.form-container h1 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 15px;
}


.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}
.select{
    margin-top: 5px;
    width:80%;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 100px;
}
.form-group button {
    width: 50%;
    padding: 10px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
}


  
/*little bit about US */

.container_about_us{
    display: flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 250px;
    background: #ffffffc7;
}
.section_3{
    border-left: none;
    border-right: none;
    margin-top: 50px;
    width: 100%;
}
.We_are{
    font-size: 25px;
    display: flex;
    justify-content:center;
}
.we_are ul{
    display: flex;
    justify-content: center;
    gap: 20px; /*Расстояниемеждублоками*/
}
.we_are ul li{
    margin: 0px;
    
}
.Big{
    font-size: 40px;
    text-align: center;
    justify-content: center;
    padding-top:1.5%;
    font-family:'Times New Roman', Times, serif;
    width: 600px;
    border-bottom: 1px solid black;
    background: linear-gradient(135deg, #8104bb, #8B5E00, #e4c203); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.small{
    font-size: 17px;
    font-family: times;
    letter-spacing: 1px;
    width: 1150px;
}


/*Friends*/
.container_Us_partners{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 230px;
    background: #ffffff;
}
.section_4{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 50px;


}
.partners_img{
    justify-content: center;
    display: flex;
}
.partners_img ul{
    display: flex;
    gap: 80px;
}
.partners_img ul li{
    display: flex;

}
.Img_friend{
    width:190px;
}

.hive{
    width: 190px;
}
.hive:hover{
    transition-duration: 0.4s;
    width: 200px;
}
/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 200px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    padding-top: 35px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 200px;
}

.img_broker_financial{
    width: 110px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 95px;
    margin-top: -20px;
}



/* Стили для футера */
footer {
    background:#333;
    color:white;
    padding: 10px;
    height: 735px;
}
.container_footer{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    margin-top: 10px;
    height:40px;

}
.conteiner_content_footer{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.content_footer{
    margin-top: 0px;
}
.content_footer ul{
    width: 100%;
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 30px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 26px;
}
/*Contacts*/
.container_tell{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:40px;
    border-top: 1px solid rgba(255, 255, 255, 0.418);
    border-bottom: 1px solid rgba(255, 255, 255, 0.418);

}
.section_6{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.contect_gmail_call{
    display:block;
    justify-content: center;
}
.content_gmail_call ul{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 80px;
    margin-top: 10px;
    margin-left: -50px;
}
.content_gmail_call li a{
    color: #ffffff;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-family:'Times New Roman', Times, serif;
    letter-spacing: 2px;
}
.content_gmail_call li a:hover{
    transition-duration: 0.7s;
    font-size: 21px;

}

/*social_img*/
.container_img_social{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:70px;
}

.section_7{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content_img_social{
    display: block;
    justify-content: center;
}

.content_img_social ul{
    display: flex;
    gap: 60px;
    justify-content: center;
    text-align: center;
    margin-left: -80px;
}

.Logo_social{
    width:50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Logo_social:hover{
transition-duration: 0.25s;
width: 55px;
}

/*services_link*/
.container_list_services{
    display:block;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
    height:100px;
}
.section_8{
    display:flex;
    justify-content: center;
    height: 100px;
}
.content_list_of_services{
    display: flex;
    height: 90px;
}

.content_list_of_services ul{
    display:inline-table;
    justify-content:left;
    margin: 0px 25px 0px 25px;
}

.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 17px;
}

/*last text*/
.container_last_text{
    display: block;
    justify-content: center;
}
.text_last{
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serifs;
}


/* Адаптивность */
@media (max-width:1700px){
   /*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: flex;
    justify-content: center;
font-size: 35px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    display:flex;
    height: 500px;
    margin-top: 0px;
    justify-content: left;
    display: flex;
    justify-content: left;
    align-items:center;
    background-image: url(..//img/get-in-touch.jpg);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
}
.section_9{
    display:flex;
    justify-content: center;
    height: 500px;
}

.content_Choose_get_in_touch .form-container{
    width:600px;
    height: 100%;
    margin: 0px auto;
    color: white;
    margin: 0px 40px;
    justify-content: center;
}
.form-container {
    justify-content: center;
    background: #2020205e;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width:300px;
}
.form-container h1 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 12px;
}


.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
}
.select{
    margin-top: 5px;
    width:70%;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 80px;
}
.form-group button {
    width: 50%;
    padding: 10px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
} 
}

@media (max-width: 1555px) {
    /*Contacts*/
.conteiner_Contact{
    display: flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 700px;
    background: #ffffff;
}

.section_2{
    border-left: none;
    border-right: none;
    margin-top: 0px;
    width: 100%;
    height: 700px;
}
.head_2{
    margin-top: 10px;
    justify-content: center;
}
.Contact{
    margin: 0px;
}
.Contact ul{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.Contact ul li  {
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    text-align:left;
    justify-content:center;
    letter-spacing: 1px;
    margin-left: 50px;
}
.IMG_call{
    width: 450px;
    border-radius:360px;
    -moz-border-radius:360px;
    -ms-border-radius:360px;
    -o-border-radius:360px;
    -webkit-border-radius:360px;
}
.IMG_call:hover{
    transition-duration: 0.5s;
    width: 490px;
    box-shadow: 0px 0px 10px 0px ;
    color: #000000;
}
.text_us{
    width:800px;
    height: 250px;
    padding-top:7%;
}
.Contact .info_call_gmail{
    display: flex;
    gap: 40px;
    margin-top: 70px;
    background-color: #bebebe;
    text-align: center;
    justify-content: center;
    height: 80px;
    padding-top: 3.5%;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    -ms-border-radius:60px;
    -o-border-radius:60px;
}

.info_call_gmail a{
color: #000000;
font-size: 21px;
}

.info_call_gmail a:hover{
    transition-duration: 0.8s;
color: #0050fc;
font-size: 22px;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
    margin-left:-100px;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 16px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 18px;

}
/*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: flex;
    justify-content: center;
font-size: 35px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    display:flex;
    height: 500px;
    margin-top: 0px;
    justify-content: left;
    display: flex;
    justify-content: left;
    align-items:center;
    background-image: url(..//img/get-in-touch.jpg);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
}
.section_9{
    display:flex;
    justify-content: center;
    height: 500px;
}

.content_Choose_get_in_touch .form-container{
    width:600px;
    height: 100%;
    margin: 0px auto;
    color: white;
    margin: 0px 40px;
    justify-content: center;
}
.form-container {
    justify-content: center;
    background: #2020205e;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width:300px;
}
.form-container h1 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 13px;
}


.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
}
.select{
    margin-top: 5px;
    width:70%;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 80px;
}
.form-group button {
    width: 50%;
    padding: 10px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
}




.container_Us_partners{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 230px;
    background: #ffffff;
}
.section_4{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 50px;


}
.partners_img{
    justify-content: center;
    display: flex;
}
.partners_img ul{
    display: flex;
    gap: 80px;
}
.partners_img ul li{
    display: flex;

}
.Img_friend{
    width:140px;
}

.hive{
    width: 140px;
}
.hive:hover{
    transition-duration: 0.4s;
    width: 142px;
}
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 200px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 20px;
        padding-top: 35px;
    
        height: 150px;
    
    }
    
    .Brokers_img{
        justify-content: center;
        display: flex;
    
    }
    
    .Brokers_img ul{
        display: flex;
        gap: 60px;
    }
    
    .img_brokers{
        width: 180px;
    }
    
    .img_broker_financial{
        width: 95px;
        margin-top: -20px;
    }
    .img_broker_insurance{
        width: 80px;
        margin-top: -20px;
    }
    
}

@media (max-width: 1450px) {
   /*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: flex;
    justify-content: center;
font-size: 35px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    display:flex;
    height: 500px;
    margin-top: 0px;
    justify-content: left;
    display: flex;
    justify-content: left;
    align-items:center;
    background-image: url(..//img/get-in-touch.jpg);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
}
.section_9{
    display:flex;
    justify-content: center;
    height: 500px;
}

.content_Choose_get_in_touch .form-container{
    width:600px;
    height: 100%;
    margin: 0px auto;
    color: white;
    margin: 0px 40px;
    justify-content: center;
}
.form-container {
    justify-content: center;
    background: #2020205e;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width:300px;
}
.form-container h1 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 12px;
}


.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
}
.select{
    margin-top: 5px;
    width:70%;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 80px;
}
.form-group button {
    width: 50%;
    padding: 10px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    margin-left: -100px;
    border-bottom: 1px solid #000000;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 15px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 17px;

}
    .Big{
        font-size: 35px;
    }
}
@media (max-width:1370px) {
    /*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: flex;
    justify-content: center;
font-size: 35px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    display:flex;
    height: 400px;
    margin-top: 0px;
    justify-content: left;
    display: flex;
    justify-content: left;
    align-items:center;
    background-image: url(..//img/get-in-touch.jpg);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
}
.section_9{
    display:flex;
    justify-content: center;
    height: 400px;
}

.content_Choose_get_in_touch .form-container{
    width:500px;
    height: 100%;
    margin: 0px auto;
    color: white;
    margin: 0px 40px;
    justify-content: center;
}
.form-container {
    justify-content: center;
    background: #2020205e;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width:200px;
}
.form-container h1 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 12px;
}


.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom:5px;
    font-weight: bold;
    font-size: 15px;
}
.select{
    margin-top: 2px;
    width:50%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 50%;
    height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 70px;
}
.form-group button {
    width: 50%;
    padding: 5px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
}

    
}
@media (max-width: 1280px) {
    .h1{
        font-size: 25px;
    }
    .partners_img{
        justify-content: center;
        display: flex;
    }
    .partners_img ul{
        display: flex;
        gap: 80px;
    }
    .partners_img ul li{
        display: flex;
    
    }


   /*Contact*/
.conteiner_Contact{
    display: flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 700px;
    background: #ffffff;
}

.section_2{
    border-left: none;
    border-right: none;
    margin-top: 0px;
    width: 100%;
    height: 700px;
}
.head_2{
    margin-top: 10px;
    justify-content: center;
}
.Contact{
    margin: 0px;
}
.Contact ul{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.Contact ul li  {
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    text-align:left;
    justify-content:center;
    letter-spacing: 1px;
    margin-left: 50px;
}
.IMG_call{
    width: 350px;
    border-radius:360px;
    -moz-border-radius:360px;
    -ms-border-radius:360px;
    -o-border-radius:360px;
    -webkit-border-radius:360px;
}
.IMG_call:hover{
    transition-duration: 0.5s;
    width: 380px;
    box-shadow: 0px 0px 10px 0px ;
    color: #000000;
}
.text_us{
    width:600px;
    height: 250px;
    padding-top:7%;
}
.Contact .info_call_gmail{
    display: flex;
    gap: 40px;
    margin-top: 70px;
    background-color: #bebebe;
    text-align: center;
    justify-content: center;
    height: 80px;
    padding-top: 5.5%;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    -ms-border-radius:60px;
    -o-border-radius:60px;
}

.info_call_gmail a{
color: #000000;
font-size: 18px;
}

.info_call_gmail a:hover{
    transition-duration: 0.8s;
color: #0050fc;
font-size: 20px;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
    margin-left:-100px;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 16px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 18px;

}
     /*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: flex;
    justify-content: center;
font-size: 35px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    display:flex;
    height: 380px;
    margin-top: 0px;
    justify-content: left;
    display: flex;
    justify-content: left;
    align-items:center;
    background-image: url(..//img/get-in-touch.jpg);
    background-size:105%; /* Изображение покрывает весь экран */
    background-position:center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
}
.section_9{
    display:flex;
    justify-content: center;
    height: 380px;
}

.content_Choose_get_in_touch .form-container{
    width:500px;
    height: 100%;
    margin: 0px auto;
    color: white;
    margin: -20px 0px;
    justify-content: center;
}
.form-container {
    justify-content: center;
    background: #2020205e;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width:200px;
}
.form-container h1 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 12px;
}


.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom:5px;
    font-weight: bold;
    font-size: 15px;
}
.select{
    margin-top: 2px;
    width:50%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 50%;
    height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 70px;
}
.form-group button {
    width: 50%;
    padding: 5px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    margin-left: -100px;
    border-bottom: 1px solid #000000;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 15px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 17px;

}
    .Big{
        font-size: 30px;
    }
    .small{
        font-size: 15px;
    }
    .Img_friend{
        width:120px;
    }
    
    .hive{
        width: 120px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 122px;
    }
    .Logo_social{
        width:40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 150px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    padding-top: 0px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 140px;
}

.img_broker_financial{
    width: 80px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 70px;
    margin-top: -20px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 19px;
}
.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 16px;
}
    
}
@media (max-width: 1135px) {
    /*About US*/
.conteiner_About_US{
    display: flex;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 750px;
    background: #ffffff;
}

.section_2{
    border-left: none;
    border-right: none;
    margin-top: 0px;
    width: 100%;
    height: 730px;
}
.head_2{
    margin-top: 10px;
    justify-content: center;
}
.About_US{
    margin: 0px;
}
.About_US ul{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.About_US ul li {
    font-size: 16px;
    font-family:'Times New Roman', Times, serif;
    text-align:left;
    justify-content:center;
    letter-spacing: 1px;
}
.IMG_1140_insurance{
    width: 450px;
    border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
}
.IMG_1140_insurance:hover{
    transition-duration: 0.5s;
    width: 470px;
    box-shadow: 0px 0px 10px 0px ;
    color: #000000;
}
.text_us{
    width:500px;
    height: 250px;
    padding-top:5%;
}
.text_us2{
    width:500px;
    height: 250px;
    padding-top:5%;
}

.IMG_big_life{
    width: 450px;
    border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
}
.IMG_big_life:hover{
    transition-duration: 0.5s;
    width: 470px;
    box-shadow: 0px 0px 10px 0px ;
    color: #000000;
} 

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    margin-left: -100px;
    border-bottom: 1px solid #000000;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 15px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 17px;

}
    .partners_img{
        justify-content: center;
        display: flex;
    }
    .partners_img ul{
        display: flex;
        gap: 80px;
    }
    .partners_img ul li{
        display: flex;
    
    }
    .Img_friend{
        width:100px;
    }
    
    .hive{
        width: 100px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 102px;
    }

/*brokers ireland*/

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 150px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    padding-top: 0px;

    height: 100px;

}

.conteiner_Brokers_Ireland{
    display: block;
    margin: 0px 0;
    padding: 5px;
    height: 90px;
    background: #ffffff;
}
.section_5{
    display: block;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    padding-top: 0px;

    height: 150px;

}

.Brokers_img{
    justify-content: center;
    display: flex;

}

.Brokers_img ul{
    display: flex;
    gap: 60px;
}

.img_brokers{
    width: 120px;
}

.img_broker_financial{
    width: 70px;
    margin-top: -20px;
}
.img_broker_insurance{
    width: 60px;
    margin-top: -20px;
}
/* Стили для футера */
footer {
    background:#333;
    color:white;
    padding: 10px;
    height: 720px;
}
.container_footer{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    margin-top: 10px;
    height:40px;

}
.conteiner_content_footer{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.content_footer{
    margin-top: 0px;
}
.content_footer ul{
    width: 100%;
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 30px;
}
.content_footer a{
    text-align: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    align-items: center;
    
}
.content_footer li a:hover{
    transition-duration: 0.6s;
    font-size: 22px;
}
/*Contacts*/
.container_tell{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:40px;
    border-top: 1px solid rgba(255, 255, 255, 0.418);
    border-bottom: 1px solid rgba(255, 255, 255, 0.418);

}
.section_6{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.contect_gmail_call{
    display:block;
    justify-content: center;
}
.content_gmail_call ul{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 80px;
    margin-top: 10px;
    margin-left: -50px;
}
.content_gmail_call li a{
    color: #ffffff;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-family:'Times New Roman', Times, serif;
    letter-spacing: 2px;
}
.content_gmail_call li a:hover{
    transition-duration: 0.7s;
    font-size: 21px;

}

/*social_img*/
.container_img_social{
    display:block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height:70px;
}

.section_7{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content_img_social{
    display: block;
    justify-content: center;
}

.content_img_social ul{
    display: flex;
    gap: 60px;
    justify-content: center;
    text-align: center;
    margin-left: -80px;
}

.Logo_social{
    width:40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Logo_social:hover{
transition-duration: 0.25s;
width: 55px;
}

/*services_link*/
.container_list_services{
    display:block;
    flex-direction: column;
    align-items: center;
    margin-top:30px;
    height:100px;
}
.section_8{
    display:flex;
    justify-content: center;
    height: 100px;
}
.content_list_of_services{
    display: flex;
    height: 90px;
}

.content_list_of_services ul{
    display:inline-table;
    justify-content:left;
    margin: 0px 25px 0px 25px;
}

.content_list_of_services a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
}
.content_list_of_services a:hover{
transition-duration: 0.5s;
font-size: 16px;
}

/*last text*/
.container_last_text{
    display: block;
    justify-content: center;
}
.text_last{
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serifs;
}
    
}

@media (max-width: 950px) {
    nav ul li a {
        font-size: 14px;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
    }

    header, main, footer {
        padding: 10px;
    }
    header img {
        max-width: 40%;
        height: auto;
        margin-top: 200px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    
    }
    main{ 
        display:flex;
        margin: 0px 0;
        padding: 5px;
        background: #c2c2c28f;
        text-align: center;
        justify-content: center;
        height: 50px;
    }
    
    .section_1{
        display:block;
        text-align: center;
        justify-content: center;
        height:fit-content;
        margin-top: 7px;
        width:fit-content; 
        
    }
    
    .h1{
        color: #000000;
        font-size: 25px;
        text-align: center;
        letter-spacing: 2px;
        transition-duration: 0.5s;
        width: fit-content;
    
        
    }
    .h1:hover{
        font-size: 25px;
        border-bottom: 1px solid #000000;
    
    }
    
 /*Contact*/
 .conteiner_Contact{
    display: grid;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 700px;
    background: #ffffff;
}

.section_2{
    display: grid;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    width: 100%;
    height: 700px;
    justify-content: center;
}
.head_2{
    margin-top: 10px;
    justify-content: center;
}
.Contact{
    margin: 0px;
}
.Contact ul{
    display:grid;
    justify-content:center;
    gap: 10px;
}
.Contact ul li  {
    font-size: 17px;
    font-family:'Times New Roman', Times, serif;
    text-align:left;
    justify-content:center;
    letter-spacing: 1px;
    margin-left: 50px;
}
.IMG_call{
    width: 250px;
    border-radius:360px;
    -moz-border-radius:360px;
    -ms-border-radius:360px;
    -o-border-radius:360px;
    -webkit-border-radius:360px;
    justify-content: center;
    margin-left: 20%;

}
.IMG_call:hover{
    transition-duration: 0.5s;
    width: 250px;
    box-shadow: 0px 0px 10px 0px ;
    color: #000000;
}
.text_us{
    width:450px;
    height: 250px;
    padding-top:7%;
}
.Contact .info_call_gmail{
    display:flex;
    gap: 30px;
    margin-top: 30px;
    background-color: #bebebe;
    text-align: center;
    justify-content: center;
    height: 80px;
    padding-top: 5.5%;
    margin-left: -9%;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    -ms-border-radius:60px;
    -o-border-radius:60px;
}

.info_call_gmail a{
color: #000000;
font-size: 18px;
}

.info_call_gmail a:hover{
    transition-duration: 0.8s;
color: #0050fc;
font-size: 18px;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
    margin-left:-100px;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 16px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 18px;

}
     /*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: block;
    justify-content: center;
font-size: 10px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    height: 400px;
    margin-top: 0px;
    justify-content: center;
    align-items:center;
    background-image: url(..//img/);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:all; /* Центрирование изображения */
    background-repeat:initial; /* Избегать повторения */
}

.section_9{
    display:block;
    justify-content: center;
    height: 380px;
}

.content_Choose_get_in_touch .form-container{
    width:500px;
    height: 100%;
    margin: 0px auto;
    color: white;
    margin: 20px 80px;
}
.container_list_Get_in_touch .form-container {
    display:block;
    justify-content:center;
    background: #0e0d0d65;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width:300px;
    background-image: url(..//img/);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
    height: 350px;
    
}

.form-container h1 {
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 12px;
    font-size: 10px;
}


.form-group label {
    display:block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom:5px;
    font-weight: bold;
    font-size: 10px;
}
.select{
    margin-top: 2px;
    width:60%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 60%;
    height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 70px;
}
.form-group button {
    width: 60%;
    padding: 5px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
    margin-top:20px;
    margin-left: -5%;

}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    margin-left: 0px;
    border-bottom: 1px solid #000000;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 10px 0px 10px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 8px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 8px;

}
    /*little bit about US */
    
    .container_about_us{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 300px;
        background: #ffffff8f;
    }
    .section_3{
        border-left: none;
        border-right: none;
        margin-top: 20px;
        width: 100%;
    }
    .We_are{
        font-size: 25px;
        display: flex;
        justify-content:center;
    }
    .we_are ul{
        display: block;
        justify-content: center;
        gap: 20px; /*Расстояниемеждублоками*/
    }
    .we_are ul li{
        margin: 0px;
        
    }
    .Big{
        font-size: 25px;
        text-align: center;
        justify-content: center;
        padding-top:1.0%;
        font-family:'Times New Roman', Times, serif;
        width:100%;
        border-bottom: 1px solid black;
    }
    .small{
        padding-top:20px;
        display:flex;
        font-size: 13px;
        font-family: times;
        letter-spacing: 1px;
        width:100%;
    }
    
    
    /*Friends*/
    .container_Us_partners{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 500px;
        background: #ffffff;
    }
    .section_4{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 50px;
    
    
    }
    .partners_img{
        justify-content: center;
        display: block;
    }
    .partners_img ul{
        display: block;
        gap: 20px;
    }
    .partners_img ul li{
        display: block;
    
    }
    .Img_friend{
        width:140px;
    }
    
    .hive{
        width: 70px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 72px;
    }
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        height: 450px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 20px;
        padding-top: 5px;
    
        height: 430px;
    
    }
    
    .Brokers_img{
        justify-content: center;
        display: block;
    
    }
    
    .Brokers_img ul{
        display: block;
        gap:40px;
    }
    
    .img_brokers{
        width: 140px;
        margin-top: 40px;
    }
    
    .img_broker_financial{
        width: 80px;
        margin-top: 40px;
    }
    .img_broker_insurance{
        width: 70px;
        margin-top:0px;
    }
    
    
    
    /* Стили для футера */
    footer {
        background:#333;
        color:white;
        padding: 10px;
        height: 560px;
    }
    .container_footer{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid white;
        margin-top: 10px;
        height:30px;
    
    }
    .conteiner_content_footer{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content_footer{
        margin-top: 0px;
    }
    .content_footer ul{
        width: 100%;
        display:flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    .content_footer a{
        text-align: center;
        justify-content: center;
        color: #ffffff;
        font-size: 15px;
        font-family:'Times New Roman', Times, serif;
        align-items: center;
        
    }
    .content_footer li a:hover{
        transition-duration: 0.6s;
        font-size: 15px;
    }
    /*Contacts*/
    .container_tell{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:40px;
        border-top: 1px solid rgba(255, 255, 255, 0.418);
        border-bottom: 1px solid rgba(255, 255, 255, 0.418);
    
    }
    .section_6{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .contect_gmail_call{
        display:block;
        justify-content: center;
    }
    .content_gmail_call ul{
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 40px;
        margin-top: 10px;
        margin-left: -50px;
    }
    .content_gmail_call li a{
        color: #ffffff;
        justify-content: center;
        text-align: center;
        font-size: 15px;
        font-family:'Times New Roman', Times, serif;
        letter-spacing: 2px;
    }
    .content_gmail_call li a:hover{
        transition-duration: 0.7s;
        font-size: 15px;
    
    }
    
    /*social_img*/
    .container_img_social{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:70px;
    }
    
    .section_7{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .content_img_social{
        display: block;
        justify-content: center;
    }
    
    .content_img_social ul{
        display: flex;
        gap: 60px;
        justify-content: center;
        text-align: center;
        margin-left: -50px;
    }
    
    .Logo_social{
        width:35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .Logo_social:hover{
    transition-duration: 0.25s;
    width: 35px;
    }
    
    /*services_link*/
    .container_list_services{
        display:block;
        flex-direction: column;
        align-items: center;
        margin-top:10px;
        height:70px;
        width: 100%;
    }
    .section_8{
        display:block;
        justify-content: center;
        height: 70px;
        width: 100%;

    }
    .content_list_of_services{
        display: block;
        height: 70px;
        width: 100%;
    }
    
    .content_list_of_services ul{
        display:inline-table;
        justify-content:center;
        margin: 0px 10px 0px 10px;
    }
    
    .content_list_of_services a {
        display:flex;
        color: #ffffff;
        font-size: 8px;
        margin-top: 5px;
        letter-spacing: 1px;
        font-family: 'Times New Roman', Times, serif;
    }
    .content_list_of_services a:hover{
    transition-duration: 0.5s;
    font-size:8px;
    }
    
    /*last text*/
    .container_last_text{
        display: block;
        justify-content: center;
    }
    .text_last{
        display: block;
        text-align: center;
        justify-content: center;
        font-size: 8px;
        letter-spacing: 1px;
        font-family: Arial, Helvetica, sans-serifs;
    }
}

@media (max-width: 480px) {
    nav ul li a {
        font-size: 14px;
    }

    header img {
        width: 80%;
    }

    main section {
        padding: 10px;
    }

    header img {
        max-width: 40%;
        height: auto;
        margin-top: 200px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    
    }
    main{ 
        display:flex;
        margin: 0px 0;
        padding: 5px;
        background: #c2c2c28f;
        text-align: center;
        justify-content: center;
        height: 50px;
    }
    
    .section_1{
        display:block;
        text-align: center;
        justify-content: center;
        height:fit-content;
        margin-top: 7px;
        width:fit-content; 
        
    }
    
    .h1{
        color: #000000;
        font-size: 25px;
        text-align: center;
        letter-spacing: 2px;
        transition-duration: 0.5s;
        margin-top: -10px;
        width: fit-content;
    
        
    }
    .h1:hover{
        font-size: 25px;
        border-bottom: 1px solid #000000;
    
    }
    
     /*Contact*/
 .conteiner_Contact{
    display: grid;
    margin: 0px 0;
    padding: 5px;
    text-align: center;
    justify-content: center;
    height: 700px;
    background: #ffffff;
}

.section_2{
    display: grid;
    border-left: none;
    border-right: none;
    margin-top: 0px;
    width: 100%;
    height: 700px;
    justify-content: center;
}
.head_2{
    margin-top: 10px;
    justify-content: center;
}
.Contact{
    margin: 0px;
}
.Contact ul{
    display:grid;
    justify-content:center;
    gap: 10px;
}
.Contact ul li  {
    font-size: 15px;
    font-family:'Times New Roman', Times, serif;
    text-align:left;
    justify-content:center;
    letter-spacing: 1px;
    margin-left: 50px;
}
.IMG_call{
    width: 250px;
    border-radius:360px;
    -moz-border-radius:360px;
    -ms-border-radius:360px;
    -o-border-radius:360px;
    -webkit-border-radius:360px;
    justify-content: center;
    margin-left: 0%;

}
.IMG_call:hover{
    transition-duration: 0.5s;
    width: 250px;
    box-shadow: 0px 0px 10px 0px ;
    color: #000000;
}
.text_us{
    width:300px;
    height: 250px;
    padding-top:7%;
}
.Contact .info_call_gmail{
    display:block;
    gap: 10px;
    margin-top: 30px;
    background-color: #bebebe;
    text-align: center;
    justify-content: center;
    height: 80px;
    padding-top: 5.5%;
    margin-left:-15%;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    -ms-border-radius:60px;
    -o-border-radius:60px;
}

.info_call_gmail a{
color: #000000;
font-size: 18px;
}

.info_call_gmail a:hover{
    transition-duration: 0.8s;
color: #0050fc;
font-size: 18px;
}

.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
    margin-left:-100px;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 30px 0px 30px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 16px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 18px;

}
     /*Get in Touch*/

.container_Get_in_Touch{
    display:block;
    margin: 0px;
}
.Get_in_Touch ul li{
    display: block;
    justify-content: center;
font-size: 10px;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
border-bottom: 1px solid black;
}

.container_list_Get_in_touch{
    height: 430px;
    padding-top: 0px;
    justify-content: center;
    align-items:center;
    background-image: url(..//img/);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:all; /* Центрирование изображения */
    background-repeat:initial; /* Избегать повторения */
}

.section_9{
    display:block;
    justify-content: center;
    height: 380px;
    width: 300px;
}

.content_Choose_get_in_touch .form-container{
    width:350px;
    height: 100%;
    margin: 0px auto;
    color: white;
    margin: 10px 0px;
}
.container_list_Get_in_touch .form-container {
    display:block;
    justify-content:center;
    background: #0e0d0d65;
    padding-top:0px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width:300px;
    background-image: url(..//img/);
    background-size:100%; /* Изображение покрывает весь экран */
    background-position:center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Избегать повторения */
    height: 350px;
    
}

.form-container h1 {
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center;
    justify-content: center;
}
.form-group {
    margin-bottom: 10px;
    font-size: 10px;
}


.form-group label {
    display:block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_item{
    margin-bottom:5px;
    font-weight: bold;
    font-size: 10px;
}
.select{
    margin-top: 5px;
    width:60%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-group input,
.form-group textarea {
    width: 60%;
    height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
}
.form-group textarea {
    resize: vertical;
    height: 70px;
}
.form-group button {
    width: 60%;
    padding: 5px;
    background-color: #4e810a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    
}
.form-group button:hover {
    transition-duration: 0.5s;
    background-color: #1c9405;
}
.container_specialise{
    display: flex;
justify-content: center;
}

.specialise ul{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
    margin-top:20px;
    margin-left: -5%;

}
.specialise ul li{
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1px;
    margin-left: 0px;
    border-bottom: 1px solid #000000;

}

.content_list_of_services_US ul{
    display:inline-table;
    justify-content:left;
    text-align: left;
    margin: 0px 3px 0px 3px;
    margin-top: 8px;
}
.content_list_of_services_US li{
    color: #000000;
    font-size: 7px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.content_list_of_services_US li:hover{
    transition-duration:0.5s;
    font-size: 17px;

}
    /*little bit about US */
    
    .container_about_us{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        text-align: center;
        justify-content: center;
        height: 300px;
        background: #ffffff8f;
    }
    .section_3{
        border-left: none;
        border-right: none;
        margin-top: 20px;
        width: 100%;
    }
    .We_are{
        font-size: 15px;
        display: flex;
        justify-content:center;
    }
    .we_are ul{
        display: block;
        justify-content: center;
        gap: 20px; /*Расстояниемеждублоками*/
    }
    .we_are ul li{
        margin: 0px;
        
    }
    .Big{
        font-size: 25px;
        text-align: center;
        justify-content: center;
        padding-top:1.0%;
        font-family:'Times New Roman', Times, serif;
        width:100%;
        border-bottom: 1px solid black;
    }
    .small{
        padding-top:20px;
        display:flex;
        font-size: 13px;
        font-family: times;
        letter-spacing: 1px;
        width:100%;
    }
    
    
    /*Friends*/
    .container_Us_partners{
        display: block;
        margin: 0px 0;
        padding: 5px;
        height: 500px;
        background: #ffffff;
    }
    .section_4{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 50px;
    
    
    }
    .partners_img{
        justify-content: center;
        display: block;
    }
    .partners_img ul{
        display: block;
        gap: 20px;
    }
    .partners_img ul li{
        display: block;
    
    }
    .Img_friend{
        width:120px;
    }
    
    .hive{
        width: 120px;
    }
    .hive:hover{
        transition-duration: 0.4s;
        width: 120px;
    }
    /*brokers ireland*/
    
    .conteiner_Brokers_Ireland{
        display: block;
        margin: 0px 0px;
        padding: 5px;
        height: 390px;
        background: #ffffff;
    }
    .section_5{
        display: block;
        border-left: none;
        border-right: none;
        margin-top: 0px;
        padding-top: 5px;
        height: 380px;
    
    }
    
    .Brokers_img{
        justify-content: center;
        display: block;
    
    }
    
    .Brokers_img ul{
        display: block;
        gap:20px;
    }
    
    .img_brokers{
        width: 120px;
        margin-top: 40px;
    }
    
    .img_broker_financial{
        width: 80px;
        margin-top: 20px;
    }
    .img_broker_insurance{
        width: 70px;
        margin-top:0px;
    }
    
    
    
    /* Стили для футера */
    footer {
        background:#333;
        color:white;
        padding: 10px;
        height: 530px;
    }
    .container_footer{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid white;
        margin-top: 10px;
        height:25px;
    
    }
    .conteiner_content_footer{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content_footer{
        margin-top: 0px;
    }
    .content_footer ul{
        width: 100%;
        display:flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    .content_footer a{
        text-align: center;
        justify-content: center;
        color: #ffffff;
        font-size: 8px;
        font-family:'Times New Roman', Times, serif;
        align-items: center;
        
    }
    .content_footer li a:hover{
        transition-duration: 0.6s;
        font-size: 8px;
    }
    /*Contacts*/
    .container_tell{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:40px;
        border-top: 1px solid rgba(255, 255, 255, 0.418);
        border-bottom: 1px solid rgba(255, 255, 255, 0.418);
    
    }
    .section_6{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .contect_gmail_call{
        display:block;
        justify-content: center;
    }
    .content_gmail_call ul{
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 40px;
        margin-top: 10px;
        margin-left: -50px;
    }
    .content_gmail_call li a{
        color: #ffffff;
        justify-content: center;
        text-align: center;
        font-size: 10px;
        font-family:'Times New Roman', Times, serif;
        letter-spacing: 2px;
    }
    .content_gmail_call li a:hover{
        transition-duration: 0.7s;
        font-size: 10px;
    
    }
    
    /*social_img*/
    .container_img_social{
        display:block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        height:70px;
    }
    
    .section_7{
        display:block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    
    .content_img_social{
        display: block;
        justify-content: center;
    }
    
    .content_img_social ul{
        display: flex;
        gap: 60px;
        justify-content: center;
        text-align: center;
        margin-left: -50px;
    }
    
    .Logo_social{
        width:35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .Logo_social:hover{
    transition-duration: 0.25s;
    width: 35px;
    }
    
    /*services_link*/
    .container_list_services{
        display:block;
        flex-direction: column;
        align-items: center;
        margin-top:0px;
        height:70px;
        width: 100%;
    }
    .section_8{
        display:block;
        justify-content: center;
        height: 70px;
        width: 100%;

    }
    .content_list_of_services{
        display: block;
        height: 70px;
        width: 100%;
    }
    
    .content_list_of_services ul{
        display:inline-table;
        justify-content:center;
        margin: 0px 2px 0px 2px;
    }
    
    .content_list_of_services a {
        display:flex;
        color: #ffffff;
        font-size: 6.5px;
        margin-top: 5px;
        letter-spacing: 1px;
        font-family: 'Times New Roman', Times, serif;
    }
    .content_list_of_services a:hover{
    transition-duration: 0.5s;
    font-size:6.5px;
    }
    
    /*last text*/
    .container_last_text{
        display: block;
        justify-content: center;
    }
    .text_last{
        display: block;
        text-align: center;
        justify-content: center;
        font-size: 6px;
        letter-spacing: 1px;
        font-family: Arial, Helvetica, sans-serifs;
    }
    
    



}
