/*=modal=*/
input::-ms-clear {
 display: none;
}
/*modal по вертикали*/
.modal {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*a*/
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus, a:visited, a:link, a:hover, button:focus, button:visited, button:link, button:hover {
  outline: none;
}
input:focus, input:visited, input:hover, input:link {
  outline: none;
}
textarea:focus, textarea:visited, textarea:hover, textarea:link {
  outline: none;
}
button, label {
  cursor: pointer;
}
/*===================container===================*/
@media (min-width: 1200px) { 
  .container {
    max-width: 1250px;
  }
}
/*===================flex1===================*/
@media (max-width: 768px) { 
  .flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/*===================trans===================*/
.tarns {
  text-transform: uppercase;
}
/*===================btn===================*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn_blue {
  background: rgb(27,99,180);
  background: -webkit-gradient(linear, left top, right top, from(rgba(27,99,180,1)),to(rgba(64,172,230,1)));
  background: -o-linear-gradient(left, rgba(27,99,180,1) 0%,rgba(64,172,230,1) 100%);
  background: linear-gradient(to right, rgba(27,99,180,1) 0%,rgba(64,172,230,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b63b4', endColorstr='#40ace6',GradientType=1 );
}
.btn_blue:hover {
  background: rgb(64,172,230);
  background: -webkit-gradient(linear, left top, right top, from(rgba(64,172,230,1)),to(rgba(27,99,180,1)));
  background: -o-linear-gradient(left, rgba(64,172,230,1) 0%,rgba(27,99,180,1) 100%);
  background: linear-gradient(to right, rgba(64,172,230,1) 0%,rgba(27,99,180,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ace6', endColorstr='#1b63b4',GradientType=1 );
}
/*===================btn_1===================*/
.btn_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 35px 20px 55px;
  border-radius: 35px;
  background: rgb(247,194,0);
  background: -webkit-linear-gradient(left, rgba(247,194,0,1) 0%,rgba(239,156,9,1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(247,194,0,1)),to(rgba(239,156,9,1)));
  background: -o-linear-gradient(left, rgba(247,194,0,1) 0%,rgba(239,156,9,1) 100%);
  background: linear-gradient(to right, rgba(247,194,0,1) 0%,rgba(239,156,9,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c200', endColorstr='#ef9c09',GradientType=1 );
  border: none;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.btn_1:hover {
  background: rgb(239,156,9);
  background: -webkit-linear-gradient(left, rgba(239,156,9,1) 0%,rgba(247,194,0,1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(239,156,9,1)),to(rgba(247,194,0,1)));
  background: -o-linear-gradient(left, rgba(239,156,9,1) 0%,rgba(247,194,0,1) 100%);
  background: linear-gradient(to right, rgba(239,156,9,1) 0%,rgba(247,194,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9c09', endColorstr='#f7c200',GradientType=1 );
}
.btn_1 span {
  display: inline-block;
  color: #1e1a16;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-right: 35px;
}
.btn_1 img {
  display: inline-block;
  width: 15px;
}
/*===================btn_2===================*/
.btn_2 {
  background-color: #0d47a1;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 65px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_2 svg {
  display: inline-block;
  margin-right: 40px;
}
.btn_2 svg .a {
  fill:#fdfdfd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_2:hover svg .a {
  fill: #0d47a1;
}
.btn_2 span {
  display: inline-block;
  color: #fefefe;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_2:hover {
  background-color: #f7c200;
}
.btn_2:hover span {
  color: #0d47a1;
}
/*===================zag===================*/
.zag_div {
  text-align: center;
  margin-bottom: 70px;
}
.zag {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #306cc7;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}
.zag::after {
  display: block;
  position: absolute;
  content: '';
  width: 66px;
  height: 66px;
  background: url('../img/zag_r.svg.xml') no-repeat center / 100% 100%;
  top: 50%;
  margin-top: -33px;
  left: calc(100% - 32px);
}
.zag2::after {
  left: inherit;
  right: calc(100% - 32px);
  background: url('../img/zag_l.svg.xml') no-repeat center / 100% 100%;
}
/*placeholder*/
::-webkit-input-placeholder {}
::-moz-placeholder      {}
:-moz-placeholder       {}
:-ms-input-placeholder    {}