@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    }
    @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    }
 
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    }
    @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    }
    @font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    }
    @font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    }
.img-fluid{
  max-width: 100%;
  height: auto;
}
html{
	overflow-x: hidden;
}
body{
    font-family: Lato;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
    color: #2D4278;
    overflow-x: hidden;
    margin: 0;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
p{
  margin: 0;
}
header{
      padding: 22px 0 5px 0;
}
header .navigation ul{
      display: flex;
    align-self: center;
    justify-content: space-around;
}
.d-flex.phone-item {
    margin: 0 12px;
}
header .login img{
  width: 20px;
  height: 20px;
}
header .login a{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
display: block;

color: #2D4278;
}
header .phones{
  justify-content: end;
}
header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: white;
}
header.fixed .header-logo{

}
.navigation ul li a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #2D4278;
}
header .phones.fix{
  display: none!important;
}
header .phone-item a{
  margin-left: 20px;
  font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */



color: #2D4278;
}
#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
.hamburger-menu{
  display: flex;
    justify-content: end;
}

.menu__btn {
      display: flex;
    align-items: center;
        position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__box img {
      margin-bottom: 10px;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  z-index: 10;
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 50px 0;

  list-style: none;

  background-color: white;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
#main{
  padding: 120px 0 130px 0;
  background: url(../images/main_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
h1{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 54px;
color: #2D4278;
}
.btn{
  border: 1px solid transparent!important;
}
.btn:hover, .btn.btn1:hover{
  color: #1C75BE;
    background: white;
    border: 1px solid #1C75BE!important;
}
.btn.btn-footer:hover{
  color: white;
  background: #1C75BE;
}
#main ul{
  margin: 32px 0 48px 0;
  list-style-type: disc;
  padding-left: 0px;
}
#main ul li{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #2D4278;
margin-bottom: 16px;
    list-style: none;
    background: url(../images/romb.png) no-repeat 0 4px;
    padding-left: 30px;
}
.soc{
  position: fixed;
    right: 22px;
    bottom: 17%;
    z-index: 2;
}
.soc a{
      display: block;
      margin-bottom: 20px;
}
.btn{
  font-family: 'Lato';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: white;
background: #1C75BE;
box-shadow: 27px 16px 51px rgba(38, 118, 179, 0.16);
border-radius: 16px;
padding: 23px 36px;
cursor: pointer;
outline: none;
border: none;
}
.contact-form{
  padding: 48px 0;
}
.contact-form .row{
      padding: 0 70px;
}
.contact-form form input{
  font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #2D4278;

opacity: 0.5;
border: 1px solid #ACBAD7;
filter: drop-shadow(27px 16px 51px rgba(38, 118, 179, 0.25));
border-radius: 16px;
padding: 23px 0 23px 16px;
margin: 0 10px;
outline: none;
width: 100%;
}
.contact-form .btn{
padding: 23px 65px;
margin-left: 10px;
}
.contact-form h2{
  font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 20px;
/* identical to box height, or 62% */


color: #2D4278;
margin-bottom: 24px;
}
.contact-form p{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */

display: flex;
align-items: center;

color: #2D4278;
}
.politic{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
display: flex;
align-items: center;

color: #2D4278;
    justify-content: flex-end;
}
.politic a{
  color: #1C75BE;
  text-decoration: underline;
  display: contents;
}
#myRange{
      height: 2px;
      
}
.calc-block p, .calc-block input{
  width: 100%;
}
.calc-block p{
  margin-bottom: 12px;
}
.calc-block input.input-range{
  margin-bottom: 30px;
  font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #2D4278;

opacity: 0.5;
border: 1px solid #ACBAD7;
filter: drop-shadow(27px 16px 51px rgba(38, 118, 179, 0.25));
border-radius: 16px;
padding: 15px 20px;
outline: none;
width: 100%;
}
.calc-block{
  margin-bottom: 60px;
}


.value {
  position: absolute;
  top: 15px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
  
  /* optional */
  
  font-weight: normal;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: none; 
}

.value i {
  font-style: normal;
}
.ui-slider-handle{
  outline: none;
  border: none;
}
.ui-state-default{
  background: url(../images/romb.png) no-repeat!important;
      width: 12px!important;
    height: 12px!important;
    border: none!important;
}
.ui-slider-horizontal {
    height: 3px!important;
}
.ui-widget.ui-widget-content {
    border: none!important;
    margin-left: 10px;
}
.ui-widget-header {
    background: #416bbb!important;
}
.ui-widget-content {
    background: #ACBAD7!important;
}
span.price-range-max.value {
        top: -25px;
    left: calc(100% - 4px);
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox+label::before {
  content: '';
      margin-top: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #ACBAD7;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #ACBAD7;
    background-color: white;
  background: url("../images/ok.png") no-repeat;
  background-position: center;
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}
.check-input label{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #2D4278;
}
textarea{
  width: 100%;
  border: 1px solid #ACBAD7;
filter: drop-shadow(27px 16px 51px rgba(38, 118, 179, 0.25));
border-radius: 16px;
margin-top: 17px;
padding: 15px 21px 15px 15px;
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-bottom: 15px;
height: 227px;
/* or 150% */


    color: black;
}
textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder { /* Modern browsers */
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */


color: rgba(45, 66, 120, 0.5); 
}
.calc-head{
  font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;

color: #2D4278;
margin-bottom: 15px;
}
.calc-price{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 32px;
line-height: 48px;
/* identical to box height, or 150% */

display: flex;
align-items: center;

color: #2D4278;
margin-bottom: 32px;

}
.calc-price span{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 48px;
/* identical to box height, or 300% */

display: flex;
align-items: center;

color: #2D4278;
display: inline-block;
    line-height: 20px;
    margin-top: 5px;
}
.calc-info .btn{
      padding: 23px 65px;
      margin-bottom: 40px;
}
.calc-text img{
  width: 20px;
  height: 20px;
      margin-top: 5px;
}
.calc-text p{
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
margin-left: 12px;

color: rgba(45, 66, 120, 0.5);
}
#calc form{
      padding: 65px 70px 40px 70px;
    background: #FFFFFF;
    box-shadow: 27px 16px 51px rgb(38 118 179 / 8%);
    backdrop-filter: blur(32.118px);
    border-radius: 16px;
}
#calc{
  background: url(../images/calc_bg.jpg) no-repeat;
    background-position: top;
    padding-top: 128px;
    padding-bottom: 65px;
}
#tarifs{
  padding-top: 65px;
  background: url(../images/tarif_bg.jpg) no-repeat;
  padding-bottom: 450px;
  background-position: bottom;
      background-color: #f7fcff;
}
#tarifs h2{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 48px;
/* identical to box height, or 100% */

display: flex;
align-items: center;

color: #2D4278;
margin-bottom: 61px;
}
.tarif-block{
  padding: 40px 35px;
  background: #FFFFFF;
box-shadow: 27px 16px 51px rgba(38, 118, 179, 0.16);
border-radius: 16px;
margin-bottom: 30px;
}
.tarif-block h3{
      font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2D4278;
    margin-bottom: 30px;
    min-height: 76px;
}
.tarif-block .param{
  border: 1px solid #ACBAD7;
filter: drop-shadow(27px 16px 51px rgba(38, 118, 179, 0.25));
border-radius: 16px;
text-align: center;
    padding: 20px 0px;
    margin: 12px;
    width: 100%;
    margin-bottom: 31px;
}
.text-center{
  text-align: center;
}
.tarif-block .param p{
  font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
/* identical to box height */

text-align: center;

color: #2D4278;
margin-bottom: 10px;
}
.tarif-block .param span{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #96A1BC;
}
.tarif-block .add p{
  white-space: nowrap;
    overflow-x: hidden;
    font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #96A1BC;
padding: 0 15px;

}
.tarif-block .add{
  margin-bottom: 23px;
}
.tarif-block .add img{
      width: 11.3px;
    height: 8.5px;
    margin-top: 5px;
    margin-left: 3px;
}
.tarif-block .calc-price{
 margin-top: 25px;
     text-align: center;
         justify-content: center;
}
.tarif-block .calc-price span{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 48px;
/* identical to box height, or 300% */

display: flex;
align-items: center;

color: #96A1BC;
}
.btn-tarif{
  padding: 23px 75px;
  display: block;
    margin: 0 auto;
}
.tarif-h2{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 48px;
/* identical to box height, or 100% */

display: flex;
align-items: center;

color: #2D4278;
margin: 100px 0 160px 0!important;
}
.steps img{
  width: 81px;
  height: 81px;
}
.steps div{
  margin-left: 20px;
}
.steps div p.step-head{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 20px;
line-height: 24px;
/* identical to box height */

display: flex;
align-items: center;

color: #2D4278;
margin-bottom: 16px;
}
.steps div p.step-text{
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;

color: #2D4278;

}
.banner{
  background: #416BBB;
border-radius: 16px;
padding: 65px;

}
#banner{
  position: relative;
}
#banner .working{
    position: absolute;
    bottom: 50px;
    left: 90px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #96A1BC;
}
.banner .month{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 158.5%;
/* or 25px */

display: flex;
align-items: center;

color: #FFFFFF;
padding: 12px 40px;
background: #7AA5F8;
border-radius: 16px;
max-width: 350px;
margin-bottom: 25px;
}
.banner h2{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 54px;
/* or 112% */

display: flex;
align-items: center;

color: #FFFFFF;
margin-bottom: 50px;
}
.banner ul{
      list-style: disc;
    padding-left: 20px;
    margin-bottom: 65px;
}
.banner ul li{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */

margin-bottom: 16px;
padding-left: 15px;

color: #FFFFFF;
}
.banner{
  background: url(../images/banner.jpg) no-repeat;
  background-position: right;
  border-radius: 30px;
}
.btn.btn1{
  background: #416BBB;
border: 1px solid #FFFFFF!important;
box-shadow: 27px 16px 51px rgba(38, 118, 179, 0.25);
border-radius: 16px;
padding: 23px 75px;
}
#clients{
  background: #F7FCFF;

}
#banner{
  background: url(../images/clients_bg.jpg) no-repeat;
  background-position: bottom;
  padding-top: 130px;
}

.clients-head{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 48px;
/* identical to box height, or 100% */

display: flex;
align-items: center;

color: #2D4278;
margin: 130px 0 15px 0;
}
.cloud{
height: 250px;
align-items: center;
    justify-content: center;
    margin-bottom: 200px;
}
.cloud p {
      max-width: 280px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2D4278;
}
.cloud.cloud1{
      margin-top: 150px;
    background: url(../images/cloud1.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-position-x: 50px;
}
.cloud.cloud2{
      margin-top: 15px;
    background: url(../images/cloud2.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.cloud.cloud3{
      margin-top: 45px;
    background: url(../images/cloud3.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
#form2 .row{
  width: 100%;
}
#form2 input{
  margin-bottom: 27px;
}
#form2 .politic{
  margin-left: 23px;
}
.select {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.select__head {
    margin-bottom: 23px;
    width: 100%;
    min-height: 55px;
    background: white;
    padding-left: 17px;
    border-radius: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    padding: 17px 20px 20px 17px;
    cursor: pointer;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2D4278;
    opacity: 0.5;
    border: 1px solid #ACBAD7;
    filter: drop-shadow(27px 16px 51px rgba(38, 118, 179, 0.25));
    border-radius: 16px;
    padding: 23px 0 23px 16px;
    margin: 0 10px;
    outline: none;
    width: 100%;
}

.select__head::after {
        width: 10px;
    height: 100%;
    background: #FFF url("../images/select-arrow.png") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    right: 0;
    background: #fff;
    border-radius: 0px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    margin-top: -10px;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}
#faq{
  padding: 65px 0;
  background: #F7FCFF;
}
#faq h2{
  font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 48px;
/* identical to box height, or 100% */

display: flex;
align-items: center;

color: #2D4278;
margin-bottom: 65px;
}
.faq-item{
  background: #FFFFFF;
box-shadow: 27px 16px 51px rgba(38, 118, 179, 0.16);
border-radius: 16px;
position: relative;
margin-bottom: 20px;
}
.faq-head{
      padding: 30px;
      cursor: pointer;
}
.faq-content{
      padding: 0 30px 30px 30px;
      display: none;
}

.faq-content p + p {
    margin-top: 20px;
}

.faq-item img{
      position: absolute;
    top: 35px;
    right: 17px;
        transition: 1s;
}
.faq-item img.active{
     transform: rotate(180deg);
}
.faq-head p{
  font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 1.3;
/* identical to box height, or 83% */

display: flex;
align-items: center;

color: #2D4278;
}
.faq-head.active p{
  font-size: 24px;
}
.faq-content p{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* or 125% */


color: #2D4278;
}
footer{
  background: #416BBB;
  padding: 80px 0 70px 0;
}
footer .logo2{
  margin-bottom: 30px;
}
footer .footer-head{
  font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 32px;

color: #FFFFFF;
margin-bottom: 28px;
}
footer .footer-text{
  font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* or 125% */

display: flex;
align-items: center;

color: rgba(255, 255, 255, 0.5);
}
footer .btn.btn-footer{
  background: #FFFFFF;
box-shadow: 27px 16px 51px rgba(38, 118, 179, 0.16);
border-radius: 16px;
font-family: 'Lato';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
margin-bottom: 20px;
/* identical to box height, or 125% */

color: #2D4278;
}
.footer-contacts{
      display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-contact{
  margin-top: 30px;
  width: 100%;
    justify-content: end;
}
.footer-contact a{
  font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */

display: flex;
align-items: center;

color: #FFFFFF;
margin-left: 20px;
display: block;
}
footer span a{
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */

display: block;

color: #FFFFFF;

opacity: 0.5;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .d-flex.phone-item {
    margin: 0 6px;
}
.tarif-block h3 {
    font-size: 22px;
}
header .phone-item a {
    margin-left: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2D4278;
}
.navigation ul li a {
    font-size: 14px;
}
    #main {
    background-size: cover;
}
.contact-form .btn {
    padding: 23px 45px;
}
.tarif-block .param {
    margin: 6px;
}
.tarif-block .param p {
    font-size: 16px;
}
.tarif-block .param span {
    font-size: 14px;
}
#tarifs {
    padding-top: 65px;
    background: url(../images/tarif_bg.jpg) no-repeat;
    padding-bottom: 250px;
    background-position: bottom;
    background-position-y: 200px;
    background-color: #fcfdfe;
}
.cloud.cloud1 {
    background-size: 100% 100%;
}
#banner .working {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #96A1BC;
}
footer .footer-head {
    font-size: 25px;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  header .phones{
  justify-content: flex-start;
}
.contact-form .row {
    padding: 0 10px;
}
h1 {
    font-size: 38px;
}
#main {
    background-size: cover;
}
.contact-form .btn {
    padding: 23px 15px;
    margin-left: 10px;
}
.tarif-block .param {
    margin: 6px;
}
.tarif-block .param p {
    font-size: 16px;
}
.tarif-block h3 {
    min-height: 80px;
}
.d-flex.steps {
    margin-bottom: 30px;
}

#tarifs {
    padding-top: 65px;
    background: url(../images/tarif_bg.jpg) no-repeat;
    padding-bottom: 250px;
    background-position: bottom;
    background-position-y: 1000px;
}
.cloud.cloud1 {
    margin-top: 150px;
    background: url(../images/cloud1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-position-x: 0;
}
#banner .working {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #96A1BC;
}
#form2 .d-flex{
  flex-wrap: wrap;
}
#form2 input {
    width: 45%;
}
#form2 .select {
    width: 45%;
}
footer .footer-head {
    font-size: 25px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

header.fixed .header-logo,header.fixed .phones.phones-no-fix, header.fixed .login{
  display: none!important;
}
header.fixed .phones.fix{
  display: block!important;
}

  .contact-form .row {
    padding: 0 20px;
}
  .login{
        display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  .login a{
        width: 100%;
    text-align: right;
  }
  .login img{
    margin-right: 6px;
  }
  header .phones{
    flex-wrap: wrap;
  }
  .d-flex.phone-item {
    margin: 5px 12px;
    width: 100%;
}
	
  #main {
    padding: 20px 0 20px 0;
        background-size: cover;
}
.soc {
    right: 12px;
}
.soc a {
    margin-bottom: 15px;
}
h1 {
    font-size: 38px;
}
.contact-form .btn {
    padding: 23px 5px;
    margin-left: 10px;
    width: 200px;
    margin-top: 10px;
}
.contact-form form input {
   margin: 10px 2px;
    width: 100%;
}
.contact-form form{
  flex-wrap: wrap;
    justify-content: center;
}
.contact-form form{
  margin-bottom: 20px;
}
#calc {
    padding-top: 58px;
}
#calc form {
    padding: 35px 30px 20px 30px;
    background: #FFFFFF;
    box-shadow: 27px 16px 51px rgb(38 118 179 / 8%);
    backdrop-filter: blur(32.118px);
    border-radius: 16px;
}
.calc-block {
    margin-bottom: 30px;
}
.calc-head {
    margin-bottom: 0px;
    margin-top: 10px;
}
#tarifs {
    padding-top: 0px;
    background: url(../images/tarif_bg.jpg) no-repeat;
    padding-bottom: 50px;
    background-position: bottom;
}
.tarif-block {
    padding: 20px 17px;
}
.tarif-h2 {
    font-size: 28px!important;
    margin: 20px 0 30px 0!important;
        line-height: 30px!important;
}
.d-flex.steps {
    margin-bottom: 20px;
}
#banner {
    padding-top: 0;
    padding-bottom: 50px;
    background: #f7fcff;
}
.banner {
    border-radius: 30px;
    padding: 15px;
}
.banner .month {
        font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 158.5%;
    display: block;
    align-items: center;
    color: #FFFFFF;
    padding: 12px 10px;
    background: #7AA5F8;
    border-radius: 16px;
    max-width: 320px;
    margin-bottom: 25px;
    text-align: center;
    margin: 0 auto;
}
.banner h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.banner ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 25px;
}
.clients-head {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #2D4278;
    margin: 35px 0 15px 0;
}
.cloud.cloud1 {
    margin-top: 15px;
    background: url(../images/cloud1.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right;
    background-position-x: 50px;
}
.cloud {
    height: 100px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}
#banner .working {
        position: absolute;
    bottom: 10px;
    left: 0;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #96A1BC;
    width: 100%;
    text-align: center;

}
.contact-form h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #2D4278;
    margin-bottom: 24px;
    margin-top: 0;
}
#form2 .d-flex{
  flex-wrap: wrap;
}
#form2 input {
    margin-bottom: 10px;
    width: 100%;
}
.select__head {

    margin: 0;
}
.select__list {
    left: 0px;
}
#form2 .btn {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 10px;
}
#faq h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #2D4278;
    margin-bottom: 15px;
}
#faq {
    padding: 25px 0;
    background: #F7FCFF;
}
.faq-head.active p {
    font-size: 20px;
}
.faq-content p {
    font-size: 14px;
}
.logo-footer{
  text-align: center;
}
footer .footer-text {
    margin-bottom: 30px;
}
.footer-contacts {
    justify-content: center;
}
.footer-contact {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    
}

/* Iphone 5 */
@media (max-width: 320px) {

}

@media (min-width: 767px) {
	

}

.form-popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.form-popup.show {
  display: block;
}

.form-popup::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0px;
  vertical-align: middle;
}

.form-popup__inner {
  display: inline-block;
  vertical-align: middle;
  text-align: initial;
  margin: 0px 0px 0px -2px;
}

.form-popup__close {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #9b9b9b;
  margin: 0px -15px -20px auto;
  display: block;
  position: relative;
  z-index: 2;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAMFBMVEUAAAADRn0CRX0CRnwCRn0CRX0DRn0DRn0DRn0DR34DRn0ERn0ERn4ER30DRX0DRn24S/obAAAAD3RSTlMA/XNrZXrs5uFd29dFPVzQ7yWeAAAAo0lEQVQoz1XPuw3CUBBE0RGmA0iIHh0AJZCQQhHkNIBEByAyuqACYoqgCiz/5GScjN+sN9vV0UoXvzvCvD54/7fei9TjwoUPOzY40qRIrDCjyZ48AZtM5ok1IGIgYiBiIGIgMgITARMBk8QSiETARB9yhYvGCkcLkMsJqFXkTBVloCIDFQUgYiBiIGIgkoHJk1yH6BVuLGN0i4eASIfvGWEO1wEPmoOT3PV7TAAAAABJRU5ErkJggg==') no-repeat center / 50%;
}

@media screen and (max-width: 767px) {
  .form-popup__close {
    margin: 0px 0px 8px auto;
  }
}

.simple-form {
  box-sizing: border-box;
  width: 100%;
  max-width: 390px;
  box-shadow: 0px 0px 10px #f2f2f2;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 30px 36px 20px;
}

.simple-form--gray-bg {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  box-shadow: inset 0px 0px 30px #dcdcdb;
}

.simple-form__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #052946;
  margin: 0px;
  text-transform: uppercase;
}

.simple-form__subtitle {
  margin: 9px auto 0px;
  line-height: 1.3;
  text-align: center;
  font-size: 17px;
  color: #2b2b2b;
}

.simple-form__input,
.simple-form__textarea {
  font-family: 'Lato';
  box-sizing: border-box;
  width: 100%;
  padding: 15px 10px 15px 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  outline: none;  
  background: #fff;
  border: 1px solid #ACBAD7;
  border-radius: 5px;
  color: #a1a4a9;
  filter: drop-shadow(27px 16px 51px rgba(38, 118, 179, 0.25));
}

.simple-form__input::placeholder,
.simple-form__textarea::placeholder {
  color: #bcbdbd;
  font-weight: 300;
}

.simple-form__textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 600px;
}

.simple-form__field {
  margin: 23px 0px 0px;
}

.simple-form__field + .simple-form__field {
  margin-top: 10px;
}

.simple-form__agree-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #000;
  margin: 15px 0px 0px;
}

.simple-form .cmn-btn {
  width: 100%;
  margin: 15px 0px 0px;
}

.simple-form .politic {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 13px;
    text-align: center;
}

.simple-form .btn {
    width: 100%;
    margin-top: 16px;
    font-size: 21px;
}

@media screen and (max-width: 479px) {
  .simple-form {
    padding: 30px 20px 20px;
    max-width: 310px;
  }
}

.form-error-message {
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: #fff;
  color: #2b2b2b;
  padding: 20px 40px;
  line-height: 1.4;
  border: 3px solid #1c75be;
  z-index: 100;
  text-align: center;
  min-width: 250px;
  max-width: 51%;
  box-shadow: 0px 0px 20px #cbcaca;
}

.form-error-message__head {
  display: block;
  margin-bottom: 12px;
  color: #2d4379;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.4;
}

.form-error-message__btn {
  background: #fff;
  font-size: 18px;
  padding: 5px 21px;
  cursor: pointer;
  border: 4px double #000;
  transition: border 300ms linear;
}

.form-error-message__btn:focus,
.form-error-message__btn:hover {
  border: 4px double #fff;
}

.form-error + .form-error {
  margin-top: 10px;
}

.form-error-message .btn {
    font-size: 20px;
    padding: 16px 36px;
}

@media screen and (max-width: 768px) {
  .form-error-message {
    top: 10%;
    padding: 20px;
  }
}

.form-success-message {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 40px 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #2b2b2b;
  font-size: 21px;
  line-height: 1.5;
  border: 2px solid #416bbb;
  border-radius: 5px;
  z-index: 100;
  box-shadow: 0px 0px 10px #aaa;
  text-align: center;
  min-width: 250px;
  max-width: 51%;
}

.form-success-message .btn {
    font-size: 20px;
    padding: 15px 40px;
}

@media screen and (max-width: 768px) {
  .form-success-message {
    top: 10%;
    padding: 20px;
  }

  .form-success-message {
    font-size: 20px;
  }
}


.hint {
    position: absolute;
    top: 2px;
    right: 8px;
    z-index: 10;
    transform: translate(100%, -100%);
    font-size: 10px;
    font-weight: 900;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    background: #c5d9e8;
    width: 16px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    cursor: pointer;
}

.ddos-checkbox {
    position: relative;
    padding-right: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
 .ddos-checkbox {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 14px;
 }   
}

.ui-tooltip {
    background: #fff !important;
}

.calc-form-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calc-form-price-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.calc-form-total .calc-head {
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .calc-form-total {
        flex-direction: row;
    }
    
    .hide-mob {
        display: none;
    }
    
    .tarif-block .add p {
        white-space: initial;
    }
}

@media screen and (max-width: 768px) {
    .calc-form-total .calc-price {
        margin-bottom: 15px;
    }
}