@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    padding: 0;
}
h2 {
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
}
h3 {
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}
h4 {
    margin: 0px;
    padding: 5px;
    color: #0060a1;
    font-size: 24px;
}
h5 {
    text-align: justify;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 300;
    color: #333
}
.prop_text2 h5 {
    text-align: justify;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 300;
    color: #333
}
h6 {
}
p {
    font-weight: 300;
    font-size: 14px;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #333;
}
span {
    font-size: 34px;
    color: #0060a1;
    font-weight: 900;
    text-align: center;
}
nav {
    margin: 20px;
}
ul {
    display: block;
    float: right;
}
li {
    display: inline-block;
    margin: 20px 10px;
}
li a {
    padding: 7px 15px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
li a:hover {
    padding: 5px 13px;
    color: #0060a1;
    border: 2px solid #0060a1;
}
.active {
    padding: 5px 13px;
    color: #333;
    border: 2px solid #333;
}
a {
    text-decoration: none;
    text-align: center;
}
.block1 p, .block2 p, .block3 p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
}
/*costom style*/
header {
    height: 600px;
    width: 100%;
    margin: 0px;
    padding: 0;
    background-image: url('../image/backgraund.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
header .casehead {
    display: flex;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
header div {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
/*content*/
.case1 {
    width: 900px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.case3 {
    display: flex;
    width: 900px;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
}
.case3 {
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.banner {
    text-align: right;
    margin: 0 120px;
}
.case3 div {
    margin: 0px;
    padding: 30px 10px;
    height: 200px;
    display: inline-block;
    width: 30%;
    text-align: center;
    z-index: 2;
}
.caseblock {
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
}
.caseblock div {
    margin: 0px;
    padding: 30px 10px;
    height: 200px;
    display: inline-block;
    width: 30%;
    text-align: center;
    z-index: 2;
}
.case2 {
    display: flex;
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.case2 div {
    margin: 0px;
    padding: 0px 10px 50px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.casehead div, .casehead nav {
    margin: 0px;
    padding: 10px;
    display: inline-flex;
}
.case5 {
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.case5 div {
    margin: 0px;
    padding: 30px 10px;
    display: inline-block;
    width: 20%;
    text-align: center;
}
.case5 div img {
    width: 100px;
    transition-duration: 0.5s;
}
.case5 div img:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
}
footer {
    width: 100%;
    margin: 0;
    height: 550px;
    padding: 0;
    background-color: #333333;
    color: #fff;;
    font-size: 14px;
    font-weight: 200;
}
footer div {
    padding: 30px 5px 0px 5px;
}
.about {
    padding: 5px;
}
.about h4 {
    text-align: left;
}
/*block*/
.row {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.block1 {
    background-color: #0060a1;
}
.block2 {
    background-color: #0071bd;
}
.block3 {
    background-color: #0088e3;
}
/*style*/
.imageclass {
    height: 50px;
}
.botton-white {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    margin: 30px;
    transition-duration: 0.5s;
}
.botton-white:hover {
    color: #333;
    border: 2px solid #333;
    transition-duration: 0.5s;
}
.botton-blue {
    color: #0060a1;
    border: 2px solid #0060a1;
    padding: 10px 15px;
    margin: 15px;
    transition-duration: 0.5s;
}
.botton-blue:hover {
    color: #039aff;
    border: 2px solid #039aff;
    transition-duration: 0.5s;
}
.logoimg {
    position: absolute;
    height: 100px;
    z-index: 999999;
}
.bannecatdog {
    position: absolute;
    z-index: 1;
    height: 500px;
    margin: 0 100px;
}
div.oboutme h5 {
    margin: 10px;
}
div.oboutme ul {
    list-style-type: square;
    color: #0060a1;
    text-align: left;
    margin: 0;
}
div.oboutme ul li {
    margin: 0;
}
/*animation*/
.homeimg {
    position: absolute;
    height: 50px;
    animation: homeanimation 3s ease 0s infinite;
}
@keyframes homeanimation {
    0% {
        transform-origin: 0% 50%;
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-40deg) scale(0.5);
    }
    100% {
        transform: rotate(0deg);
    }
}
.lapi {
    position: absolute;
    height: 90%;
    animation: homeanilapi 10s ease 0s infinite;
}
@keyframes homeanilapi {
    0% {
        transform-origin: 50% 50%;
    }
    50% {
        transform: rotate(-5deg) scale(1.2);
    }
    100% {
    }
}
.kosti {
    position: absolute;
    height: 60%;
    animation: homeanikosti 10s ease 0s infinite;
}
@keyframes homeanikosti {
    0% {
        transform-origin: 50% 50%;
    }
    50% {
        transform: rotate(-5deg) scale(1.2);
    }
    100% {
    }
}
.kosti2 {
    position: absolute;
    height: 60%;
    right: 100px;
    z-index: 1;
    animation: homeanikosti2 10s ease 0s infinite;
}
@keyframes homeanikosti2 {
    0% {
        transform-origin: 80% 20%;
    }
    50% {
        transform: rotate(10deg) scale(1.2);
    }
    100% {
    }
}
/*table*/
table {
    text-align: left;
    border: 2px solid #0060a1;
    border-spacing: 0;
    border-collapse: collapse;
}
table th {
    text-align: center;
}
table tr td:last-child {
    text-align: center;
}
td {
    border: 2px solid #0060a1;
    color: #0060a1;
    padding: 5px;
}
/*form*/
form {
    margin: 30px auto;
    width: 270px;
    text-align: center;
}
input {
    border: 2px solid #0060a1;
    height: 40px;
    margin: 5px auto;
    font-size: 20px;
    padding: 0 10px;
}
.botton-send {
    color: #fff;
    text-align: center;
    background-color: #0060a1;
    padding: 0px 10px;
    transition-duration: 0.5s;
}
.botton-send:hover {
    color: #fff;
    background-color: #039aff;
    padding: 0px 10px;
    transition-duration: 0.5s;
}
/*text over*/
.prop_text {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.prop_text:after {
    content: " ";
    display: block;
    position: absolute;
    height: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%);
}
#slide {
    cursor: pointer;
}
.prop_text2 {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.prop_text2:after {
    content: " ";
    display: block;
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%);
}
#slide2 {
    cursor: pointer;
}
div.razrab {
    height: auto;
    width: 250px;
}
.razrab a {
    color: #f7ff00;
}
.gleb {
    height: 450px;
}
footer .case3 a {
    color: #fff;
}
form .botton-send {
    width: 270px;
}
/*botton call*/
.botton-call {
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #0060a1;
    z-index: 999999999999999999999;
    bottom: 10%;
    right: 10%;
}
.botton-call div {
    width: 70px;
    position: fixed;
    height: 70px;
    border-radius: 50px;
    animation: call-botton 3s ease 0s infinite;
}
@keyframes call-botton {
    0% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        background-color: #0088e3;
        transform: scale(2);
        opacity: 0;
    }
}
.botton-call a img {
    padding: 15px;
    animation: call-phone 4s ease 0s infinite;
}
@keyframes call-phone {
    15% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(-30deg);
    }
    25% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-20deg);
    }
    35% {
        transform: rotate(0deg);
    }
    100% {
    }
}
.mail_send-sacsses {
    font-size: 26px;
    line-height: 26px;
    margin-top: 30px;
}
.modalDialog h3 a{
    color: #ffffff;
}
.modalDialog p{
    margin-top: 15px;
}




