@font-face {
    font-family: 'TRY';
    src:url('../fonts/TRY.eot');
    src:url('../fonts/TRY.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TRY.woff') format('woff'),
        url('../fonts/TRY.ttf') format('truetype'),
        url('../fonts/TRY.svg#TRY') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-try {
    font-family: 'TRY';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-try:before {
    content: "\20ba";
}

.site-header{
    z-index: 20;
}

.site-header .header-brand img{
    transition: all .2s ease;
}

.site-header .site-header-inner{
    padding: 24px 0;
    display: block;
    justify-content: unset;
    align-items: unset;
    transition: all .2s ease;
    position: fixed;
    width: 100%;
    z-index: 20;
    left: 0px;
    top: 0px;
}

.site-header .container-for-fixed{
    max-width: 1128px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    margin: 0 auto;
}

.site-header .container-for-fixed{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.site-header.fixed .site-header-inner{
    padding: 12px 0px;

    background: #1E4D92;
}

.site-header.fixed .header-brand img{
    max-height: 45px;
}


.hero{
    position: relative;
    z-index: 22;
}
.hero .hero-controls {
    text-align: center;
}

.hero .hero-control{
    color: black;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

.hero .hero-control.slider-prev{
    left: -40px;
}

.hero .hero-control.slider-next{
    right: -40px;
}

.contact-form{
    text-align: left;
    max-width: 630px;
    margin: 0 auto;
}
.contact-form .form-group{
    margin-bottom: 20px;
    padding: 0 15px;
}
.contact-form .form-group.w-50{
    float: left;
    width: 50%;
}

.contact-form .form-group .form-label{
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.contact-form .form-group .form-control{
    height: 53px;
    padding: 6px 15px;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    border: 2px solid #F1F1F1;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    width: 100%;
}

.contact-form .form-group textarea.form-control{
    min-height: 130px;
    padding-top: 12px;
}

.contact-form .form-group .btn-send-form{
    float: right;
    background-color: #31aae2;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    border: 0px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    cursor: pointer;
}

.contact-form .form-group .btn-send-form:hover{
    background-color: #2281ad;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.pricing::before {
    display: none;
}

.contact{
    position: relative;
    overflow: hidden;
}
.contact::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 640px;
    background: #F6F8FA;
    transform-origin: 0;
    transform: skewY(-40deg);
    overflow: hidden
}

.pricing > .container{
    max-width: 1420px;
}

.pricing-table{
    width: 315px;
}

.pricing-table-inner{
    padding: 20px;
}
.pricing .pricing-table-title{
    letter-spacing: -.4px;
}
.pricing .pricing-table-price-currency{
    font-size: 22px;
}
.pricing .pricing-table-price-amount{
    font-size: 28px;
}

.overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    display: none;
}

.hero-media{
    height: auto !important;
}

@media (min-width: 641px) {
    .hero{
        padding-top: 0px;
        margin-top: 70px;
    }
    .contact::before {
        transform:skewY(-12deg)
    }
    .contact .section-title {
        margin-bottom: 64px
    }
    h1,.h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .hero-media{
        height: auto;
    }
    .site-header .site-header-inner{
        padding: 15px 0px;
    }
    .site-header .header-brand img{
        max-height: 40px;
    }
    .site-header.fixed .header-brand img{
        max-height: 35px;
    }
    .header-links{
        position: absolute;
        display: block;
        background-color: white;
        top: 47px;
        left: 0px;
        width: 100%;
        text-align: center;
        display: none;
    }
    .header-links li{
        display: block;
    }
    .header-links a:not(.button){
        display: block;
        color: #202B36;
        padding: 15px 0px;
    }
}