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: color .5s ease;}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}:focus::-moz-placeholder{color:transparent}:focus:-moz-placeholder{color:transparent}:focus:-ms-input-placeholder{color:transparent}
select, option {
  -webkit-appearance: none;
}


:root {
  --white: #fff;
  --black: #161616;
  --black2: #292929;
  --red: #D21B2D;
  --red2: #D71629;
  --red3: #A91221;
  --grey: #F2F2F2;
  --grey2: #AEAEAE;
  --grey3: #B1B1B1;
  --grey3: #F5F5F5;
}



input::-webkit-input-placeholder {color: var(--black2);}
input::-moz-placeholder          {color: var(--black2);}
input:-moz-placeholder           {color: var(--black2);}
input:-ms-input-placeholder      {color: var(--black2);}




html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  min-width: 320px;
  color: var(--black2);
}

body {
    font-size: 2rem;
    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: bold 2rem 'Montserrat';
  letter-spacing: 1.2px;
  color: var(--white);
  padding: 30px 40px;
  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;
  background: var(--red);
}
.btn span {
    /*margin-right: 15px;*/
}
.btn svg {
    position: relative;
    transition: 0.1s;
    right: 0;
}
.btn path {
    transition: 0.1s;
}

.btn:hover {
  background: var(--red2);
  box-shadow: 0px 5px 20px rgba(177, 4, 14, 0.3);
}
.btn:active {
  background: var(--red3);
  box-shadow: 0px 5px 30px rgba(177, 4, 14, 0.5);
}
.btn:focus {
  background: var(--red3);
  box-shadow: 0px 2px 5px rgba(177, 4, 14, 0.4);
}


.btn:hover svg {
}

.btn:nth-child(2n) {
  margin-right: 0;
}


.btn-1 {
  font-weight: 700;
  background: linear-gradient(143.42deg, #F0411B 15.06%, #F01B9B 85.32%);
  box-shadow: 0px 5px 20px rgba(177, 4, 14, 0.3);
}
.btn-1:hover {
  background: linear-gradient(143.42deg, #FC4F29 15.06%, #FF2BAA 85.32%);
  box-shadow: 0px 5px 30px rgba(177, 4, 14, 0.5);
}
.btn-1:active {
  background: linear-gradient(143.42deg, #E03C17 15.06%, #DE0B8A 85.32%);
  box-shadow: 0px 5px 5px rgba(177, 4, 14, 0.4);
}
.btn-1:focus {
  background: linear-gradient(143.42deg, #E03C17 15.06%, #DE0B8A 85.32%);
  box-shadow: 0px 5px 5px rgba(177, 4, 14, 0.4);
}






.bg__white {
  background: var(--white);
}
.bg__grey {
  background: var(--grey);
}
.bg__black {
  background: var(--black);
}


section {
  padding: 150px 0;
  background: var(--white);
  position: relative;
}


.title {
  font: 800 5rem/1.3 'Montserrat';
  color: var(--black);
  position: relative;
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  /*left: -189px;*/
  letter-spacing: -0.5px;
}
.title:before {
  content: '';
  flex-shrink: 0;
  width: 170px;
  height: 2px;
  background: var(--red);
  left: 0;
  bottom: -20px;
  position: absolute;
}

.s__text {
  margin-bottom: 60px;
  max-width: 1070px;
}
.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 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.s__text ol li:before {
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 20px;
  min-width: 24px;
  color: var(--black);
  counter-increment: list;
  content: counter(list);
  border-radius: 100%;
  flex-shrink: 0;
  position: relative;
  width: 35px;
  height: 35px;
  font-size: 2rem;
  border: 2px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
}

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

.s__text ul {
  display: flex;
  flex-wrap: wrap;
}
.s__text ul li {
  max-width: 600px;
  width: 100%;
  padding: 0 0 0 39px;
  position: relative;
  margin-bottom: 35px;
  font-size: 1.8rem;
}
.s__text ul li:last-of-type {
  margin-bottom: 0;
}
.s__text ul li:before {
  content: '';
  flex-shrink: 0;
  width: 26px;
  height: 24px;
  background: url(../i/ico__ckecked.svg) no-repeat center;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.s__text-black ul li:before {
  width: 26px;
  background: url(../i/ico__ckecked-black.svg) no-repeat center;
}






.tagline {
  font: 700 2.4rem/1.5 'Montserrat';
  color: var(--white);
  max-width: 800px;
}

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

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



.container {
  padding: 0 15px;
    max-width: 1200px;
    /*max-width: 1170px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.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: 4%;
    /* left: 2%; */
    left: 30px;
    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 .ico-up {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../i/ico-up.png) no-repeat center;
}
.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);
}





.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.columns .column-1 {
    width: 50%;
    max-width: 540px;
}
.columns .column-2 {
    width: 50%;
    max-width: 560px;
}
.columns .column-w {
  width: 100%;
}
.columns.columns-padding {
    margin-left: 100px;
    width: calc(100% - 15px + 15px - 100px);
}








.section__wrap {
    width: 100%;
}








.bg__abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg__abs img {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}







@media screen and (max-width: 1999px) {
}
@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1400px) {

}


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


@media screen and (max-width: 1199px) {

  .container {
    max-width: 930px;
  }

  .columns.columns-padding {
    margin-left: 75px;
  }

}
@media screen and (max-width: 999px) {

  body {
    font-size: 1.8rem;
  }
  .container {
    /*max-width: 740px;*/
    max-width: 670px;
  }
  .btn {
    padding: 29px 36px;
    margin-right: 0;
    font-size: 1.8rem;
  }
  .columns.columns-padding {
    margin-left: 80px;
  }

  .title {
    font-size: 4.5rem;
  }
  .title:before {
    width: 146px;
  }

  .columns .column-1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 70px;
  }

  .columns .column-2 {
    width: 100%;
    max-width: 100%;
  }

  .tagline {
    font-size: 2.2rem;
  }

  .s__text ol li {
    margin-bottom: 27px;
  }

}
@media screen and (max-width: 767px) {

  section {
    padding: 120px 0;
  }

  .container {
      /*max-width: 450px;*/
      max-width: 400px;
  }

  .title {
    font-size: 3.55rem;
    line-height: 1.4;
  }
  .title:before {
    width: 176px;
  }


  .columns.columns-padding {
    margin-left: 0;
    width: 100%;
  }

  strong {
    letter-spacing: 0;
  }

  .s__text {
    line-height: 1.65;
    width: 103%;
  }
  .s__text p {
    margin-bottom: 38px;
  }
  .s__text ol li {
    margin-bottom: 32px;
  }
  .s__text ol li:before {
    margin-right: 15px;
  }

  .tagline {
    line-height: 1.6;
    letter-spacing: -0.5px;
  }


}
@media screen and (max-width: 479px) {

  body {
    font-size: 1.6rem;
  }

  section {
    padding: 100px 0;
  }

  .container {
    max-width: 310px;
  }

  .btn {
    padding: 30px 34px;
    font-size: 1.6rem;
  }

  .title {
    font-size: 3.1rem;
  }
  .title:before {
    width: 126px;
  }

  .s__text {
    line-height: 1.5;
    letter-spacing: -0.2px;
  }
  .s__text p {
    margin-bottom: 25px;
  }
  .s__text strong {
    letter-spacing: -0.2px;
  }

  .s__text ol li {
      align-items: end;
      margin-bottom: 31px;
  }

  .s__text ol li:before {
    width: 26px;
    height: 26px;
    margin-right: 20px;
    position: relative;
    top: 10px;
  }

}
@media screen and (max-width: 320px) {

}












label.error {
  /*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-ng { display: none !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: 1200px) {
    .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-ng { 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-ng { 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-ng { display: none !important;}
    .visible-md { display: none !important;}
    .visible-sm { display: none !important;}
    .visible-xs { display: none !important;}
    .visible-xxs { display: block !important;}
}
