@font-face {
    font-family: 'TildaSans';
    src: url("./fonts/TildaSans-Regular.woff") format("woff"), url("./fonts/TildaSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal; 
}
@font-face {
    font-family: 'TildaSans';
    src: url("./fonts/TildaSans-Medium.woff") format("woff"), url("./fonts/TildaSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal; 
}
@font-face {
    font-family: 'TildaSans';
    src: url("./fonts/TildaSans-Bold.woff") format("woff"), url("./fonts/TildaSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal; 
}
  
body {
    font-family: "TildaSans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #01007D;
    position: relative;
    min-height: 100vh;
    margin: 0;
    line-height: 1.2;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1; 
}
body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(61, 61, 61, 0.4); 
}
body::-webkit-scrollbar-thumb {
    background-color: #3D3D3D; 
}
a {
    font-family: "TildaSans", sans-serif;
    text-decoration: none;
    color: inherit; 
}
  
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
  
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none; 
}
  
body, html {
    width: 100%; 
}
  
h1, h2, h3, h4, h5, h6 {
    margin: 0; 
}
  
header, section, footer {
    width: 100%; 
}
  
svg {
    width: 100%;
    height: 100%; 
}
  
address {
    font-style: normal;
    font-family: "TildaSans", sans-serif; 
}
  
button {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    font: none;
    cursor: pointer;
    font-family: "TildaSans", sans-serif;
    font-weight: 500;
    font-size: 16px; 
}
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}

.container {
    width: 1360px;
    margin: 0 auto; 
}

.wrapper {
    overflow: hidden;
}

.header{
    margin-top: 30px;
    margin-bottom: 60px;
}

.header .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 24px 52px 0px rgba(82, 82, 82, 0.04), 0px 95px 95px 0px rgba(82, 82, 82, 0.04), 0px 214px 128px 0px rgba(82, 82, 82, 0.02), 0px 381px 152px 0px rgba(82, 82, 82, 0.01), 0px 595px 167px 0px rgba(82, 82, 82, 0.00);
    padding: 10px 60px;
    border-radius: 20px;
}

.header .logo{
    display: inline-flex;
}

.header .contacts-wrap{
    display: flex;
    align-items: center;
}

.header .contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.header a.contact:hover{
    opacity: 0.6;
}

.header .contact:last-child{
    margin-bottom: 0px;
}

.header .contact-icon{
    flex-shrink: 0;
}

.header .contact-text{
    margin-left: 8px;
    font-size: 18px;
    font-weight: 500;
}

.header .socials{
    display: flex;
    margin-left: 30px;
}

.header .social{
    margin-right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
}

.header .social:hover{
    opacity: 0.7;
}

.header .social:last-child{
    margin-right: 0px;
}

.heroimage{
    position: relative;
    z-index: 2;
}

.heroimage .content-top{
    max-width: 562px;
    margin-bottom: 60px;
}

.heroimage .block{
    position: relative;
    max-width: 562px;
    background: #B20701;
    padding: 40px 120px 40px 60px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.heroimage .block-item{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.heroimage .block-item:last-child{
    margin-bottom: 0;
}

.heroimage .block-title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.heroimage .percent{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.heroimage .content-title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #B20701;
    margin-bottom: 20px;
}

.heroimage .content-bottom{
    position: relative;
    max-width: 562px;
    /* display: flex; */
}

.heroimage .content-bottom .image-wrapper{
    position: absolute;
    left: 100%;
    bottom: -30px;
    padding: 40px 64px 0px 20px;
}

.heroimage .buttons{
    /* display: flex; */
    /* flex-direction: column; */
    margin: 40px 0;
}

.heroimage .button{
    display: inline-flex;
    padding: 10px 40px;
    border-radius: 20px;
    background: #01007D;
    color: #fff;
    box-shadow: 0px 24px 52px 0px rgba(82, 82, 82, 0.04), 0px 95px 95px 0px rgba(82, 82, 82, 0.04), 0px 214px 128px 0px rgba(82, 82, 82, 0.02), 0px 381px 152px 0px rgba(82, 82, 82, 0.01), 0px 595px 167px 0px rgba(82, 82, 82, 0.00);
    margin-bottom: 10px;
}
.heroimage .button:last-child{
    margin-bottom: 0;
}

.text-default{
    color: #1E1E1E;
    font-size: 18px;
    /* font-weight: 700; */
    line-height: 1.3;
}

.text-default strong{
    color: #B20701;
}

.header_1{
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}



.footer{
    position: relative;
    padding-top: 70px;
    /* background: #00274D; */
    /* padding: 12px 0 10px; */
}

.footer .footer-svg{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer .content{
    position: relative;
    z-index: 2;
}

.footer .blocks{
    display: flex;
    justify-content: space-between;
}

.footer .block{
    width: 49%;
}

.footer .block-header{
    display: flex;
    margin-bottom: 20px;
}

.footer .contacts-wrap{
    display: flex;
    align-items: center;
}

.footer .contacts{
    margin-right: 80px;
}

.footer .contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer a.contact:hover{
    opacity: 0.6;
}

.footer .contact:last-child{
    margin-bottom: 0px;
}

.footer .contact-icon{
    flex-shrink: 0;
    filter: grayscale(1) invert(1);
}

.footer .contact-text{
    margin-left: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer .socials{
    display: flex;
}

.footer .social{
    display: inline-flex;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
    filter: grayscale(1) invert(1);
}

.footer .social:hover{
    opacity: 0.7;
}

.footer .social:last-child{
    margin-right: 0px;
}

.footer .map{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 24px 52px 0px rgba(82, 82, 82, 0.04), 0px 95px 95px 0px rgba(82, 82, 82, 0.04), 0px 214px 128px 0px rgba(82, 82, 82, 0.02), 0px 381px 152px 0px rgba(82, 82, 82, 0.01), 0px 595px 167px 0px rgba(82, 82, 82, 0.00);
}

.copyright{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.copyright .copyright-item{
    color: rgba(255, 255, 255, 0.70);
}


@media only screen and (max-width: 1442px) {
    .container {
        width: 1200px; 
    }
    .header .content{
        padding: 10px 30px;
    }
}
@media only screen and (max-width: 1240px) {
    .container {
        width: 960px; 
    }
    .header{
        margin-top: 20px;
        margin-bottom: 40px;
    }    
    .header .content {
        padding: 10px 14px;
    }
    .header .logo img{
        width: 100px;
    } 
    .header .contact{
        margin-bottom: 6px;
    }
    .header .contact-text{
        margin-left: 6px;
        font-size: 15px;
    }
    .header .socials{
        margin-left: 16px;
    }
    .header .social{
        margin-right: 14px;
    }
    .header_1{
        font-size: 42px;
        margin-bottom: 30px;
    }
    .text-default{
        font-size: 16px;
    }
    .heroimage .content-top{
        margin-bottom: 40px;
    }
    .heroimage .block-title{
        font-size: 20px;
    }
    .heroimage .block-item{
        font-size: 16px;
    }
    .heroimage .block{
        margin-bottom: 40px;
    }
    .heroimage .content-title{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .heroimage .content-bottom .image-wrapper img{
        width: 800px;
    }
    .footer .footer-svg{
        width: 1690px;
    }
    .footer .contacts{
        margin-right: 40px;
    }
    .footer .contact-text{
        font-size: 15px;
        margin-left: 6px;
    }
    .footer iframe{
        height: 340px;
    }
}
@media only screen and (max-width: 991px) {
    .container {
        width: 750px; 
    }
    .header{
        margin-top: 0px;
    }
    .header .content{
        flex-direction: column;
        justify-content: center;
        padding: 16px 14px;
    }
    .header .logo{
        margin-bottom: 10px;
    }
    .header .contacts{
        margin-bottom: 4px;
    }
    .header .socials{
        margin-bottom: 8px;
    }
    .heroimage .content-bottom .image-wrapper{
        display: none;
    }
    .header_1 {
        font-size: 36px;
    }
    .footer{
        background: #01007D;
    }
    .footer .footer-svg{
        display: none;
    }
    .footer .blocks{
        flex-wrap: wrap;
    }
    .footer .block{
        width: 100%;
        margin-bottom: 40px;
    }
    .copyright{
        padding-top: 0;
    }
    .heroimage .buttons{
        margin: 30px 0;
    }
    
}
@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 10px; 
    }
    .header_1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .header .contacts-wrap.first{
        margin-top: 10px;
    }
    .heroimage .content-top{
        margin-bottom: 30px;
    }
    .heroimage .percent{
        width: 170px;
    }
    .heroimage .block{
        margin-bottom: 30px;
        padding: 30px 20px;
    }
    .footer {
        padding-top: 34px;
    }
    .footer .block-header{
        flex-direction: column;
    }
    .footer .contacts{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer .contacts-wrap{
        justify-content: space-between;
    }
    .footer iframe{
        height: 300px;
    }
    .copyright{
        flex-direction: column;
        align-items: center;
    }
}
