﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #555;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-appearance: none;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

.clearfix:after {
    height: 0;
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}

body {
    font-size: 16px;
    font-family: opensans,Helvetica,Arial,sans-serif;
    color: #555;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.container {
    max-width: 990px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    height: 60px;
}

.header .logo__w {
    height: 64px;
}

.header .logo__w img {
    margin-bottom: -10px;
}

.header .page__title {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-family: opensans,Helvetica,Arial,sans-serif;
    margin-left: 20px;
}

.top__section {
    height: 100vh;
    background: #272b46;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 82px;
    background-image: url(/css/images/alternate_img/ats_bg.jpg);
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 780px;
    text-align: center;
}

.top__section h2 {
    margin-top: 193px;
    margin-bottom: 30px;
    font-size: 54px;
    color: #fff;
    font-weight: 300;
}

.top__section .text {
    font-size: 30px;
    color: #fff;
    margin-bottom: 80px;
}

.blue__btn {
    font-size: 24px;
    color: #fff;
    font-family: Arial;
    background: #1C7EBC;
    padding: 16px 0;
    line-height: 28px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 3px;
}

.blue__btn:hover {
    background-color: #449dd5;
}

.top__section .blue__btn {
    width: 430px;
}

.carousel__section {
    background: #fff;
    text-align: center;
    padding: 64px 0 77px 0;
}

.carousel__section .title {
    font-size: 42px;
    font-weight: 300;
    color: #555;
    width: 456px;
    margin: 0 auto;
}

/*.request__trusted {
    height: 65px !important;
    overflow: hidden;
    margin-top: 38px;
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.request__trusted-image {
	display: inline-block;
	vertical-align: middle;
	margin: 0 42px;
	height: 100%;
	vertical-align: middle;
}


.str_wrap.str_active {
    background: #f1f1f1
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_down .str_move, .str_vertical .str_move {
    white-space: normal;
    width: 100%
}

.noStop .str_move, .no_drag .str_move, .str_static .str_move {
    cursor: inherit
}

.str_wrap img {
	max-height: 65px;
	max-width: 200px;
	vertical-align: middle;
}*/

.form__section {
    text-align: center;
    background-color: #EDEEED;
    padding: 96px 0;
}

.form__section .title {
    font-size: 42px;
    font-weight: 300;
    color: #555;
    margin-bottom: 17px;
}

.form__section .text {
    color: #929292;
    font-size: 24px;
    font-family: opensans,Helvetica,Arial,sans-serif;
}

.form__section form {
    width: 540px;
    margin: 0 auto;
}

.form__section .field-group {
    margin: 20px 0;
}

.form__section input:not([type="submit"]) {
    height: 46px;
    width: 100%;
    border: 1px solid #3482bc;
    border-radius: 4px;
    font-size: 20px;
    padding-left: 18px;
    outline: 0;
    resize: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
}

.form__section input:not([type="submit"]).request__not-valid {
    border-color: red;
}

.form__section input:not([type="submit"])::-webkit-input-placeholder {
   font-size: 20px;
   color: rgb(102, 102, 102);
}

.form__section input:not([type="submit"]):-moz-placeholder {
    font-size: 20px;
    color: rgb(102, 102, 102);
}

.form__section input:not([type="submit"])::-moz-placeholder {
    font-size: 20px;
    color: rgb(102, 102, 102);
}

.form__section input:not([type="submit"]):-ms-input-placeholder {
    font-size: 20px;
    color: rgb(102, 102, 102);
}

.form__section input:not([type="submit"]):focus::-webkit-input-placeholder {
   color: rgb(204, 204, 204);
}

.form__section input:not([type="submit"]):focus:-moz-placeholder {
    color: rgb(204, 204, 204);
}

.form__section input:not([type="submit"]):focus::-moz-placeholder {
    color: rgb(204, 204, 204);
}

.form__section input:not([type="submit"]):focus:-ms-input-placeholder {
    color: rgb(204, 204, 204);
}

.form__section .form__text {
    font-family: Arial;
    font-style: italic;
    font-size: 15px;
    color: #8a8a8a;
    text-align: left;
}

.form__section .form__text a {
    color: #3482bc;
    text-decoration: none;
    border-bottom: 1px solid #3482bc;
}

.form__section .form__text a:hover {
    border-bottom-color: transparent;
}

.form__section .blue__btn {
    width: 380px;
    margin-top: 23px;
}

.request__form_thanks {
	font-size: 48px;
	color: #3482bc;
	margin: 100px 0 30px;
}

.request__form_home {
	font-size: 24px;
	color: #3482bc;
	padding-top: 30px;
	border-bottom: 1px dotted #666;
	display: inline-block;
	text-decoration: none;
}

.request__form_home:hover {
	border-bottom: 1px dotted transparent;
}

.request__form__paragraph {
	font-size: 24px;
	color: #666;
	padding-bottom: 10px;
}

.footer {
    background: #4a4c4e;
    height: 164px;
    border-top: 1px solid #3d3f42;
    font-size: 18px;
    color: #eafff4;
    padding: 38px 14px 0;
}

.footerPartner__menu {
    float: left;
}

.footerPartner__contacts {
    float: right;
}

.footerPartner__menu-item {
    color: #eafff4;
    display: block;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 12px;
}

.footerPartner__menu-item a, span {
    color: #eafff4;
    text-decoration: none;
    font-size: 18px;
}

.footerPartner__menu-item span {
    display: inline-block;
    width: 89px;
    text-align: right;
}

.footerPartner__menu-item .link__wr {
    width: 173px;
    text-align: right;
    display: inline-block;
}

.footerPartner__menu-item .email-link {
    position: relative;
}

.footerPartner__menu-item .email-link:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #EAFFF4;
}

.footerPartner__menu-item .email-link:hover:after {
    display: none;
}