body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #6c7279;
    background-color: #fff;
}

*,
:after,
:before {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

/* container === */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* HEADER ====== */

.header {
    width: 100%;
    height: 101px;

   position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
/* header__inner ====== */
.header__inner {
    display: flex;
    justify-content: space-between;
     padding: 35px 0;
    align-items: center;
    border-bottom: 2px solid #515369;
}

.header__logo::before {
    content: "UA";
    color: #ffe17d;
    font-weight: 600;
}
.header__logo {
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    
}

/* ===================================HEADER-second ====== */
.header-second {
    width: 100%;
    height: 101;
    background-color: #43487c;
    top: 0;
    left: 0;    
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    margin-bottom: 100px;
}

/* header__inner ====== */
.header__inner-second {
    display: flex;
    justify-content: space-between;
     padding: 35px 0;
    align-items: center;
}

/* ===================================HEADER-second =  END  =================== */



/* ===== intro==== */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 101px;
    height: 500px;
    background: #43487c center no-repeat;
    background-size: cover;
    margin-bottom: 200px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

.intro__inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.intro__title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.intro__subtitle {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;

}

.intro__subtitle_d {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
     padding: 10px 0;
    align-items: center;
}

/*============= blocks*/

.blocks {
    display: flex;
    margin-bottom: 200px;
}

.blocks__item {
    width: 33.33333%;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    
}

.blocks__item:first-child {
    border-radius: 80px 0 0 80px;
}

.blocks__item:last-child {
    border-radius: 0 80px 80px 0;
    border-right: none;
}

.blocks__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.blocks__title {
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.blocks__text {
    font-size: 14px;
}

/*======================================================skargy======================*/

.back {
    width: 33.33333%;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}

.menu-skarg {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.menu-lysty {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 200px;
}

.menu__item {
    width: 25%;

    position: relative;
    overflow: hidden;
    border-right: 2px solid transparent;
}

.menu__item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.menu__item:last-child{
    border-right: none;
}

.menu__btn {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #515369;
    left: 0;
    top: 0;
    z-index: 1;
     display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    font-weight: 600;
    border: 3px solid #515369;
    border-radius: 4px;
    text-decoration: none;
    transition: background .4s, color 1.5s ; 
    padding: 10px;
}

.menu__btn:hover {
    color: #ffe17d;
    /* z-index: 2; */
    background: #515369;
       
} 


.menu__btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #515369;
    top: -100%;
    left: 0;
    transition: .4s;
}

.menu__btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #515369;
    top: 0;
    left: -100%;
    transition: .4s;
}

.menu__btn:hover:before {
    top: 0;
}

.menu__btn:hover:after {
    left: 0;
}



/* ffe17d gold */
/* ea6e38 orange */



/*============= PS*/

.ps {
    display: block;
    margin-bottom: 200px;
    justify-content: center;
}

.ps__iteam-1 {
    
    display: block;
    width: 50%;
    background-color: #fff;
    
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 3px solid #515369;

    border-radius: 2px;
    position: relative;
    top: 0;
    left: 25%;
    text-align: center;
}

.ps__photo {
    margin-top: 3px;
    max-width: 300px;
    width: 50%;
    height: auto;
    
    
}

.ps__title-1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 0 10px;
}
.ps__subtitle-1 {
    padding: 0 10px;
    font-size: 13px;
    
}

.ps__title-2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}

.ps__iteam-1__txt {
    color: #000;
    padding: 10px 20px;
    text-align: justify;
    font-style:italic;
}



/*===========================================================footer*/

.footer {
    width: 100%;
    display: flex;
    height: auto;
    background:#43487c;
}

.footer__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     padding: 20px 0 10px 0;
}

.footer__left {
    width: 50%;
    color: #fff;
}


.footer__right {
    width: 50%;
    color: #fff;
    text-align: right;
}


.footer__center {
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.footer__a {
    color: #fff;
    text-decoration: none;
}



/*======================================================= form-intro ==========================*/

.form-intro {
    display: flex;
    margin-bottom: 100px;
    width: 100%;
}

.form-iteams {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
   
}

.form-1 {
    width: 60%;
    background: #fff;
    text-align: center;
    justify-content: center;
    padding: 30px 20px;
    border-right: 2px solid transparent;
    color: #000;;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.h__form1:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 10px auto ;
}


.form-2 {
    width: 40%;
    background: #fff;
    padding: 30px 20px;
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
   
}

.h__form2  {
    text-align: center;
    
}

.h__form2:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 10px auto ;
    
}

.in {
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 10px;
    
}


.conf {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 5px;
    text-align: center;
}

.form__in{
    border: 3px solid rgb(114, 114, 114);
    border-radius: 10px 10px 10px 10px;
    font-style: italic;
}




/* =========================================  form END  ==========================================================/

/* ======================================= media 1130  =================*/

@media (max-width: 1130px) {

    /* =============================== HEADER ==== 1130  ================*/
    .intro {
        margin-bottom: 100px;
        height: auto;
    }

    .intro__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .header__inner {
        padding: 20px;
    }
    
    .header__logo{
        font-size: 20px;
    }
     
    .intro__subtitle {
        font-size: 10px;   
    }
    
    .intro__subtitle_d{
    max-width: 200px;
    }
    
    

        /* ============= BLOCKS === ==== 1130 =========================================*/
    .blocks {
        margin-bottom: 100px;
    }

    .blocks__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    
    .blocks__title {
        margin-bottom: 5px;
        font-size: 12px;
    }
    
    .blocks__text {
        font-size: 11px;
    }

        /* ============= MENU ==== ==== 1130 =======================================*/
    .menu {
        margin-bottom: 100px;
    }

    .menu__btn {
        transition: none;
        font-size: 12px;
    }
    
 
    

/* ============= PS ========= ==== 1130 ==================================*/
    .ps {
        margin-bottom: 100px;
    }

    .ps__iteam-1 {
        width: 70%;
        left: 15%;
    }

.ps__title-1 {
    font-size: 12px;
}
.ps__subtitle-1 {
    font-size: 10px;
    
}

.ps__title-2 {
    font-size: 12px;
    margin: 5px 0;
}

.ps__iteam-1__txt {
    font-size:11px;
}

/* ============================= FOOTER ==== 1130 ==================================*/
.footer__right, .footer__center {
    font-size: 9px;
}

/* END media 1130 */
}
/* =====================================  MEDIA ====  700  =================== */
@media (max-width: 700px){
   

/* ============= HEADER ===== 700 ======================================*/
.intro {
    margin-bottom: 50px;
}    
 .intro__title {
    font-size: 14px;
    margin-bottom: 10px;
}

.header__logo{
    font-size: 18px;
}
 
.intro__subtitle {
    font-size: 8px;    
}

.intro__subtitle_d{
max-width: 200px;
}

.header__inner {
    padding: 20px;
}

/* ============= BLOCKS ===== 700 = ===========================================*/
.blocks {
    display: block;
    margin-bottom: 50px;
}

.blocks__item {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.blocks__item:first-child {
    border-radius: 80px 80px 0 0 ;
}

.blocks__item:last-child {
    border-radius: 0 0 80px 80px;
}

.blocks__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.blocks__title {
    margin-bottom: 5px;
    font-size: 11px;
}

.blocks__text {
    font-size: 11px;
}

/* ============= MENU ===== 700 = ===========================================*/
.menu {
    margin-bottom: 50px;
}


.menu__btn {
    font-size: 10px;
}

.menu__item {
    width: 50%;
}

.menu__item:nth-child(1), .menu__item:nth-child(2){
    border-bottom: 2px solid transparent;
}

.menu__btn{
    transition: none; 
} 


/* =========================== PS  ===== 700 ======================*/
.ps {
    margin-bottom: 50px;
}

.ps__iteam-1 {
    width: 80%;
    left: 10%;
}

.ps__title-1 {
font-size: 11px;
}
.ps__subtitle-1 {
font-size: 10px;

}

.ps__title-2 {
font-size: 11px;
}

.ps__iteam-1__txt {
font-size:11px;
}

/*======================================================/
/*=========================================== LYSTY ==== 700 ==================*/

.lysty-intro {
    margin: 0 0 50px;
}

.lysty-iteams {
    margin-bottom: 50px;
}

.lysty-iteam-left {
    width: 100%;
}

.lysty-left-1 :link {
    text-decoration: none;
    font-size: 11px;    
}

.lysty-left-1:first-child {
    border-radius: 25px 25px 0 0;
}

.lysty-left-1:last-child {
    border-bottom: none;
    border-radius: 0 0 25px 25px;
}

.lysty-iteam-right {
    display: none;
    
}

/*=============================== form-intro ====== 700   ==========================*/

.form-intro {
    display: flex;
    margin-bottom: 100px;
    width: 100%;
}

.form-iteams {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.form-1 {
    width: 100%;
    font-size: 11px;
}

.form-2 {
    width: 100%;
    margin-top: 25px;
    
    font-size: 11px;
   
}

.in {
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 11px;
    margin-bottom: 10px;
}

.conf {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 5px;
}

.form__in{
    width: 250px;
    font-size: 10px;
    border: 2px solid rgb(185, 185, 185);
    border-radius: 10px 10px 10px 10px;
    font-style: italic;
}




}
/* END media 700 * /

