@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;

  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;

  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}

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

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before{
  display: table;
  content: ' ';
}

body{
  margin: 0;
}

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

.container{
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;;
}
@media (min-width:768px){
  .container{
    width: 750px;
  }
}
@media (min-width:992px){
  .container{
    width: 970px;
  }
}
@media (min-width:1200px){
  .container{
    width: 1170px;
  }
}

.row{
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;;
}

.col,
.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-md,
.col-md-12,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-6,
.col-xl-6{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col{
  max-width: 100%;

  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;;
}

.row.flexthis:after,
.row.flexthis:before{
  display: none;
}

.row.flexthis,
.row.flexthis{
  display: flex;
}

.col-12{
      flex: 0 0 100%;
  max-width: 100%;

  -ms-flex: 0 0 100%;;
}

@media (min-width:576px){
  .col-sm-6{
        flex: 0 0 50%;
    max-width: 50%;

    -ms-flex: 0 0 50%;;
  }
  .col-sm-12{
        flex: 0 0 100%;
    max-width: 100%;

    -ms-flex: 0 0 100%;;
  }
}
@media (min-width:768px){
  .col-md{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;;
  }
  .col-md-3{
        flex: 0 0 25%;
    max-width: 25%;

    -ms-flex: 0 0 25%;;
  }
  .col-md-5{
        flex: 0 0 41.666667%;
    max-width: 41.666667%;

    -ms-flex: 0 0 41.666667%;;
  }
  .col-md-6{
        flex: 0 0 50%;
    max-width: 50%;

    -ms-flex: 0 0 50%;;
  }
  .col-md-8{
        flex: 0 0 66.666667%;
    max-width: 66.666667%;

    -ms-flex: 0 0 66.666667%;;
  }
  .col-md-12{
        flex: 0 0 100%;
    max-width: 100%;

    -ms-flex: 0 0 100%;;
  }
}
@media (min-width:992px){
  .col-lg{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;;
  }
  .col-lg-3{
        flex: 0 0 25%;
    max-width: 25%;

    -ms-flex: 0 0 25%;;
  }
  .col-lg-4{
        flex: 0 0 33.333333%;
    max-width: 33.333333%;

    -ms-flex: 0 0 33.333333%;;
  }
  .col-lg-5{
        flex: 0 0 41.666667%;
    max-width: 41.666667%;

    -ms-flex: 0 0 41.666667%;;
  }
  .col-lg-6{
        flex: 0 0 50%;
    max-width: 50%;

    -ms-flex: 0 0 50%;;
  }
}
@media (min-width:1200px){
  .col-xl-6{
        flex: 0 0 50%;
    max-width: 50%;

    -ms-flex: 0 0 50%;;
  }
}
.authmodal{
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(26,61,82,0.3);
}
.authmodal.active{
  display: block;
}
.authmodal-window{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 700px;
  margin-top: -350px;
  margin-left: -240px;
  background-color: #ffffff;
}
.authmodal-window .btn-circle-salmon{
  line-height: 35px;
  height: 50px;
  margin-top: 12px;
  margin-bottom: 32px;
  padding-right: 64px;
  padding-left: 64px;
}
.authmodal-window-close{
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  cursor: pointer;
}
.authmodal-window-close:after{
  display: block;
  margin-left: 12px;
}
.banner-descr,
.banner-zag,
.fast-site-create-group .form-control{
  font-family: MuseoSansCyrl,Arial,Helvetica,sans-serif;
  font-weight: 300;
}
.authmodal-window-logo img{
  display: block;
  width: 87px;
  margin: 24px auto 45px;
}
.authmodal-window-content{
  width: 300px;
  margin: auto;
}
.authmodal-window-content .lds{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  text-align: center;
  background-color: #ffffff;
}
.authmodal-window-content .lds .lds-default{
  top: 50%;
  margin-top: -64px;
}
.authmodal-window-content .lds .lds-default div{
  background: #abb7be;
}
.authmodal-window-social{
  text-align: center;
}
.authmodal-window-social-header{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #0d0d0d;
}
.authmodal-window-social-items{
  display: inline-block;
  margin-bottom: 32px;
}
.authmodal-window-social a{
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 6px;
}
.authmodal-window-social a.nav-link-wm{
  background: url(../images/wm.svg) center center no-repeat;
  background-size: 48px;
}
.authmodal-window-social a.nav-link-fb{
  background: url(../images/fb.svg) center center no-repeat;
  background-size: 46px;
}
.authmodal-window-social a.nav-link-vk{
  background: url(../images/vk.svg) center center no-repeat;
  background-size: 46px;
}
.authmodal-window-social a.nav-link-insta{
  background: url(../images/insta.svg) center center no-repeat;
  background-size: 46px;
}
.authmodal-window-content label{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 4px;
  color: #0d0d0d;
}
.authmodal-window-content input{
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.authmodal-window-content input:focus{
  border-color: #1a3d52;
  outline: 0;
  box-shadow: none;
}
.authmodal-window-links a{
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  text-align: center;
  color: #1a3d52;
}
.authmodal-window-links a:hover{
  text-decoration: none;
  color: #1a3d52;
}
.authmodal-window .form-group{
  position: relative;
}
.authmodal-window .form-group .input-error{
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: 0;
  color: #980505;
}
.authmodal-window .btn-circle-salmon[disabled=disabled]{
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}
.remindpass-window{
  height: 480px;
  margin-top: -240px;
}
.remindpass-window-header{
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #0d0d0d;
}
.remindpass-window .email-area{
  padding-top: 28px;
}
.errorwindow,
.successwindow{
  position: fixed;
  z-index: 20;
  top: 8px;
  right: 8px;
  width: 240px;
  height: auto;
  padding: 8px 16px;
  transition: all 0.2s ease;
  color: #ffffff;
  border-radius: 4px;;
}
.errorwindow{
  visibility: hidden;
  opacity: 0;
  background-color: rgba(166,4,4,0.9);
}
.errorwindow-header{
  margin-bottom: 8px;
}
.errorwindow-text{
  font-size: 14px;
}
.errorwindow.active{
  visibility: visible;
  opacity: 1;
}
.successwindow{
  visibility: hidden;
  opacity: 0;
  background-color: rgba(4,166,106,0.9);
}
.successwindow.active{
  visibility: visible;
  opacity: 1;
}

body{
  width: 100%;
  min-width: 320px;
}

.f-container{
  width: 100%;
}

@media (min-width: 1200px){
  .f-container{
    max-width: 1440px;
  }
}


@media (min-width: 1200px){
  .f-section--advantages .f-container{
    max-width: 1096px;
  }
}

.f-header{
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
  color: #121212;
}

.closeDialog{
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0 8px;
  cursor: pointer;
  color: #757575;
}

.login-box{
  position: relative;
  max-width: 460px;
  margin: 0 32px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(32, 35, 35, 0.1);
}
@media (min-width: 768px){
  .login-box{
    width: 460px;
  }
}

.login-logo{
  padding: 56px 0 32px;
  text-align: center;
}

.login-box-header{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
  color: #1a3d51;
}

.login-box-header.login-box-header--small{
  font-size: 32px;
}

.login-box-container{
  min-width: 320px;
  padding: 0 16px 56px;
}
.login-box-container .f-button-salmon{
  padding: 16px 32px;
}
.login-box-container .input-group > .custom-select:not(:last-child),
.login-box-container .input-group > .form-control:not(:last-child){
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.login-box__registration-link{
  text-align: center;
}
.login-box__registration-link a{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  color: #00a5ff;
}
.login-box__registration-link a:hover,
.login-box__registration-link a:active,
.login-box__registration-link a:focus{
  text-decoration: none;
}
.login-box__socials-header{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  position: relative;
  margin-bottom: 8px;
  text-align: center;
  color: #1a3d51;
}
.login-box__socials-header span{
  position: relative;
  padding: 0 8px;
  background-color: #ffffff;
}
.login-box__socials-header:before{
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  content: '';
  background-color: #c4c4c4;
}
.login-box__socials{
  display: flex;
  margin-bottom: 24px;

  justify-content: center;
}
.login-box__socials div + div{
  margin-left: 24px;
}
.login-box__button-login{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 15px;
  width: 100%;
  height: 48px;
  margin-bottom: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  background: #e88973;
}
.login-box__button-login:hover{
  background-color: #eda18f;
}
.login-box__button-login:disabled{
  cursor: not-allowed;
  background-color: #90a4ae;
}
.login-box__button-login:disabled:hover{
  background-color: #90a4ae;
}
.login-box__forgot-password a{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  text-align: right;
  color: #c4c4c4;

  justify-content: flex-end;
}
.login-box__forgot-password a:hover,
.login-box__forgot-password a:active,
.login-box__forgot-password a:focus{
  text-decoration: none;
}
.login-box__form .input-group{
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
}
.login-box__form .input-group.login-box__input-password{
  margin-bottom: 8px;
}
.login-box__form .input-group input{
  font-size: 14px;
  box-sizing: border-box;
  height: 48px;
  padding: 11px 42px 14px 24px;
  color: #263238;
  border: 1px solid #c4c4c4;
  border-radius: 24px;
  background-color: transparent;
  box-shadow: none;
}
.login-box__form .input-group input:focus{
  border-color: #e88973;
}
.login-box__alert{
  font-size: 11px;
  height: 16px;
  text-align: right;
  color: #b71c1c;
}
.login-box__input-password .login-box__icon{
  background: transparent url('../images/socials/password.svg') right 16px center no-repeat;
}
.login-box__input-password input.form-control::-webkit-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-password input.form-control::-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-password input.form-control:-ms-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-password input.form-control:-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email .login-box__icon{
  background: transparent url('../images/socials/email.svg') right 16px center no-repeat;
}
.login-box__input-email input.form-control::-webkit-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email input.form-control::-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email input.form-control:-ms-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email input.form-control:-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__icon{
  position: absolute;
  z-index: 10;
  right: 0;
  width: 48px;
  height: 48px;
}

.form-group.has-feedback{
  margin-bottom: 0;
}

.login-logo__icon{
  width: 33px;
  height: 32px;
  margin: auto;
  background: transparent url('../images/socials/logo-fo-ru--dark.svg') center center no-repeat;
}

.link-wm{
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url('../images/socials/wm.svg') center center no-repeat;
  background-size: contain;
}

.link-wm:hover{
  opacity: 0.6;
}

.link-fb{
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url('../images/socials/fb.svg') center center no-repeat;
  background-size: contain;
}

.link-fb:hover{
  opacity: 0.6;
}

.link-vk{
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url('../images/socials/vk.svg') center center no-repeat;
  background-size: contain;
}

.link-vk:hover{
  opacity: 0.6;
}

.login-box__socials a + a{
  margin-left: 24px;
}

@media (min-width: 768px){
  .f-header{
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 72px;
  }
}
.f-description{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}

@media (min-width: 768px){
  .f-description{
    font-size: 20px;
    line-height: 32px;
  }
}
.f-description a{
  text-decoration: none;
  color: #e88973;
}

.f-description a:hover,
.f-description a:active{
  text-decoration: underline;
  color: #eda18f;
}

.f-button-salmon{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  padding: 20px 32px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 56px;
  background-color: #e88973;
}

.login-box__button-login:disabled,
.login-box__button-login.disabled{
  cursor: not-allowed;
  background-color: #90a4ae;
}
.login-box__button-login:disabled:hover,
.login-box__button-login.disabled:hover{
  background-color: #90a4ae;
}
.login-box__button-login:focus{
  outline: none;
}

.f-button-salmon:hover,
.f-button-salmon:focus,
.f-button-salmon:active{
  text-decoration: none;
  color: #ffffff;
  background-color: #eda18f;
}

.f-button-blue-grey{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  padding: 20px 32px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 56px;
  background-color: #1a3d51;
}

.f-button-blue-grey:hover,
.f-button-blue-grey:focus,
.f-button-blue-grey:active{
  text-decoration: none;
  color: #ffffff;
  background-color: #202323;
}

.f-section{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  padding: 40px 0;
}

@media (min-width: 768px){
  .f-section{
    padding: 64px 0;
  }
}
.f-section--top{
  padding: 0;
  background-color: #202323;
}

.f-section--top__inner{
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: auto;
  padding: 0 0 64px;
}
@media (min-width: 1200px){
  .f-section--top__inner .f-container{
    width: 1170px;
  }
}

@media (min-width: 768px){
  .f-section--top__inner{
    min-height: 660px;
    padding: 64px 0;
  }
}
.f-section--top__content{
  position: relative;
  z-index: 1;
}

.f-section--top .f-button-salmon{
  position: relative;
  z-index: 1;
}

.f-section--top__background{
  position: absolute;
  top: 0;
  left: 56px;
  -webkit-transition: opacity 0.8s ease;
          transition: opacity 0.8s ease;
  opacity: 0.5;
}

@media (min-width: 768px){
  .f-section--top__background{
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px){
  .f-section--top__background{
    opacity: 1;
  }
}
.f-section--top__background img{
  display: block;
  min-width: 450px;
  max-width: 100%;
  margin-top: 32px;
}

.f-section--top__background--box{
  position: absolute;
  bottom: 56px;
  left: -144px;
  display: none;
}

@media (min-width: 992px){
  .f-section--top__background--box{
    display: block;
  }
}
.f-section--top .f-header{
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  padding: 56px 0 32px;
  color: #ffffff;
}

@media (min-width: 768px){
  .f-section--top .f-header{
    font-size: 64px;
    line-height: 72px;
    padding: 56px 0;
  }
}
.f-section--top .f-text{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 56px;
  color: #ffffff;
}

@media (min-width: 768px){
  .f-section--top .f-text{
    font-size: 20px;
  }
}
@media (min-width: 992px){
  .f-section--top .f-text{
    padding-right: 56px;
  }
}
.f-section--advantages{
  background-color: #f5f5f5;
}

@media (min-width: 992px){
  .f-section--advantages{
    padding: 136px 0 56px;
  }
}
.f-section--advantages .f-advantage{
  display: block;
  margin-bottom: 40px;
  padding: 16px 8px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}
.f-section--advantages .f-advantage:hover{
  background-color: #ffffff;
}
.f-section--advantages .f-advantage:hover .advantage-image{
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.f-section--advantages .f-advantage:hover .advantage-image--hover{
  visibility: visible;
  height: auto;
  opacity: 1;
}
@media (min-width: 992px){
  .f-section--advantages .f-advantage{
    margin-bottom: 48px;
  }
}
.f-section--advantages .f-advantage .advantage-image{
  display: block;
  visibility: visible;
  height: auto;
  margin: 0 auto;
  opacity: 1;
}
.f-section--advantages .f-advantage .advantage-image--hover{
  visibility: hidden;
  height: 0;
  margin: 0 auto;
  opacity: 0;
}

.f-section--advantages .f-advantage:hover .advantage-image{
  display: none;
}

@media (min-width: 992px){
  .f-section--advantages .f-advantage{
    margin-bottom: 48px;
  }
}
.f-section--advantages .f-advantage .advantage-image{
  display: block;
  margin: 0 auto;
}

.f-section--advantages .f-advantage__image{
  display: block;
  margin: 0 auto 24px;
}

.advantage-image,
.advantage-image--hover{
  display: block;
  max-width: 128px;
  max-height: 128px;
  margin: auto;
}

.f-section--advantages .f-advantage__text{
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #121212;
}

.f-section--tutorials{
  padding: 0;
}

.f-section--tutorials .col{
  padding: 0;
}

.f-section--tutorials .f-tutorial-row:nth-child(1),
.f-section--tutorials .f-tutorial-row:nth-child(3){
      flex-direction: column-reverse;

  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
}

@media (min-width: 768px){
  .f-section--tutorials .f-tutorial-row:nth-child(1),
  .f-section--tutorials .f-tutorial-row:nth-child(3){
        flex-direction: row;

    -webkit-box-orient: initial;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
  }
}
.f-section--tutorials .f-tutorial-row:nth-child(2){
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

@media (min-width: 768px){
  .f-section--tutorials .f-tutorial-row:nth-child(2){
        flex-direction: row;

    -webkit-box-orient: initial;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
  }
}
.f-section--tutorials .f-block-text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-section--tutorials .f-block-text__inner{
  margin: 12% 0;
  padding: 32px;
}

@media (min-width: 992px){
  .f-section--tutorials .f-block-text__inner{
    padding: 0;
  }
}
.f-section--tutorials .f-block-text .f-header{
  margin-bottom: 40px;
  color: #1a3d51;
}

@media (min-width: 992px){
  .f-section--tutorials .f-block-text .f-header{
    padding: 0 96px;
  }
}
@media (min-width: 992px){
  .f-section--tutorials .f-block-text .f-text{
    padding: 0 96px;
  }
}
.f-section--tutorials .f-block-text .f-text p{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  color: #121212;
}

@media (min-width: 768px){
  .f-section--tutorials .f-block-text .f-text p{
    font-size: 20px;
  }
}
.f-section--tutorials .f-tutorial{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  align-items: center;
  height: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.f-section--tutorials .f-tutorial .f-slides{
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 600px;
}

@media (min-width: 768px){
  .f-section--tutorials .f-tutorial .f-slides{
    margin-left: auto;
  }
}
@media (min-width: 768px){
  .f-section--tutorials .f-tutorial.f-tutorial--1:before,
  .f-section--tutorials .f-tutorial.f-tutorial--3:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    content: '';
    background-color: #212224;
  }
}
.f-section--tutorials .f-tutorial.f-tutorial--1 .f-slides__line{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600%;
  -webkit-animation: frame-animation 6000ms infinite;
          animation: frame-animation 6000ms infinite;
  -webkit-animation-timing-function: steps(6);
          animation-timing-function: steps(6);
}

.f-section--tutorials .f-tutorial.f-tutorial--1 .f-slide{
  display: block;
  width: 16.66667%;
  max-width: 16.66667%;

  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.f-section--tutorials .f-tutorial.f-tutorial--1 .f-slide img{
  width: 100%;
}

@media (min-width: 768px){
  .f-section--tutorials .f-tutorial.f-tutorial--2 .f-slides{
    margin-right: auto;
  }
}
@media (min-width: 768px){
  .f-section--tutorials .f-tutorial.f-tutorial--2:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    content: '';
    background-color: #212224;
  }
}
.f-section--tutorials .f-tutorial.f-tutorial--2 .f-slides__line,
.f-section--tutorials .f-tutorial.f-tutorial--3 .f-slides__line{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500%;
  -webkit-animation: frame-animation 5000ms infinite;
          animation: frame-animation 5000ms infinite;
  -webkit-animation-timing-function: steps(5);
          animation-timing-function: steps(5);
}

.f-section--tutorials .f-tutorial.f-tutorial--2 .f-slide,
.f-section--tutorials .f-tutorial.f-tutorial--3 .f-slide{
  display: block;
  width: 20%;
  max-width: 20%;

  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.f-section--tutorials .f-tutorial.f-tutorial--2 .f-slide img,
.f-section--tutorials .f-tutorial.f-tutorial--3 .f-slide img{
  width: 100%;
}

.f-section--templates{
  padding-top: 128px;
}

.f-section--templates .f-header{
  margin-bottom: 40px;
}

.f-section--templates .f-description{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 720px;
  margin: 0 auto 40px;
}

.f-section--templates .f-gallery{
  position: relative;
  overflow: hidden;
  margin-top: 72px;
}

.f-section--templates .f-gallery__container{
  max-width: 1440px;
}

.f-section--templates .f-gallery__line{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1672px;
  -webkit-animation: linear infinite alternate;
          animation: linear infinite alternate;
  -webkit-animation-name: run;
          animation-name: run;
  -webkit-animation-duration: 150s;
          animation-duration: 150s;
}

@media (min-width: 768px){
  .f-section--templates .f-gallery__line{
    width: 3032px;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
.f-section--templates .f-gallery__line--2{
  position: relative;
  right: calc(1672px - 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1672px;
  margin-top: 32px;
  -webkit-animation: linear infinite alternate;
          animation: linear infinite alternate;
  -webkit-animation-name: run-reverse;
          animation-name: run-reverse;
  -webkit-animation-duration: 150s;
          animation-duration: 150s;
}

@media (min-width: 768px){
  .f-section--templates .f-gallery__line--2{
    right: calc(3032px - 100%);
    width: 3032px;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
}
.f-section--templates .f-gallery__item{
  margin-right: 24px;
}

@media (min-width: 768px){
  .f-section--templates .f-gallery__item{
    margin-right: 40px;
  }
}
.f-section--templates .f-gallery__item img{
  display: block;
  width: 400px;
}

@media (min-width: 768px){
  .f-section--templates .f-gallery__item img{
    width: 728px;
  }
}
.f-section--templates .f-gallery__item:last-child{
  margin-right: 0;
}

.f-section--constructor{
  position: relative;
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 0;
}

@media (min-width: 992px){
  .f-section--constructor{
    display: block;
  }
}

.f-section--subscribe{
  overflow: hidden;
  padding: 0;
  background-color: #1a3d51;
}

.f-section--subscribe .f-container{
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (min-width: 768px){
  .f-section--subscribe .f-container{
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.f-section--subscribe .bg-line-container{
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-section--subscribe .bg-line-container .bg-line{
      flex: 1;
  background-color: rgba(255, 255, 255, 0.03);

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.f-section--subscribe .bg-line-container .bg-line + .bg-line{
  margin-left: 16px;
}

@media (min-width: 768px){
  .f-section--subscribe .bg-line-container .bg-line + .bg-line{
    margin-left: 40px;
  }
}
.f-section--subscribe .f-header{
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  color: #ffffff;
}

.f-section--subscribe .f-description{
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: auto;
  margin-bottom: 56px;
  color: #ffffff;
}

@media (min-width: 768px){
  .f-section--subscribe .f-description{
    margin-bottom: 80px;
  }
}
.f-section--subscribe .f-block-search{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-section--subscribe .f-block-search .f-input{
  height: 48px;
}

.f-section--subscribe .f-block-search .f-button-salmon{
  line-height: 24px;
}

.f-section--subscribe .bg-box{
  position: absolute;
}

.f-section--subscribe .bg-box--right{
  top: 80px;
  right: -96px;
}

.f-section--subscribe .bg-box--left{
  bottom: -40px;
  left: -224px;
}

.f-section--business{
  position: relative;
  padding-top: 64px;
}

.f-section--business .bg-box{
  position: absolute;
}

.f-section--business .bg-box--left{
  top: -160px;
  left: -224px;
}

@media (min-width: 768px){
  .f-section--business{
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.f-section--business .f-header{
  max-width: 720px;
  margin: auto;
  margin-bottom: 40px;
}

.f-section--business .f-description{
  max-width: 816px;
  margin: auto;
  margin-bottom: 80px;
}

.f-section--business .f-business{
  max-width: 784px;
  margin: auto;
  margin-bottom: 56px;
}

@media (min-width: 768px){
  .f-section--business .f-business{
    margin-bottom: 80px;
    background: transparent url('../images/business/fox.png') left center no-repeat;
  }
}
.f-section--business .f-business:after{
  display: table;
  clear: both;
  content: '';
}

.f-section--business .f-business__steps{
  float: right;
}

.f-section--business .f-business__steps .step--1{
  border-radius: 0 20px 0 0;
  background: #f1b8ab;
}

.f-section--business .f-business__steps .step--2{
  background: #eda18f;
}

.f-section--business .f-business__steps .step--3{
  border-radius: 0 0 20px 0;
  background: #e88973;
}

.f-section--business .f-business__step{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 96px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-section--business .f-business__step + .f-business__step{
  margin-top: 24px;
}

@media (min-width: 768px){
  .f-section--business .f-business__step + .f-business__step{
    margin-top: 40px;
  }
}
.f-section--business .f-business__number{
  position: absolute;
  bottom: -8px;
  left: -8px;
}

.f-section--business .f-business__text{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 24px;
  width: 100%;
  padding-left: 96px;
  color: #ffffff;
}

@media (min-width: 768px){
  .f-section--business .f-business__text{
    width: 360px;
    padding-left: 96px;
  }
}
@media (min-width: 992px){
  .f-section--business .f-business__text{
    font-size: 20px;
    width: 440px;
    padding-left: 112px;
  }
}

.f-block-search{
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px){
  .f-block-search{
    margin-bottom: 0;

    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
.f-block-search .f-input{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 360px;
  height: 40px;
  padding: 0 24px;
  padding-right: 40px;
  color: #282828;
  border: 1px solid #e88973;
  border-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.f-block-search .f-input:focus{
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.f-block-search .f-button-salmon{
  margin-left: -32px;
  padding: 12px 32px;
}

.f-footer{
  font-family: 'Montserrat', sans-serif;
  padding: 64px 0 80px;
  color: #ffffff;
  background-color: #202323;
}

.f-footer__text{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.f-footer__logo{
  margin-top: 14px;
  margin-right: 24px;
}

.f-footer__description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media (min-width: 768px){
  .f-footer__description{
    margin-bottom: 72px;
  }
}
.f-footer__menu{
  margin-bottom: 40px;
}

@media (min-width: 992px){
  .f-footer__menu{
    margin-bottom: 0;
  }
}
.f-footer__menu-header{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  margin-bottom: 24px;
  color: #e88973;
}

.f-footer__menu-link{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  display: block;
  margin-bottom: 16px;
  -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease;
  text-decoration: none;
  color: #ffffff;
}

.f-footer__menu-link:hover,
.f-footer__menu-link:focus,
.f-footer__menu-link:active{
  text-decoration: none;
  opacity: 0.6;
  color: #ffffff;
}

.f-footer__contacts{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
  height: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1440px){
  .f-footer__contacts{
    flex-direction: row;
  }
}

.f-footer__socials .f-footer__menu-header{
  margin-bottom: 16px;
}

a.f-footer__menu-header{
  display: block;
}

a.f-footer__menu-header:hover{
  text-decoration: none;
  opacity: 0.7;
  color: #e88973;
}

.f-footer__socials .f-footer__icons a + a{
  margin-left: 8px;
}

.f-page__header{
  margin-bottom: 40px;
  color: #1a3d51;
}

@media (min-width: 992px){
  .f-page__header{
    font-size: 64px;
    line-height: 64px;
    margin-top: 40px;
  }
}
.f-page__description{
  max-width: 856px;
  margin: auto;
  margin-bottom: 56px;
  color: #1a3d51;
}

@media (min-width: 992px){
  .f-page__description{
    margin-bottom: 96px;
  }
}

/* .foruindexpage */
.foruindexpage app-top-navbar-small{
  height: 60px !important;
  margin-bottom: 0 !important;
}

.f-userregister-page app-top-navbar-small{
  display: initial !important;
  height: 60px !important;
}
.f-userregister-page .f-section--registration{
  overflow-x: hidden;
  padding: 0;
}
.f-userregister-page .registration-block{
  display: flex;
}
.f-userregister-page .registration-block__container{
  padding: 0;
}
.f-userregister-page .registration-part{
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
}
@media (min-width: 768px){
  .f-userregister-page .registration-part{
    width: 50%;
  }
}
.f-userregister-page .registration-part.part-login{
  display: flex;
  align-items: center;
  padding-top: 104px;

  justify-content: center;
}
.f-userregister-page .registration-part.part-orange{
  position: relative;
  display: none;
  background-size: contain;
}
@media (min-width: 768px){
  .f-userregister-page .registration-part.part-orange{
    display: block;
  }
}
.f-userregister-page .registration-part.part-orange:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30000px;
  content: '';
  background: #e88973 url('../images/registration/registration-bg-full.png') left center no-repeat;
}

.errorwindow{
  font-family: 'Montserrat', sans-serif;
  z-index: 101;
  top: 64px;
}

.login-box-outer{
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  background-color: rgba(26, 61, 81, 0.5);

  justify-content: center;
}
.login-box-outer.active{
  display: flex;
}
.login-box-outer .closeDialog{
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0 8px;
  cursor: pointer;
  color: #757575;
}
.login-box-outer .login-box{
  position: relative;
  max-width: 460px;
  margin: 0 32px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(32, 35, 35, 0.1);
}
@media (min-width: 768px){
  .login-box-outer .login-box{
    width: 460px;
  }
}
.login-box-outer .login-logo{
  padding: 56px 0 32px;
  text-align: center;
}
.login-box-outer .login-box-header{
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
  color: #1a3d51;
}
.login-box-outer .login-box-header.login-box-header--small{
  font-size: 32px;
}
.login-box-outer .login-box-container{
  padding: 0 64px 56px;
}
.login-box-outer .form-group.has-feedback{
  margin-bottom: 0;
}
.login-box-outer .login-logo__icon{
  width: 33px;
  height: 32px;
  margin: auto;
  background: transparent url('../images/logo.svg') center center no-repeat;
}
.login-box-outer .link-wm{
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url('../images/wm-salmon.svg') center center no-repeat;
  background-size: contain;
}
.login-box-outer .link-wm:hover{
  opacity: 0.6;
}
.login-box-outer .link-fb{
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url('../images/fb-salmon.svg') center center no-repeat;
  background-size: contain;
}
.login-box-outer .link-fb:hover{
  opacity: 0.6;
}
.login-box-outer .link-vk{
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url('../images/vk-salmon.svg') center center no-repeat;
  background-size: contain;
}
.login-box-outer .link-vk:hover{
  opacity: 0.6;
}

.login-box__registration-link{
  text-align: center;
}
.login-box__registration-link a{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  color: #00a5ff;
}
.login-box__registration-link a:hover,
.login-box__registration-link a:active,
.login-box__registration-link a:focus{
  text-decoration: none;
}
.login-box__socials-header{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  position: relative;
  margin-bottom: 8px;
  text-align: center;
  color: #1a3d51;
}
.login-box__socials-header span{
  position: relative;
  padding: 0 8px;
  background-color: #ffffff;
}
.login-box__socials-header:before{
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  content: '';
  background-color: #c4c4c4;
}
.login-box__socials{
  display: flex;
  margin-bottom: 24px;

  justify-content: center;
}
.login-box__socials div + div{
  margin-left: 24px;
}
.login-box__button-login{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 15px;
  width: 100%;
  height: 48px;
  margin-bottom: 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  background: #e88973;
}
.login-box__button-login:hover{
  text-decoration: none;
  color: #ffffff;
  background-color: #eda18f;
}
.login-box__button-login.login-box-button{
  line-height: 48px;
  display: block;
}
.login-box__button-login:disabled{
  cursor: not-allowed;
  background-color: #90a4ae;
}
.login-box__button-login:disabled:hover{
  background-color: #90a4ae;
}
.login-box__forgot-password a{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  text-align: right;
  color: #c4c4c4;

  justify-content: flex-end;
}
.login-box__forgot-password a:hover,
.login-box__forgot-password a:active,
.login-box__forgot-password a:focus{
  text-decoration: none;
}
.login-box__form .input-group{
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
}
.login-box__form .input-group.login-box__input-password{
  margin-bottom: 8px;
}
.login-box__form .input-group input{
  font-size: 14px;
  box-sizing: border-box;
  height: 48px;
  padding: 11px 42px 14px 24px;
  color: #263238;
  border: 1px solid #c4c4c4;
  border-radius: 24px;
  background-color: transparent;
  box-shadow: none;
}
.login-box__form .input-group input:focus{
  border-color: #e88973;
}
.login-box__alert{
  font-size: 11px;
  height: 16px;
  text-align: right;
  color: #b71c1c;
}
.login-box__input-password .login-box__icon{
  background: transparent url('../images/eye.svg') right 16px center no-repeat;
}
.login-box__input-password input.form-control::-webkit-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-password input.form-control::-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-password input.form-control:-ms-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-password input.form-control:-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email .login-box__icon{
  background: transparent url('../images/letter.svg') right 16px center no-repeat;
}
.login-box__input-email input.form-control::-webkit-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email input.form-control::-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email input.form-control:-ms-input-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__input-email input.form-control:-moz-placeholder{
  font-size: 12px;
  color: #757575;
}
.login-box__icon{
  position: absolute;
  z-index: 10;
  right: 0;
  width: 48px;
  height: 48px;
}

.errorwindow,
.successwindow{
  right: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  border-radius: 4px;
}

.errorwindow{
  color: #ffcac6;
  background-color: rgba(166, 4, 4, 0.7);
}

.errorwindow-with-icon{
  text-align: left;
}
.errorwindow-with-icon > *{
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  color: #ffffff;
}

.iframe-constructor{
  width: 100%;
  border: none;
}

.f-section--tutorials .f-tutorial{
  display: block;
}

.f-section--tutorials .f-block-text{
  background-color: #ffffff;
}

.f-top-navigation__dd-menu{
  position: absolute;
  top: 59px;
  right: 0;
  left: 0;
}

.foruindexpage > app-root{
  display: block;
  height: 60px;
}

.f-section--cloner{
  padding-top: 80px;
  background-color: #f5f5f5;
}


@keyframes rotate{
  0%{
    transform: rotate(0deg) scale(1);
  }50%{
    transform: rotate(180deg) scale(0.6);
  }100%{
    transform: rotate(360deg) scale(1);
  }
}

.auth-box--outer{
  position: relative;
}

.ball-clip-rotate-multiple--outer{
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 360px;
  margin-top: -24px;
  background-color: white;
}

.ball-clip-rotate-multiple{
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 11px 0;
  margin: auto;
}
.ball-clip-rotate-multiple > div{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-left: -17px;
  animation: rotate 1s 0s ease-in-out infinite;
  border: 1px solid #102643;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
}
.ball-clip-rotate-multiple > div:last-child{
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  animation-duration: 0.5s;
  animation-direction: reverse;
  border-color: #102643 transparent #102643 transparent;
}

.f-block-search--outer{
  position: relative;
  display: inline-block;
}

@media (min-width: 768px){
  .f-block-search--outer input{
    min-width: 360px;
    max-width: 100%;
  }
}

.f-loader{
  position: absolute;
  z-index: 1;
  top: 11px;
  right: 220px;
  width: 24px;
  height: 24px;
  animation: spin 1.2s linear infinite;
  opacity: 0.7;
  border: 4px solid rgba(26, 61, 81, 0.2);
  border-top: 4px solid #1a3d51;
  border-radius: 50%;
}

@keyframes spin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.foruindexpage .b-header-wrapper {
  height: 60px;
}

.b-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}