@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@-ms-viewport {
    width: device-width;
}






html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    /*position: relative;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 20;
}

@media (min-width: 576px) {.container {max-width: 540px;}}
@media (min-width: 768px) {.container {max-width: 720px;}}
@media (min-width: 992px) {.container {max-width: 960px;}}
@media (min-width: 1240px) {.container {max-width: 1230px;}}
@media (min-width: 1440px) {.container {max-width: 1310px;}}


* {

    outline: none;
    padding: 0;
    margin: 0;


    -webkit-appearance: none;
}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    padding-left: 5px;
    padding-right: 10px;
}



img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td, center {
    vertical-align: top;
    text-align: left;
}
body {
    display: flex;
    flex-direction: column;
    line-height: 1.65;
    color: black;
    font-family: "Onest", sans-serif;
    min-width: 375px;
    min-height: 100vh;
    overflow-x: hidden;

    /* Лінійний градієнт на весь фон */
    background: linear-gradient(180deg, #273375 0%, #495FDB 100%);
}

q {
    quotes: "" "";
}
ul, ol, dir, menu {
    list-style: none;
}
sub, sup {
    vertical-align: baseline;
}
a {
    color: inherit;
}
hr {
    display: none;
}
font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important; /* editor's note: necessary? */
}
marquee {
    overflow: inherit !important;
    -moz-binding: none;
}
blink {
    text-decoration: none;
}
nobr {
    white-space: normal;
}



.pt{
    padding-top: 50px;

}


::selection {
    color: #fff;
    background: #E70000;

}
.options li[rel=""] {
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
}


::-webkit-input-placeholder {
    color: #0C0D0F;
    opacity: 1
}

:-moz-placeholder {
    color: #0C0D0F;
    opacity: 1
}

::-moz-placeholder {
    color: #0C0D0F;
    opacity: 1
}

:-ms-input-placeholder {
    color: #0C0D0F;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #0C0D0F
}

body input:required:valid, body textarea:required:valid {
    color: #0C0D0F
}



.mt{
    margin-top: 120px;
}

.main_title{
    text-align: center;
    color: var(--Dark, #000);
    leading-trim: both;
    text-edge: cap;

    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.main_title span{
    color: var(--primary-a, #183080);

}

.main_subtitle{
    padding-top: 30px;
    color: var(--primary-b, #151515);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
}
.main_subtitle span{
    color: var(--primary-a, #E70000);
}

section{
    position: relative;

}

/*header*/
.header .container{
    position: relative;
    z-index: 350;
}
.header_content{
    margin-top: 17px;
    margin-bottom: 30px;
    position: absolute;

    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 350;
}


.header_content a{
    padding: 20px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 40px;
    background: var(--my-blue, linear-gradient(180deg, #3050BB 0%, #183080 100%));
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.header_content a:hover{
    transform: scale(1.05);
}
.header_content a:active{
    transform: scale(0.95);
}


@media only screen and (max-width:768px){
    .main_title {
        font-size: 40px;
    }
    .main_subtitle {
        padding-top: 20px;
        font-size: 20px;
    }
    .header_content-info p {

        font-size: 16px;
    }

.header_content img:first-letter{
    width: 150px;
}


}
@media only screen and (max-width:600px){

    .header_content img{
        width: 50%;
    }





}





/*footer*/

.footer{

position: relative;
    z-index: 30;

    padding-bottom: 60px;
}






.footer_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

}

.footer_content-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer_content-left p{
    color: #151515;
    leading-trim: both;
    text-edge: cap;

    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}




.footer_content-center .info{
    display: flex;
    flex-direction: column;
}




.footer_content-center h3{
    color: #6F7073;
    leading-trim: both;
    text-edge: cap;

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.footer_content-center p{
    padding-top: 10px;
    color: #151515;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
}




.footer_content-right{
    display: flex;
    flex-direction: row;
    align-items:flex-end;
    gap: 15px;

}


.footer_content-right{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer_content-right a{
    display: flex;
    align-items: center;
}
.footer_content-right img{
    width: 50px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.footer_content-right img:hover{
    transform: scale(1.05);
}
.footer_content-right img:active{
    transform: scale(0.95);
}

.footer_tel{
    padding: 20px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 40px;
    background: var(--my-blue, linear-gradient(180deg, #3050BB 0%, #183080 100%));
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.footer_tel:hover{
    transform: scale(1.05);
}
.footer_tel:active{
    transform: scale(0.95);
}




@media only screen and (max-width:1200px){
    .footer_content-left {
        gap: 20px;
    }
    .footer_content {
        gap: 30px;

    }
    .footer_content-info {

        gap: 15px;
        width: 100%;

    }
}
@media only screen and (max-width:992px) {

    .footer_content {
       flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;

    }
    .footer_content-soc {
        flex-direction: row;
        gap: 20px;
    }



}
@media only screen and (max-width:768px){
    .footer_content-info {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:600px){
    .mt{
        margin-top: 50px;
    }

.footer-bg{
    width: 100%;

}
    .footer_content {
        flex-direction: column-reverse;
         flex-wrap: wrap;
         align-items: center;
         justify-content: center;
         gap: 25px;
     }

    .footer_content-info {
        gap: 20px;
        padding: 0px 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .footer {
        padding-bottom: 30px;
    }

    .footer_content-soc img {
        width: 60px;
    }

    .footer_content-right {
      flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }


    .main_title {
        font-size: 36px;

    }
    .pt {
        padding-top: 50px;
    }

    .footer_tel {
        padding: 12px;

    }
    .footer_content-right img {
        width: 40px;
    }

    .footer_content-center h3{
        text-align: center;
    }
    .footer_content-center p{
        text-align: center;
    }

    
    
    
    
}