body,
h2,
h1,
h3,
h5,
h4,
hr,
h6,
blockquote,
p,
dt,
dl,
ul,
dd,
li,
ol,
form,
pre,
legend,
fieldset,
input,
button,
th,
textarea,
td,
img {
  padding: 0;
  margin: 0;
}

h1,
h3,
h2,
h5,
h6,
h4 {
  font-size: 100%;
}

address,
dfn,
cite,
var {
  font-style: normal;
}

kbd,
code,
samp,
pre {
  font-family: couriernew, courier, monospace;
}

ol,
ul {
  list-style: none;
}

ul,
li,
ol,
a,
div,
section,
nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

sub {
  vertical-align: text-bottom;
}

sup {
  vertical-align: text-top;
}

legend {
  color: #000;
}

img,
fieldset {
  border: 0;
}

button,
select,
textarea,
input {
  font-size: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

body {
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}

.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  content: '';
}

.clearfix {
  zoom: 1;
}

.btn2 {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 25px;
  font-size: 14px;
  line-height: 30px;
  color: #d20a2c;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border: 2px solid #ce1d2c;
  border-radius: 28px;
  outline: 0;
}

.btn2:hover,
.btn2:focus {
  color: #d20a2c;
}

.btn2-primary {
  color: #fff !important;
  background: #d20a2c;
  border-color: #d20a2c !important;
}

.btn2-primary:hover,
.btn2-primary:focus {
  background: #d20a2c;
}

.btn2-large {
  width: 208px;
  height: 56px;
  line-height: 56px;
}

.h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.container-fluid {
  color: #333;
  opacity: 100%;
}

.container-fluid p {
  margin-bottom: 0;
  line-height: 24px;
}

.text-link {
  color: #0ea5f3;
}

.text-gray {
  color: #888;
}

.text-primary {
  color: #ef696c;
}

.text-bold {
  font-weight: 500;
  color: #151515;
}

.text-center {
  text-align: center;
}

.small {
  font-size: 12px;
}

.section {
  padding-right: 65px;
  padding-left: 65px;
}

#submitBtn {
  display: none;
}

body {
  max-width: 2560px;
  margin: 0 auto !important;
}

@media screen and (max-width: 992px) {
  html[lang='en'] .applyList .applyinfo .applytools .modelBtn,
  html[lang='ru'] .applyList .applyinfo .applytools .modelBtn {
    margin-left: 0;
  }

  html[lang='en'] .formRow .formRowInput .fileBtnupload,
  html[lang='ru'] .formRow .formRowInput .fileBtnupload {
    width: 100%;
  }

  html[lang='en'] .formRow .formRowInput .fileBtndown,
  html[lang='ru'] .formRow .formRowInput .fileBtndown {
    margin-top: 12px;
    margin-left: 0;
  }
}
