@import 'mplus1p/mplus1p.css';
@import 'opensans/opensans.css';
::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: #ecedee;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #434343;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #434343;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 10px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 10px;
}
h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 77px;
  text-transform: uppercase;
  color: #434343;
}
ul,
li {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
input {
  font-family: 'Open Sans', sans-serif;
  color: #434343;
}
input::placeholder {
  color: #434343;
}
body {
  font-family: 'M PLUS 1p', sans-serif;
  overflow-x: hidden;
}
nav {
  background: #F8F8F8;
  box-shadow: 0 5px 25px rgba(67, 67, 67, 0.1);
  z-index: 2;
  position: relative;
}
nav .navbar-brand img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
nav .navigation {
  display: flex;
  justify-content: flex-end;
}
nav .navigation ul {
  display: flex;
  align-items: center;
}
nav .navigation ul li {
  position: relative;
  margin-left: 40px;
}
nav .navigation ul li.nav-item__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 40px;
}
nav .navigation ul li.nav-item__phone .nav-item__phone-info {
  display: flex;
  align-items: center;
}
nav .navigation ul li.nav-item__phone .nav-item__phone-info img {
  margin-right: 8px;
}
nav .navigation ul li.nav-item__phone .phone-number {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #434343;
}
nav .navigation ul li.nav-item__phone .action-to-call {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4C4BEF;
}
nav .navigation ul a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #434343;
  position: relative;
  transition: text-shadow 0.3s;
}
nav .navigation ul a:hover {
  text-decoration: none;
  text-shadow: 0 0 1px #434343, 0 0 1px #434343;
  transition: 0.3s;
}
section {
  padding: 90px 0;
}
header.header {
  background: url(../img/bg_header.png) right top no-repeat;
  background-size: 40%;
  padding: 90px 0;
  padding-top: 60px;
}
header.header span.before-text,
header.header span.after-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.5em;
  color: rgba(204, 204, 204, 0.5);
  z-index: -1;
}
header.header span.before-text {
  left: -200px;
}
header.header span.after-text {
  right: -200px;
}
header.header .info p {
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 20px;
}
header.header .info h1 {
  font-weight: 800;
  font-size: 72px;
  line-height: 77px;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 35px;
}
header.header .info h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #434343;
}
header.header .info .btn-success-page {
  margin-top: 40px;
  display: flex;
  width: 350px;
  height: 70px;
  justify-content: center;
  align-items: center;
  background: #4C4BEF;
  box-shadow: 15px 5px 20px rgba(116, 73, 246, 0.15);
  border-radius: 5px;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 50px;
  position: relative;
}
header.header .info .btn-success-page img {
  position: absolute;
  left: 18px;
  top: -30px;
}
header.header .info .btn-success-page:hover {
  text-decoration: none;
}
header.header .form {
  padding: 50px;
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 5px;
}
header.header .form h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #4C4BEF;
  margin-bottom: 25px;
}
header.header .form input {
  width: 100%;
  height: 60px;
  padding-left: 54px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 5px;
}
header.header .form input#name-1 {
  background: url('../img/name.png') no-repeat 10px 20px;
}
header.header .form input#mail-1 {
  background: url('../img/mail.png') no-repeat 10px 20px;
}
.tel-span-3 img,
.tel-span-2 img,
.tel-span-1 img{
  width: 25px;
  height: 25px;
  margin-top: -5px;
  margin-right: 5px;
}
header.header .form button {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  background: #4C4BEF;
  box-shadow: 15px 5px 20px rgba(116, 73, 246, 0.15);
  border-radius: 5px;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
header.header .form .iti {
  width: 100%;
  margin-bottom: 15px;
}
header.header .form .iti__country-list {
  max-width: 250px;
  overflow-x: hidden;
  color: #434343;
}
header.header .form .iti__country-list {
  max-width: 400px;
  top: 60px;
}
header.header .form #phone-1,
header.header .form #phone-2,
header.header .form #phone-3 {
  padding-left: 50px;
}
header.header .form .iti--allow-dropdown .iti__flag-container {
  left: 0px;
}
header.header .form form label {
  position: relative;
  width: 100%;
}
header.header .form #error-msg-1,
header.header .form #valid-msg-1,
header.header .form #error-msg-2,
header.header .form #valid-msg-2,
header.header .form #error-msg-3,
header.header .form #valid-msg-3 {
  position: absolute;
  right: 10px;
  top: 27px;
  font-size: 12px;
}
header.header .form #error-msg-1,
header.header .form #error-msg-2,
header.header .form #error-msg-3 {
  color: #3B5794;
}
header.header .form #valid-msg-1,
header.header .form #valid-msg-2,
header.header .form #valid-msg-3 {
  color: #00C900;
}
header.header .form .hide {
  display: none;
}
header.header .form .msg-help-1,
header.header .form .msg-help-2,
header.header .form .msg-help-3 {
  font-size: 14px;
  position: relative;
  top: -10px;
  text-align: center;
}
header.header .form button span img {
  width: 20px;
  height: 20px;
}
header.header .form .msg {
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 10px;
}
section.section-1 {
  padding-top: 40px;
}
section.section-1 span.before-text,
section.section-1 span.after-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.5em;
  color: rgba(204, 204, 204, 0.5);
  z-index: -1;
  text-align: center;
  text-transform: uppercase;
}
section.section-1 span.before-text {
  left: -200px;
}
section.section-1 span.after-text {
  right: -200px;
}
section.section-1 h2 {
  margin-bottom: 60px;
}
section.section-1 .block {
  padding: 70px 28px;
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 5px 5px 50px 5px;
  width: 360px;
  height: 300px;
  position: relative;
}
section.section-1 .block img {
  position: absolute;
  right: 0;
  top: 0;
  width: 206px;
  height: 10px;
  border-radius: 0px 5px 0px 0px;
}
section.section-1 .block h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #434343;
  margin-bottom: 25px;
}
section.section-1 .block p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #434343;
}
section.section-2 {
  background: rgba(76, 75, 238, 0.05);
  border-radius: 0px 0px 50px 0px;
}

section.section-2 h2 {
  line-height: 55px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 60px;
}
section.section-2 .block_flat{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.section-2 .btn-block{
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.section-2 .block{
  width: 270px;
  height: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 50px 5px 5px 5px;
  padding: 0 30px;
  border-bottom: 10px solid #FFC107;

}
section.section-2 a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 70px;
  background: #4C4BEF;
  box-shadow: 15px 5px 20px rgba(116, 73, 246, 0.15);
  border-radius: 5px;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
section.section-2 a:hover{
  text-decoration: none;
}
section.section-2 .block .info{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  margin-right: 10px;
}

section.section-2 .block .info p{
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #434343;
}

section.section-2 img{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;

}

section.section-2 .carousel-control-next:hover,
section.section-2 .carousel-control-prev:hover {
  background: rgba(67, 67, 67, 0.3);
}
section.section-2 .carousel-control-prev {
  display: none;
  left: 15px;
  border-radius: 50px 0px 0px 5px;
}
section.section-2 .carousel-control-next {
  display: none;
  border-radius: 0px 5px 5px 0px;
}
section.section-2 .carousel-indicators {
  bottom: -10px;
}
section.section-2 .carousel-indicators li {
  background-color: #FFC107;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
section.section-2 .carousel {
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 50px 5px 5px 5px;
  padding: 90px 20px 66px 110px;
  width: 500px;
  height: 300px;
  border-bottom: 10px solid #FFC107;
}
section.section-2 .carousel .number {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translate(0, -50%);
}
section.section-2 .carousel .number h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 144px;
  line-height: 55px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 10px 10px 20px rgba(67, 67, 67, 0.3);
}
section.section-3 .picture {
  position: relative;
}
section.section-3 .picture img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
section.section-3 .information {
  padding-top: 30px;
}
section.section-3 .information h2 {
  font-style: normal;
  font-size: 32px;
  line-height: 55px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
section.section-3 .information ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
section.section-3 .information ul li img {
  margin-top: 10px;
  margin-right: 10px;
  max-width: 100%;
  width: 25px;
  height: 20px;
}
section.section-3 .information ul li p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
section.section-4 {
  padding-top: 0;
}
section.section-4 span.before-text,
section.section-4 span.after-text {
  position: absolute;
  transform: rotate(-90deg);
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.5em;
  color: rgba(204, 204, 204, 0.5);
  z-index: -1;
  text-align: center;
  text-transform: uppercase;
}
section.section-4 span.before-text {
  left: -200px;
  top: 25%;
}
section.section-4 span.after-text {
  right: -150px;
  bottom: 25%;
}
section.section-4 .slider-wrapper__img {
  background: rgba(76, 75, 238, 0.05);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 440px;
}
section.section-4 .slider-wrapper__img .author {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.section-4 .slider-wrapper__img .author img {
  width: 200px;
  height: 200px;
  border-radius: 5px;
  margin-bottom: 20px;
}
section.section-4 .slider-wrapper__img .author h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #434343;
  margin-bottom: 10px;
}
section.section-4 .slider-wrapper__img .author p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #CCCCCC;
}
section.section-4 h2 {
  margin-bottom: 60px;
}
section.section-4 .slider-wrapper {
  background: #FFFFFF;
  box-shadow: 10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 0px 5px 5px 0px;
}
section.section-4 .slider-wrapper .carousel-indicators li {
  background-color: #FFC107;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
section.section-4 .slider-wrapper .carousel {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-4 .slider-wrapper .carousel-item {
  padding-top: 30px;
}
section.section-4 .slider-wrapper .carousel-item span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  color: rgba(76, 75, 238, 0.3);
  padding: 0 60px;
  position: absolute;
  top: -25px;
}
section.section-4 .slider-wrapper .carousel-item .slide .text {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section-4 .slider-wrapper .carousel-item .slide .text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #434343;
}
section.section-5 {
  background: #4C4BEF;
  box-shadow: 10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 100px 0px 0px 0px;
}
section.section-5 .info {
  padding-top: 100px;
}
section.section-5 .info h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 56px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 35px;
}
section.section-5 .info p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
}
section.section-5 .form {
  padding: 50px;
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 5px;
}
section.section-5 .form h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #4C4BEF;
  margin-bottom: 25px;
}
section.section-5 .form input {
  width: 100%;
  height: 60px;
  padding-left: 54px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 5px;
}
section.section-5 .form input#name-2 {
  background: url('../img/name.png') no-repeat 10px 20px;
}
section.section-5 .form input#mail-2 {
  background: url('../img/mail.png') no-repeat 10px 20px;
}
section.section-5 .form button {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  background: #4C4BEF;
  box-shadow: 15px 5px 20px rgba(116, 73, 246, 0.15);
  border-radius: 5px;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
section.section-5 .form .iti {
  width: 100%;
  margin-bottom: 20px;
}
section.section-5 .form .iti__country-list {
  max-width: 250px;
  overflow-x: hidden;
  color: #434343;
}
section.section-5 .form .iti__country-list {
  max-width: 400px;
  top: 60px;
}
section.section-5 .form #phone-1,
section.section-5 .form #phone-2,
section.section-5 .form #phone-3 {
  padding-left: 50px;
}
section.section-5 .form .iti--allow-dropdown .iti__flag-container {
  left: 0px;
}
section.section-5 .form form label {
  position: relative;
  width: 100%;
}
section.section-5 .form #error-msg-1,
section.section-5 .form #valid-msg-1,
section.section-5 .form #error-msg-2,
section.section-5 .form #valid-msg-2,
section.section-5 .form #error-msg-3,
section.section-5 .form #valid-msg-3 {
  position: absolute;
  right: 10px;
  top: 27px;
  font-size: 12px;
}
section.section-5 .form #error-msg-1,
section.section-5 .form #error-msg-2,
section.section-5 .form #error-msg-3 {
  color: #3B5794;
}
section.section-5 .form #valid-msg-1,
section.section-5 .form #valid-msg-2,
section.section-5 .form #valid-msg-3 {
  color: #00C900;
}
section.section-5 .form .hide {
  display: none;
}
section.section-5 .form .msg-help-1,
section.section-5 .form .msg-help-2,
section.section-5 .form .msg-help-3 {
  font-size: 14px;
  position: relative;
  top: -15px;
  text-align: center;
}
section.section-5 .form button span img {
  width: 20px;
  height: 20px;
}
section.section-5 .form .msg {
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 10px;
}
footer.footer {
  background: #4C4BEF;
  color: #F6F6FE;
  padding: 30px 0;
  background: #282828;
}
footer.footer .row__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: 1px solid #F6F6FE;
  padding-bottom: 20px;
}
footer.footer .row__header .nav {
  display: flex;
  justify-content: center;
}
footer.footer .row__header .nav ul li {
  margin-bottom: 10px;
}
footer.footer .row__header .nav ul li a {
  text-transform: uppercase;
  font-size: 17px;
  color: #F6F6FE;
  text-decoration: none;
}
footer.footer .row__header .company {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
footer.footer .row__header .company .information p {
  font-size: 16px;
  margin: 15px 0;
}
footer.footer .row__header .company .information p:first-child {
  margin-top: 0;
}
footer.footer .row__header .company .information a {
  color: #F6F6FE;
  font-weight: 700;
  text-decoration: none;
}
footer.footer .row__header .company .information a:hover {
  color: #F6F6FE;
  text-decoration: none;
}
footer.footer .row__footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 20px;
}
footer.footer .row__footer .document {
  display: flex;
  justify-content: flex-end;
}
footer.footer .row__footer p {
  font-size: 16px;
}
footer.footer .row__footer a {
  font-size: 16px;
  color: #F6F6FE;
  border-bottom: 1px solid #F6F6FE;
}
footer.footer .row__footer a:hover {
  color: #F6F6FE;
  text-decoration: none;
}
.modal-header {
  border: 0;
}
.modal-content {
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 5px;
}
.modal-content form {
  padding: 20px;
}
.modal-content form h3 {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #4C4BEF;
  margin-bottom: 20px;
}
.modal-content form h4 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #4C4BEF;
  margin-bottom: 30px;
}
.modal-content form label {
  width: 100%;
}
.modal-content form input {
  width: 100%;
  height: 60px;
  padding-left: 54px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: -10px 10px 40px rgba(67, 67, 67, 0.1);
  border-radius: 5px;
}
.modal-content form input#name-3 {
  background: url('../img/name.png') no-repeat 10px 20px;
}
.modal-content form input#mail-3 {
  background: url('../img/mail.png') no-repeat 10px 20px;
}
.modal-content form button {
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  background: #4C4BEF;
  box-shadow: 15px 5px 20px rgba(116, 73, 246, 0.15);
  border-radius: 5px;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.modal-content form .iti {
  width: 100%;
  margin-bottom: 20px;
}
.modal-content form .iti__country-list {
  max-width: 250px;
  overflow-x: hidden;
  color: #434343;
}
.modal-content form .iti__country-list {
  max-width: 400px;
  top: 60px;
}
.modal-content form #phone-1,
.modal-content form #phone-2,
.modal-content form #phone-3 {
  padding-left: 50px;
}
.modal-content form .iti--allow-dropdown .iti__flag-container {
  left: 0px;
}
.modal-content form form label {
  position: relative;
  width: 100%;
}
.modal-content form #error-msg-1,
.modal-content form #valid-msg-1,
.modal-content form #error-msg-2,
.modal-content form #valid-msg-2,
.modal-content form #error-msg-3,
.modal-content form #valid-msg-3 {
  position: absolute;
  right: 10px;
  top: 27px;
  font-size: 12px;
}
.modal-content form #error-msg-1,
.modal-content form #error-msg-2,
.modal-content form #error-msg-3 {
  color: #3B5794;
}
.modal-content form #valid-msg-1,
.modal-content form #valid-msg-2,
.modal-content form #valid-msg-3 {
  color: #00C900;
}
.modal-content form .hide {
  display: none;
}
.modal-content form .msg-help-1,
.modal-content form .msg-help-2,
.modal-content form .msg-help-3 {
  font-size: 14px;
  position: relative;
  top: -15px;
  text-align: center;
}
.modal-content form button span img {
  width: 20px;
  height: 20px;
}
.modal-content form .msg {
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 10px;
}

input[type="tel"]::placeholder {
  color:#434343;
} 
 .tel-span-1,
 .tel-span-2,
 .tel-span-3 {
  display: inline !important;
}

.time {
  position: fixed;
  top: 5rem;
  right: 0;
  background-color: #fff;
  padding: 1rem 2rem 1rem 5rem;
  align-items: center;
  cursor: pointer;
  display: none;
  z-index: 999;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px
}

.last__box-text {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  color: #000;
  font-weight: 700;
}

.last__box-count {
  font-size: 14px;
  line-height: 1;
  color: #ef2b2b;
  font-weight: 600;
}

.block-download-time:before {
  content: "";
  background-image: url(../img/icon_download_green.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8%;
  width: 30px;
  height: 30px
}