#team .box .box_inner .content .img {
    width: 200px!important;
    height: 260px!important;
    border: none;
}

#contacts .form form .box_input span input,
#contacts textarea{
    color:white;
}

#main_form .form form .box_input.name input,
#main_form .form form .box_input.email input{
    color:white;
}

label.error {
    color: red;
    top: 1px;
    display: block;
    position: absolute;
    font-style: italic;
    opacity: 0.8;
    right: 5px;
    margin: 0;
}


.main-contact-form div {
    position: relative;
}

.form-error-message {
    display: none;
    max-width: 100%;
    padding: 1px 5px 1px 41px;
    border: 1px solid #b92d2d;
    border-radius: 5px;
    color: #b92d2d;
    margin-top: 39px;
    background-color: rgba(185, 45, 45, 0.1);
    position: relative;
    font-style: italic;
}

#check-input {
    display: none !important;
}

/********************  section-block  ****************/
.section-block .box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  
  .section-block .box a.box_inner {
    width: 100%;
    text-align: center;
    display: block;
    background: #FFFFFF;
    border: 1px solid rgba(55, 59, 68, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 20px 20px 40px 20px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  
  .section-block .box a.box_inner:hover {
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25); }
  
  .section-block .box a.box_inner:hover h4 {
    color: #1253CC; }
  
  .section-block .box a.box_inner img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 25px auto; }
  
  .section-block .box a.box_inner h4 {
    font-family: 'RobotoRegular', sans-serif;
    color: #373B44;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all; }
  
  @media all and (max-width: 575px) {
    .section-block .section-block_slider {
      padding-bottom: 20px; } }
  
  .section-block .section-block_slider .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center; }
  
  .section-block .section-block_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  
  .section-block .section-block_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: rgba(18, 83, 204, 0.1);
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  
  .section-block .section-block_slider .slick-dots li.slick-active {
    width: 50px; }
  
  .section-block .section-block_slider .slick-dots li.slick-active button {
    background: #1253CC;
    width: 50px; }
  
  .section-block h3 {
      font-size: 22px;
      margin: 50px 0 23px 0;
  }

  .section-block h4 {
    font-size: 18px;
    margin: 15px 0 10px 0;
}

  .section-block p {
    margin: 0 auto;
    line-height: 1.9;
}

.section-block.section-blue{
    background-color: rgba(66, 134, 244, 0.05);
}
  

/* Modal */

/*modal b*/
/* line 3420, ../scss/screen.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 3430, ../scss/screen.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 3438, ../scss/screen.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 3445, ../scss/screen.scss */
.modal-open {
  overflow: hidden;
}

/* line 3448, ../scss/screen.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 3460, ../scss/screen.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 3469, ../scss/screen.scss */
.modal.in .modal-dialog {
  position: absolute;
  top: calc(50% + 43px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 3479, ../scss/screen.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 3483, ../scss/screen.scss */
.modal-dialog {
  width: auto;
  margin: 10px;
}

/* line 3488, ../scss/screen.scss */
.modal-content {
  position: relative;
  outline: 0;
}

/* line 3500, ../scss/screen.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 3509, ../scss/screen.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 3513, ../scss/screen.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 3517, ../scss/screen.scss */
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 3521, ../scss/screen.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 3524, ../scss/screen.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 3528, ../scss/screen.scss */
.modal-body {
  position: relative;
  padding: 0;
  border-radius: 8px;
}

/* line 3533, ../scss/screen.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 3538, ../scss/screen.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 3542, ../scss/screen.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 3545, ../scss/screen.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 3548, ../scss/screen.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 3556, ../scss/screen.scss */
  .modal-dialog {
    width: 530px;
    margin: 0px auto;
  }

  /* line 3564, ../scss/screen.scss */
  .modal-sm {
    width: 300px;
  }
}
/*end modal b*/
/* line 3572, ../scss/screen.scss */
.modal-purchase .modal-dialog {
  border-radius: 8px;
}
/* line 3575, ../scss/screen.scss */
.modal-purchase .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  z-index: 999999;
  color: #000;
  font-size: 24px;
}
/* line 3584, ../scss/screen.scss */
.modal-purchase .close img {
  width: 22px;
  height: 22px;
}
/* line 3590, ../scss/screen.scss */
.modal-purchase .modal-header {
  background-color: #f2f2f2;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 3596, ../scss/screen.scss */
.modal-purchase .modal-header p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 17px;
  letter-spacing: 0px;
}
/* line 3604, ../scss/screen.scss */
.modal-purchase .modal-container {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  padding: 50px 0 22px 0;
}
/* line 3610, ../scss/screen.scss */
.modal-purchase .modal-container a {
  border-radius: 5px;
  font-size: 22px;
  margin-bottom: 28px;
  text-transform: uppercase;
  padding: 11px 65px;
  display: inline-block;
}

/* line 1539, ../scss/screen.scss */
.main-contact-form {
  display: block;
  margin: 66px auto 0 auto;
  width: 90%;
  text-align: left;
  max-width: 620px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
/* line 1546, ../scss/screen.scss */
.main-contact-form ::-webkit-input-placeholder {
  color: #071c36;
}
/* line 1547, ../scss/screen.scss */
.main-contact-form ::-moz-placeholder {
  color: #071c36;
}
/* line 1548, ../scss/screen.scss */
.main-contact-form :-moz-placeholder {
  color: #071c36;
}
/* line 1549, ../scss/screen.scss */
.main-contact-form :-ms-input-placeholder {
  color: #071c36;
}
/* line 1551, ../scss/screen.scss */
.main-contact-form div {
  position: relative;
}
/* line 1555, ../scss/screen.scss */
.main-contact-form p {
  margin: 0;
}
/* line 1559, ../scss/screen.scss */
.main-contact-form label {
  letter-spacing: -0.6px;
  display: block;
  margin-bottom: 4px;
}
/* line 1565, ../scss/screen.scss */
.main-contact-form input {
  display: block;
  width: 100%;
  background-color: #9ba4ae;
  margin-bottom: 25px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  color: #071c36;
  font-size: 18px;
  /*&:invalid {
    border: 1px solid $red-color;
  }*/
}
/* line 1581, ../scss/screen.scss */
.main-contact-form textarea {
  width: 100%;
  max-width: 100%;
  background-color: #9ba4ae;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  color: #071c36;
  margin-bottom: 15px;
  padding: 10px 10px 20px 10px;
}

/* line 1620, ../scss/screen.scss */
.main-contact-form__send-message {
  margin-top: 29px;
  display: block;
  background-color: #6fb048;
  border: 2px solid #6fb048;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  letter-spacing: -0.8px;
  text-align: center;
  border-radius: 5px;
  padding: 8px 18px;
  font-size: 18px;
}
/* line 1635, ../scss/screen.scss */
.main-contact-form__send-message:hover {
  background-color: #fff;
  color: #6fb048;
  transition-duration: 0.5s;
}


ul.listwithbullets li{
  list-style: disc;
  margin-left: 25px;
}


.section-block .containerblock {
  display:flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-block .containerblock{
    display:block;
  }
  .section-block .containerblockimage {
    margin-left: 0px;
    margin-top: 30px;
  }
}


.section-block .containerblockimage {
  margin-left: 50px;
}

.section-block .containerblocktext {
  max-width: 490px;
}

.section-block .containerblockimage img {
  width: 150px;
  height: 150px;
}

#footer .container .box p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* OVERLAY */
/* line 1820, ../scss/screen.scss */
.overlay {
  background: rgba(7, 28, 54, 0.9);
  color: #FFF;
  display: flex;
  display: none;
  position: fixed;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* line 1834, ../scss/screen.scss */
.cell {
  align-self: center;
  position: relative;
  top: 50%;
}

/* SPINNER */
/* line 1842, ../scss/screen.scss */
.spinner {
  margin: 0 auto 0;
  text-align: center;
}

/* line 1847, ../scss/screen.scss */
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FFF;
  display: table-cell;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

/* line 1858, ../scss/screen.scss */
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 1863, ../scss/screen.scss */
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}