@charset "UTF-8";body,fieldset,form,ol,p,ul {
    margin: 0;
    padding: 0
}

body,h1 {
    color: #000
}

h1,h2 {
    margin: 0 0 40px
}

@font-face {
    font-family: Gesit-Thin;
    src: url(/fonts/Geist-Thin.ttf);
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Gesit-Light;
    src: url(/fonts/Geist-Light.ttf);
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Gesit-Regular;
    src: url(/fonts/Geist-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gesit-Medium;
    src: url(/fonts/Geist-Medium.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gesit-Bold;
    src: url(/fonts/Geist-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

fieldset,form {
    border-style: none
}

input[type=text]::-ms-clear {
    display: none
}

input[type=search]::-webkit-search-decoration {
    display: none
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=image] {
    padding: 0;
    border: none
}

:focus,input:focus,textarea:focus {
    outline: 0
}

input:required,input[type=email]:invalid,input[type=number]:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

mark {
    background: 0 0
}

.header,.wrapper,body {
    background: #fff
}

q {
    quotes: none
}

q:after,q:before {
    content: '';
    content: none
}

dd {
    margin: 0 0 0 40px
}

nav,nav ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Gesit-Regular,Arial,sans-serif
}

ul {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #1d00ff;
    -webkit-transition: color .15s ease-in-out 0s;
    transition: color .15s ease-in-out 0s
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    min-width: 320px;
    font: 400 18px/1.1 Gesit-Regular,Arial,sans-serif;
    -webkit-text-size-adjust: 100%
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400
}

@media screen and (max-width: 640px) {
    h1 {
        font-size:20px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

h2 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700
}

p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px
}

@media screen and (max-width: 640px) {
    p {
        font-size:16px;
        line-height: 18px;
        margin-bottom: 15px
    }
}

.copyright,.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto
}

button {
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

input {
    border-radius: 5px;
    border: 2px solid #ccc
}

textarea {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #ccc
}

.header__holder {
    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;
    padding: 25px 40px
}

@media screen and (max-width: 980px) {
    .header__holder {
        padding:20px 10px
    }
}

.wrapper {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer {
    padding: 25px 20px
}

.footer--secureline {
    padding: 0
}

.footer--secureline .footer__holder {
    background: #c9c9c9;
    padding: 25px 20px
}

.footer--secureline .copyright__content a,.footer--secureline .copyright__content p,.footer--secureline .copyright__content-email,.footer--secureline .copyright__content-text {
    color: #fff
}

.copyright {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.copyright__content {
    font-size: 16px
}

.copyright__content-text {
    display: block;
    margin-bottom: 10px
}

.copyright__content-email {
    display: block;
    color: #000
}

.copyright__frame {
    max-width: 190px
}

@media screen and (max-width: 640px) {
    .copyright__content {
        font-size:12px;
        line-height: 16px
    }

    .copyright__content-text {
        margin-bottom: 2px
    }

    .copyright__frame {
        max-width: 120px
    }
}

.inside-container {
    max-width: 800px;
    padding: 0 40px 40px;
    margin: 0 auto
}

@media screen and (max-width: 640px) {
    .inside-container {
        padding:0 20px
    }
}

.container-full-width,.footer--secureline .footer__holder,.header__holder,.hero__holder {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.btn {
    padding: 14px 10px;
    color: #fff;
    background: #414141
}

.form-holder input,.form-holder select {
    height: 28px;
    padding: 4px;
    width: 100%
}

.btn-blue {
    background: #0e3f74
}

.btn-red-outside {
    background: #fff;
    border: 1px solid red;
    color: red
}

.form-holder input,.form-holder select,.form-holder textarea {
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    border: 1px solid #ccc
}

.form-holder__obl {
    color: red
}

.form-holder label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    color: #414141
}

.form-holder select {
    background: #fff
}

.logo {
    max-width: 188px
}

.hero {
    margin-bottom: 60px
}

@media screen and (max-width: 640px) {
    .hero {
        margin-bottom:15px
    }
}

.hero__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center
}

.hero__title {
    color: #fff;
    font-weight: 700
}

.hero__subtitle {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ccc
}

.hero__descr {
    display: block;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px
}

@media screen and (max-width: 980px) {
    .hero__content {
        max-width:620px
    }

    .hero__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .hero__subtitle {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-bottom: 20px
    }

    .hero__descr {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 640px) {
    .hero__holder {
        position:static;
        margin: 0
    }

    .hero__frame {
        margin-bottom: 20px
    }

    .hero__content {
        position: static;
        -webkit-transform: none;
        transform: none;
        color: initial;
        padding: 0 20px
    }

    .hero__title {
        color: initial
    }
}

.form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 135px
}

@media screen and (max-width: 980px) {
    .form-section {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
}

.form-address {
    width: 50%
}

.form-address__title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 25px;
    text-align: center;
    display: block
}

@media screen and (max-width: 980px) {
    .form-address {
        width:100%;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 768px) {
    .form-section {
        padding-bottom:50px
    }

    .form-address__title {
        font-size: 24px
    }
}

.address-case__item {
    max-width: 250px;
    margin: 0 auto 30px
}

.address-case__email,.address-case__phone,.address-case__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    display: block;
    text-align: center
}

.address-case__title {
    color: red;
    font-weight: 700
}

.address-case__email,.address-case__phone {
    color: #000
}

.form-contact {
    width: 50%
}

.form-contact__title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 25px;
    text-align: center;
    display: block
}

.form-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.form-contact__checkbox,.form-contact__descr {
    margin-bottom: 20px
}

.form-contact__row .form-holder {
    width: 100%
}

.form-contact__row--twice .form-holder {
    width: calc(49% - 5px)
}

.form-contact__checkbox .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.form-contact__checkbox .form-checkbox__label,.form-contact__descr-text {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.form-contact__checkbox .form-checkbox__label {
    padding-left: 22px
}

.form-contact__checkbox .form-checkbox__input {
    position: absolute;
    left: 0;
    top: 1px
}

.form-contact__descr-text.is-gray {
    color: #414141
}

.form-contact__descr-link {
    color: #0e3f74
}

.form-contact__actions-send {
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -.5px;
    background: -webkit-gradient(linear,left bottom,left top,from(#3574e3),to(#7ac4f3));
    background: linear-gradient(to top,#3574e3,#7ac4f3);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6
}

.form-contact__actions-send:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 0 5px #3574e3;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3
}

@media screen and (max-width: 980px) {
    .form-contact {
        max-width:600px;
        width: 100%;
        margin: 0 auto 15px
    }
}

@media screen and (max-width: 640px) {
    .form-contact {
        padding:0 20px
    }

    .form-contact__title {
        font-size: 24px
    }

    .form-contact__row {
        margin-bottom: 15px
    }

    .form-contact__row--twice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .form-contact__row--twice .form-holder {
        width: 100%;
        margin-bottom: 15px
    }

    .form-contact__row--twice .form-holder:last-child {
        margin-bottom: 0
    }

    .form-contact__actions {
        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
    }
}

.address-case--secureline .address-case__item {
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

.address-case--secureline .address-case__title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    color: initial;
    margin-bottom: 20px
}

.address-case--secureline .address-case__address {
    display: block;
    color: #5e5e5e
}

.address-case--secureline .address-case__fax,.address-case--secureline .address-case__phone {
    display: block;
    color: #5e5e5e;
    margin-bottom: 0
}

.address-case--secureline .address-case__email {
    display: block;
    color: #1fb6dc;
    margin-bottom: 0
}

.address-case--secureline .address-case__site {
    display: block;
    color: #1fb6dc
}

.about {
    margin-bottom: 80px
}

.about__holder {
    max-width: 670px;
    margin: 0 auto;
    padding: 20px 10px;
    border-top: 1px solid #ddd
}

.about__title {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 40px
}

.about__title-red {
    color: red
}

.about__descr {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px
}

@media screen and (max-width: 640px) {
    .about {
        padding:0 20px;
        margin-bottom: 25px
    }

    .about__holder {
        padding: 20px 0
    }

    .about__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .about__descr {
        font-size: 14px;
        line-height: 20px
    }
}
