
@font-face {
    font-family: 'e-Ukraine';
    src: url('font/e-Ukraine-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('font/e-Ukraine-UltraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('font/e-Ukraine-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('font/e-Ukraine-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('font/e-Ukraine-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('font/e-Ukraine-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'e-Ukraine','Roboto', sans-serif;

}
.title-a {
    font-size: 24px;
}
.footc, .footlink {
    font-family: 'e-Ukraine',Arial,sans-serif;
    font-size: 12px;
}
nav, .ar-pic p, .sin-cont{
    font-family:'e-Ukraine', 'Tahoma', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
}

article h2, article h1 {
    font-family:'e-Ukraine', 'Tahoma', sans-serif;
}
.ar-pic{
    margin-top: 0;
}
article h1 {
    display: block;
    margin-bottom: 24px;
}
footer a {
    text-transform: capitalize;
    font-size: 18px;
}
header nav a {
    font-size: 18px;
}
@media(max-width: 480px){
    header nav a {
        font-size: 16px;
        display: block;
    }
}


.headtel {position: absolute; z-index: 999; top: 65px; right: 0px; padding: 10px; font-size: 18px; background: rgba(237,133,20,0.85); border-bottom-left-radius: 25px}
.headtel a p {font-family: 'Tahoma', sans-serif; color:#fff; width: 180px; text-align: center; font-weight: 900; font-size: 16px}
@media screen and (min-width:700px) and (max-width:966px) {
    .headtel {top: 110px;}
}
@media screen and (min-width:481px) and (max-width:699px) {
    .headtel {top: 170px;}
}
@media screen and (max-width:480px) {
    .headtel {position:inherit; padding: 10px; font-size: 18px; background:#fff; border-bottom-left-radius: 0px}
    .headtel a p {width: 100%; color: rgba(237,133,20,1.00)}
}

.wpcf7-form-control-wrap input {
    margin: 0;
    font-family: 'e-Ukraine',Arial,sans-serif;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #c7c7c7;
    margin-bottom: 15px;
}
.wpcf7-form-control-wrap textarea {

    margin: 0;
    font-family: 'e-Ukraine',Arial,sans-serif;
    font-size: 100%;
    height: 102px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #c7c7c7;
    margin-bottom: 15px;
    padding-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #f09737;
    border: none;
    border-radius: 5px;
    height: 60px;
    width: 100%;
    color: white;
    font-size: 19px;
    margin-top: -15px;
    transition: 0.3s;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background: #ff3a00;
}
.screen-reader-response, span.wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none!important;
}
.wpcf7-not-valid {
    background: #ffe9e9!important;
}
.soc {
    top: 75px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 8px;

}
.soc__item {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
}
.soc__item {
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.soc__item svg {
    width: 20px;
    height: 20px;
    color: #fff;
}
.soc__item:hover {
    transform: scale(1.1);
}
@media(max-width: 480px){
    .soc {
        flex-direction: column;
    }
    a.soc__item {
    }
}
