.widget--unicon {
    position: fixed;
    display: block;
    right: 40px;
    top: 30px;
    z-index: 1000000;
    width: 120px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background-color: #444444;
}

.widget--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2f2f2f;
    padding: 11px 0;
}

.widget--logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.widget--price-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    margin: 17px 0 16px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    color: white;
    background-color: #db2121;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    animation: blinker 1s linear infinite;
    opacity: 1;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.widget--price-btn:hover, .widget--price-btn:focus {
    background-color: #e44b4b;
    text-decoration: none;
}

.widget--course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0 15px;
}

.widget--course-usd, .widget--course-eur {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
}

.widget--return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget--return-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    width: calc(50% - 1px);
    background-color: #2f2f2f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget--return-btn img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget--return-btn:hover, .widget--return-btn:focus {
    -webkit-box-shadow: inset 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
}

.widget--return-btn:hover img, .widget--return-btn:focus img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.widget--counter {
    position: relative;
}

.widget--counter-box {
    position: relative;
    left: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background-color: #2f2f2f;
    color: #fff;
}

.widget--counter-time {
    font-size: 24px;
    line-height: 1;
}

.widget--counter-date {
    font-size: 12px;
    line-height: 1;
}

.widget--timeline {
    position: absolute;
    top: 0;
    right: -9px;
    z-index: 2;
    width: 137px;
    max-width: 137px;
    height: 137px;
}

.widget--overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000001;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(47, 47, 47, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget--popup-message, .widget--popup-phone {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 650px;
    max-width: calc(100% - 20px);
    padding: 40px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget--popup-phone {
    width: 470px;
    max-width: calc(100% - 20px);
    padding: 40px 100px;
}

.widget--popup-phone .widget--field-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.widget--popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.widget--popup-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: #353030;
    font-weight: 400;
}

.wpcf7-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget--field-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-top: 20px;
}

.widget--form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #444;
    font-weight: 400;
}

.widget--textfield-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
}

.widget--form-field, .widget--form-textfield {
    width: 100%;
    height: 40px;
    padding: 15px !important;
    border: 1px solid lightgrey !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=text].widget--form-field,
.widget--form-textfield {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget--form-textfield {
    height: 130px;
    resize: none;
}

.widget--form-btn {
    display: block !important;
    height: 40px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    margin: 20px auto 0 !important;
    padding: 0 20px !important;
    border-radius: 3px !important;
    border: none !important;
    font-size: 14px !important;
    background-color: #db2121 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: 0.3s;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0
}

.widget--form-btn:hover {
    background-color: #e44b4b !important;
}

.wpcf7-form p {
    width: 100%;
}

@-webkit-keyframes move_first {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes move_first {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes move {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes move {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.is-visible {
    visibility: visible;
    opacity: 1;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 {
    flex: 1 1 100%;
}

.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #db2121;
}

.header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.header-social--item {
    margin: 0 5px;
}

.header-social--item:first-of-type {
    margin-left: 0;
}

.header-social--item:last-of-type {
    margin-right: 0;
}

.header-social--item a {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: blue;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.header-social--item a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 1024px) and (min-width: 650px) {
    .widget--unicon {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    .widget--counter-box {
        margin: 0 auto;
        left: 0;
    }
    .widget--timeline {
        right: 50%;
        margin-right: -68px;
    }

    .widget--field-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .widget--popup-message,
    .widget--popup-phone {
        top: 30px;
        padding: 15px;
    }

    .widget--overlay {
        overflow-y: auto;
    }

    .widget--overlay.is-visible body{
        overflow: hidden;
    }
}

@media screen and (max-width: 650px){
    .widget--unicon {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    .widget--counter-box {
        margin: 0 auto;
        left: 0;
    }
    .widget--timeline {
        right: 50%;
        margin-right: -68px;
    }

    .widget--field-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .widget--popup-message, 
    .widget--popup-phone {
        top: 30px;
        padding: 15px;
    }

    .widget--overlay {
        overflow-y: auto;
    }

    .widget--overlay.is-visible body{
        overflow: hidden;
    }
}

@media screen and (max-width: 425px){
    div#google_translate_element {
        width: 100%;
        text-align: center;
        right: 0;
    }

    .search-header {
        width: 100%;
    }

    .header-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; 
    }

    .lang {
        width: 100%;
    }

    .search-header {
        padding-top: 0;
    }

    .header-social {
        justify-content: center;
        margin-top: 10px;
    }

    .search-header input[type="text"] {
        width: calc(100% - 47px);
    }
}