@font-face {
	font-family: "Cassandra";
	src: url("fonts/cassandra/cassandra.eot"); /* IE9 Compat Modes */
	src: url("fonts/cassandra/cassandra.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("fonts/cassandra/cassandra.otf") format("opentype"), /* Open Type Font */
		url("fonts/cassandra/cassandra.svg") format("svg"), /* Legacy iOS */
		url("fonts/cassandra/cassandra.ttf") format("truetype"), /* Safari, Android, iOS */
		url("fonts/cassandra/cassandra.woff") format("woff"), /* Modern Browsers */
		url("fonts/cassandra/cassandra.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Pacifico-Regular";
    src: url(fonts/Pacifico-Regular.ttf);
}


/*меню*/
nav {
    background: rgba(233, 245, 245, 0.4);
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px; 
    position: fixed;   
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    /*opacity: 0.7*/

}

.logo_txt {
    text-decoration: none;
    font-size: 25px;
    color: darkcyan;
    margin-left: 20px;
}
.logo_img {
    width: 80px;
    transition: 1s;
}
.logo_img:hover {
    transform: scale(2) rotate(-30deg);
}
.logo_block {
    display: flex;
    align-items: center;
}
.pic-ships {
    max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  position: absolute; /* Используем абсолютное позиционирование */
  left: 100px; /* Начальное положение слева */
  z-index: -1;
  animation: moveRight 80s linear infinite;
}

@keyframes moveRight {
    from {
      left: 0;
    }
    to {
      left: calc(100% - 360px); /* Перемещение вправо на ширину изображения */
    }
  }
.menut a {
    background: url(image/buttom_fon.jpeg);
    background-size: 100%;
    color: rgb(237, 255, 71);
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    font-family: "Cassandra";
    font-weight: bold;
    
    border-radius: 150px 50px;
    padding-left: 40px;
    box-shadow: 10px 10px 30px #222;
    transition: 0.5s;
    

}
.menut a:hover {
    box-shadow: 10px 10px 50px #f7f31c;
    border: 1px solid rgb(250, 227, 19);
    margin: 15px;
}


.menut {

}
/*Конец Меню*/






/*Стрелка наверх*/
.menuv {
    position: fixed;   
    width: 50px;
    bottom: 90px;
    left: 50px;
    transition: 1s;
    z-index: 2;
   

}
.menuv:hover {
    left: 40px;
    
}



.menuvv {
    position: fixed;   
    width: 50px;
    bottom: 30px;
    left: 50px;
    transition: 1s;
    z-index: 2;

}
.menuvv:hover {
    left: 40px;
    bottom: 15px;
    
}

.menuv_img {
    width: 50px;
    transition: 1s;
    
}
.menuv_img:hover {
    width: 70px;
}
/*Стрелка наверх*/

.header11 {
    background: url(image/pngwing.com2.png);
    background-size: contain;

 
    padding-left: 270px;
    width: 80px;
    height: 600px;
   
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    left: 90%;
    bottom: 100%;

}

.header2 {
    background: url(image/211s1s.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 80% 30%;
    width: 50%;
    height: 640px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    left: -25%;
    top: 50%;
    z-index: 0;
    transition: 1s;

}

.header_div {
    background: white;
    width: 20%;
    padding: 5px;
    font-family: "Cassandra";
    display: flex;
    justify-content: center top;
    border-radius: 100px;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-top: 5px;
    padding: 20px;
    text-align: justify;
    position: absolute;
    left: 70%;
    top: -20%;
    transition: 1s;
    opacity: 0; /*прозрачность 0-1*/
}


.header2:hover .header_div {
    opacity: 1;
}


body {
    background-color: black;   
    overflow-x: hidden;
    overflow-y: auto;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-family: 'Arial';
    font-size: 15px;
    text-align: justify;
}

/** {
    margin: 0;
}*/

/*Оформление рисунков в заголовке*/
.pic {
    padding-top: 100px;
    width: 100%;
    font-family: "Cassandra";
    font-size: 600%;
    font-weight: bold;
    color: rgb(207, 158, 22);
    display: flex;
    align-items: center;
    justify-content: center;
    

}
.pic_1 {
    margin-right: 20px;
    border-radius: 30px 30px 10px 10px;
    transition: 1s;
    transform: scaleX(-1);
    transform-origin: center center;
}
.pic_2 {
    margin-left: 20px;
    transition: 1s;
    transform-origin: left center;
    border-radius: 30px 30px 10px 10px;
    transform-origin: left center;
}


.pic_2:hover {
    transform:  perspective(300px) rotateY(30deg) ;
    
    
}

.pic_filter {
    filter: grayscale();
    transition: 10s;
    
}
.pic_filter:hover {
    filter: blur();
}
.pic_filter2 {
    filter: ();
    transition: 1s;
    
}

.pic_suj {
    background: url(image/585_208.jpg);
    background-size: cover;
    background-position: left;
    border-radius: 20px;
    width: 100%;
    height: 50%;
    transition: 1s;
}
.pic_suj:hover {
    background-position: right;

}

.pic_dvig {
    background: url(image/cors453.jpg);
    background-size: cover;

    border-radius: 20px;
    width: 100%;
    height: 50%;
    transition: 1s;
    filter: grayscale();
}
.pic_dvig:hover {
    filter: none;
}

.pic_boy {
    background: url(image/screenshot_sea_dogs_11.jpg);
    background-size: cover;
    background-position: top;
    border-radius: 20px;
    width: 100%;
    height: 160px;
    transition: 1s;
}
.pic_boy:hover {
    background: url(image/screenshot_sea_dogs_11.jpg);
    background-size: cover;
    background-position: bottom;

}


.pic2 {
    padding-top: 0px;
    text-align: center;
    width: 80%;
    height: фгещ;
    margin: auto;
    border-radius: 35px 15px;
    transition: 1s;
}
.pic2:hover {
    transform: scale(1.2);
}


.flex1 {
    /*background: green;*/
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 5px;
    
}

.flex {
    
    display: flex;
    align-items: flex-start;
    margin: 10px;
    background: blue;
}

.btn_block {
    text-align: center;
    margin-top: 20px;
}

.btn_more {
    background: rgb(255, 216, 171);
    border: 1px solid rgb(238, 214, 109);
    border-radius: 50px 50px ;
    padding: 10px;
    font-family: "Cassandra";
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 1s;

}

.btn_more2 {
    background: rgb(247, 96, 9);
    border: 1px solid rgb(2, 2, 2);
    border-radius: 50px 50px ;
    width: 40%;
    
    padding: 5px;
    font-family: "Cassandra";
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 1s;

}

.btn_more2:hover {
    background: rgb(243, 245, 122);
    border-radius: 1px solid red;
    transform: none;
}

.btn_more:hover {
    background: rgb(235, 131, 13);
    border-radius: 1px solid red;
}

.menu {
    
    text-align: center;
    word-spacing: 20px;
    width: 100%; ширина (px, rem, wv, %);
    height: 50px; высота (px, rem, wh, %);
    margin: 50px auto;
}

.buttom2 {
    text-decoration: none; /*убрать подчеркивание*/
    background: url(image/buttom_fon.jpeg);
    background-size: 100% 150%;
    background-attachment: unset;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Cassandra";
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-radius: 35px 15px;
    
    color: rgb(255, 230, 0);
    box-shadow: 10px 10px 30px #222;
    box-sizing: border-box;
}

.menu2 {
    
    text-align: center;
    width: 100%; ширина (px, rem, wv, %);
    height: 50px; высота (px, rem, wh, %);
    margin: auto;
}
.background_title1 {
    background: url(image/11111.gif);
    background-size: local; 
    background-position: top; 
  
   
    
}
.background_title {
    background: url(image/super-fon2.jpg);
    background-size: 100% auto; 
    background-position: center top; 
    height: 100%;
    background-repeat: no-repeat;
    
}



.title_red1 {
    background: url(image/news-nav.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 50px 50px;
    
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 50%;
    height: 20px;
    margin: auto;
   
   
    font-family: "Cassandra";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 230, 0);
    box-sizing: border-box;

    
}

.title_red2 {
    background: url(image/polosa10.png);
    background-size: 100%;
    background-attachment: local;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 0px;
    width: 50%;
    height: 20px;
    margin: auto;
    
    box-sizing: border-box;
}

.title_red3 {
    background: url(image/polosa20.png);
    background-size: 100%;
    background-attachment: local;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 35px;
    padding-bottom: 10px;
    width: 50%;
    height: 70px;
    margin: auto;
    
    box-sizing: border-box;
}

.span_title {
    color: #0a0808;
    font-family: "Pacifico-Regular";
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
}

.content {
    background: url(image/polosa00.png);
    background-size: 100%;
    background-attachment: local;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 20px;
    font-size: 15px;
    width: 50%;
    margin: auto;
    text-align: justify;
    box-sizing: border-box;
}

.content2 {
    /*background: yellow;*/
    width: 33%;
    display: flex;
    justify-content: center top;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px;
    text-align: justify;
    transition: 1s;
    
    
}

.content2:hover {
    transform: scale(1.1) !important;
}

.flex1:hover .content2 {
    transform: scale(0.9);
}







/*Подвал*/
footer {
    
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
}

.content_footer_end {
    
    width: 100%;
    display: flex;
    justify-content: center;

    
}
.content_footer_end p {
    width: 30%;
    text-align: center;
    
    color: rgb(255, 251, 25);
    font-family: "Cassandra";
    margin: 20px;
}

.ship_footer {
    width: 400px;
    height: 655px;
    position: fixed;
    left: 80%;
    bottom: 0;
    z-index: 1;

}

.pic_1 {
    width: 150px;
    height: 60px;
    position: fixed;
    left: 95%;
    bottom: 65%;
    z-index: 1;
/*    margin-right: 20px;
    border-radius: 30px 30px 10px 10px;
    transition: 1s;
    transform: scaleX(-1);
    transform-origin: center center;*/
}

.content_footer {

   /* background: green;*/
    font-family: "Pacifico-Regular";
    width: 50%;
    text-decoration: none;
    
    display: flex;
    justify-content: space-around;
    align-items: flex-start;

    text-align: end;
    
    padding: 10px;
    
    gap: 40px;
    border-radius: 20px;
    box-sizing: border-box;
}

.footer_size{
    /*background: red;*/
    color: #0a0808;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    
}

    

input, textarea {
    /*background: url(image/fon.jpg);*/
    border-radius: 20px;
    padding: 5px;
    color: #0e0c0c;
    text-decoration: none;
    font-family: "Cassandra";
   
    
    width: 300px;
    transition: 1s;

}

input:hover, textarea:hover {
    transform: scale(1.1);
    color: rgb(0, 0, 0);
}


.content2 h4 {
    margin: 0;
    font-family: "Pacifico-Regular";
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}



/*соседний селектор*/
/*.pic_suj + p {*/
    /*visibility: hidden; /*скрыть*/
    /*display: none; /*элемент удаляем*/
/*    opacity: 0; /*прозрачность 0-1/*
    transition: 1s;
}

.pic_suj:hover + p {
    opacity: 1;
}
*/


.p {
    text-align: justify;
    margin: 2px;
}

h3 {
    color: #ffffff;
    text-align: center;
    margin: 5px;
}

/*для колл-трекинга*/
.phone_numbers {
    width: 30%;
    text-align: center;
    color: rgb(255, 251, 25);
    font-family: "Cassandra";
    margin: 20px;
}

.ct_phone {
    display: block;
    margin: 5px 0;
}
/*для колл-трекинга*/
