@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@-ms-viewport {
    width: device-width;
}

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

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

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

@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: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}


* {
    font-family: "Montserrat", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.4em;
    -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;
}


/*a {*/
/*    color: #01b1e4;*/
/*    text-decoration: none;*/
/*}*/

/*a:hover {*/
/*    transition: 0.5s;*/
/*    color: #FF9500;*/

/*}*/


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 {
min-width: 375px;
    line-height: 1;
    color: black;
    background: #FCFCFC;
    background: url('../img/bg.png') repeat center top;
    background-size: contain;
    background-size: auto; /* Автоматическая ширина, 100% высота */
}


section {
    position: relative;

}


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;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}

p {
    margin-bottom: 0 !important;
}


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

}


h1, h2, h3, h4 {
    margin: 0 !important;
}


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

:-moz-placeholder {
    color: #FFF;
    opacity: 1
}

::-moz-placeholder {
    color: #FFF;
    opacity: 1
}

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

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #FFF;
}

body input:required:valid, body textarea:required:valid {
    color: #FFF;
}


.mt {
    margin-top: 100px;
}



.icon{
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
    padding: 14px;
    background: rgba(255, 119, 0, 0.10);
    border-radius: 20px;
}

/*first*/

.first .content-top{
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    align-items: stretch;
    margin: 50px 0;
    border-radius: 30px;
    background: #FFF;
    overflow: hidden;
}

.first .content-top .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first .content-top .info{
    padding: 30px;
    display: grid;
    gap: 30px;
}

.first .content-top .info .title{
display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-start;
}

.first .content-top .info .title h1{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 28.8px */
}

.first .content-top .info p{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
}
.first .content-top .info ul.ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


.first .content-top .info ul.ul li{
    border-radius: 20px;
    border: 2px solid #F70;
    padding: 10px 20px;
    color: #F70;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}


.first .content-center{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
align-items: flex-start;
}

.first .content-center .block{
    border-radius: 20px;
    background: #FFF;
    padding: 30px;
}

.first .content-center .title{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 2px solid #D7D7D7;
}

.first .content-center  .title h3{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.first .content-center ul.ul{
    margin-top: 20px;
    list-style: disc;
    padding-left: 20px;
    display: grid;
    gap: 10px;
}

.first .content-center ul.ul li{
    color: #000;
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.first .content-bottom{
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 30px;
    padding: 30px;
    gap: 30px;
    background: #FFF;
    overflow: hidden;
}


.first .content-bottom .title{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-start;
}


.first .content-bottom .title .info{
    display: grid;
    gap: 10px;
}



.first .content-bottom .title .info h3{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.first .content-bottom .title .info p{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}


.first .content-bottom .right{
    display: flex;
    align-items: center;
}

.btn-a{
    width: 100%;
    text-align: center;
    border-radius: 20px;
    background: #F70;
    padding: 15px 30px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    text-decoration: none;
    transform: scale(1);
    transition: transform 0.3s ease;

}


.btn-a:hover{
    transform: scale(1.05); /* трохи збільшити */

}

.btn-a:active {
    transform: scale(0.95); /* трохи збільшити */

}





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

    .first .content-center .title h3 {
        font-size: 18px;
    }

}




@media only screen and (max-width: 992px) {
    .first .content-center{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        align-items: flex-start;
    }
}

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

    .first .content-top{
        grid-template-columns: repeat(1, 1fr);
    }
    .first .content-top .info ul.ul li {
        font-size: 14px;
    }
    .first .content-center{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        align-items: flex-start;
    }
    .first .content-bottom{
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (max-width: 600px) {
    .first .content-top {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .first .content-top .info .title{
        flex-wrap: wrap;
    }

    .first .content-top .info .title h1{
        font-size: 26px;
    }
    .first .content-top .info p {
        font-size: 18px;
    }
    .first .content-center {

        gap: 10px;
    }
    .first .content-center .title h3 {
        font-size: 24px;
    }

    .first .content-bottom {

        margin-top: 20px;
        margin-bottom: 20px;
    }





}





/*footer*/
.footer .container{

    margin-bottom: 50px;
display: flex;
   flex-direction: column;
    align-items: center;


}
.footer .container p{
    color: var(--primary-b, #151515);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */

}



@media only screen and (max-width: 600px) {
    .footer .container {
        margin-bottom: 20px;
    }
}