/* custom-reset.css | 27.08.2018 | https://yurch-html.github.io/dist/custom-reset.html */

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    display: flex;
    flex-direction: column;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0; 
  background-color: #fff;
  line-height: 1; 
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

blockquote, 
q {
  quotes: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

audio,
video {
  display: block;
}

img {
  display: block;
  border: none;
}

iframe {
  border: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr {
  border: none;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

i,
em {
  font-style: inherit;
}

dfn {
  font-style: inherit;
}

mark {
  background-color: transparent;
  color: inherit;
}

small {
  font-size: inherit;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: inherit;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type='search'] {
  outline: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; 
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  display: block; 
  padding: 0;
  white-space: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

::-ms-clear {
  display: none;
}

:-webkit-autofill {
  box-shadow: 0 0 100px #fff inset;
  -webkit-text-fill-color: currentColor;
}

::selection {
  color: #fff;
  background-color: #004fe4;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

.cover-pic,
.contain-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover-pic {
  object-fit: cover;
}

.contain-pic {
  object-fit: contain;
}

.footer-page {
  margin-top: auto;
}

html{
    -webkit-text-size-adjust: none;
}
body{
    font-family: 'ProximaNova', sans-serif;
    margin: 0;
    z-index: 1;
    overflow-x: hidden;

}
*{
    position: relative;
-webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}
.width-wrap {
    display: block;
    margin: 0 auto;
    position: relative;
}
.flex{
   display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    justify-content: space-between;
}
.flex-wrap{
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
  display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    justify-content: space-between;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*input::placeholder{color: white};*/
input::-webkit-input-placeholder {
    color: #999;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder {
    color: transparent;
}
/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
i{
    font-style: normal;
}.inp-label.error:after, .textarea.error:before {
       -webkit-appearance: none;
    position: absolute;
    content: "Заполните поле!";
    padding: 5px 11px;
    font-size: 15px;
    background: #bd352b;
    /* border: 2px solid #2598d5; */
    /* margin-top: -21px; */
    width: 131px;
    top: 13px;
    z-index: 10;
    left: 120px;
    color: white;
}
@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Intro-Black-Caps.otf") format("opentype"); }
@font-face {
  font-family: "Intro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Intro-Book.otf") format("opentype"); }
*{
    font-family: 'Intro', sans-serif;
}

.width-wrap {
    width: 1585px;}
header {
    padding: 28px 0;
}.phone {
    font-size: 44px;
    padding-top: 22px;
}.header-trigger.flex {
    padding-left: 73px;
}.header-item.flex {
    align-items: flex-start;
    font-size: 20px;
    padding-top: 20px;
    white-space: pre-line;
    font-size: 18px;
    line-height: 149%;
}section#main {
    color: white;
    background-repeat: no-repeat;
    padding: 59px 0 54px;
    background-size: cover;
}h1 {
    text-align: center;
    white-space: pre-line;
    font-size: 56px;
    line-height: 120%;
    font-weight: 900;
}.main-box-item.flex {
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
        margin-bottom: 29px;
}.main-box {
    width: 485px;
    background: #3677bc;
    padding: 50px 41px 30px 63px;
    margin-top: 30px;
}h2 {
    font-size: 40px;
    line-height: 117%;
    margin-bottom: 39px;
}.main-box-img {
	box-shadow: 0 6px 35px -5px rgba(0, 0, 0, 0.42);
    width: 85px;
    background: white;
    height: 85px;
    margin-right: 24px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}section#info {
    padding-top: 100px;
}section#info h1 {
    font-size: 48px;
}.trigger-box.flex-wrap strong {
    font-weight: 900;
    font-size: 48px;
}.trigger-box.flex-wrap {
    margin: 36px 0px 70px 55px;
    text-align: center;
    font-size: 31px;
    white-space: pre-line;
    line-height: 124%;
}section#info {
    padding-top: 100px;
    box-shadow: 0 3px 210px -31px silver;
    margin-bottom: 36px;
}.header-item.flex img {
    margin-right: 13px;
}.multi h1 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 23px;
}h1 + h2 {
    margin-bottom: 54px;
}.multi .main-item.flex img {
    margin-right: 36px;
}.multi .main-item.flex {
    justify-content: flex-start;
    font-size: 24px;
    white-space: pre-line;
    margin-bottom: 36px;
        line-height: 142%;
    align-items: center;
}.trigger-item img {
    margin: 0 auto;
}.img-road{
	position: absolute;
}.road2{
	display: none;
}.img-road {
    z-index: -1;
    position: absolute;
    bottom: 49px;
    width: 118vw;
    left: -19vw;
    height: 350px;
}#info{
	overflow-x: hidden;
}footer a.phone {
    padding-top: 38px;
    padding-bottom: 53px;
}


@media (max-width: 1620px) {
    .width-wrap{
        width: 1170px;
    }a.logo img {
        width: 174px;
    }header {
        padding: 19px 0;
    }.phone {
        font-size: 33px;
        padding-top: 8px;
    }.header-item.flex img {
        margin-right: 12px;
    }.header-item.flex {
        align-items: flex-start;
        font-size: 20px;
        padding-top: 2px;
        white-space: pre-line;
        font-size: 16px;
        line-height: 149%;
    }.header-trigger.flex {
        padding-left: 30px;
        width: 58%;
    }h1 {
        text-align: center;
        white-space: pre-line;
        font-size: 36px;
        line-height: 120%;
        font-weight: 900;
    }section#main {
        color: white;
        background-repeat: no-repeat;
        padding: 23px 0 30px;
        background-size: cover;
    }h2 {
        font-size: 30px;
        line-height: 117%;
        margin-bottom: 30px;
    }.main-box-img img {
        width: 42px;
    }.main-box-img {
        width: 68px;
        background: white;
        height: 68px;
        margin-right: 18px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }.main-box-item.flex {
        align-items: center;
        justify-content: flex-start;
        font-size: 20px;
        margin-bottom: 7px;
    }.main-box {
        width: 345px;
        background: #3677bc;
        padding: 29px 35px 30px 29px;
        margin-top: 19px;
    }section#info h1 {
        font-size: 36px;
    }section#info {
        padding-top: 72px;}
    .trigger-box.flex-wrap {
        margin: 50px 0px 105px 15px;
        text-align: center;
        font-size: 24px;
        white-space: normal;
        line-height: 144%;
    }.trigger-box.flex-wrap img {
        width: 229px;
            margin: 0 auto;
        margin-bottom: 24px;
        margin-top: 13px;
    }.trigger-box.flex-wrap p {
        white-space: pre-line;
        /* margin-bottom: 11px; */
    }.trigger-box.flex-wrap strong {
        font-size: 34px;
    }.trigger-item {
        width: 22%;
    }h1 + h2 {
    margin-bottom: 46px;
    font-size: 24px;
}.multi .main-item.flex {
    justify-content: flex-start;
    font-size: 18px;
    white-space: normal;
    margin-bottom: 8px;
    line-height: 142%;
    align-items: center;
}.multi .main-item.flex img {
    margin-right: 21px;
    width: 57px;
}section#main.multi {
    padding-bottom: 45px;
}.multi h1 {
    text-align: left;
    margin-top: 32px;
}.img-road {
       z-index: -1;
    position: absolute;
    bottom: 4px;
    width: 1612px;
    left: -220px;
    height: 303px;
}footer a.phone {
    padding-top: 22px;
    padding-bottom: 36px;
}


}

@media (max-width: 1170px) {
    .width-wrap{
        width: 768px;
    }a.logo img {
    width: 149px;
}.header-item.flex img {
    margin-right: 12px;
    display: none;
}.header-trigger.flex {
    padding-left: 30px;
    width: 74%;
    flex-direction: column;
    display: block;
}.header-item.flex {
    align-items: flex-start;
    font-size: 20px;
    padding-top: 2px;
    white-space: normal;
    font-size: 16px;
    line-height: 130%;
}a.phone i {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
}.phone {
    font-size: 40px;
    padding-top: 3px;
    width: 280px;
}h2 {
    display: none;}
h1 + h2 {
    display: block!important;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
}.main-box {
    width: 100%;
    background: #3677bc;
    padding: 25px 28px 30px 21px;
    margin-top: 392px;
}section#main {
    color: white;
        background-color: #3677bc;
    background-repeat: no-repeat;
    padding: 23px 0 0;
    background-size: 1220px 545px;
    background-position: 48% 0px;
}.main-box-img{
    margin-right: 14px;
}.main-box-item.flex {
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 0px;
}.main-box {
    width: 100%;
    background: #3677bc;
    padding: 25px 5% 30px 3%;
    margin-top: 392px;
    display: flex;
    justify-content: space-between;
}section#info {
    padding-top: 61px;
        margin-bottom: 16px;
}.trigger-item {
    width: 40%;
        margin-bottom: 30px;
}.trigger-box.flex-wrap {
    margin: 41px 0px 30px 0px;
    text-align: center;
    font-size: 24px;
    white-space: normal;
    justify-content: center;
    line-height: 144%;
}.trigger-box.flex-wrap img {
        margin: 0 auto;
    margin-bottom: 12px;
    margin-top: 11px;
}footer a.logo img {
    width: 176px;
}footer .phone {
    font-size: 30px;
        padding-top: 20px;
        padding-bottom: 17px;
}footer {
    padding-bottom: 20px;
}.multi h2 {
    text-align: left;
    font-size: 24px;
    padding-top: 5px;
}.img-road {
        z-index: -1;
    position: absolute;
    bottom: auto;
    top: 150px;
    width: 120vw;
    left: -18vw;
    height: 228px;  
}img.img-road.road2 {
    display: block;
    top: 570px;
    height: 180px;
}section#main.multi {
    background-color: white;}

}


@media (max-width: 767px) {
    .width-wrap{
        width: 100%;
        max-width: 420px;
    }header {
    padding: 13px 14px 131px 15px;
}a.logo img {
    width: 65px;
}.header-trigger.flex {
    position: absolute;
    top: 62px;
    padding-left: 10px;
    left: 0;
    width: 100%;
}.phone {
    font-size: 26px;
    padding-top: 0px;
    width: 140px;
    margin-top: -2px;
    text-align: right;
}a.phone i {
    display: block;
    text-align: right;
    font-size: 14px;
    margin-bottom: 2px;
}.header-item:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    border: 3px solid transparent;
    border-left: 4px solid #00aeef;
}h1 {
    text-align: center;
    white-space: pre-line;
    font-size: 24px;
    line-height: 120%;
    padding: 0 1%;
    font-weight: 900;
}h1 + h2 {
    display: block!important;
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}.main-box-img img {
    width: 33px;
}.main-box-img {
    width: 53px;
    background: white;
    height: 53px;
    margin-right: 18px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}.main-box-item.flex {
    margin-bottom: 5px;
}.main-box {
    width: 100%;
    background: #3677bc;
    padding: 16px 5% 13px 16%;
    margin-top: 234px;
    display: block;
    justify-content: space-between;
}section#info h1 {
    font-size: 22px;
}section#info {
    padding-top: 38px;
    margin-bottom: 16px;
}.trigger-box.flex-wrap p {
    white-space: normal;
        padding: 0 7%;
    /* margin-bottom: 11px; */
}.trigger-box.flex-wrap img {
    margin: 0 auto;
    margin-bottom: 1px;
    margin-top: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}.trigger-box.flex-wrap strong {
    font-size: 30px;
}.trigger-item {
    width: 100%;
    margin-bottom: 21px;
    padding-top: 240px;
}.trigger-box.flex-wrap {
    margin: 14px 0px 10px 0px;
    text-align: center;
    font-size: 18px;
    white-space: normal;
    justify-content: center;
    line-height: 141%;
}footer .width-wrap.flex {
    display: block;
    text-align: center;
}footer a.logo img {
    width: 176px;
    margin: 4px auto 15px;
}.main-box {
    position: absolute;
    width: 100%;
    background: #3677bc;
    padding: 16px 5% 13px 16%;
    margin-top: 234px;
    display: block;
    justify-content: space-between;
    left: 0;
    bottom: -203px;
    width: 100%;
}#main .width-wrap {
    height: 100%;
}section#main.main {
    background-image: url(../img/bg-mob.png)!important;
    color: white;
    background-repeat: no-repeat;
    padding: 23px 0 0;
    background-size: 100vw 125vw;
    background-position: top center;
    height: 125vw;
    margin-bottom: 205px;
}.multi h1 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 30px;
}.multi h2 {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    padding: 0 9%;
}section#main.multi {
    padding-bottom: 45px;
    height: 104vw;
    background-size: 243vw 104vw;
    background-position: -306px 0;
    margin-bottom: 310px;
}section#main.multi:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}.multi .item-box {
    position: absolute;
    left: 0;
    bottom: -317px;
    padding-left: 15px;
    color: black;
}.multi .main-item.flex{
        margin-bottom: 11px;
}.img-road {
    display: none!important;
}.header-trigger.flex {
    display: none;
}header a.phone {
  display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 24px;
    width: 100%;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 11px;
}

    a.phone i {
    display: inline;
    font-size: inherit;
}header .width-wrap.flex {
    display: block;
}header {
    padding: 13px 14px 12px 15px;
}a.phone.for_mobile {
    font-size: 25px;
    margin-top: 0;
    display: block!important;
    text-decoration: underline;
    text-underline-position: under;
    color: #000f3c;
}footer a.phone {
    padding-top: 0px;
    padding-bottom: 0px;
}header a.phone.for_mobile {
       top: 33px;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid;
    width: max-content;
        width: 163px;
    display: inline-block;
}footer a.phone.for_mobile{
        width: 100%;
    font-size: 25px;
    text-align: center;
    display: block;
    margin-top: 9px;
}
}