/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

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

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 18px;
    line-height: 1.67;
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #fff;
    font-weight: 500;
    width: 100%;
}


.clearfix {
    clear: both;
}

.container {

    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1050px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 15px;
}

.img-responsive {
    max-width: 100%;
}
.d-mobile
{
    display: none !important;
}
.d-center {
    display: block;
    margin: 30px auto;
}

.wrapper {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}
.b-header
{
    padding: 55px 0 0;
    position: fixed;
    width: 100%;
    z-index: 50;
    text-align: center;
    background: #F4F7FF;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.fix
{
    padding: 10px 0;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
}
.b-header .container
{
    max-width: 1250px;
}
.b-logo
{
    font-weight: 700;
    font-size: 25px;

    text-transform: uppercase;
}
.b-header .b-logo
{
    float: left;
}
.b-logo span
{
    color: #F45330;
}
.b-menu
{
    font-size: 20px;
    display: inline-block;
    margin-top: 5px;
}
.b-menu a
{
    display: inline-block;
    margin: 0 18px;
}
.b-lang
{
    float: right;
    font-size: 16px;
    margin-top: 5px;
    color: #F45330;
}
.b-lang span
{
    font-weight: 700;
}
.b-lang a
{
    color: #000;
}
.b-menu a:hover, .b-lang a:hover
{
    text-decoration: underline;
}
.s-top
{
    background: #F4F7FF;
    padding: 265px 0 130px;
    font-size: 20px;
}
.img-top
{
    float: right;
    margin-top: 30px;
}
.main-title
{
    font-size: 80px;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 20px;
}
.main-title+p
{
    margin-bottom: 35px;
}
.btn
{
    display: inline-block;
    color: #fff;
    background: #F45330;
    font-size: 16px;
    padding: 14px 55px;
    border: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
}
.btn:hover
{
    background: #F26032;

}
.btn:active
{
    background: #DD3D0A;
}
.s-about
{
    padding: 125px 0 85px;

}
.img-about
{
    float: left;
    margin-right: 140px;
    margin-top: 10px;
}
.b-title
{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 35px;
}
.s-about p
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 40px;
}
.s-creating
{
    padding: 110px 0 70px;
    background: #F4F7FF;
}
.s-creating p
{
    font-size: 20px;
}
.b-logos
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 75px;
}
.b-logos div
{
    width: 25%;
    text-align: center;
    margin-bottom: 35px;
}
.s-support
{
    padding: 105px 0 55px;
}
.b-support
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}
.b-aid
{
    width: 33%;
    border: 1px solid #B4B4B4;
    padding: 50px 35px 20px;
    margin-bottom: -1px;
    font-size: 20px;
}
.b-aid:nth-child(2), .b-aid:nth-child(5)
{
    margin: 0 -1px -1px;
}
/*.b-aid:nth-child(7)*/
/*{*/
/*    margin: -200px -1px 0;*/
/*}*/
.b-aid img
{
    margin-bottom: 10px;
}
.b-subtitle
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 20px;
}
.s-maintenance
{
    padding: 100px 0;
}
.b-maintenance
{
    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;
    margin-top: 50px;
}
.b-maintenance>div
{
    width: 43%;
    margin-bottom: 30px;
    font-size: 20px;
}
.img-wrap
{
    min-height: 75px;
    margin-bottom: 15px;
    font-size: 0;
}
.s-contacts
{
    padding: 105px 0 120px;
    background: #F4F7FF;
}
.b-contacts
{
    display: inline-block;
    width: 44%;
    font-size: 20px;
    padding-right: 50px;
    vertical-align: top;
}
.footer--contacts .b-contacts{
    display: block;
    width: auto;
    padding: 0;
    vertical-align: baseline;
}
.b-contacts>div
{
	font-size: 30px;
	font-weight: 700;
}
.b-gray
{
	color: rgba(0,0,0,.3)
}
.b-contacts .b-title
{
    margin-bottom: 65px;
}
.contact-info
{
    margin-bottom: 10px;
}
.contact-info svg
{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.contact-info a
{
    color: #F45330;
}
.contact-info a:hover
{
    text-decoration: underline;
}
.b-form
{
    display: inline-block;
    width: 55%;
    margin-bottom: 100px;
}
.input-wrap
{
    display: inline-block;
    width: 45%;
    position: relative;
}
.input-wrap:first-child
{
    margin-right: 8%;
}
label
{
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
}
.input-field
{
    display: block;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 60px;
    width: 100%;
    outline: none;
}
.input-field:focus
{
    color: #000;
    border-color: #000;
}
textarea.input-field
{
    resize: none;
    min-height: 130px;
    margin-bottom: 45px;
}
.input-field.error
{
    color: #F45330;
    border-color: #F45330;
}
label.error
{
    color: #F45330;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
	display: none!important
}
.s-contacts .b-logo
{
    font-size: 20px;
}
.s-contacts .b-logo img
{
    max-width: 12px;
}

.watcher{
    display: inline-block;
    font-size: 18px;
    margin-top: 40px;
}
.watcher:hover{
    text-decoration: underline;
}

.footer--box {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin-bottom: 40px;
  grid-gap: 0 50px;
}

.footer--title {
  grid-column: 1/2;
  grid-row: 1/2;
}

.footer--contacts {
  grid-column: 1/2;
  grid-row: 2/3;
}

.footer--adres {
  grid-column: 2/3;
  grid-row: 2/3;
}


@media (max-width: 1050px) {
    .b-menu a {
        margin: 0 7px;
        font-size: 13px;
    }
    .main-title
    {
        font-size: 56px;
    }
    .img-top
    {
        max-width: 46%;
    }
    .img-about
    {
        max-width: 45%;
        margin-right: 8%;
    }
    .b-title
    {
        font-size: 32px;
    }
    .s-about p
    {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .b-logos div
    {
        width: 33%;
    }
    .b-aid
    {
        padding: 40px 15px;
        width: 50%;
        margin: 0 -1px -1px !important;
    }
    .b-subtitle
    {
        font-size: 30px;
    }
    .b-support
    {
        margin-top: 35px;
    }
    .b-contacts
    {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .d-large
    {
        display: none !important;
    }
    .b-header
    {
        position: static;
        padding: 40px 0 0;
    }
    .s-top
    {
        font-size: 18px;
        text-align: center;
        padding: 78px 0 75px;
    }
    .img-top
    {
        max-width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .main-title
    {
        font-size: 40px;
    }
    .main-title+p {
        margin-bottom: 25px;
    }
    .s-about
    {
        padding: 85px 0 25px;
        text-align: center;
    }
    .img-about
    {
        max-width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .s-about p
    {
        margin-bottom: 40px;
		position: relative;
    }
	.s-about p:after {
		content: '';
		position: absolute;
		width: 100px;
		height: 3px;
		background: #F45330;
		bottom: -25px;
		left: 50%;
		margin-left: -50px;
	}
	.s-about p:last-of-type:after {
		display: none
	}
    .s-creating
    {
        padding: 110px 0 45px;
    }
    .b-logos
    {
        margin-top: 45px;
    }
    .b-logos div
    {
        width: 50%;
        margin-bottom: 30px;
    }
    .b-logos div img
    {
        max-width: 80%;
    }
    .s-support {
        padding: 65px 0 80px;
    }
    .b-support
    {
        max-width: 300px;
        margin: -5px auto 0;
        display: block;
    }
    .b-aid
    {
		width: 100%;
        margin: 0 !important;
        text-align: center;
    }
    .b-aid img
    {
        margin-left: auto;
        margin-right: auto;
    }
    .s-maintenance
    {
        padding: 50px 0 45px;
    }
    .b-maintenance
    {
        display: block;
    }
    .b-maintenance>div
    {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .s-contacts {
        padding: 70px 0;

    }

    .b-contacts, .b-form
    {
        display: block;
        width: 100%;
    }
    .b-contacts
    {
        text-align: center;
        margin-bottom: 50px;
		padding-right: 0;
    }
    .b-contacts .b-title
    {
        margin-bottom: 30px;
    }
    .input-wrap
    {
        width: 100%;
    }
    .input-field
    {
        margin-bottom: 15px;
    }
    .b-form .btn
    {
        display: block;
        margin: 0 auto;
    }
    .footer--title{
        text-align: center;
    }
    .footer--box{
        display: block;
    }
}
@media (min-width: 1024px) {
    [data-unshow]
    {
        opacity: 0;
        -webkit-transition: opacity .5s, -webkit-transform .5s;
        transition: opacity .5s, -webkit-transform .5s;
        -o-transition: transform .5s, opacity .5s;
        transition: transform .5s, opacity .5s;
        transition: transform .5s, opacity .5s, -webkit-transform .5s;
        will-change: transform, opacity;
    }
    [data-unshow="1"] {

        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px);

    }
    [data-unshow="2"] {

        -webkit-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        transform: translate(-100px, 0);

    }
    [data-unshow="3"] {

        -webkit-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        transform: translate(100px, 0);

    }

    [data-unshow].show {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}
@media (max-width: 920px) {
        .b-contacts{
            font-size:16px;
        }
    .b-contacts>div{
	font-size: 25px;
	font-weight: 700;
}
}