html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1.5}ol,ul{list-style:none}blockquote,q{quotes:none}i{font-style:italic}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}strong,b{font-weight:700}a,input[type="submit"],.btn{cursor:pointer;transition:.5s}input[type="text"]{transition:.5s}input[type="submit"]{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}:focus::-webkit-input-placeholder{color:transparent}:focus::-moz-placeholder{color:transparent}:focus:-moz-placeholder{color:transparent}:focus:-ms-input-placeholder{color:transparent}
{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}:focus::-webkit-input-placeholder{color:transparent !important;}:focus::-moz-placeholder{color:transparent !important;}:focus:-moz-placeholder{color:transparent !important;}:focus:-ms-input-placeholder{color:transparent !important;}
select, option {
  -webkit-appearance: none;
}


:root {
  --white: #fff;
  --blue: #073D7B;
  --blue2: #031F3F;
  --grey: #E5E5E5;
  --grey2: #C4C4C4;
  --grey3: #ECECEC;
  --red: #FF0102;
  --red2: #9D0F10;
  --black: #1F2025;
  --dark: #151D2A;
  --black2: #303030;
}



input::-webkit-input-placeholder {color: var(--blue); opacity: 0.5;}
input::-moz-placeholder          {color: var(--blue); opacity: 0.5;}
input:-moz-placeholder           {color: var(--blue); opacity: 0.5;}
input:-ms-input-placeholder      {color: var(--blue); opacity: 0.5;}

input {
  opacity: 1;
  outline:  none;
  color: var(--blue);
}



html {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 10px;
  min-width: 320px;
  background: var(--dark);
  color: var(--white);
  /*color: var(--black2);*/
}

body {
    font-size: 1.7rem;
    overflow-x: hidden;
}




.wrapper {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}


img {
  max-width: 100%;
  display: block;
}

picture,
figure {
  display: block;
}

* {
    box-sizing: border-box;
}



.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.btn {
  font: 1.7rem 'Lato';
  text-transform: uppercase;
  padding: 10px;
  background: var(--red);
  color: var(--white);
  transition: 0.5s;
  outline: none;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background: var(--red2);
}
.btn:active {
  background: var(--red2);
}
.btn:focus {
  background: var(--red2);
}


.form__inp {
  font-family: 'Lato';
  font-size: 1.7rem;
}




.bg-white {
  background: var(--white);
}
.bg-grey {
  background: var(--grey);
}
.bg-black {
  background: var(--black);
}


section {
  padding: 60px 0;
  position: relative;
}


.s__title {
  text-transform: uppercase;
  font-family: 'Apercu Pro';
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: -0.3px;
}
.s__title:before {
}

.s__text {
}
.s__text:last-of-type {
  margin-bottom: 0;
}
.s__text strong {
  font-weight: 600;
}
.s__text p {
  margin-bottom: 30px;
}
.s__text p:last-of-type {
  margin-bottom: 0;
}

.s__text ol {
  counter-reset: list 0;
}
.s__text ol li {
}
.s__text ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
}

.s__text ol li:last-of-type {
  margin-bottom: 0;
}

.s__text ul {
  display: flex;
  flex-wrap: wrap;
}
.s__text ul li {
}
.s__text ul li:last-of-type {
  margin-bottom: 0;
}
.s__text ul li:before {
}
.s__text-black ul li:before {
}


.image {}
.image img {
  position: relative;
  margin: 0 auto;
}

.tc {
  text-align: center;
}
strong {
  /*letter-spacing: -0.2px;*/
}


.bar__long {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  z-index: 99;
  transition:0.5s;

  animation-direction: alternate;
  animation-duration: 5s;
  animation-name: bgChange;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bgChange {
    0% {
        background: var(--red);
    }
    50% {
        background: var(--black);
    }
    100% {
        background: var(--white);
    }
}


.section__mob {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .section__mob {
        display: block !important;
    }
}


.nowrap {
    white-space: nowrap;
}

.btn-scroll-up {
    position: fixed;
    bottom: 90px;
    /* left: 2%; */
    /*left: 30px;*/
    right: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: var(--red);
    /*box-shadow: 0px 10px 26px rgba(192, 36, 0, 0.5);*/
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.btn-scroll-up svg {
  width: 30px;
}
.btn-scroll-up svg path {
  fill: var(--white);
}
.btn-scroll-up.active {
    opacity: 1;
    visibility: visible;
}

.btn-scroll-up:hover {
    background: #C23414;
    /*box-shadow: 0px 10px 26px rgba(192, 36, 0, 0.8);*/
}
.btn-scroll-up:focus {
    background: #C23414;
    /*box-shadow: 0px 10px 26px rgba(192, 36, 0, 0.8);*/
}
.btn-scroll-up:active {
    background: #C23414;
    /*box-shadow: 0px 10px 26px rgba(192, 36, 0, 0.8);*/
}



.container {
  /*max-width: 1280px;*/
  /*padding-left: 122px;*/

  margin: 0 auto;
  max-width: 1250px;
  padding-left: 106px;

  /*background: rgba(22,152,111,0.2);*/
}



  /*.wrapper:before {
    content:  '';
    position: absolute;
    top: 0;
    left: 0;
    height: 9999px;
    width: 30px;
    background: blue;
    display: inline-block;
    z-index: 2;
    opacity: 0.8;
  }

  .wrapper:after {
    content:  '';
    position: absolute;
    top: 0;
    right: 0;
    height: 9999px;
    width: 30px;
    background: blue;
    display: inline-block;
    z-index: 2;
    opacity: 0.8;
  }*/




@media screen and (max-width: 1199px) {
  .container {
    max-width: 810px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 375px !important;
  }
  .btn {
    width: 100% !important;
  }

  .s__title {
    font-size: 2.4rem;
    line-height: 1.3;
  }

}









label.error {
  color: #f00;
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
  /*font-size: 1.6rem;*/
  /*display: none !important;*/
}

/*input.error::-webkit-input-placeholder {color: #f00;}
input.error::-moz-placeholder          {color: #f00;}
input.error:-moz-placeholder           {color: #f00;}
input.error:-ms-input-placeholder      {color: #f00;}*/





.visible-lg { display: block !important;}
.visible-md { display: none !important;}
.visible-sm { display: none !important;}
.visible-xs { display: none !important;}
.visible-xxs { display: none !important;}

@media screen and (max-width: 1199px) {
    .visible-lg { display: none !important;}
    .visible-md { display: block !important;}
    .visible-sm { display: none !important;}
    .visible-xs { display: none !important;}
    .visible-xxs { display: none !important;}
}

@media screen and (max-width: 999px) {
    .visible-lg { display: none !important;}
    .visible-md { display: none !important;}
    .visible-sm { display: block !important;}
    .visible-xs { display: none !important;}
    .visible-xxs { display: none !important;}
}

@media screen and (max-width: 767px) {
    .visible-lg { display: none !important;}
    .visible-md { display: none !important;}
    .visible-sm { display: none !important;}
    .visible-xs { display: block !important;}
    .visible-xxs { display: none !important;}
}
@media screen and (max-width: 479px) {
    .visible-lg { display: none !important;}
    .visible-md { display: none !important;}
    .visible-sm { display: none !important;}
    .visible-xs { display: none !important;}
    .visible-xxs { display: block !important;}
}


