* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Raleway;
  src: url(../font/Raleway/Raleway-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url(../font/Raleway/Raleway-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url(../font/Raleway/Raleway-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url(../font/Raleway/Raleway-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../font/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../font/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../font/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: BradleyHand;
  src: url(../font/Bradley_Hand_ITC_TT_Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
body, html {
  font-family: Raleway, serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

main {
  display: block;
}

.hide {
	display: none!important;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.wrp {
  width: 100%;
  max-width: 1300px;
  margin: auto auto;
  padding: 0 10px;
}

.cols:after {
  content: "";
  display: block;
  clear: both;
}

p {
  line-height: 26px;
  font-size: 15px;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

input {
  font-size: 1em;
  font-family: inherit;
}
input.invalid, input:invalid {
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  border-color: rgba(255, 0, 0, 0.6);
}
input.invalid:focus, input:invalid:focus {
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.3);
  border-color: rgba(255, 0, 0, 0.3);
}
input::-webkit-input-placeholder {
  color: #888888;
}
input:-ms-input-placeholder {
  color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
input::placeholder {
  color: #888888;
}

textarea {
  font-size: 1em;
  font-family: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

button, input[type=submit], .btn {
  display: inline-block;
  border: 0;
  font-size: 1em;
  background: 0;
  font-family: Raleway, serif;
  cursor: pointer;
}
button:hover, input[type=submit]:hover, .btn:hover {
  text-decoration: none;
}

button, input[type=submit], .btn {
  -webkit-appearance: none;
}

.btn-container {
  padding: 40px 0;
  text-align: center;
}

.btn.def {
  height: 46px;
  position: relative;
  padding: 0 25px;
  padding-right: 60px;
  border-radius: 23px;
  background: #003f97;
  line-height: 46px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: white;
  transition: background 0.3s ease;
}
.btn.def:after {
  width: 15px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: calc(50% - 6px);
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transition: width 0.3s ease, right 0.3s ease;
}
.btn.def.tts:after{
	background-image: url(../img/tts.svg);
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    position: absolute;
    right: 19px;
    top: calc(50% - 15px);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    transition: .3s;
}
.btn.def:hover {
  background: #003279;
}
.btn.def:hover:after {
  width: 30px;
  right: 20px;
}

.btn.def.tts:hover:after {
  width: 30px;
height: 30px;
	right: 19px;
}

/*# sourceMappingURL=default.css.map */
