@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body,
html {
  height: 100%;
}

body {
  font-family: Raleway, sans-serif;
}

body a,
html a {
  text-decoration: none;
}

body input,
html input {
  -webkit-appearance: none;
}

img,
fieldset,
a img {
  border: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

div {
  outline: none !important;
}

* {
  outline: none !important;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: none;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.clear {
  clear: both;
}

.page {
  overflow: hidden;
  position: relative;
  width: 100%;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.show-tablet1 {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .show-tablet1 {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .hide-tablet1 {
    display: none;
  }
}

.show-mobile1 {
  display: none;
}

@media only screen and (max-width: 760px) {
  .show-mobile1 {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  .hide-mobile1 {
    display: none;
  }
}

:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

:focus::-moz-placeholder {
  opacity: 0 !important;
}

:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

:focus:-moz-placeholder {
  opacity: 0 !important;
}

input,
textarea {
  background: none;
  border: none;
}

textarea {
  resize: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
  max-width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  height: 20px;
  background: none;
  left: 0;
  z-index: 1;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}

.slick-prev:before,
.slick-next:before {
  height: 30px;
  line-height: 30px;
  content: "prev";
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  background: #000;
}

.slick-next {
  right: 0;
  left: auto;
}

.slick-next:before {
  content: "next";
  display: inline-block;
}

@font-face {
  font-family: AbhayaLibre;
  src: url("../fonts/AbhayaLibre-Bold.eot");
  src:
    url("../fonts/AbhayaLibre-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AbhayaLibre-Bold.woff") format("woff"),
    url("../fonts/AbhayaLibre-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Archivo;
  src: url("../fonts/Archivo-Bold.eot");
  src:
    url("../fonts/Archivo-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Bold.woff") format("woff"),
    url("../fonts/Archivo-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
}

body {
  font-family: Raleway, sans-serif;
  -webkit-font-feature-settings:
    "tnum" on,
    "lnum" on;
  font-feature-settings:
    "tnum" on,
    "lnum" on;
}

.page-line {
  margin-left: 142px;
  position: relative;
  *zoom: 1;
}

.page-line:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .page-line {
    margin: 0 80px 0 95px;
  }
}

@media only screen and (max-width: 1279px) {
  .page-line {
    margin: 0 40px 0 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .page-line {
    margin: 0 28px;
  }
}

@media only screen and (max-width: 1000px) {
  .page {
    padding-top: 78px;
  }
}

@media only screen and (max-width: 760px) {
  .page {
    padding-top: 60px;
  }
}

.page__scroll {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -738px;
  z-index: 15;
  width: 160px;
  bottom: 0;
}

@media only screen and (max-width: 1769px) {
  .page__scroll {
    margin: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .page__scroll {
    display: none;
  }
}

.page__scroll-title {
  position: absolute;
  top: 95px;
  right: 114px;
  right: 50%;
  margin-right: -23px;
  color: #111b27;
  font-family: Archivo;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: normal;
  white-space: nowrap;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.page__scroll-title:hover {
  color: #29425d;
}

@media only screen and (max-width: 1769px) {
  .page__scroll-title {
    top: 121px;
  }
}

@media only screen and (max-width: 1279px) {
  .page__scroll-title {
    top: 100px;
  }
}

.page__scroll-link1 {
  position: absolute;
  bottom: 100px;
  width: 26px;
  height: 26px;
  display: block;
  left: 50%;
  margin-left: -13px;
}

@media only screen and (max-width: 1769px) {
  .page__scroll-link1 {
    bottom: 74px;
  }
}

.page__scroll-link1:before,
.page__scroll-link1:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i1.svg") no-repeat 0 0;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
}

.page__scroll-link1:after {
  opacity: 0;
  background: url("../img/i1-1.svg") no-repeat 0 0;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.page__scroll-link1:hover:after {
  opacity: 1;
}

.page__wrapper {
  width: 1476px;
  margin: auto;
  padding-left: 229px;
  padding-left: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1769px) {
  .page__wrapper {
    width: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .page__wrapper {
    padding: 0;
  }
}

.block1 {
  position: relative;
}

.block1__over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -222px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg1.jpg);
}

.block1__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 680px;
  height: 141px;
  background-color: rgba(16, 30, 42, 0);
}

@media only screen and (max-width: 1769px) {
  .block1__bottom {
    width: 680px;
    height: 111px;
  }
}

@media only screen and (max-width: 1279px) {
  .block1__bottom {
    width: 835px;
  }
}

@media only screen and (max-width: 1000px) {
  .block1__bottom {
    height: 89px;
    right: 0;
    width: auto;
  }
}

@media only screen and (max-width: 760px) {
  .block1__bottom {
    height: 67px;
  }
}

.block1__bottom-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 142px;
  right: 100px;
}

@media only screen and (max-width: 1769px) {
  .block1__bottom-nav {
    left: 96px;
    right: 65px;
  }
}

@media only screen and (max-width: 1279px) {
  .block1__bottom-nav {
    left: 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .block1__bottom-nav {
    left: 89px;
    right: 89px;
    height: 89px;
  }
}

@media only screen and (max-width: 760px) {
  .block1__bottom-nav {
    height: 67px;
    left: 67px;
    right: 67px;
  }
}

.block1__bottom-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .block1__bottom-next {
    width: 60px;
    height: 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .block1__bottom-next {
    top: 0;
    right: 0;
    width: 89px;
    height: 89px;
  }
}

@media only screen and (max-width: 760px) {
  .block1__bottom-next {
    width: 67px;
    height: 67px;
  }
}

.block1__bottom-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.block1__bottom-next:before {
  position: absolute;
  top: 29px;
  left: 34px;
  display: block;
  content: "";
  background: url("../img/i2.svg") no-repeat 0 0;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .block1__bottom-next:before {
    top: 23px;
    left: 26px;
  }
}

@media only screen and (max-width: 1000px) {
  .block1__bottom-next:before {
    top: 38px;
    left: 41px;
    background: url("../img/i2.svg") no-repeat 0 0;
    background-size: 10px 13px;
    width: 10px;
    height: 13px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .block1__bottom-next:before {
    top: 28px;
    left: 31px;
    background: url("../img/i2.svg") no-repeat 0 0;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    display: inline-block;
  }
}

.block1__bottom-prev {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .block1__bottom-prev {
    width: 60px;
    height: 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .block1__bottom-prev {
    top: 0;
    left: 0;
    width: 89px;
    height: 89px;
  }
}

@media only screen and (max-width: 760px) {
  .block1__bottom-prev {
    width: 67px;
    height: 67px;
  }
}

.block1__bottom-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.block1__bottom-prev:before {
  position: absolute;
  top: 29px;
  left: 32px;
  display: block;
  content: "";
  background: url("../img/i2.svg") no-repeat 0 0;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
}

@media only screen and (max-width: 1769px) {
  .block1__bottom-prev:before {
    top: 22px;
    left: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  .block1__bottom-prev:before {
    top: 38px;
    left: 38px;
    background: url("../img/i2.svg") no-repeat 0 0;
    background-size: 10px 13px;
    width: 10px;
    height: 13px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .block1__bottom-prev:before {
    top: 28px;
    left: 28px;
    background: url("../img/i2.svg") no-repeat 0 0;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    display: inline-block;
  }
}

.menu-button1 {
  position: absolute;
  position: fixed;
  top: 73px;
  right: 50%;
  margin-right: -738px;
  width: 35px;
  height: 15px;
  z-index: 20;
  cursor: pointer;
}

@media only screen and (max-width: 1769px) {
  .menu-button1 {
    right: 80px;
    margin: 0;
  }
}

@media only screen and (max-width: 1769px) {
  .menu-button1 {
    top: 73px;
    right: 80px;
  }
}

@media only screen and (max-width: 1279px) {
  .menu-button1 {
    right: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  .menu-button1 {
    top: 32px;
    right: 31px;
  }

  .menu-button1:before,
  .menu-button1:after {
    background: #111b27 !important;
  }
}

@media only screen and (max-width: 760px) {
  .menu-button1 {
    top: 23px;
    right: 30px;
  }
}

.menu-button1 span {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  display: block;
}

.menu-button1:before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  display: block;
  content: "";
  height: 4px;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-top: 0px;
}

.menu-button1:after {
  position: absolute;
  top: 11px;
  left: 0px;
  right: 0px;
  display: block;
  content: "";
  height: 4px;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-top: 0px;
}

.menu-button1:hover:after,
.menu-button1:hover:before {
  background: #d5dae0;
}

.menu-button1.black-style:after,
.menu-button1.black-style:before {
  background: #000;
}

.menu-button1.black-style:hover:after,
.menu-button1.black-style:hover:before {
  background: rgba(0, 0, 0, 0.4);
}

.menu-button1.active.black-style:after,
.menu-button1.active.black-style:before {
  background: #fff;
}

.menu-button1.active:hover:after,
.menu-button1.active:hover:before {
  background: #d5dae0;
}

.menu-button1.active:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
  top: 50%;
  left: -3px;
  right: -3px;
  margin-top: -2px;
}

@media only screen and (max-width: 760px) {
  .menu-button1.active:before {
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -1.5px;
  }
}

.menu-button1.active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
  top: 7.5px;
  left: -3px;
  right: -3px;
  margin-top: -2px;
}

@media only screen and (max-width: 760px) {
  .menu-button1.active:after {
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -1.5px;
  }
}

.big-slider1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.big-slider1__item {
  position: relative;
}

.big-slider1__link-bottom {
  position: absolute;
  bottom: 237px;
  left: 144px;
  background: url("../img/i4.svg") no-repeat 0 0;
  background-size: 19px 45px;
  width: 19px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}

.big-slider1__link-bottom:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  display: block;
  content: "";
}

@media only screen and (max-width: 1769px) {
  .big-slider1__link-bottom {
    left: 95px;
    bottom: 177px;
  }
}

@media only screen and (max-width: 1279px) {
  .big-slider1__link-bottom {
    left: 55px;
  }
}

/*@media only screen and (max-width: 1000px) {
	.big-slider1__link-bottom {
		display: none;
	}
}*/

.big-slider1__background-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 680px;
  height: 141px;
  overflow: hidden;
}

.big-slider1__background-blur:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(19, 27, 35, 0.8);
}

@media only screen and (max-width: 1769px) {
  .big-slider1__background-blur {
    width: 680px;
    height: 111px;
  }
}

@media only screen and (max-width: 1279px) {
  .big-slider1__background-blur {
    width: 835px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__background-blur {
    height: 89px;
    right: 0;
    width: auto;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__background-blur {
    height: 67px;
  }
}

.big-slider1__background-blur-content {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.8;
}

@media only screen and (max-width: 760px) {
  .big-slider1__background-blur-content {
    bottom: auto;
    width: 100% !important;
  }

  .big-slider1__background-blur-content.mod1 {
    height: 752px !important;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__background-blur-content.mod1 {
    height: 610px !important;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__content-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__content-background {
    height: 610px;
  }
}

.big-slider1__image {
  display: block;
  position: absolute;
  max-width: none !important;
}

.big-slider1__image.mod1 {
  bottom: 0;
  right: 108px;
  height: 728px;
}

@media only screen and (max-width: 1300px) {
  .big-slider1__image.mod1 {
    height: 583px;
    right: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .big-slider1__image.mod1 {
    height: 533px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__image.mod1 {
    width: 82.81%;
    height: auto;
    max-width: 631px !important;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__image.mod1 {
    width: 83%;
    bottom: 0;
    right: 0;
    max-width: 400px !important;
  }
}

@media only screen and (max-width: 760px) and (max-height: 570px) {
  .big-slider1__image.mod1 {
    width: 78%;
  }
}

.big-slider1__image.mod2 {
  top: 0;
  right: 0;
  height: 100%;
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__image.mod2 {
    top: -50px;
  }
}

.big-slider1__image.mod3 {
  bottom: 0;
  right: 0;
  width: 794px;
}

@media only screen and (max-width: 1300px) {
  .big-slider1__image.mod3 {
    width: 613px;
    right: -45px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__image.mod3 {
    width: 562px;
    right: 0;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__image.mod3 {
    width: 317px;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__image.mod3 {
    width: 267px;
  }
}

.big-slider1__image.mod4 {
  top: 0;
  right: 0;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .big-slider1__image.mod4 {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__image.mod4 {
    height: 424px;
    width: 803px;
    bottom: -67px;
    right: -320px;
    top: auto;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__image.mod4 {
    bottom: -40px;
  }
}

.big-slider1__image.mod5 {
  top: 50%;
  margin-top: -263px;
  height: 493px;
  right: calc(var(--rrr) - 398px);
}

@media only screen and (max-width: 1300px) {
  .big-slider1__image.mod5 {
    height: 454px;
    margin-top: -220px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__image.mod5 {
    height: 476px;
    margin-top: -250px;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__image.mod5 {
    height: 315px;
    margin-top: -155px;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__image.mod5 {
    height: 350px;
  }
}

.big-slider1__text {
  position: absolute;
  top: 205px;
  left: 0;
  max-width: 580px;
}

.big-slider1__text--w2 {
  max-width: 590px;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__text {
    top: 142px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__text {
    top: 58px;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__text {
    top: 29px;
  }
}

.big-slider1__text p {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 27.72px;
  font-size: 18px;
  max-width: 460px;
}

.big-slider1__text p b {
  font-weight: 700;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__text p {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__text p {
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 20.02px;
    max-width: 259px;
  }

  .big-slider1__text p i {
    display: block;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__text p {
    max-width: none;
    font-size: 12px;
    line-height: 16px;
    max-width: 180px;
  }
}

.big-slider1__navigation {
  padding-bottom: 7px;
  font-size: 0.01px;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__navigation {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__navigation {
    padding-bottom: 10px;
  }
}

.big-slider1__navigation span {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  color: #ffffff;
  font-family: AbhayaLibre;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 31.71px;
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__navigation span {
    font-size: 15px;
    line-height: 15px;
  }
}

.big-slider1__navigation i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 11px;
  color: rgba(164, 183, 201, 0.6);
  font-family: AbhayaLibre;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: 16.91px;
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__navigation i {
    font-size: 15px;
    line-height: 15px;
    top: 0;
  }
}

.big-slider1__title1 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 117px;
  padding-bottom: 5px;
}

.big-slider1__title1 span {
  font-weight: 700;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__title1 {
    line-height: 63px;
    padding-bottom: 23px;
    font-size: 70px;
    letter-spacing: 1.4px;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__title1 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .big-slider1__title1 {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__title1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.big-slider1__title2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 35px;
  padding-bottom: 27px;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__title2 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.46px;
    padding-bottom: 14px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__title2 {
    padding-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 19.03px;
  }
}

@media only screen and (max-width: 760px) and (max-height: 682px) {
  .big-slider1__title2 {
    font-size: 16px;
    line-height: 17px;
    padding-bottom: 10px;
  }
}

.big-slider1__logo-list1 {
  position: absolute;
  bottom: 141px;
  left: 195px;
  *zoom: 1;
}

.big-slider1__logo-list1:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__logo-list1 {
    left: 215px;
    bottom: 111px;
  }
}

@media only screen and (max-width: 1279px) {
  .big-slider1__logo-list1 {
    left: 151px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__logo-list1 {
    left: 0;
    right: 0;
    bottom: 193px;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__logo-list1 {
    bottom: 118px;
  }
}

.big-slider1__logo-list1-item {
  float: left;
  padding: 0 20px;
  height: 120px;
  line-height: 120px;
  font-size: 0.01px;
  background-color: rgba(15, 28, 40, 0.9);
}

@media only screen and (max-width: 1769px) {
  .big-slider1__logo-list1-item {
    padding: 0 36.2px;
    height: 111px;
    line-height: 111px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__logo-list1-item {
    padding: 0 60px;
    height: 104px;
    line-height: 104px;
  }

  .big-slider1__logo-list1-item.mod2 {
    float: none;
    padding: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__logo-list1-item {
    padding: 0 30px;
    height: 51px;
    line-height: 51px;
  }
}

.big-slider1__logo-list1-item.mod1 {
  background: #fff;
}

.big-slider1__logo-list1-item img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__logo-list1-item img.size1 {
    width: 148px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 1000px) {
  .big-slider1__logo-list1-item img.size1 {
    width: 200px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 760px) {
  .big-slider1__logo-list1-item img.size1 {
    width: 98px;
  }
}

@media only screen and (max-width: 1769px) {
  .big-slider1__logo-list1-item img.size2 {
    width: 171px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 1000px) {
  .big-slider1__logo-list1-item img.size2 {
    width: 250px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 760px) {
  .big-slider1__logo-list1-item img.size2 {
    width: 122px;
  }
}

.big-slider1__logo-element1 {
  position: absolute;
  bottom: 0;
  left: 680px;
  width: 311px;
  height: 141px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 141px;
  text-align: center;
  font-size: 0.01px;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__logo-element1 {
    left: 680px;
    width: 220px;
    height: 111px;
    line-height: 111px;
  }
}

@media only screen and (max-width: 1279px) {
  .big-slider1__logo-element1 {
    left: 615px;
    bottom: 111px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__logo-element1 {
    bottom: 89px;
    left: 0;
    right: 0;
    padding-left: 60px;
    width: auto;
    height: 104px;
    line-height: 104px;
    text-align: left;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__logo-element1 {
    bottom: 67px;
    height: 51px;
    line-height: 51px;
    padding-left: 30px;
  }
}

.big-slider1__logo-element1 img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1769px) {
  .big-slider1__logo-element1 img {
    width: 148px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__logo-element1 img {
    width: 197px;
  }
}

@media only screen and (max-width: 760px) {
  .big-slider1__logo-element1 img {
    width: 96px;
  }
}

.nav-carousel1__item {
  height: 141px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-carousel1__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1769px) {
  .nav-carousel1__item {
    height: 111px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-carousel1__item {
    height: 89px;
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
  .nav-carousel1__item {
    height: 67px;
  }
}

.nav-carousel1__item span {
  display: block;
  border-bottom: transparent solid 1px;
  line-height: 40px;
  color: #a1a3a7;
  font-family: AbhayaLibre;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .nav-carousel1__item span {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-carousel1__item span {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 33.71px;
  }

  .nav-carousel1__item > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav-carousel1__item p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 18px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .nav-carousel1__item p {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-carousel1__item p {
    display: none;
  }
}

.nav-carousel1__item.slick-current span,
.nav-carousel1__item:hover span {
  color: #ffffff;
}

.nav-carousel1__item.slick-current span {
  border-color: #fff;
}

.nav-carousel1__item.slick-current p,
.nav-carousel1__item:hover p {
  font-weight: 800;
}

.padding1 {
  padding: 90px 0;
}

@media only screen and (max-width: 1769px) {
  .padding1 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .padding1 {
    padding: 40px 0;
  }
}

.main-text1 {
  *zoom: 1;
  margin-right: 63px;
}

.main-text1:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .main-text1 {
    margin-right: 132px;
  }
}

@media only screen and (max-width: 1279px) {
  .main-text1 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .main-text1 {
    margin: 0;
  }
}

.main-text1__item {
  float: right;
  width: 421px;
}

@media only screen and (max-width: 1769px) {
  .main-text1__item {
    width: 309px;
  }
}

@media only screen and (max-width: 1000px) {
  .main-text1__item {
    width: auto;
    float: none;
    padding-bottom: 23px;
  }

  .main-text1__item:last-child {
    padding: 0;
  }

  .main-text1__item br {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .main-text1__item {
    padding-bottom: 28px;
  }
}

.main-text1__item:first-child {
  float: left;
  width: 453px;
}

@media only screen and (max-width: 1769px) {
  .main-text1__item:first-child {
    width: 394px;
  }
}

@media only screen and (max-width: 1279px) {
  .main-text1__item:first-child {
    width: 364px;
  }
}

@media only screen and (max-width: 1000px) {
  .main-text1__item:first-child {
    width: auto;
    float: none;
  }
}

.main-text1__item p {
  color: #242424;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 27.72px;
  font-weight: 500;
}

.main-text1__item p b {
  font-weight: 800;
}

@media only screen and (max-width: 1769px) {
  .main-text1__item p {
    line-height: 23.1px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

.background1 {
  position: relative;
  padding: 52px 0 68px 0;
}

.background1__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg2.jpg);
}

@media only screen and (max-width: 1769px) {
  .background1 {
    padding: 48px 0 56px 0;
  }
}

@media only screen and (max-width: 760px) {
  .background1 {
    padding: 35px 0 50px 0;
  }
}

.background1-over {
  overflow: hidden;
}

.background1__title1 {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 46.2px;
}

@media only screen and (max-width: 1769px) {
  .background1__title1 {
    padding-bottom: 13px;
    line-height: 35px;
    font-size: 23px;
  }
}

@media only screen and (max-width: 760px) {
  .background1__title1 {
    padding-bottom: 25px;
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 46.2px;
  }
}

.list-company1 {
  position: relative;
}

@media only screen and (max-width: 760px) {
  .list-company1 {
    font-size: 0.01px;
  }
}

.list-company1:after {
  position: absolute;
  top: 0;
  left: -300px;
  right: 0;
  display: block;
  content: "";
  border-bottom: 2px solid rgba(80, 107, 132, 0.15);
}

@media only screen and (max-width: 1000px) {
  .list-company1:after {
    border-bottom: 1px solid #506b84;
    left: 0;
  }
}

.list-company1__item {
  padding: 35px 0 42px 0;
  position: relative;
}

@media only screen and (max-width: 1769px) {
  .list-company1__item {
    padding: 29px 0 33px 0;
  }
}

@media only screen and (max-width: 760px) {
  .list-company1__item {
    padding: 31px 0;
  }
}

.list-company1__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -300px;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1000px) {
  .list-company1__item:before {
    display: none;
  }
}

.list-company1__item:hover:before {
  opacity: 1;
}

.list-company1__item:hover .list-company1__link {
  opacity: 1;
}

.list-company1__item:after {
  position: absolute;
  bottom: 0;
  left: -300px;
  right: 0;
  display: block;
  content: "";
  border-bottom: 2px solid rgba(80, 107, 132, 0.15);
}

@media only screen and (max-width: 760px) {
  .list-company1__item:after {
    border-bottom: 1px solid #506b84;
    left: 0;
  }
}

.list-company1__item-over {
  padding-left: 47px;
  position: relative;
  *zoom: 1;
}

.list-company1__item-over:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .list-company1__item-over {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .list-company1__item-over {
    padding-left: 30px;
  }
}

.list-company1__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300px;
  right: 0;
  display: block;
  opacity: 0;
}

@media only screen and (max-width: 1000px) {
  .list-company1__link {
    opacity: 1;
  }
}

.list-company1__link:before {
  position: absolute;
  top: 15px;
  right: 42px;
  display: block;
  content: "";
  background: url("../img/i10.svg") no-repeat 0 0;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .list-company1__link:before {
    top: 11px;
    right: 18px;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 1000px) {
  .list-company1__link:before {
    top: 50%;
    right: 0;
    margin-top: -6.5px;
    background: url("../img/i11.svg") no-repeat 0 0;
    background-size: 16px 13px;
    width: 16px;
    height: 13px;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 760px) {
  .list-company1__link:before {
    display: none;
  }
}

.list-company1__num {
  position: absolute;
  top: 4px;
  left: 0;
  color: rgba(164, 183, 201, 0.6);
  font-family: AbhayaLibre;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 33px;
}

@media only screen and (max-width: 1769px) {
  .list-company1__num {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 21.14px;
  }
}

.list-company1__logo {
  float: right;
  width: 228px;
  position: relative;
  top: 3px;
}

.list-company1__logo.mod1 {
  top: 21px;
}

.list-company1__logo.mod2 {
  top: 7px;
}

@media only screen and (max-width: 1769px) {
  .list-company1__logo {
    top: 7px;
    width: 183px;
  }

  .list-company1__logo.mod1 {
    top: 15px;
  }

  .list-company1__logo.mod2 {
    top: 5px;
  }

  .list-company1__logo img.size1 {
    width: 145px;
  }

  .list-company1__logo img.size2 {
    width: 144px;
  }

  .list-company1__logo img.size3 {
    width: 144px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-company1__logo {
    height: 100px;
    line-height: 100px;
    top: 50% !important;
    right: 0;
    margin-top: -50px;
    float: none;
    position: absolute;
    font-size: 0.01px;
  }

  .list-company1__logo img {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 760px) {
  .list-company1__logo {
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
    width: auto;
    height: auto;
    line-height: 10px;
    top: 24px;
    margin: 0 0 0 -30px;
    display: inline-block;
    vertical-align: top;
  }

  .list-company1__logo:before {
    position: absolute;
    top: 50%;
    right: -29px;
    display: block;
    content: "";
    background: url("../img/i11.svg") no-repeat 0 0;
    background-size: 16px 13px;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-top: -6.5px;
  }
}

.list-company1__text {
  overflow: hidden;
  padding-right: 64px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 27.41px;
}

@media only screen and (max-width: 1769px) {
  .list-company1__text {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22.84px;
    max-width: 584px;
  }

  .list-company1__text br {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .list-company1__text {
    max-width: 418px;
  }
}

@media only screen and (max-width: 760px) {
  .list-company1__text {
    margin-left: -30px;
    max-width: none;
    padding: 0 0 24px 0;
  }
}

.list-company1__title {
  color: #f0f0f0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.48px;
  line-height: 37px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 1769px) {
  .list-company1__title {
    padding-bottom: 8px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 27.72px;
  }
}

@media only screen and (max-width: 760px) {
  .list-company1__title {
    padding-bottom: 12px;
  }
}

.padding2 {
  padding: 116px 0 100px 0;
}

@media only screen and (max-width: 1769px) {
  .padding2 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 760px) {
  .padding2 {
    padding: 37px 0 40px 0;
  }
}

.content-over1 {
  *zoom: 1;
  padding-bottom: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1769px) {
  .content-over1 {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over1 {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over1 {
    padding-bottom: 27px;
  }
}

.content-over1__left {
  max-width: 500px;
  margin-right: 30px;
}

@media only screen and (max-width: 760px) {
  .content-over1__left {
    float: none;
    padding: 0 0 30px 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 760px) {
  .content-over1__right {
    float: none;
  }

  .content-over1 {
    display: block;
    max-width: 100%;
  }
}

.content-over1__title {
  color: #29425e;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 90px;
}

.content-over1__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding-top: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  .content-over1__text {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1769px) {
  .content-over1__title {
    font-size: 70px;
    letter-spacing: 1.4px;
    line-height: 63px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over1__title {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 45px;
  }

  .content-over1__text {
    font-size: 15px;
    line-height: 22px;
  }
}

.content-over1__image {
  display: block;
  width: 499px;
}

@media only screen and (max-width: 1769px) {
  .content-over1__image {
    width: 550px;
  }
}

@media only screen and (max-width: 1279px) {
  .content-over1__image {
    width: 430px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over1__image {
    width: 364px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over1__image {
    width: 100%;
    max-width: 350px;
  }
}

.content-over2 {
  position: relative;
  padding-right: 286px;
}

@media only screen and (max-width: 1769px) {
  .content-over2 {
    padding-right: 237px;
  }
}

@media only screen and (max-width: 1279px) {
  .content-over2 {
    padding-right: 197px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over2 {
    padding-right: 191px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over2 {
    padding: 0;
  }
}

@media only screen and (max-width: 760px) {
  .content-over2__left {
    padding-bottom: 26px;
  }
}

.content-over2__right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -35px;
}

@media only screen and (max-width: 1769px) {
  .content-over2__right {
    height: 55px;
    margin-top: -27.5px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over2__right {
    height: 50px;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over2__right {
    position: static;
    height: auto;
    margin: 0;
  }
}

.content-over2__see-all,
.book__link {
  display: block;
  position: relative;
  width: 166px;
  height: 70px;
  border: 1px solid #111b27;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 0 0 31px;
  box-sizing: border-box;
  color: #111b27;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 24.37px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .content-over2__see-all,
  .book__link {
    width: 130px;
    height: 55px;
    line-height: 53px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over2__see-all,
  .book__link {
    height: 50px;
    line-height: 48px;
    padding-left: 24px;
    font-size: 13px;
    letter-spacing: 0.26px;
    width: 121px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over2__see-all,
  .book__link {
    margin: auto;
  }
}

.content-over2__see-all:before,
.content-over2__see-all:after,
.book__link:before,
.book__link:after {
  position: absolute;
  top: 28.5px;
  right: 31px;
  display: block;
  content: "";
  background: url("../img/i3.svg") no-repeat 0 0;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  display: inline-block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .content-over2__see-all:before,
  .content-over2__see-all:after,
  .book__link:before,
  .book__link:after {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over2__see-all:before,
  .content-over2__see-all:after,
  .book__link:before,
  .book__link:after {
    top: 18.5px;
    right: 18px;
    background: url("../img/i3.svg") no-repeat 0 0;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    display: inline-block;
  }
}

.content-over2__see-all:after,
.book__link:after {
  opacity: 0;
  background: url("../img/i3-1.svg") no-repeat 0 0;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  .content-over2__see-all:after,
  .book__link:after {
    background: url("../img/i3-1.svg") no-repeat 0 0;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    display: inline-block;
  }
}

.content-over2__see-all:hover,
.book__link:hover {
  background-color: #111b27;
  border-color: #111b27;
  color: #fff;
}

.content-over2__see-all:hover:before,
.book__link:hover:before {
  opacity: 0;
}

.content-over2__see-all:hover:after,
.book__link:hover:after {
  opacity: 1;
}

.list-awards1 {
  text-align: justify;
  line-height: 0;
  font-size: 0;
  text-justify: newspaper;
  zoom: 1;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.list-awards1:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.list-awards1 * {
  -moz-text-align-last: left;
  text-align-last: left;
}

.list-awards1__item {
  display: inline-block;
  vertical-align: middle;
}

.list-awards1__item img {
  display: inline-block;
  vertical-align: middle;
}

.list-awards1__item img.size1 {
  width: 135px;
}

@media only screen and (max-width: 1769px) {
  .list-awards1__item img.size1 {
    width: 113px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-awards1__item img.size1 {
    width: 90px;
  }
}

@media only screen and (max-width: 760px) {
  .list-awards1__item img.size1 {
    width: 50px;
  }
}

.list-awards1__item img.size2 {
  width: 131px;
}

@media only screen and (max-width: 1769px) {
  .list-awards1__item img.size2 {
    width: 110px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-awards1__item img.size2 {
    width: 87px;
  }
}

@media only screen and (max-width: 760px) {
  .list-awards1__item img.size2 {
    width: 50px;
  }
}

.list-awards1__item img.size3 {
  width: 70px;
}

@media only screen and (max-width: 1769px) {
  .list-awards1__item img.size3 {
    width: 59px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-awards1__item img.size3 {
    width: 47px;
  }
}

@media only screen and (max-width: 760px) {
  .list-awards1__item img.size3 {
    width: 30px;
  }
}

.list-awards1__item img.size4 {
  width: 136px;
}

@media only screen and (max-width: 1769px) {
  .list-awards1__item img.size4 {
    width: 114px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-awards1__item img.size4 {
    width: 92px;
  }
}

@media only screen and (max-width: 760px) {
  .list-awards1__item img.size4 {
    width: 69px;
  }
}

.block2 {
  height: 726px;
  position: relative;
}

@media only screen and (max-width: 1769px) {
  .block2 {
    height: 553px;
  }
}

@media only screen and (max-width: 760px) {
  .block2 {
    height: 680px;
  }
}

@media only screen and (max-width: 374px) {
  .block2 {
    height: 560px;
  }
}

.block2-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg1.jpg);
}

.block2__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  z-index: 1;
}

@media only screen and (max-width: 1769px) {
  .block2__nav {
    width: 340px;
  }
}

@media only screen and (max-width: 1000px) {
  .block2__nav {
    width: 283px;
  }
}

@media only screen and (max-width: 760px) {
  .block2__nav {
    width: auto;
    left: 0;
    bottom: 0;
    top: auto;
  }
}

.content-tab1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-tab1__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.content-tab1__item.active {
  opacity: 1;
  z-index: 1;
}

.content-tab1__item.active .content-tab1__text {
  left: 0px;
}

@media only screen and (max-width: 760px) {
  .content-tab1__item.active .content-tab1__text {
    top: 0px;
  }
}

.content-tab1__background-blur {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  overflow: hidden;
}

@media only screen and (max-width: 1769px) {
  .content-tab1__background-blur {
    width: 340px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-tab1__background-blur {
    width: 283px;
  }
}

@media only screen and (max-width: 760px) {
  .content-tab1__background-blur {
    width: auto;
    left: 0;
    top: auto;
    height: 246px;
  }
}

.content-tab1__background-blur:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(19, 27, 35, 0.5);
}

.content-tab1__background-blur div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

@media only screen and (max-width: 760px) {
  .content-tab1__background-blur div {
    top: auto;
    left: 0;
  }
}

.content-tab1__text {
  position: relative;
  left: -70px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (max-width: 1279px) {
  .content-tab1__text {
    left: -30px;
  }
}

@media only screen and (max-width: 760px) {
  .content-tab1__text {
    left: 0;
    top: 30px;
  }
}

.content-tab1__vertical {
  display: table-cell;
  vertical-align: middle;
  height: 726px;
}

@media only screen and (max-width: 1769px) {
  .content-tab1__vertical {
    height: 553px;
  }
}

@media only screen and (max-width: 760px) {
  .content-tab1__vertical {
    display: block;
    height: auto;
    padding-top: 62px;
  }
}

.content-tab1__vertical p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 35px;
  padding-top: 13px;
}

@media only screen and (max-width: 1769px) {
  .content-tab1__vertical p {
    font-size: 23px;
    letter-spacing: 0.46px;
    line-height: 24.31px;
  }
}

@media only screen and (max-width: 760px) {
  .content-tab1__vertical p {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 31.71px;
    padding-top: 22px;
  }
}

.content-tab1__title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 90px;
}

@media only screen and (max-width: 1769px) {
  .content-tab1__title {
    padding-bottom: 23px;
    font-size: 70px;
    letter-spacing: 1.4px;
    line-height: 63px;
  }
}

@media only screen and (max-width: 1279px) {
  .content-tab1__title {
    font-size: 60px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-tab1__title {
    font-size: 65px;
  }
}

@media only screen and (max-width: 760px) {
  .content-tab1__title {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0;
  }
}

@media only screen and (max-width: 374px) {
  .content-tab1__title {
    font-size: 40px;
  }
}

.nav-list1__item {
  height: 242px;
  cursor: pointer;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  overflow: hidden;
}

.nav-list1__item:last-child:before {
  display: none;
}

@media only screen and (max-width: 1769px) {
  .nav-list1__item {
    height: 184px;
  }

  .nav-list1__item:last-child {
    height: 185px;
  }
}

@media only screen and (max-width: 760px) {
  .nav-list1__item {
    height: 82px !important;
  }
}

.nav-list1__item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  border-bottom: 1px solid #000;
  z-index: 1;
}

.nav-list1__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-list1__item:hover .nav-list1__see-all {
  opacity: 1;
}

.nav-list1__item:hover .nav-list1__text {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

@media only screen and (max-width: 1769px) {
  .nav-list1__item:hover .nav-list1__text {
    -webkit-transform: scale(1.14);
    transform: scale(1.14);
  }
}

.nav-list1__see-all {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media only screen and (max-width: 1000px) {
  .nav-list1__see-all {
    opacity: 1;
  }
}

@media only screen and (max-width: 760px) {
  .nav-list1__see-all {
    top: 0;
  }
}

.nav-list1__see-all a {
  width: 166px;
  height: 70px;
  display: block;
  line-height: 70px;
  padding-left: 31px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .nav-list1__see-all a {
    width: 130px;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-list1__see-all a {
    width: 121px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}

@media only screen and (max-width: 760px) {
  .nav-list1__see-all a {
    width: 82px;
    height: 82px;
  }

  .nav-list1__see-all a span {
    display: none;
  }
}

.nav-list1__see-all a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-list1__see-all a:before {
  position: absolute;
  top: 30px;
  right: 32px;
  display: block;
  content: "";
  background: url("../img/i9.svg") no-repeat 0 0;
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .nav-list1__see-all a:before {
    top: 21px;
    right: 21px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-list1__see-all a:before {
    top: 19px;
    right: 19px;
    background: url("../img/i9.svg") no-repeat 0 0;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .nav-list1__see-all a:before {
    top: 36px;
    right: 36px;
  }
}

.nav-list1__see-all a:after {
  position: absolute;
  top: -500px;
  left: -500px;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
}

.nav-list1__text {
  position: absolute;
  top: 50%;
  left: 125px;
  margin-top: -40px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media only screen and (max-width: 1769px) {
  .nav-list1__text {
    left: 97px;
    margin-top: -32px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-list1__text {
    left: 69px;
  }
}

@media only screen and (max-width: 760px) {
  .nav-list1__text {
    left: 30px;
    top: 31px;
    margin: 0;
  }
}

.nav-list1__text span {
  display: block;
  padding-bottom: 6px;
  color: #a1a3a7;
  font-family: AbhayaLibre;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 24px;
  -webkit-font-feature-settings:
    "tnum" on,
    "lnum" on;
  font-feature-settings:
    "tnum" on,
    "lnum" on;
}

@media only screen and (max-width: 1280px) {
  .nav-list1__text span {
    font-size: 15px;
    padding-bottom: 1px;
  }
}

@media only screen and (max-width: 760px) {
  .nav-list1__text span {
    display: none;
  }
}

.nav-list1__text p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 28px;
}

@media only screen and (max-width: 1769px) {
  .nav-list1__text p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 760px) {
  .nav-list1__text p {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 19.03px;
  }
}

.nav-list1__text p i {
  display: none;
}

@media only screen and (max-width: 760px) {
  .nav-list1__text p i {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 20px;
    color: #a1a3a7;
    font-style: normal;
    letter-spacing: 0.2px;
    font-family: AbhayaLibre;
    position: relative;
    top: 1px;
  }
}

.padding3 {
  padding: 95px 0;
}

@media only screen and (max-width: 1769px) {
  .padding3 {
    padding: 65px 0 90px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .padding3 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 760px) {
  .padding3 {
    padding: 40px 0 60px 0;
  }
}

.title1 {
  padding-bottom: 55px;
  color: #29425e;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 90px;
}

@media only screen and (max-width: 1769px) {
  .title1 {
    padding-bottom: 86px;
    color: #29425e;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 63px;
  }
}

@media only screen and (max-width: 1279px) {
  .title1 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .title1 {
    padding-bottom: 47px;
  }
}

@media only screen and (max-width: 760px) {
  .title1 {
    padding-bottom: 29px;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 45px;
  }
}

.content-over3 {
  position: relative;
  padding-right: 234px;
  margin-bottom: 117px;
}

@media only screen and (max-width: 1769px) {
  .content-over3 {
    margin-bottom: 88px;
    padding-right: 163px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over3 {
    padding-right: 182px;
    margin-bottom: 68px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over3 {
    padding: 0;
    margin-bottom: 47px;
  }
}

.content-over3__icon-right {
  position: absolute;
  bottom: 10px;
  right: -260px;
  width: 450px;
  height: 500px;
  display: block;
}

.content-over3__icon-right > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}

.content-over3__icon-right > div.active {
  opacity: 1;
}

.content-over3__icon-right > div img {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1769px) {
  .content-over3__icon-right {
    width: 342px;
    height: 380px;
    display: inline-block;
    right: -200px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over3__icon-right {
    bottom: 7px;
    right: -85px;
    width: 247px;
    height: 310px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .content-over3__icon-right {
    display: none;
  }
}

.text-slide1 {
  font-size: 0.01px;
}

.text-slide1__item {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1769px) {
  .text-slide1__item {
    padding-bottom: 31px;
  }
}

@media only screen and (max-width: 1000px) {
  .text-slide1__item {
    padding-bottom: 22px;
  }
}

@media only screen and (max-width: 760px) {
  .text-slide1__item {
    padding-bottom: 15px;
  }
}

.text-slide1__item:last-child {
  padding: 0;
}

.text-slide1__item:last-child .text-slide1__hide-over {
  padding: 0;
}

.text-slide1__open {
  font-size: 0.01px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.text-slide1__open span {
  display: inline-block;
  vertical-align: top;
  width: 53px;
  position: relative;
  top: 11px;
  color: #c4c4c4;
  font-family: AbhayaLibre;
  -webkit-font-feature-settings:
    "tnum" on,
    "lnum" on;
  font-feature-settings:
    "tnum" on,
    "lnum" on;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 37px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .text-slide1__open span {
    top: 7px;
    width: 36px;
    font-size: 25px;
    letter-spacing: 0.25px;
    line-height: 26.43px;
  }
}

@media only screen and (max-width: 1000px) {
  .text-slide1__open span {
    width: 25px;
    font-size: 18px;
    top: 3px;
  }
}

@media only screen and (max-width: 760px) {
  .text-slide1__open span {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 21.14px;
    width: 36px;
    top: 0;
  }
}

.text-slide1__open b {
  display: inline-block;
  vertical-align: top;
  color: rgba(196, 196, 196, 0.9);
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .text-slide1__open b {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .text-slide1__open b {
    font-size: 23px;
    letter-spacing: 0.46px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 760px) {
  .text-slide1__open b {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 18px;
  }
}

.text-slide1__open:hover span {
  color: #29425d;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
}

.text-slide1__open:hover b {
  color: #29425d;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
}

.text-slide1__open.active span {
  color: #29425d;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.text-slide1__open.active b {
  color: #29425d;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.text-slide1__hide {
  display: none;
}

.text-slide1__hide-over {
  padding-bottom: 13px;
}

@media only screen and (max-width: 1769px) {
  .text-slide1__hide-over {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .text-slide1__hide-over {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 760px) {
  .text-slide1__hide-over {
    padding-bottom: 17px;
  }
}

.text-slide1__hide-over:before {
  margin-bottom: 27px;
  display: block;
  content: "";
  padding-top: 21px;
  border-bottom: 1px solid #131a22;
}

@media only screen and (max-width: 1769px) {
  .text-slide1__hide-over:before {
    padding-top: 10px;
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 1000px) {
  .text-slide1__hide-over:before {
    padding-top: 14px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 760px) {
  .text-slide1__hide-over:before {
    margin-bottom: 26px;
    padding-top: 12px;
  }
}

.text-slide1__hide-over p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 24.37px;
  padding-bottom: 25px;
}

.text-slide1__hide-over p:last-child {
  padding: 0;
}

@media only screen and (max-width: 1769px) {
  .text-slide1__hide-over p {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22.84px;
    padding-bottom: 23px;
  }
}

@media only screen and (max-width: 1000px) {
  .text-slide1__hide-over p br {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .text-slide1__hide-over p {
    line-height: 20.25px;
    padding-bottom: 20px;
  }
}

.content-over4 {
  *zoom: 1;
  padding: 23px 0 26px 0;
  position: relative;
}

.content-over4:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .content-over4 {
    padding: 84px 0 68px 0;
  }
}

@media only screen and (max-width: 1279px) {
  .content-over4 {
    padding: 54px 0 38px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4 {
    padding: 18px 0 20px 0;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4 {
    padding: 0;
  }
}

.content-over4__scroll {
  position: absolute;
  top: -70px;
  left: 0;
}

.content-over4__left {
  float: left;
  position: relative;
}

@media only screen and (max-width: 1769px) {
  .content-over4__left {
    max-width: 360px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__left {
    max-width: 285px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4__left {
    max-width: none;
    float: none;
    padding-bottom: 30px;
  }
}

.content-over4__right-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56.33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1769px) {
  .content-over4__right-image {
    width: 58.7%;
  }
}

@media only screen and (max-width: 1279px) {
  .content-over4__right-image {
    width: 52%;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__right-image {
    width: 51.27%;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4__right-image {
    position: static;
    width: auto;
    height: 198px;
    max-width: 350px;
  }
}

.content-over4__title1 {
  padding-bottom: 22px;
  color: #29425e;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 57px;
}

@media only screen and (max-width: 1769px) {
  .content-over4__title1 {
    padding-bottom: 16px;
    line-height: 39px;
    font-size: 35px;
    letter-spacing: 0.7px;
  }

  .content-over4__title1 br {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__title1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.6px;
  }

  .content-over4__title1 br {
    display: inline;
  }
}

.content-over4__title2 {
  padding-bottom: 15px;
  color: #242424;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.34px;
  line-height: 26px;
}

@media only screen and (max-width: 1769px) {
  .content-over4__title2 {
    padding-bottom: 25px;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__title2 {
    padding-bottom: 22px;
  }
}

.content-over4__write-a-message {
  display: block;
  width: 234px;
  height: 57px;
  border: 1px solid #242424;
  text-align: center;
  font-size: 0.01px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .content-over4__write-a-message {
    width: 209px;
    height: 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__write-a-message {
    width: 175px;
    height: 46px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4__write-a-message {
    width: 209px;
    height: 55px;
  }
}

.content-over4__write-a-message i {
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1769px) {
  .content-over4__write-a-message i {
    margin-right: 11px;
    top: 16px;
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__write-a-message i {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    top: 14px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4__write-a-message i {
    margin-right: 11px;
    width: 22px;
    height: 22px;
  }
}

.content-over4__write-a-message i:before,
.content-over4__write-a-message i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i7.svg") no-repeat 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .content-over4__write-a-message i:before,
  .content-over4__write-a-message i:after {
    background: url("../img/i7.svg") no-repeat 0 0;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__write-a-message i:before,
  .content-over4__write-a-message i:after {
    background: url("../img/i7.svg") no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4__write-a-message i:before,
  .content-over4__write-a-message i:after {
    background: url("../img/i7.svg") no-repeat 0 0;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}

.content-over4__write-a-message i:after {
  opacity: 0;
  background: url("../img/i7-1.svg") no-repeat 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .content-over4__write-a-message i:after {
    background: url("../img/i7-1.svg") no-repeat 0 0;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__write-a-message i:after {
    background: url("../img/i7-1.svg") no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4__write-a-message i:after {
    background: url("../img/i7-1.svg") no-repeat 0 0;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
}

.content-over4__write-a-message span {
  display: inline-block;
  vertical-align: top;
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  position: relative;
  top: 18px;
}

@media only screen and (max-width: 1769px) {
  .content-over4__write-a-message span {
    top: 17px;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 19.24px;
  }
}

@media only screen and (max-width: 1000px) {
  .content-over4__write-a-message span {
    top: 14px;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 16.68px;
  }
}

@media only screen and (max-width: 760px) {
  .content-over4__write-a-message span {
    top: 17px;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 19.24px;
  }
}

.content-over4__write-a-message:hover {
  background-color: #111b27;
  border-color: #111b27;
}

.content-over4__write-a-message:hover i:before {
  opacity: 0;
}

.content-over4__write-a-message:hover i:after {
  opacity: 1;
}

.content-over4__write-a-message:hover span {
  color: #ffffff;
}

.background-footer1 {
  padding: 56px 0 33px 0;
  position: relative;
}

@media only screen and (max-width: 1769px) {
  .background-footer1 {
    padding: 43px 0 25px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .background-footer1 {
    padding: 31px 0 35px 0;
  }
}

.background-footer1__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #131b23;
}

.footer__top {
  *zoom: 1;
  padding-bottom: 97px;
}

.footer__top:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .footer__top {
    padding-bottom: 74px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__top {
    padding-bottom: 41px;
  }
}

@media only screen and (max-width: 760px) {
  .footer__top {
    padding-bottom: 44px;
  }
}

.footer__top-left {
  float: left;
}

@media only screen and (max-width: 760px) {
  .footer__top-left {
    float: none;
  }
}

.footer__top-right {
  float: right;
}

@media only screen and (max-width: 760px) {
  .footer__top-right {
    display: none;
  }
}

.footer__bottom {
  *zoom: 1;
  border-top: 1px solid #989b9e;
  padding: 0 5px;
}

.footer__bottom:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .footer__bottom {
    padding: 0 2px;
  }
}

@media only screen and (max-width: 760px) {
  .footer__bottom {
    padding: 0;
  }
}

.footer__bottom-left {
  float: left;
  padding-top: 20px;
}

@media only screen and (max-width: 1769px) {
  .footer__bottom-left {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__bottom-left {
    padding-top: 12px;
  }
}

.footer__bottom-right {
  float: right;
  padding-top: 17px;
}

@media only screen and (max-width: 1769px) {
  .footer__bottom-right {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__bottom-right {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .footer__bottom-right {
    padding-top: 12px;
  }
}

.footer__bottom-right p {
  color: rgba(240, 240, 240, 0.6);
  font-size: 14px;
  line-height: 21.56px;
}

@media only screen and (max-width: 1280px) {
  .footer__bottom-right p {
    font-size: 10px;
    line-height: 15.4px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__bottom-right p {
    font-size: 8px;
    letter-spacing: 0.16px;
    line-height: 12.32px;
  }
}

.menu1 {
  *zoom: 1;
  font-size: 0.01px;
}

.menu1:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 760px) {
  .menu1 {
    text-align: justify;
    line-height: 0;
    font-size: 0;
    text-justify: newspaper;
    zoom: 1;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }

  .menu1:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
  }

  .menu1 * {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

.menu1__item {
  float: left;
  margin-right: 72px;
}

@media only screen and (max-width: 1769px) {
  .menu1__item {
    margin-right: 59px;
  }
}

@media only screen and (max-width: 1000px) {
  .menu1__item {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 760px) {
  .menu1__item {
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.menu1__item:last-child {
  margin: 0;
}

.menu1__item a {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 30.8px;
}

@media only screen and (max-width: 1769px) {
  .menu1__item a {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23.1px;
  }
}

@media only screen and (max-width: 1000px) {
  .menu1__item a {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 18.48px;
  }
}

@media only screen and (max-width: 760px) {
  .menu1__item a {
    font-size: 10px;
    letter-spacing: 0.2px;
    line-height: 15.4px;
  }
}

.menu1__item a:hover {
  text-decoration: underline;
}

.up1 {
  cursor: pointer;
  padding-right: 17px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 30.8px;
  position: relative;
}

@media only screen and (max-width: 1769px) {
  .up1 {
    padding-right: 15px;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23.1px;
  }
}

@media only screen and (max-width: 1000px) {
  .up1 {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 18.48px;
    padding-right: 16px;
  }
}

.up1:hover {
  text-decoration: underline;
}

.up1:before {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  content: "";
  background: url("../img/i8.svg") no-repeat 0 0;
  background-size: 13px 15px;
  width: 13px;
  height: 15px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .up1:before {
    top: 5.5px;
    background: url("../img/i8.svg") no-repeat 0 0;
    background-size: 11px 11px;
    width: 11px;
    height: 11px;
    display: inline-block;
  }
}

@media only screen and (max-width: 1000px) {
  .up1:before {
    top: 3px;
  }
}

.list-link1 {
  *zoom: 1;
  font-size: 0.01px;
}

.list-link1:after {
  content: " ";
  display: table;
  clear: both;
}

.list-link1__item {
  float: left;
}

.list-link1__item:after {
  display: inline-block;
  vertical-align: top;
  content: "|";
  position: relative;
  top: 2px;
  margin: 0 7.5px 0 10px;
  height: 14px;
  border-left: 1px solid rgba(240, 240, 240, 0.6);
}

@media only screen and (max-width: 1280px) {
  .list-link1__item:after {
    height: 9px;
    margin: 0 4px 0 6.5px;
  }
}

.list-link1__item:last-child:after {
  display: none;
}

.list-link1__item a {
  display: inline-block;
  vertical-align: top;
  color: rgba(240, 240, 240, 0.6);
  font-size: 14px;
  text-decoration: underline;
  line-height: 16px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1280px) {
  .list-link1__item a {
    font-size: 10px;
    line-height: 12px;
  }
}

.list-link1__item a:hover {
  color: #fff;
  text-decoration: underline;
}

.list-awards2 {
  font-size: 0.01px;
  padding-left: 3px;
}

@media only screen and (max-width: 1769px) {
  .list-awards2 {
    padding: 12px 0 0 1px;
  }
}

.list-awards2__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 31px;
}

@media only screen and (max-width: 1769px) {
  .list-awards2__item {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .list-awards2__item {
    margin-right: 15px;
  }
}

.list-awards2__item:last-child {
  margin: 0;
}

.list-awards2__item img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1769px) {
  .list-awards2__item img.size1 {
    width: 60px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 374px) {
  .list-awards2__item img.size1 {
    width: 51px;
  }
}

@media only screen and (max-width: 1769px) {
  .list-awards2__item img.size2 {
    width: 57px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 374px) {
  .list-awards2__item img.size2 {
    width: 48px;
  }
}

@media only screen and (max-width: 1769px) {
  .list-awards2__item img.size3 {
    width: 54px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 374px) {
  .list-awards2__item img.size3 {
    width: 45px;
  }
}

@media only screen and (max-width: 1769px) {
  .list-awards2__item img.size4 {
    width: 64px;
  }
}

@media only screen and (max-width: 1769px) and (max-width: 374px) {
  .list-awards2__item img.size4 {
    width: 55px;
  }
}

.header-scroll1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 78px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
}

@media only screen and (max-width: 760px) {
  .header-scroll1 {
    height: 60px;
  }
}

.header-scroll1__logo {
  position: absolute;
  top: 28px;
  left: 30px;
  color: #111b27;
  font-family: Archivo;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.header-scroll1__logo a {
  color: #111b27;
}

@media only screen and (max-width: 760px) {
  .header-scroll1__logo {
    top: 20px;
    left: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }
}

.header-scroll1__link {
  position: absolute;
  top: 30px;
  right: 121px;
  background: url("../img/i1-2.svg") no-repeat 0 0;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

@media only screen and (max-width: 760px) {
  .header-scroll1__link {
    top: 21px;
    right: 94px;
  }
}

.header-scroll1__link:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  display: block;
  content: "";
}

.menu-button2 {
  position: absolute;
  top: 32px;
  right: 31px;
  width: 35px;
  height: 15px;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 760px) {
  .menu-button2 {
    top: 23px;
    right: 30px;
  }
}

.menu-button2 span {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  display: block;
}

.menu-button2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 4px;
  background-color: #111b27;
}

.menu-button2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 4px;
  background-color: #111b27;
}

.main-menu1 {
  position: fixed;
  top: -100%;
  height: 100%;
  z-index: 10;
  width: 1476px;
  left: 50%;
  margin-left: -738px;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.main-menu1.active {
  top: 0px;
  opacity: 1;
}

@media only screen and (max-width: 1769px) {
  .main-menu1 {
    width: auto;
    left: 0;
    right: 0;
    margin: 0;
  }
}

.main-menu1__background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 229px;
  left: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg1.jpg);
}

@media only screen and (max-width: 1000px) {
  .main-menu1__background {
    left: 0;
  }
}

.main-menu1__over {
  position: absolute;
  left: 305px;
  left: 236px;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .main-menu1__over {
    top: 156px;
    left: 29px;
  }
}

@media only screen and (max-width: 760px) {
  .main-menu1__over {
    top: 110px;
    left: 29px;
  }
}

@media only screen and (max-width: 374px) {
  .main-menu1__over {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.main-menu1__vertical {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1000px) {
  .main-menu1__vertical {
    display: block;
    height: auto !important;
  }
}

.menu2 {
  *zoom: 1;
}

.menu2:after {
  content: " ";
  display: table;
  clear: both;
}

.menu2__item {
  float: left;
  clear: left;
  position: relative;
  padding-left: 67px;
  margin-top: -30px;
}

@media only screen and (max-width: 1769px) {
  .menu2__item {
    margin-top: -10px;
    padding-left: 42px;
  }
}

@media only screen and (max-width: 1000px) {
  .menu2__item {
    padding: 0 0 45px 62px;
    margin: 0;
  }

  .menu2__item:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 760px) {
  .menu2__item {
    padding: 0 0 40px 29px;
  }
}

.menu2__item:first-child {
  margin: 0;
}

.menu2__item:hover .menu2__text {
  opacity: 0.8;
}

.menu2__num {
  position: absolute;
  top: 89px;
  left: 0;
  color: #a4b7c9;
  font-family: AbhayaLibre;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 31.71px;
}

@media only screen and (max-width: 1769px) {
  .menu2__num {
    top: 64px;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 21.14px;
  }
}

@media only screen and (max-width: 1000px) {
  .menu2__num {
    top: 33px;
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 31.71px;
  }
}

@media only screen and (max-width: 760px) {
  .menu2__num {
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 19.03px;
    top: 23px;
  }
}

.menu2__text {
  line-height: 154px;
  font-size: 0.01px;
  position: relative;
  font-size: 100px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media only screen and (max-width: 1769px) {
  .menu2__text {
    line-height: 108px;
    font-size: 70px;
    letter-spacing: 1.4px;
  }
}

@media only screen and (max-width: 1279px) {
  .menu2__text {
    font-size: 65px;
  }
}

@media only screen and (max-width: 1000px) {
  .menu2__text {
    line-height: 67px;
  }
}

@media only screen and (max-width: 760px) {
  .menu2__text {
    font-size: 45px;
    letter-spacing: 0.9px;
    line-height: 40.5px;
    -webkit-text-stroke: 1px #fff;
  }
}

.menu2__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.menu2__tablet-word {
  display: block;
}

.block-scroll-header1 {
  height: 480px;
  position: relative;
}

@media only screen and (max-width: 1769px) {
  .block-scroll-header1 {
    height: 360px;
  }
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1 {
    height: 685px;
  }
}

@media only screen and (max-width: 760px) {
  .block-scroll-header1 {
    height: 402px;
  }
}

.block-scroll-header1.active {
  position: fixed;
  top: 0;
  right: 50%;
  margin-right: -738px;
  z-index: 5;
  width: 1247px;
  width: 1316px;
  height: 157px;
}

@media only screen and (max-width: 1769px) {
  .block-scroll-header1.active {
    left: 167px;
    left: 160px;
    right: 0;
    width: auto;
    margin: 0;
    -webkit-box-shadow:
      0 1px 1px rgba(0, 0, 0, 0.03),
      0 3px 3px rgba(0, 0, 0, 0.05),
      0 8px 5px rgba(0, 0, 0, 0.06),
      0 16px 10px rgba(0, 0, 0, 0.07),
      0 27px 18px rgba(0, 0, 0, 0.09),
      0 42px 31px rgba(0, 0, 0, 0.12);
    box-shadow:
      0 1px 1px rgba(0, 0, 0, 0.03),
      0 3px 3px rgba(0, 0, 0, 0.05),
      0 8px 5px rgba(0, 0, 0, 0.06),
      0 16px 10px rgba(0, 0, 0, 0.07),
      0 27px 18px rgba(0, 0, 0, 0.09),
      0 42px 31px rgba(0, 0, 0, 0.12);
  }
}

@media only screen and (max-width: 1279px) {
  .block-scroll-header1.active {
    left: 70px;
    left: 160px;
  }
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1.active {
    top: 78px;
    left: 0;
    height: 139px;
    -webkit-box-shadow:
      0 1px 1px rgba(0, 0, 0, 0.03),
      0 3px 3px rgba(0, 0, 0, 0.05),
      0 8px 5px rgba(0, 0, 0, 0.06),
      0 11px 5px rgba(0, 0, 0, 0.07),
      0 22px 13px rgba(0, 0, 0, 0.09),
      0 37px 26px rgba(0, 0, 0, 0.12);
    box-shadow:
      0 1px 1px rgba(0, 0, 0, 0.03),
      0 3px 3px rgba(0, 0, 0, 0.05),
      0 8px 5px rgba(0, 0, 0, 0.06),
      0 11px 5px rgba(0, 0, 0, 0.07),
      0 22px 13px rgba(0, 0, 0, 0.09),
      0 37px 26px rgba(0, 0, 0, 0.12);
  }
}

@media only screen and (max-width: 760px) {
  .block-scroll-header1.active {
    top: 60px;
    height: 110px;
  }
}

.block-scroll-header1.active .block-scroll-header1__background div {
  bottom: -128px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1.active .block-scroll-header1__background div {
    bottom: -390px;
  }
}

@media only screen and (max-width: 760px) {
  .block-scroll-header1.active .block-scroll-header1__background div {
    bottom: -175px;
  }
}

.block-scroll-header1.active .block-scroll-header1__text {
  bottom: 60px;
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 36px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1.active .block-scroll-header1__text {
    bottom: 56px;
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 760px) {
  .block-scroll-header1.active .block-scroll-header1__text {
    bottom: 41px;
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 27px;
  }
}

.block-scroll-header1__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.block-scroll-header1__background div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media only screen and (max-width: 1769px) {
  .block-scroll-header1__background div {
    right: 0 !important;
  }
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1__background div {
    height: 685px;
  }
}

@media only screen and (max-width: 760px) {
  .block-scroll-header1__background div {
    height: 402px;
  }
}

.block-scroll-header1__text {
  position: absolute;
  bottom: 189px;
  left: 142px;
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 90px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  bottom: 79px;
}

@media only screen and (max-width: 1769px) {
  .block-scroll-header1__text {
    left: 95px;
    font-size: 70px;
    letter-spacing: 1.4px;
    line-height: 63px;
    bottom: 160px;
  }
}

@media only screen and (max-width: 1279px) {
  .block-scroll-header1__text {
    left: 55px;
  }
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1__text {
    left: 30px;
    bottom: 311px;
    font-size: 70px;
    letter-spacing: 1.4px;
    line-height: 63px;
  }
}

@media only screen and (max-width: 760px) {
  .block-scroll-header1__text {
    font-size: 46.8px;
    letter-spacing: 0.96px;
    line-height: 43.2px;
    bottom: 179px;
  }
}

@media only screen and (max-width: 374px) {
  .block-scroll-header1__text {
    font-size: 39px;
  }
}

@media only screen and (max-width: 1769px) {
  .block-scroll-header1__text {
    bottom: 94px;
  }
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1__text {
    bottom: 74px;
  }
}

@media only screen and (max-width: 760px) {
  .block-scroll-header1__text {
    bottom: 69px;
  }
}

.block-scroll-header1__icon-left {
  position: absolute;
  bottom: -144px;
  left: 20px;
  z-index: 1;
}

@media only screen and (max-width: 1769px) {
  .block-scroll-header1__icon-left {
    bottom: -136px;
    left: 96px;
  }
}

@media only screen and (max-width: 1279px) {
  .block-scroll-header1__icon-left {
    left: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .block-scroll-header1__icon-left {
    display: none;
  }
}

.space1 {
  height: 480px;
  display: none;
}

@media only screen and (max-width: 1769px) {
  .space1 {
    height: 360px;
  }
}

@media only screen and (max-width: 1000px) {
  .space1 {
    height: 685px;
  }
}

@media only screen and (max-width: 760px) {
  .space1 {
    height: 402px;
  }
}

.space1.active {
  display: block;
}

.padding4 {
  padding: 80px 0 120px 0;
}

@media only screen and (max-width: 1769px) {
  .padding4 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1000px) {
  .padding4 {
    padding: 46px 0 70px 0;
  }
}

@media only screen and (max-width: 760px) {
  .padding4 {
    padding: 34px 0 60px 0;
  }
}

.banner-list1 {
  *zoom: 1;
  margin: 0 -10px;
  margin-top: -30px;
  position: relative;
  top: 30px;
  padding-bottom: 80px;
}

.banner-list1:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .banner-list1 {
    margin-left: 68px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 {
    margin-left: 0;
  }
}

.banner-list1.style1 {
  margin: 0;
  top: 0;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1769px) {
  .banner-list1.style1 {
    margin-left: 78px;
    padding-bottom: 60px;
  }
}

.banner-list1.style1 .banner-list1__item {
  float: none;
  padding: 40px 0 40px 0;
  border-top: 1px solid #131a22;
  width: auto;
}

.banner-list1.style1 .banner-list1__item:first-child {
  border-top: none;
  padding-top: 0;
}

.banner-list1.style1 .banner-list1__item:last-child {
  padding-bottom: 0;
}

.banner-list1.style1 .banner-list1__over {
  position: relative;
  padding-left: 167px;
  min-height: 160px;
}

@media only screen and (max-width: 1769px) {
  .banner-list1.style1 .banner-list1__over {
    padding-left: 134px;
    min-height: 132px;
  }
}

.banner-list1.style1 .banner-list1__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
}

@media only screen and (max-width: 1769px) {
  .banner-list1.style1 .banner-list1__image {
    width: 103px;
  }
}

.banner-list1.style1 .banner-list1__content {
  opacity: 1;
  background: none !important;
  position: static;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1769px) {
  .banner-list1.style1 .banner-list1__content {
    position: relative;
    left: auto;
    top: -2px;
  }
}

.banner-list1.style1 .banner-list1__text {
  position: static;
  padding-bottom: 26px;
  color: #131b23;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 39px;
  width: auto;
  margin: 0;
}

.banner-list1.style1 .banner-list1__text br {
  display: none;
}

@media only screen and (max-width: 1769px) {
  .banner-list1.style1 .banner-list1__text {
    color: #131b23;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.46px;
    line-height: 29.9px;
    padding-bottom: 24px;
  }
}

.banner-list1.style1 .banner-list1__link {
  display: none;
}

.banner-list1.style1 .banner-list1__vertical {
  display: table-cell;
  vertical-align: middle;
  height: 160px;
}

@media only screen and (max-width: 1769px) {
  .banner-list1.style1 .banner-list1__vertical {
    height: 132px;
  }
}

.banner-list1.style1 .banner-list1__button {
  position: static;
  margin: 0;
  width: auto;
}

.banner-list1.style1 .banner-list1__button .style1 {
  display: none;
}

.banner-list1.style1 .banner-list1__button .style3 {
  display: block;
  float: left;
  width: 243px;
  height: 50px;
  border: 1px solid #111b27;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: center;
  margin-right: 16px;
  border: 1px solid #111b27;
  color: #111b27;
}

@media only screen and (max-width: 1769px) {
  .banner-list1.style1 .banner-list1__button .style3 {
    font-size: 15px;
    letter-spacing: 0.3px;
    width: 205px;
    margin-right: 10px;
  }
}

.banner-list1.style1 .banner-list1__button .style3 i {
  display: inline-block;
  vertical-align: top;
  margin-left: 13px;
  width: 16px;
  height: 17px;
  position: relative;
  top: 19px;
}

.banner-list1.style1 .banner-list1__button .style3 i:before,
.banner-list1.style1 .banner-list1__button .style3 i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i19-1.svg") no-repeat 0 0;
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  display: inline-block;
}

.banner-list1.style1 .banner-list1__button .style3 i:after {
  opacity: 0;
  background: url("../img/i19.svg") no-repeat 0 0;
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  display: inline-block;
}

.banner-list1.style1 .banner-list1__button .style3 i:before {
  opacity: 0;
}

.banner-list1.style1 .banner-list1__button .style3 i:after {
  opacity: 1;
}

.banner-list1.style1 .banner-list1__button .style3:hover {
  background-color: #111b27;
  color: #fff;
}

.banner-list1.style1 .banner-list1__button .style3:hover i:before {
  opacity: 1;
}

.banner-list1.style1 .banner-list1__button .style3:hover i:after {
  opacity: 0;
}

.banner-list1.style1 .banner-list1__button .style2 {
  border: 1px solid #111b27;
}

.banner-list1.style1 .banner-list1__button .style2 i:before {
  opacity: 0;
}

.banner-list1.style1 .banner-list1__button .style2 i:after {
  opacity: 1;
}

.banner-list1.style1 .banner-list1__button .style2:hover {
  background-color: #111b27;
}

.banner-list1.style1 .banner-list1__button .style2:hover i:before {
  opacity: 1;
}

.banner-list1.style1 .banner-list1__button .style2:hover i:after {
  opacity: 0;
}

@media only screen and (max-width: 1000px) {
  .banner-list1 {
    margin: 0 !important;
    top: 0;
    padding-bottom: 50px;
  }

  .banner-list1 .banner-list1__item {
    float: none;
    padding: 40px 0 40px 0;
    border-top: 1px solid #131a22;
    width: auto;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .banner-list1 .banner-list1__item {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__item:first-child {
    border-top: none;
    padding-top: 0;
  }

  .banner-list1 .banner-list1__item:last-child {
    padding-bottom: 0;
  }

  .banner-list1 .banner-list1__over {
    position: relative;
    padding-left: 167px;
    min-height: 160px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1769px) {
  .banner-list1 .banner-list1__over {
    padding-left: 134px;
    min-height: 132px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 760px) {
  .banner-list1 .banner-list1__over {
    padding: 0;
    min-height: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1769px) {
  .banner-list1 .banner-list1__image {
    width: 103px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 760px) {
  .banner-list1 .banner-list1__image {
    width: 64px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__content {
    opacity: 1;
    background: none !important;
    position: static;
    width: auto;
    height: auto;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1769px) {
  .banner-list1 .banner-list1__content {
    position: relative;
    left: auto;
    top: -2px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__text {
    position: static;
    padding-bottom: 26px;
    color: #131b23;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 39px;
    width: auto;
    margin: 0;
  }

  .banner-list1 .banner-list1__text br {
    display: none;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1769px) {
  .banner-list1 .banner-list1__text {
    color: #131b23;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.46px;
    line-height: 29.9px;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .banner-list1 .banner-list1__text {
    padding-bottom: 17px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 23.4px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 760px) {
  .banner-list1 .banner-list1__text {
    padding: 0 0 30px 82px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 23.4px;
  }

  .banner-list1 .banner-list1__text span {
    display: table-cell;
    vertical-align: middle;
    height: 84px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 374px) {
  .banner-list1 .banner-list1__text {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__link {
    display: none;
  }

  .banner-list1 .banner-list1__vertical {
    display: table-cell;
    vertical-align: middle;
    height: 160px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1769px) {
  .banner-list1 .banner-list1__vertical {
    height: 132px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__button {
    position: static;
    margin: 0;
    width: auto;
  }

  .banner-list1 .banner-list1__button .style1 {
    display: none;
  }

  .banner-list1 .banner-list1__button .style3 {
    display: block;
    float: left;
    width: 243px;
    height: 50px;
    border: 1px solid #111b27;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    text-align: center;
    margin-right: 16px;
    border: 1px solid #111b27;
    color: #111b27;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1769px) {
  .banner-list1 .banner-list1__button .style3 {
    font-size: 15px;
    letter-spacing: 0.3px;
    width: 205px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .banner-list1 .banner-list1__button .style3 {
    width: 172px;
    height: 46px;
    line-height: 44px;
    font-size: 13px;
    letter-spacing: 0.26px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 760px) {
  .banner-list1 .banner-list1__button .style3 {
    width: 205px;
    height: 50px;
    line-height: 48px;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 374px) {
  .banner-list1 .banner-list1__button .style3 {
    width: 180px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__button .style3 i {
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
    width: 16px;
    height: 17px;
    position: relative;
    top: 19px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .banner-list1 .banner-list1__button .style3 i {
    top: 16px;
    margin-left: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 1000px) and (max-width: 760px) {
  .banner-list1 .banner-list1__button .style3 i {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__button .style3 i:before,
  .banner-list1 .banner-list1__button .style3 i:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background: url("../img/i19-1.svg") no-repeat 0 0;
    background-size: 12px 13px;
    width: 12px;
    height: 13px;
    display: inline-block;
  }

  .banner-list1 .banner-list1__button .style3 i:after {
    opacity: 0;
    background: url("../img/i19.svg") no-repeat 0 0;
    background-size: 12px 13px;
    width: 12px;
    height: 13px;
    display: inline-block;
  }

  .banner-list1 .banner-list1__button .style3 i:before {
    opacity: 0;
  }

  .banner-list1 .banner-list1__button .style3 i:after {
    opacity: 1;
  }

  .banner-list1 .banner-list1__button .style3:hover {
    background-color: #111b27;
    color: #fff;
  }

  .banner-list1 .banner-list1__button .style3:hover i:before {
    opacity: 1;
  }

  .banner-list1 .banner-list1__button .style3:hover i:after {
    opacity: 0;
  }

  .banner-list1 .banner-list1__button .style2 {
    border: 1px solid #111b27;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .banner-list1 .banner-list1__button .style2 {
    width: 46px;
    height: 46px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 760px) {
  .banner-list1 .banner-list1__button .style2 {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .banner-list1 .banner-list1__button .style2 i {
    top: 9px;
    left: 9px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 760px) {
  .banner-list1 .banner-list1__button .style2 i {
    top: 10px;
    left: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner-list1 .banner-list1__button .style2 i:before {
    opacity: 0;
  }

  .banner-list1 .banner-list1__button .style2 i:after {
    opacity: 1;
  }

  .banner-list1 .banner-list1__button .style2:hover {
    background-color: #111b27;
  }

  .banner-list1 .banner-list1__button .style2:hover i:before {
    opacity: 1;
  }

  .banner-list1 .banner-list1__button .style2:hover i:after {
    opacity: 0;
  }
}

.banner-list1__item {
  float: left;
  width: 33.333%;
  padding: 0 10px 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1279px) {
  .banner-list1__item {
    width: 50%;
  }
}

.banner-list1__over {
  position: relative;
}

.banner-list1__image {
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-list1__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.banner-list1__link:hover {
  background: rgba(255, 255, 255, 0.05);
}

.banner-list1__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.banner-list1__content:hover {
  opacity: 1;
}

.banner-list1__text {
  position: absolute;
  top: 79px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  color: #ffffff;
  font-size: 22.5px;
  font-weight: 500;
  letter-spacing: 0.46px;
  line-height: 29.9px;
}

@media only screen and (max-width: 1769px) {
  .banner-list1__text {
    /*width: auto;
		margin: 0;
		top: 35px;
		left: 15px;*/
    right: 15px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 23.4px;
  }
}

@media only screen and (max-width: 1279px) {
  .banner-list1__text {
    top: 79px;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    font-size: 22.5px;
    letter-spacing: 0.46px;
    line-height: 29.9px;
  }
}

.banner-list1__text.mod1 {
  color: #131b23;
}

.banner-list1__button {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  *zoom: 1;
}

.banner-list1__button:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .banner-list1__button {
    bottom: 35px;
  }
}

@media only screen and (max-width: 1279px) {
  .banner-list1__button {
    bottom: 80px;
  }
}

.banner-list1__button .style3 {
  display: none;
}

.banner-list1__button .style1 {
  float: left;
  width: 174px;
  height: 50px;
  border: 1px solid #ffffff;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: center;
  margin-right: 10px;
}

@media only screen and (max-width: 1769px) {
  .banner-list1__button .style1 {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

.banner-list1__button .style1 i {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  width: 16px;
  height: 17px;
  position: relative;
  top: 14px;
}

.banner-list1__button .style1 i:before,
.banner-list1__button .style1 i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i15.svg") no-repeat 0 0;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  display: inline-block;
}

.banner-list1__button .style1 i:after {
  opacity: 0;
  background: url("../img/i16.svg") no-repeat 0 0;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  display: inline-block;
}

.banner-list1__button .style1:hover {
  background-color: #ffffff;
  color: #111b27;
}

.banner-list1__button .style1:hover i:before {
  opacity: 0;
}

.banner-list1__button .style1:hover i:after {
  opacity: 1;
}

.banner-list1__button .style1.mod1 {
  border: 1px solid #111b27;
  color: #111b27;
}

.banner-list1__button .style1.mod1 i:before {
  opacity: 0;
}

.banner-list1__button .style1.mod1 i:after {
  opacity: 1;
}

.banner-list1__button .style1.mod1:hover {
  border-color: #fff;
}

.banner-list1__button .style2 {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.banner-list1__button .style2 i {
  font-style: normal;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 27px;
}

.banner-list1__button .style2 i:before,
.banner-list1__button .style2 i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i17.svg") no-repeat 0 0;
  background-size: 26px 27px;
  width: 26px;
  height: 27px;
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  .banner-list1__button .style2 i:before,
  .banner-list1__button .style2 i:after {
    background: url("../img/i17.svg") no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .banner-list1__button .style2 i:before,
  .banner-list1__button .style2 i:after {
    background: url("../img/i17.svg") no-repeat 0 0;
    background-size: 26px 27px;
    width: 26px;
    height: 27px;
    display: inline-block;
  }
}

.banner-list1__button .style2 i:after {
  background: url("../img/i18.svg") no-repeat 0 0;
  background-size: 26px 27px;
  width: 26px;
  height: 27px;
  display: inline-block;
  opacity: 0;
}

@media only screen and (max-width: 1000px) {
  .banner-list1__button .style2 i:after {
    background: url("../img/i18.svg") no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .banner-list1__button .style2 i:after {
    background: url("../img/i18.svg") no-repeat 0 0;
    background-size: 26px 27px;
    width: 26px;
    height: 27px;
    display: inline-block;
  }
}

.banner-list1__button .style2:hover {
  background-color: #ffffff;
}

.banner-list1__button .style2:hover i:before {
  opacity: 0;
}

.banner-list1__button .style2:hover i:after {
  opacity: 1;
}

.banner-list1__button .style2.mod1 {
  border: 1px solid #111b27;
}

.banner-list1__button .style2.mod1 i:before {
  opacity: 0;
}

.banner-list1__button .style2.mod1 i:after {
  opacity: 1;
}

.banner-list1__button .style2.mod1:hover {
  border-color: #fff;
}

.load-more1 {
  text-align: center;
  font-size: 0.01px;
}

.load-more1__text {
  position: relative;
  padding-left: 37px;
  line-height: 27px;
  color: #7c7c7c;
  font-size: 18px;
  letter-spacing: 0.36px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1769px) {
  .load-more1__text {
    line-height: 24px;
    padding-left: 37px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

.load-more1__text:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i12.svg") no-repeat 0 0;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  display: inline-block;
  -webkit-animation: t1 2s linear infinite;
  animation: t1 2s linear infinite;
}

@media only screen and (max-width: 1769px) {
  .load-more1__text:before {
    background: url("../img/i12.svg") no-repeat 0 0;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
}

@-webkit-keyframes t1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
    zoom: 1;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
    zoom: 1;
  }
}

@keyframes t1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
    zoom: 1;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
    zoom: 1;
  }
}

.list-link2 a {
  display: block;
  margin-bottom: 7px;
  position: relative;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 0.01px;
  line-height: 32px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.list-link2 a:last-child {
  margin: 0;
}

@media only screen and (max-width: 1769px) {
  .list-link2 a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}

.list-link2 a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
}

.list-link2 a:hover,
.list-link2 a.active {
  background-color: #f1f1f1;
}

.list-link2 a.icon1:before {
  background: url("../img/i13.svg") no-repeat 0 0;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .list-link2 a.icon1:before {
    background: url("../img/i13.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
  }
}

.list-link2 a.icon2:before {
  background: url("../img/i14.svg") no-repeat 0 0;
  background-size: 18px 10px;
  width: 18px;
  height: 10px;
  display: inline-block;
}

.list-adwards1 {
  *zoom: 1;
  margin: 0 -10px;
  margin-top: -80px;
  position: relative;
  top: 80px;
  padding-bottom: 83px;
}

.list-adwards1:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1 {
    padding-bottom: 60px;
    margin-top: -50px;
    top: 50px;
  }
}

.list-adwards1__item {
  float: left;
  width: 33.333%;
  padding: 0 10px 80px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-adwards1__item:nth-child(3n + 1) {
  clear: left;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1__item {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-adwards1__item {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .list-adwards1__item {
    width: 50%;
    padding-bottom: 18px;
  }

  .list-adwards1__item:nth-child(3n + 1) {
    clear: none;
  }

  .list-adwards1__item:nth-child(2n + 1) {
    clear: left;
  }
}

.list-adwards1__over {
  position: relative;
}

.list-adwards1__over:hover .list-adwards1__logo1 {
  opacity: 0;
}

.list-adwards1__over:hover .list-adwards1__content {
  opacity: 1;
}

.list-adwards1__logo1 {
  height: 170px;
  position: relative;
  margin-bottom: 29px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1__logo1 {
    height: 134px;
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-adwards1__logo1 {
    height: 107px;
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 760px) {
  .list-adwards1__logo1 {
    margin-bottom: 13px;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 374px) {
  .list-adwards1__logo1 {
    margin-bottom: 7px;
  }
}

.list-adwards1__logo1 div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 250px;
  margin-top: -125px;
  margin-left: -175px;
  line-height: 250px;
  text-align: center;
  font-size: 0.01px;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1__logo1 div {
    -webkit-transform: scale(0.73);
    transform: scale(0.73);
  }
}

@media only screen and (max-width: 1000px) {
  .list-adwards1__logo1 div {
    -webkit-transform: scale(0.61);
    transform: scale(0.61);
  }
}

@media only screen and (max-width: 760px) {
  .list-adwards1__logo1 div {
    -webkit-transform: scale(0.57);
    transform: scale(0.57);
  }
}

@media only screen and (max-width: 374px) {
  .list-adwards1__logo1 div {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.list-adwards1__logo1 div img {
  display: inline-block;
  vertical-align: middle;
}

.list-adwards1__logo1 div img.size1 {
  width: 170px;
}

.list-adwards1__logo1 div img.size2 {
  width: 167px;
}

.list-adwards1__logo1 div img.size3 {
  width: 102px;
}

.list-adwards1__logo1 div img.size4 {
  width: 190px;
}

.list-adwards1__logo1 div img.size5 {
  width: 149px;
}

.list-adwards1__logo1 div img.size6 {
  width: 197px;
}

.list-adwards1__logo1 div img.size7 {
  width: 139px;
}

.list-adwards1__logo1 div img.size8 {
  width: 151px;
}

.list-adwards1__logo1 div img.size9 {
  width: 197px;
}

.list-adwards1__logo1 div img.size10 {
  width: 315px;
}

.list-adwards1__logo1 div img.size11 {
  width: 106px;
}

.list-adwards1__logo1 div img.size12 {
  width: 106px;
}

.list-adwards1__logo1 div img.size13 {
  width: 139px;
}

.list-adwards1__logo1 div img.size14 {
  width: 150px;
}

.list-adwards1__logo1 div img.size15 {
  width: 212px;
}

.list-adwards1__logo1 div img.size16 {
  width: 246px;
}

.list-adwards1__logo1 div img.size17 {
  width: 231px;
}

.list-adwards1__logo1 div img.size18 {
  width: 238px;
}

.list-adwards1__logo1 div img.size19 {
  width: 195px;
}

.list-adwards1__logo1 div img.size20 {
  width: 212px;
}

.list-adwards1__logo1 div img.size21 {
  width: 106px;
}

.list-adwards1__logo1 div img.size22 {
  width: 190px;
}

.list-adwards1__logo1 div img.size23 {
  width: 146px;
}

.list-adwards1__logo1 div img.size24 {
  width: 151px;
}

.list-adwards1__text {
  text-align: center;
  font-size: 0.01px;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 26px;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1__text {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 20.5px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-adwards1__text {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 16.6px;
  }
}

@media only screen and (max-width: 760px) {
  .list-adwards1__text {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 374px) {
  .list-adwards1__text {
    margin: 0 -10px;
    font-size: 11px;
  }
}

.list-adwards1__text span {
  display: block;
  color: #29425d;
  font-weight: 700;
}

.list-adwards1__text p {
  color: #c4c4c4;
}

.list-adwards1__content {
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1__content {
    top: -30px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-adwards1__content {
    top: -19px;
  }
}

@media only screen and (max-width: 760px) {
  .list-adwards1__content {
    display: none;
  }
}

.list-adwards1__content-over {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 250px;
  margin-top: -83px;
  margin-left: -175px;
}

.list-adwards1__logo2 {
  height: 99px;
  line-height: 99px;
  margin: 0 -50px;
  text-align: center;
  font-size: 0.01px;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1__logo2 {
    -webkit-transform: scale(0.73);
    transform: scale(0.73);
  }
}

@media only screen and (max-width: 1000px) {
  .list-adwards1__logo2 {
    -webkit-transform: scale(0.61);
    transform: scale(0.61);
    height: 70px;
    line-height: 71px;
  }
}

.list-adwards1__logo2 img {
  display: inline-block;
  vertical-align: middle;
}

.list-adwards1__logo2 img.size1 {
  width: 176px;
}

.list-adwards1__logo2 img.size2 {
  width: 229px;
}

.list-adwards1__logo2 img.size3 {
  width: 204px;
}

.list-adwards1__logo2 img.size4 {
  width: 120px;
}

.list-adwards1__logo2 img.size5 {
  width: 232px;
}

.list-adwards1__logo2 img.size6 {
  width: 184px;
}

.list-adwards1__logo2 img.size7 {
  width: 141px;
}

.list-adwards1__logo2 img.size8 {
  width: 120px;
}

.list-adwards1__logo2 img.size9 {
  width: 184px;
}

.list-adwards1__learn-more {
  display: block;
  margin: auto;
  width: 183px;
  height: 50px;
  border: 1px solid #111b27;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  border: 1px solid #111b27;
  color: #111b27;
}

@media only screen and (max-width: 1769px) {
  .list-adwards1__learn-more {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

.list-adwards1__learn-more i {
  display: inline-block;
  vertical-align: top;
  margin-left: 13px;
  width: 16px;
  height: 17px;
  position: relative;
  top: 18px;
}

.list-adwards1__learn-more i:before,
.list-adwards1__learn-more i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i19-1.svg") no-repeat 0 0;
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  display: inline-block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.list-adwards1__learn-more i:after {
  opacity: 0;
  background: url("../img/i19.svg") no-repeat 0 0;
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  display: inline-block;
}

.list-adwards1__learn-more i:before {
  opacity: 0;
}

.list-adwards1__learn-more i:after {
  opacity: 1;
}

.list-adwards1__learn-more:hover {
  background-color: #111b27;
  color: #fff;
}

.list-adwards1__learn-more:hover i:before {
  opacity: 1;
}

.list-adwards1__learn-more:hover i:after {
  opacity: 0;
}

.list-articles1 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1 {
    padding-bottom: 50px;
  }
}

.list-articles1.list-interviews1 .list-articles1__over {
  padding-left: 194px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1.list-interviews1 .list-articles1__over {
    padding-left: 134px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1.list-interviews1 .list-articles1__over {
    padding-left: 91px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1.list-interviews1 .list-articles1__over {
    padding-left: 0;
  }
}

.list-articles1.list-interviews1 .list-articles1__over:not(.noempty):before {
  position: absolute;
  top: 45px;
  left: 25px;
  display: block;
  content: "";
  background: url("../img/i21.svg") no-repeat 0 0;
  background-size: 30px 51px;
  width: 30px;
  height: 51px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .list-articles1.list-interviews1 .list-articles1__over:not(.noempty):before {
    top: 32px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1.list-interviews1 .list-articles1__over:not(.noempty):before {
    top: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1.list-interviews1 .list-articles1__over:not(.noempty):before {
    left: 9px;
    top: 39px;
    background: url("../img/i21.svg") no-repeat 0 0;
    background-size: 26px 44px;
    width: 26px;
    height: 44px;
    display: inline-block;
  }
}

@media only screen and (max-width: 374px) {
  .list-articles1.list-interviews1 .list-articles1__button {
    margin-left: -63px;
  }
}

.list-articles1__item {
  padding: 49px 0;
  border-bottom: 1px solid #131a22;
  position: relative;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__item {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__item {
    padding: 30px 0;
  }
}

.list-articles1__item:first-child {
  padding-top: 0;
}

.list-articles1__item:last-child {
  padding-bottom: 0;
  border: none;
}

.list-articles1__item-over {
  position: relative;
}

.list-articles1__link {
  padding-bottom: 28px;
  font-size: 0.01px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__link {
    padding-bottom: 20px;
  }
}

.list-articles1__link a {
  display: inline-block;
  vertical-align: top;
  color: #29425d;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 19.8px;
}

.list-articles1__link a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .list-articles1__link a {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 16.5px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__link a {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18.75px;
  }
}

.list-articles1__logo {
  position: absolute;
  top: 30%;
  margin-top: -67.5px;
  left: 0;
  width: 148px;
  text-align: center;
  font-size: 0.01px;
  height: 135px;
  line-height: 135px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__logo {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__logo {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    width: 120px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__logo {
    width: auto;
    height: auto;
    line-height: 10px;
    padding-bottom: 17px;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: static;
    margin: 0;
    text-align: left;
  }
}

.list-articles1__logo img {
  display: inline-block;
  vertical-align: middle;
}

.list-articles1__logo img.size1 {
  width: 107.5px;
}

.list-articles1__logo img.size2 {
  width: 131px;
}

.list-articles1__logo img.size3 {
  width: 113px;
}

.list-articles1__logo img.size4 {
  width: 126px;
}

@media only screen and (max-width: 760px) {
  .list-articles1__logo img {
    width: auto !important;
    max-height: 32px;
  }
}

.list-articles1__over {
  position: relative;
  padding-left: 188px;
  font-size: 0.01px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__over {
    padding-left: 194px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__over {
    padding-left: 134px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__over {
    padding: 0;
  }
}

.list-articles1__information {
  font-size: 0.01px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .list-articles1__information {
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__information {
    padding-bottom: 10px;
  }
}

.list-articles1__information span {
  display: inline-block;
  vertical-align: top;
  color: #7c7c7c;
  font-family: AbhayaLibre;
  font-size: 23px;
  font-weight: 700;
  line-height: 25.3px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__information span {
    font-size: 18px;
    line-height: 19.8px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__information span {
    font-size: 16px;
    line-height: 17.6px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__information span {
    font-size: 13px;
    line-height: 14.3px;
  }
}

.list-articles1__information b {
  display: inline-block;
  vertical-align: top;
  margin: 0 28px;
  position: relative;
  top: 6px;
  background: url("../img/i20.svg") no-repeat 0 0;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__information b {
    margin: 0 15px;
    top: 3px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__information b {
    margin: 0 9px 0 12px;
    top: 2px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__information b {
    top: 1.5px;
    background: url("../img/i20.svg") no-repeat 0 0;
    background-size: 7px 9px;
    width: 7px;
    height: 9px;
    display: inline-block;
  }
}

.list-articles1__information i {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  color: #7c7c7c;
  line-height: 25.3px;
  font-size: 18px;
  letter-spacing: 0.36px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__information i {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 17.6px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__information i {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 15.4px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__information i {
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 13.2px;
    position: relative;
    top: 0.5px;
  }
}

.list-articles1__title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  color: #131b23;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 39px;
  max-width: 828px;
}

.list-articles1__title:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__title {
    font-size: 23px;
    letter-spacing: 0.46px;
    line-height: 29.9px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 1279px) {
  .list-articles1__title br {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__title {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 23.4px;
  }
}

.list-articles1__text {
  padding-bottom: 22px;
  color: #313131;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 22.5px;
  max-width: 898px;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__text {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18.75px;
    max-width: 693px;
  }
}

@media only screen and (max-width: 1279px) {
  .list-articles1__text br {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__text {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18.75px;
    padding-bottom: 16px;
  }
}

.list-articles1__button {
  *zoom: 1;
}

.list-articles1__button:after {
  content: " ";
  display: table;
  clear: both;
}

.list-articles1__button .style1 {
  float: left;
  padding: 0 30px;
  height: 50px;
  border: 1px solid #111b27;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: center;
  margin-right: 16px;
  border: 1px solid #111b27;
  color: #111b27;
}

@media only screen and (max-width: 1769px) {
  .list-articles1__button .style1 {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-right: 10px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1000px) {
  .list-articles1__button .style1 {
    padding: 0 18px;
    font-size: 13px;
    letter-spacing: 0.26px;
    height: 46px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__button .style1 {
    font-size: 15px;
    letter-spacing: 0.3px;
    height: 50px;
    line-height: 48px;
  }

  .list-articles1__button .style1.mod1 {
    font-size: 13px;
    padding: 0 8px;
  }
}

.list-articles1__button .style1 i {
  display: inline-block;
  vertical-align: top;
  margin-left: 13px;
  width: 16px;
  height: 17px;
  position: relative;
  top: 18px;
}

@media only screen and (max-width: 1000px) {
  .list-articles1__button .style1 i {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: 11px;
    top: 15px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__button .style1 i {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 17px;
  }
}

.list-articles1__button .style1 i:before,
.list-articles1__button .style1 i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i19-1.svg") no-repeat 0 0;
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  display: inline-block;
}

.list-articles1__button .style1 i:after {
  opacity: 0;
  background: url("../img/i19.svg") no-repeat 0 0;
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  display: inline-block;
}

.list-articles1__button .style1 i:before {
  opacity: 0;
}

.list-articles1__button .style1 i:after {
  opacity: 1;
}

.list-articles1__button .style1:hover {
  background-color: #111b27;
  color: #fff;
}

.list-articles1__button .style1:hover i:before {
  opacity: 1;
}

.list-articles1__button .style1:hover i:after {
  opacity: 0;
}

.list-articles1__button .style2 {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #111b27;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .list-articles1__button .style2 {
    width: 46px;
    height: 46px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__button .style2 {
    width: 50px;
    height: 50px;
  }
}

.list-articles1__button .style2 i {
  font-style: normal;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 27px;
}

@media only screen and (max-width: 1000px) {
  .list-articles1__button .style2 i {
    top: 8.5px;
    left: 8.5px;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__button .style2 i {
    top: 10px;
    left: 10px;
  }
}

.list-articles1__button .style2 i:before,
.list-articles1__button .style2 i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i17.svg") no-repeat 0 0;
  background-size: 26px 27px;
  width: 26px;
  height: 27px;
  display: inline-block;
  opacity: 0;
}

@media only screen and (max-width: 1000px) {
  .list-articles1__button .style2 i:before,
  .list-articles1__button .style2 i:after {
    background: url("../img/i17.svg") no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__button .style2 i:before,
  .list-articles1__button .style2 i:after {
    background: url("../img/i17.svg") no-repeat 0 0;
    background-size: 26px 27px;
    width: 26px;
    height: 27px;
    display: inline-block;
  }
}

.list-articles1__button .style2 i:after {
  background: url("../img/i18.svg") no-repeat 0 0;
  background-size: 26px 27px;
  width: 26px;
  height: 27px;
  display: inline-block;
  opacity: 1;
}

@media only screen and (max-width: 1000px) {
  .list-articles1__button .style2 i:after {
    background: url("../img/i18.svg") no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}

@media only screen and (max-width: 760px) {
  .list-articles1__button .style2 i:after {
    background: url("../img/i18.svg") no-repeat 0 0;
    background-size: 26px 27px;
    width: 26px;
    height: 27px;
    display: inline-block;
  }
}

.list-articles1__button .style2:hover {
  background-color: #111b27;
}

.list-articles1__button .style2:hover i:before {
  opacity: 1;
}

.list-articles1__button .style2:hover i:after {
  opacity: 0;
}

.style1,
.style2,
.style3 {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.style1:before,
.style1:after,
.style2:before,
.style2:after,
.style3:before,
.style3:after {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.style1 i:before,
.style1 i:after,
.style2 i:before,
.style2 i:after,
.style3 i:before,
.style3 i:after {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.big-slider1__image.mod6 {
  right: calc(var(--rrr) + 260px);
  bottom: 164px;
  height: 548px;
}

.list-awards1__item img.size5 {
  width: 105px;
}

@media only screen and (max-width: 1700px) {
  .big-slider1__image.mod6 {
    right: calc(var(--rrr) + 30px);
  }
}

@media only screen and (max-width: 1300px) {
  .big-slider1__image.mod6 {
    height: 400px;
    bottom: 240px;
  }
}

@media only screen and (max-width: 1000px) {
  .big-slider1__image.mod6 {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 91px;
    height: 455px;
  }

  .list-awards1__item img.size5 {
    width: 70px;
  }
}

@media only screen and (max-width: 760px) {
  .list-awards1__item img.size5 {
    width: 44px;
  }
}

.awards-text {
  margin-bottom: 80px;
  padding-bottom: 50px;
  border-bottom: #111b27 solid 1px;
}

.awards-text-inner {
  margin: 0 auto;
  max-width: 876px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.list-articles1.list-interviews1
  .list-articles1__over--text:not(.noempty):before {
  left: 19px;
  background: url("../img/i22.svg") no-repeat 0 0;
  background-size: 45px 54px;
  width: 45px;
  height: 54px;
}

.list-articles1.list-interviews1 .list-articles1__over--video:before {
  left: 12px;
  background: url("../img/i23.svg") no-repeat 0 0;
  background-size: 59px 45px;
  width: 59px;
  height: 45px;
}

.values-text {
  max-width: 830px;
  margin-bottom: 72px;
}

.values-text-inner {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.ind-values {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ind-values-left {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 420px;
  margin-right: 40px;
  padding-top: 30px;
}

.ind-values .title1 {
  padding-bottom: 0 !important;
}

.ind-values-text {
  padding-top: 40px;
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
  max-width: 420px;
}

.ind-values-right {
  height: 531px;
  margin-right: calc(var(--rPad) * -1);
}

.ind-values-right img {
  width: auto;
  height: 100%;
  display: block;
}

.content-over4:before {
  position: absolute;
  content: "";
  left: -142px;
  top: -70px;
  right: -9999px;
  bottom: -120px;
  background: #fafafa;
}

.content-over4 .show-mobile1 {
  position: relative;
}

.pops-cont {
  position: relative;
}

.wp-popups-overlay {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 27, 39, 0.5);
  //display: none;

  -webkit-transition:
    opacity 0.2s,
    visibility 0.2s;

  transition:
    opacity 0.2s,
    visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wp-popup,
.wp-popup * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-popup {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition:
    opacity 0.2s,
    visibility 0.2s;
  transition:
    opacity 0.2s,
    visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.wp-popups-overlay.active,
.wp-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.wp-popup-inner {
  max-width: 540px;
  padding: 52px 48px;
  background: #fff;
  position: fixed;
  top: calc(50vh - 170px);
  width: 100%;
  left: calc(50vw - 270px);
  margin: 0 auto;
}

.wp-popup-close {
  position: absolute;
  top: 28px;
  right: 53px;
  z-index: 3;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.wp-popup-close:before,
.wp-popup-close:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 9px;
  background: #29425d;
}

.wp-popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp-popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wp-popup-ttl {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wp-popup-subttl {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 35px;
  margin-top: -5px;
  color: #29425d;
}

.wp-popup-inner--done {
  text-align: center;
}

.wp-done {
  max-width: 234px;
  margin: 0 auto;
}

.ui-form-field:not(:last-child) {
  margin-bottom: 12px;
}

.wp-input input {
  height: 38px;
  padding: 0 16px;
  width: 100%;
  display: block;
  color: #29425d;
  font-size: 15px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Raleway;
  border: #111b27 solid 1px;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wp-input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  text-align: inherit;
  color: #c4c4c4;
}

.wp-input input::-moz-placeholder,
.wp-input textarea::-moz-placeholder {
  opacity: 1;
  text-align: inherit;
  color: #c4c4c4;
}

.wp-input textarea::-webkit-input-placeholder {
  text-align: inherit !important;
  opacity: 1;
  color: #c4c4c4;
}

.wp-input textarea::-moz-placeholder {
  text-align: inherit !important;
  opacity: 1;
  color: #c4c4c4;
}

.wp-input input::-webkit-input-placeholder,
.wp-input textarea::-webkit-input-placeholder,
.wp-input input::-moz-placeholder,
.wp-input textarea::-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
}

.wp-input input:focus::-webkit-input-placeholder,
.wp-input textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}

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

.ui-form-field--error .wp-input input {
  border-color: #ef4335 !important;
  color: #ef4335 !important;
}

.ui-form-field--error .wp-input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ef4335 !important;
}

.ui-form-field--error .wp-input input::-moz-placeholder,
.ui-form-field--error .wp-input textarea::-moz-placeholder {
  color: #ef4335 !important;
}

.ui-form-field--error .wp-input textarea::-webkit-input-placeholder {
  color: #ef4335 !important;
}

.ui-form-field--error .wp-input textarea::-moz-placeholder {
  color: #ef4335 !important;
}

.ui-form-field--error .wp-input input::-webkit-input-placeholder,
.ui-form-field--error .wp-input textarea::-webkit-input-placeholder,
.ui-form-field--error .wp-input input::-moz-placeholder,
.ui-form-field--error .wp-input textarea::-moz-placeholder {
  color: #ef4335 !important;
}

.wp-form-notes {
  padding: 7px 0 25px 0;
  font-size: 14px;
  line-height: 14px;
  color: #c4c4c4;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.wp-form-notes.error {
  color: #ef4335 !important;
}

.ui-form-field--btn {
  max-width: 174px;
}

.wp-form-btn {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border: 1px solid #111b27;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111b27;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  background: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wp-form-btn i {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  width: 16px;
  height: 17px;
  position: relative;
  top: 14px;
}

.wp-form-btn i:before,
.wp-form-btn i:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("../img/i16.svg") no-repeat 0 0;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  display: inline-block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.wp-form-btn i:after {
  opacity: 0;
  background: url("../img/i15.svg") no-repeat 0 0;
  background-size: 16px 17px;
  width: 16px;
  height: 17px;
  display: inline-block;
}

.wp-form-btn i.wpb2:before,
.wp-form-btn i.wpb2:after {
  width: 12px;
  height: 13px;
  background-size: 12px 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 3px;
}

.wp-form-btn i.wpb2:before {
  background: url("../img/i19.svg") no-repeat 0 0;
}

.wp-form-btn i.wpb2:after {
  background: url("../img/i19-1.svg") no-repeat 0 0;
}

.wp-form-btn:hover {
  background: #111b27;
  color: #fff;
}

.wp-form-btn:hover i:before {
  opacity: 0;
}

.wp-form-btn:hover i:after {
  opacity: 1;
}

.about-title {
  font-size: 60px;
  line-height: 57px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  color: #29425e;
}

.index-awards {
  padding: 60px 53.82% 60px 142px;
  position: relative;
}

.index-awards:after {
  content: "";
  position: absolute;
  left: 46.18%;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/awards1.webp) no-repeat center;
  background-size: cover;
}

.ind-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 660px;
  padding-right: 30px;
}

.ind-awards-inner {
  max-width: 500px;
}

.ind-awards img,
.ind-contacts img {
  display: block;
  width: 100%;
}

.ind-awards-title {
  margin-bottom: 40px;
}

.ind-awards-title .title1 {
  padding-bottom: 0 !important;
}

.ind-awards-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 65px;
}

.ind-awards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ind-awards-col {
  padding: 0 10px;
}

.ind-award--1 {
  width: 192px;
}

.ind-award--2 {
  width: 75px;
}

.ind-award--3 {
  width: 110px;
}

.ind-awards-btn {
  margin-top: 85px;
}

.ind-awards-img {
  display: none;
}

.index-contacts {
  padding: 60px 53.82% 60px 142px;
  position: relative;
  background: #fafafa;
}

.index-contacts:after {
  content: "";
  position: absolute;
  left: 46.18%;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/ind-contacts.jpg) no-repeat center;
  background-size: cover;
}

.ind-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 460px;
  padding-right: 30px;
}

.ind-contacts-inner {
  max-width: 350px;
}

.ind-contacts-img {
  display: none;
}

.tl-subttl {
  font-size: 60px;
  line-height: 57px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  left: 142px;
  top: 170px;
  z-index: 3;
}

.content-tab1__title {
  min-height: 180px;
}

.content-tab1__vertical {
  padding-top: 20px;
}

.tl-menu {
  position: fixed;
  top: 55px;
  right: 50%;
  margin-right: -680px;
  z-index: 9;
}

.tl-menu-trig {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tl-menu-trig:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -5px;
}

.tl-menu-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 170px;
  background: rgba(19, 27, 35, 0.1);
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tl-menu.active .tl-menu-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.tl-menu-link {
  display: block;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0);
  padding: 0 18px;
  position: relative;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.tl-menu-link:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 18px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tl-menu-link.current {
  pointer-events: none;
}

.tl-menu-link:hover,
.tl-menu-link.current {
  color: #fff;
}

.tl-menu-link:hover:before,
.tl-menu-link.current:before {
  opacity: 0;
}

.tl-menu:not(.tl-menu--hor) .tl-menu-link:not(:last-child) {
  border-bottom: #000 solid 1px;
}

.tl-menu--hor {
  top: 57px;
}

.tl-menu--hor.active .tl-menu-trig {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tl-menu--hor .tl-menu-list {
  width: auto;
  right: 100%;
  top: 50%;
  left: auto;
  margin-top: -26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tl-menu--hor .tl-menu-link {
  height: 52px;
  line-height: 52px;
}

.tl-menu--hor .tl-menu-link,
.tl-menu--hor .tl-menu-link:before {
  padding: 0 32px;
  text-align: center;
}

.tl-menu--hor .tl-menu-link:not(:last-child) {
  border-right: #000 solid 1px;
}

.article-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.share,
.share * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.share {
  position: relative;
  z-index: 2;
  border: 1px solid #111b27;
}

.share--hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

.share--ver {
  width: 50px;
  height: 50px;
}

.share-trigger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
}

.share-trigger:before,
.share-trigger:after {
  content: "";
  width: 26px;
  height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
  background: url(../img/i18.svg) no-repeat center;
  background-size: 26px 27px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.share-trigger:after {
  opacity: 0;
}

.share--hor:hover {
  max-width: 350px;
}

.share--hor .share-pop {
  width: 300px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.share-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.share-btn {
  width: 40px;
  height: 40px;
  margin-right: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.share-btn-link {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.share-btn-link img {
  display: block;
  width: 100%;
  height: auto;
}

.share-btn-link:hover {
  width: 48px;
  height: 48px;
  margin: -4px 0 0 -4px;
}

.share-pop-ttl {
  font-size: 18px;
  line-height: 1em;
  color: #111b27;
  letter-spacing: 0.02em;
  font-weight: 700;
  white-space: nowrap;
}

.banner-list1__content.act {
  opacity: 1;
}

.policy-head {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1d5081 16.71%, #000000 91.9%), #000000;
}

.policy,
.policy *,
.fcr,
.fcr * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.policy {
  color: rgba(17, 27, 39, 0.8);
  letter-spacing: 0.02em;
}

.policy__row:not(:last-child) {
  padding-bottom: 70px;
  margin-bottom: 57px;
  border-bottom: #111b27 solid 1px;
}

.policy__row--nmbr {
  padding-left: 45px;
}

.policy__ttl {
  font-size: 24px;
  line-height: 37px;
  font-weight: 800;
  margin-bottom: 7px;
  color: #29425d;
  position: relative;
  letter-spacing: 0.02em;
  max-width: 1070px;
}

.policy__ttl--nmbr:before {
  content: attr(data-number);
  position: absolute;
  left: -45px;
  top: 2px;
  font-size: 28px;
  font-family: AbhayaLibre;
}

.policy__subttl {
  font-size: 20px;
  line-height: 30px;
  color: rgba(41, 66, 93, 0.8);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
}

.policy__text {
  font-size: 16px;
  line-height: 24px;
  max-width: 1000px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.policy__link {
  color: #094593;
  border-bottom: #094593 solid 1px;
  font-weight: 600;
  -webkit-transition:
    border 0.2s,
    color 0.2s;
  transition:
    border 0.2s,
    color 0.2s;
}

.policy__link:hover {
  border-color: transparent;
}

.policy__big-link {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #111b27;
  font-weight: 700;
}

.policy__big-link span {
  border-bottom: #111b27 solid 1px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.policy__big-link:hover span {
  border-color: transparent;
}

.policy__big-link:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111b27;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.policy__text p:not(:last-child),
.policy__text ul:not(:last-child) {
  margin-bottom: 24px;
}

.policy__text p.p-s2 {
  line-height: 33px;
}

.policy__date {
  color: #ed1c28;
  font-weight: 700;
  text-transform: uppercase;
}

.policy__text ul:not(.ul-m2) {
  margin-left: 23px;
}

.policy__text ul li {
  position: relative;
  padding-left: 17px;
}

.policy__text ul li:not(:last-child) {
  margin-bottom: 5px;
}

.policy__text ul.ul-m2 li:not(:last-child) {
  margin-bottom: 24px;
}

.policy__text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #29425d;
}

.policy__text p + ul:not(.ul-m2) {
  margin-top: -20px;
}

.block-scroll-header1.active .block-scroll-header1__text br {
  display: none;
}

.grad-bg {
  background: linear-gradient(135deg, #13467b 16.71%, #030e1e 91.9%), #030e1e;
}

.policy__acc {
  padding-top: 40px;
  max-width: 1060px;
}

.policy__acc-item:not(:last-child) {
  margin-bottom: 75px;
}

.policy__acc-head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
  padding: 0 50px 5px 0;
  position: relative;
  border-bottom: #54687d solid 3px;
}

.policy__acc-head:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #111b27 transparent transparent transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.policy__acc-item.active .policy__acc-head:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.policy__acc-ttl {
  margin-right: 20px;
}

.policy__acc-head .policy__subttl {
  margin-bottom: 0 !important;
}

.policy__acc-descr {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #111b27;
  letter-spacing: 0;
}

.policy__acc-body {
  padding-top: 30px;
  padding-right: 50px;
  display: none;
}

.policy__acc-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 30px -10px;
  letter-spacing: 0;
}

.policy__acc-col {
  width: 50%;
  padding: 0 10px;
}

.policy__acc-h {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #111b27;
}

.policy__acc-t {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #111b27;
}

.policy__table-container {
  max-width: 730px;
}

.policy__table {
  border-collapse: collapse;
}

.policy__table td {
  width: 33.333%;
  font-size: 16px;
  line-height: 22px;
  color: #111b27;
  vertical-align: middle;
  border: #f2f2f2 solid 2px;
  height: 60px;
  padding: 5px 15px;
}

.policy__table td.pt-h {
  color: rgba(41, 66, 93, 0.8);
  font-weight: 800;
}

.policy__form {
  max-width: 230px;
}

.policy__form-row:not(:last-child) {
  margin-bottom: 12px;
}

.policy__inp input {
  width: 100%;
  height: 43px;
  border: rgba(17, 27, 39, 0.5) solid 1px;
  padding: 0 17px;
  font-size: 16px;
  line-height: 24px;
  font-family: Raleway;
  font-weight: 500;
  color: #888d93;
  letter-spacing: 0.02em;
  -webkit-transition:
    border 0.2s,
    color 0.2s;
  transition:
    border 0.2s,
    color 0.2s;
}

.policy__inp input:focus {
  color: #111b27;
}

.policy__btn-c {
  max-width: 166px;
}

.policy__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border: #111b27 solid 1px;
  font-size: 16px;
  line-height: 23px;
  font-family: Raleway;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 9px 15px;
  background: none;
  color: #111b27;
  -webkit-transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
  transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
}

.policy__btn span {
  position: relative;
  padding-right: 45px;
}

.policy__btn span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #111b27;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.policy__btn:hover {
  background: #111b27;
  color: #fff;
}

.policy__btn:hover span:after {
  border-color: transparent transparent transparent #fff;
}

.fcr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding-top: 60px;
}

.fcr__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 575px;
  margin-right: 20px;
  padding-top: 100px;
}

.fcr__ttl {
  font-size: 65px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 34px;
}

.fcr__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.fcr__text p:not(:last-child) {
  margin-bottom: 24px;
}

.fcr__right {
  width: 420px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  padding: 25px 33px 33px 33px;
}

.fcr__no {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 23px;
}

.fcr__form {
}

.fcr__form-row {
  margin-bottom: 14px;
}

.fcr__inp input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: #fff solid 1px;
  padding: 0 20px 0 23px;
  font-size: 16px;
  line-height: 24px;
  font-family: Raleway;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.02em;
}

.fcr__check {
  position: relative;
  padding: 0 0 0 25px;
  display: block;
  height: auto;
  min-height: 21px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.fcr__check input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  left: -99999px;
  top: -99999px;
  overflow: hidden;
}

.fcr__check-text {
  display: block;
  text-align: left;
  font-family: Raleway;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.fcr__check-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: #fff solid 1px;
  overflow: hidden;
}

.fcr__check-icon:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fcr__check:hover .fcr__check-icon:after {
  opacity: 0.3;
}

.fcr__check input:checked ~ .fcr__check-icon:after {
  opacity: 1 !important;
}

.fcr__btn-c {
  max-width: 166px;
  margin: 0 auto;
  padding-top: 10px;
}

.fcr__btn {
  display: block;
  width: 100%;
  text-align: center;
  border: #fff solid 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: Raleway;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 13px 15px;
  background: none;
  color: #fff;
  -webkit-transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
  transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
}

.fcr__btn:hover {
  background: #fff;
  color: #000;
}

.full-height {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - var(--fH));
}

.fcr-thx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding-top: 100px;
}

.fcr-thx__left {
  width: 660px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.fcr-thx__ttl {
  font-size: 100px;
  line-height: 90px;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin-bottom: 32px;
}

.fcr-thx__text {
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 34px;
}

.fcr-thx__back {
  display: block;
  position: relative;
  width: 43px;
  height: 16px;
}

.fcr-thx__back:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 7px;
  background: #fff;
}

.fcr-thx__back:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  border-left: #fff solid 2px;
  border-top: #fff solid 2px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fcr-thx__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 510px;
}

.fcr-thx__check {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  opacity: 0.5;
}

.fcr-thx__check svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  stroke: #fff;
  stroke-width: 2px;
}

.fcr__form_thanks {
  background: linear-gradient(135deg, #13467b 16.71%, #030e1e 91.9%), #030e1e;
  padding: 18px 30px 18px 45px;
  margin-left: -45px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
  display: none;
}

.fcr__form_thanks span {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  color: #fff;
}

.fcr__form_thanks.on {
  display: block !important;
}

@media only screen and (min-width: 1001px) {
  .banner-list1__button .share {
    float: left;
  }

  .share--wp {
    border-color: #fff;
  }

  .share--wp .share-trigger:after {
    background-image: url(../img/i17.svg);
  }

  .share--wp .share-trigger:after,
  .share--wp:hover .share-trigger:before {
    opacity: 1;
  }

  .share--wp .share-trigger:before,
  .share--wp:hover .share-trigger:after {
    opacity: 0;
  }

  .share--wp .share-pop {
    position: absolute;
    left: -1px;
    top: -1px;
    background: #fff;
    padding: 0 4px 6px 10px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .share--wp:hover .share-pop {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .share--wp .share-pop-ttl {
    height: 50px;
    padding-left: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -10px;
  }

  .banner-list1.style1 .share--wp,
  .share--wp2 {
    border-color: #111b27;
  }

  .banner-list1.style1 .share--wp .share-trigger:before,
  .share--wp2 .share-trigger:before {
    opacity: 1;
  }

  .banner-list1.style1 .share--wp .share-trigger:after,
  .share--wp2 .share-trigger:after {
    opacity: 0;
  }

  .share--wp-left .share-pop {
    left: auto;
    right: -1px;
  }

  .share--wp-left .share-pop-ttl {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1770px) {
  .wp-popup {
    padding: 0 100px 0 115px;
  }

  .content-over4:before {
    left: -95px;
  }

  .content-over4__title1 {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1769px) {
  .index-awards,
  .index-contacts {
    padding-left: 95px;
  }

  .tl-subttl {
    font-size: 35px;
    line-height: 40px;
    left: 95px;
    top: 140px;
  }

  .content-tab1__title {
    min-height: 126px;
  }

  .content-tab1__vertical {
    padding-top: 20px;
  }

  .tl-menu {
    right: 130px;
    margin: 0;
  }

  .tl-menu:not(.tl-menu--hor) .tl-menu-list {
    left: auto;
    right: -50px;
  }

  .share-pop-ttl {
    font-size: 15px;
  }

  .fcr-thx__ttl {
    font-size: 70px;
    line-height: 63px;
  }

  .fcr-thx__text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1500px) {
  .index-awards {
    padding-right: 40%;
  }

  .index-awards:after {
    left: 60%;
  }

  .ind-awards {
    min-height: 500px;
  }

  .ind-awards-text {
    margin-bottom: 40px;
  }

  .ind-awards-btn {
    margin-top: 40px;
  }

  .ind-contacts {
    min-height: 300px;
  }
}

@media only screen and (max-width: 1279px) {
  .wp-popup {
    padding: 0 60px 0 75px;
  }

  .content-over4:before {
    left: -55px;
  }

  .index-awards,
  .index-contacts {
    padding-left: 55px;
  }

  .tl-subttl {
    left: 55px;
  }

  .tl-menu {
    right: 90px;
  }

  .index-contacts {
    padding-right: 60%;
  }

  .index-contacts:after {
    left: 40%;
  }
}

@media only screen and (max-width: 1200px) {
  .fcr__left {
    padding-top: 50px;
  }

  .fcr-thx__left {
    width: 550px;
  }

  .fcr-thx__ttl {
    font-size: 60px;
    line-height: 60px;
  }

  .fcr-thx__text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .tl-menu--hor .tl-menu-link,
  .tl-menu--hor .tl-menu-link:before {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1060px) {
  .ind-values-right {
    height: 196px;
  }
}

@media only screen and (max-width: 1000px) {
  .awards-text {
    margin-bottom: 46px;
    padding-bottom: 37px;
  }

  .awards-text-inner {
    font-size: 15px;
    line-height: 22px;
  }

  .list-articles1.list-interviews1 .list-articles1__over:not(.noempty):before {
    left: 14px;
  }

  .list-articles1.list-interviews1 .list-articles1__over--video:before {
    left: 0;
  }

  .list-articles1.list-interviews1 .list-articles1__over--text:before {
    left: 7px;
  }

  .values-text {
    margin-bottom: 45px;
  }

  .ind-values-text {
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
    max-width: 370px;
  }

  .wp-popup {
    padding: 0 28px;
  }

  .index-awards,
  .index-contacts {
    padding-left: 28px;
  }

  .ind-awards {
    min-height: 1px;
  }

  .ind-awards-text {
    font-size: 15px;
    line-height: 22px;
  }

  .ind-awards-title,
  .ind-awards-text {
    margin-bottom: 30px;
  }

  .ind-awards-btn {
    margin-top: 30px;
  }

  .ind-contacts {
    min-height: 260px;
  }

  .content-over4__title1 {
    max-width: 220px;
  }

  .tl-subttl {
    left: 28px;
  }

  .tl-menu {
    top: 14px !important;
    z-index: 11;
    right: 134px;
  }

  .tl-menu-trig:before {
    border-color: #000 transparent transparent transparent;
  }

  .header-scroll1__link {
    right: 100px;
  }

  .tl-menu-trig {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .tl-menu-list {
    right: auto !important;
    top: 100% !important;
    left: 0 !important;
    display: block !important;
    width: 145px !important;
    margin: 0 !important;
  }

  .tl-menu .tl-menu-link,
  .tl-menu--hor .tl-menu-link {
    border-right: none !important;
    height: 40px !important;
    line-height: 40px !important;
  }

  .tl-menu .tl-menu-link,
  .tl-menu .tl-menu-link:before {
    text-align: left !important;
    padding: 0 18px !important;
  }

  .tl-menu-link:not(:last-child) {
    border-bottom: #000 solid 1px !important;
  }

  .banner-list1__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fcr {
    padding-top: 0;
  }

  .policy__acc-head {
    display: block;
  }

  .policy__acc-body {
    padding-right: 0;
  }

  .full-height {
    min-height: calc(100vh - var(--hH) - var(--fH));
  }

  .fcr-thx {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 761px) {
  .share-trigger {
    width: 44px;
    height: 44px;
  }

  .share-pop-ttl {
    font-size: 13px;
  }

  .share--hor {
    max-width: 46px;
  }

  .share--hor .share-pop {
    height: 44px;
  }

  .share-trigger:before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .share-btns {
    height: 44px;
  }

  .share-btn,
  .share-btn-link {
    width: 36px;
    height: 36px;
  }

  .share-btn-link:hover {
    width: 44px;
    height: 44px;
  }

  .share--hor .share-pop {
    width: 260px;
  }
}

@media only screen and (max-width: 900px) {
  .fcr-thx__left {
    width: 500px;
  }

  .fcr-thx__ttl {
    font-size: 50px;
    line-height: 50px;
  }

  .fcr-thx__text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 800px) {
  .index-awards {
    padding: 60px 28px;
  }

  .index-contacts {
    padding: 60px 28px 0 28px;
  }

  .index-awards:after,
  .index-contacts:after {
    content: none;
  }

  .ind-awards,
  .ind-contacts {
    padding-right: 0;
  }

  .ind-awards-inner,
  .ind-contacts-inner {
    max-width: 100%;
  }

  .ind-awards-text {
    max-width: 600px;
  }

  .ind-awards-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ind-awards-img {
    display: block;
    margin: 0 -28px 30px -28px;
  }

  .ind-contacts-img {
    display: block;
    margin: 40px -28px 0 -28px;
  }

  .content-over2__see-all {
    margin: 0 auto;
  }

  .fcr {
    display: block;
    max-width: 440px;
    margin: 0 auto;
  }

  .fcr__left {
    max-width: 100%;
    margin: 0 0 50px 0;
  }

  .fcr__right {
    width: 100%;
  }

  .policy__row:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .policy__text ul {
    margin-left: 0 !important;
  }

  .policy__acc {
    padding-top: 0;
  }

  .policy__table td {
    font-size: 14px;
    line-height: 20px;
  }

  .policy__acc-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .fcr-thx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
  }

  .fcr-thx__left {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 500px;
  }

  .fcr-thx__right {
    width: 200px;
    margin-bottom: 50px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .fcr-thx__check svg {
    stroke-width: 4px;
  }
}

@media only screen and (max-width: 760px) {
  .awards-text {
    margin-bottom: 34px;
    padding-bottom: 30px;
  }

  .list-articles1.list-interviews1 .list-articles1__over:not(.noempty):before {
    width: 24px;
    height: 41px;
    background-size: 24px 41px;
    position: relative;
    top: 0;
    left: 0;
  }

  .list-articles1.list-interviews1 .list-articles1__over--video:before {
    width: 45px;
    height: 34px;
    background-size: 45px 34px;
  }

  .list-articles1.list-interviews1 .list-articles1__over--text:before {
    left: 7px;
    width: 35px;
    height: 42px;
    background-size: 35px 42px;
  }

  .ind-values {
    min-height: 1px;
    padding-bottom: 280px;
    margin-bottom: 0;
  }

  .ind-values-right {
    position: absolute;
    bottom: 25px;
    height: 280px;
    right: 0;
  }

  .ind-values .content-over2__see-all {
    margin: 0;
  }

  .wp-popup-inner {
    margin-top: 10px;
    padding: 40px 20px 20px 20px;
  }

  .wp-popup-close {
    top: 20px;
    right: 32px;
  }

  .content-over4:before {
    top: -30px;
  }

  .content-tab1__vertical {
    padding-top: 100px;
  }

  .tl-subttl {
    top: 40px;
  }

  .tl-menu {
    top: 5px !important;
  }

  .share--hor {
    width: 50px;
    height: 50px;
    overflow: visible;
  }

  .share--hor .share-pop {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 0 4px 6px 10px;
    display: block;
    background: #fff;
    border: #111b27 solid 1px;
    height: auto;
    width: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .share--hor .share-pop-ttl {
    padding-left: 51px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .share-btns {
    margin-top: -10px;
  }

  .share--hor:hover .share-pop {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media only screen and (max-width: 700px) {
  .policy__row--nmbr {
    padding-left: 0;
  }

  .policy__ttl--nmbr {
    padding-left: 35px;
  }

  .policy__ttl--nmbr:before {
    left: 0;
    font-size: 20px;
    top: 4px;
  }

  .policy__acc-cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .policy__acc-col {
    width: 100%;
  }

  .policy__acc-col:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .ind-award--1 {
    width: 108px;
  }

  .ind-award--2 {
    width: 42px;
  }

  .ind-award--3 {
    width: 62px;
  }

  .share--hor .share-pop {
    left: auto;
    right: -1px;
  }

  .share--hor .share-pop-ttl {
    padding-left: 0;
  }

  .policy__table-container {
    margin-left: -28px;
    margin-right: -28px;
    max-width: calc(100% + 56px);
    overflow-x: auto;
  }

  .policy__table-in {
    min-width: 500px;
    padding: 0 28px;
  }

  .fcr-thx__text {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 540px) {
  .wp-popup-inner {
    left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .menu1 {
    margin-bottom: -20px;
  }

  .menu1__item {
    width: 33.333%;
    margin-bottom: 20px;
  }

  .fcr__right {
    padding: 25px 20px 30px 20px;
  }

  .fcr__ttl {
    font-size: 44px;
    line-height: 42px;
  }

  .fcr-thx__right {
    width: 140px;
  }
}

@media only screen and (max-width: 400px) {
  .ind-values {
    padding-bottom: 320px;
  }

  .header-scroll1__link {
    right: 90px;
  }

  .tl-menu {
    right: 120px;
  }

  .tl-menu-list {
    width: 135px !important;
  }

  .fcr__right {
    width: auto;
    margin: 0 -28px -60px -28px;
    padding: 50px 28px;
  }
}

@media only screen and (max-width: 374px) {
  .tl-subttl {
    font-size: 28px;
    line-height: 30px;
  }

  .content-tab1__vertical {
    padding-top: 90px;
  }

  .list-articles1__button {
    margin-left: 0 !important;
  }

  .article-btns--int {
    margin-left: -63px;
  }

  .share-btns {
    height: 36px;
    margin-top: -5px;
  }

  .share-btn {
    margin-right: 2px;
  }

  .share-btn,
  .share-btn-link {
    width: 36px;
  }

  .share-btn-link:hover {
    width: 38px;
    height: 38px;
    margin-top: -1px;
    margin-left: -1px;
  }
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
  .big-slider1__text {
    top: 20px;
  }
}

@media only screen and (width: 800px) and (height: 1280px) {
  .big-slider1__image.mod1 {
    width: 105%;
    max-width: 800px !important;
  }
}

@media only screen and (max-width: 414px) and (max-height: 896px) {
  .big-slider1__image.mod1 {
    width: 110%;
    bottom: 0;
    right: 0;
    max-width: 470px !important;
  }
}

@media only screen and (max-width: 414px) and (max-height: 750px) {
  .big-slider1__image.mod1 {
    width: 85%;
  }
}

@media only screen and (max-width: 380px) and (max-height: 896px) {
  .big-slider1__image.mod1 {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) and (max-height: 730px) {
  .big-slider1__image.mod1 {
    width: 85%;
  }
}

@media only screen and (max-width: 380px) and (max-height: 600px) {
  .big-slider1__image.mod1 {
    width: 60%;
  }
}

@media only screen and (max-width: 320px) {
  .big-slider1__image.mod1 {
    width: 60%;
  }
}

/*

@media only screen and (max-width: 900px)  {
.big-slider1__image.mod1 {
	width: 80%;
}
}




@media only screen and (max-width: 400px)  {
.big-slider1__image.mod1 {
	width: 60%;
}
}

*/

.block-scroll-header1__background div {
  top: 0;
}

.page__scroll-title a {
  color: #111b27;
}

.page__scroll-title a:hover {
  color: #29425d;
}

.menu-button1:hover:before {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.menu-button1:hover:after {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.menu-button1.black-style:hover:before,
.menu-button1.black-style:hover:after {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.big-slider1__link-bottom {
  z-index: 100;
}

.block-scroll-header1.active .block-scroll-header1__background {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 12px 40px 35px;
  box-shadow: rgba(0, 0, 0, 0.3) 12px 40px 35px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.page__scroll-title-main {
  color: #111b27;
}

.page__scroll-title-main:hover {
  color: #29425d;
  cursor: pointer;
}

.page__scroll-title-main {
  position: absolute;
  top: 95px;
  right: 114px;
  right: 50%;
  margin-right: -23px;
  color: #111b27;
  font-family: Archivo;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: normal;
  white-space: nowrap;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12, M21=$m21, M22=$m22, sizingMethod='auto expand');
  zoom: 1;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media only screen and (min-width: 1770px) {
  .page__scroll {
    margin: 0;
    left: 0;
  }

  .page__wrapper {
    width: auto;
  }

  #about,
  #companies,
  #awards,
  .padding3,
  .background-footer1,
  .padding4 {
    padding-right: 15%;
  }

  #thoughtLadership .block2-over {
    right: 0 !important;
  }

  .big-slider1__image.mod1,
  .big-slider1__image.mod3 {
    padding-right: 20%;
  }

  .block-scroll-header1.active {
    left: 160px;
    margin-right: 0;
    width: 100%;
  }

  .main-menu1 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .content-over4 {
    padding: 5% 0 5% 0;
  }

  .content-over4__right-image {
    background-position: center top;
  }
}

@media only screen and (min-width: 1280px) {
  .content-over4__right-image {
    background-position: center top;
  }
}

@media only screen and (min-width: 1001px) {
  .big-slider1__image.mod2 {
    right: -50%;
  }

  .big-slider1__image.mod4 {
    right: -70%;
  }
}

@media only screen and (min-width: 1280px) {
  .big-slider1__image.mod2 {
    right: -30%;
  }

  .big-slider1__image.mod4 {
    right: -35%;
  }
}

@media only screen and (min-width: 1770px) {
  .big-slider1__image.mod2 {
    right: 0;
  }

  .awards-page .active .block-scroll-header1__background div {
    background-position: 0 -381px;
  }

  .big-slider1__image.mod4 {
    right: -10%;
  }
}

.big-slider1__image.mod3 {
  bottom: 0;
  right: 0;
  width: 100%;
  padding-right: 0;
}

@media only screen and (max-width: 1550px) {
  .big-slider1__image.mod3 {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .big-slider1__image.mod3 {
    bottom: 0;
    left: -150px;
    width: auto;
    height: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .big-slider1__image.mod3 {
    bottom: 0;
    left: -250px;
    width: auto;
    height: 100%;
    padding-right: 0;
  }
}

#companies .background1__title1 {
  font-size: 60px;
  line-height: 92.4px;
}

.text-slide1__hide-over b {
  font-weight: 800;
}

@media only screen and (max-width: 1840px) {
  .ind-values-right {
    height: 430px;
  }
}

@media only screen and (max-width: 1470px) {
  .ind-values-right {
    height: 378px;
  }
}

@media only screen and (max-width: 1360px) {
  .ind-values-right {
    height: 280px;
    right: -80px;
  }
}

@media only screen and (max-width: 1100px) {
  .ind-values-left {
    padding-top: 0;
  }
}

.big-slider1__image {
  right: 0;
  bottom: 0;
}

body .ind-awards-col {
  padding: 0 25px;
}

body .ind-award--1,
body .ind-award--2,
body .ind-award--3 {
  width: auto;
}

body .list-adwards1__item .list-adwards1__logo1 img {
  max-width: 315px;
  max-height: 165px;
}

body .list-adwards1__item .list-adwards1__logo2 img {
  max-width: 183px;
  max-height: 45px;
}

body .content-over3__icon-right > div {
  font-size: 520px;
  color: white;
  text-align: center;
  font-weight: bold;
  text-shadow: black 0 0 8px;
  line-height: 420px;
}

/*body .wp-popup form input{
	display:block;
	padding:7px;
	border:1px solid silver;
	border-radius:5px;
	margin:12px 0 2px 0;
	width:100%;
}
body .wp-popup form input[type=submit]{
	display:block;
	padding:7px;
	border:1px solid silver;
	border-radius:5px;
	margin:12px 0 2px 0;
	width:33%;
	font-weight:bold;
	text-align:center;
}*/
body .wp-popup form input[type="submit"] {
  display: block;
  padding: 7px;
  width: 174px;
  height: 50px;
  border: 1px solid #111b27;
  color: #111b27;
  font-size: 18px;
  font-weight: 700;
  font-weight: bold;
  text-align: center;
}

body .wp-popup form input[type="submit"]:hover {
  background-color: #111b27;
  color: white;
}

body .wp-popup-ttl,
body .wp-popup-subttl {
  text-align: center;
}

body .wp-popup h1 {
  margin-bottom: 25px;
}

body .wp-popup .hs-fieldtype-text {
  margin-bottom: 12px;
}

body .wp-popup form .hs-error-msg {
  font-size: 14px;
  color: red;
  display: block;
  padding: 2px 0;
}

body .wp-popup form label.hs-main-font-element {
  font-size: 15px;
  color: red;
  display: block;
  padding: 6px 0 2px 0;
}

body .wp-popup a.share {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  background-color: #29425e;
  border: 1px solid #29425e;
  margin: 0 15px 0 0;
}

body .wp-popup a.share:hover {
  background-color: white;
}

body .wp-popup a.share svg {
  width: 26px;
  height: 26px;
  fill: white;
  border: 0;
  display: block;
  margin: 12px auto;
}

body .wp-popup a.share:hover svg {
  fill: #29425e;
}

body .list-articles1 .list-articles1__logo img {
  max-width: 90%;
}

body .padding4 {
  position: relative;
}

body .wp-popup-download form .hs_sample_info {
  display: none;
}

body .list-articles1__over__text p,
body .list-articles1__over__text h1,
body .list-articles1__over__text h2,
body .list-articles1__over__text h3,
body .list-articles1__over__text h4,
body .list-articles1__over__text h5,
body .list-articles1__over__text h6,
body .list-articles1__over__text ol,
body .list-articles1__over__text ul {
  margin-bottom: 25px;
}

body .content-over3__icon-right > div {
  text-shadow:
    2px 0 0 #000,
    -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000,
    2px 2px #000,
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000;
}

.wp-popup-ttl,
.wp-popup-subttl {
  text-align: center;
}

body .wp-popup form input {
  display: block;
  padding: 7px;
  border: 1px solid silver;
  border-radius: 0;
  margin: 12px 0 2px 0;
  width: 100%;

  height: 38px;
  padding: 0 16px;
  width: 100%;
  display: block;
  color: #29425d;
  font-size: 15px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Raleway;
  border: #111b27 solid 1px;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hs-richtext h1 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wp-form-btn:hover {
  background: #111b27;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body .wp-popup form input[type="submit"] {
  padding: 0;
  border-radius: 0;
  margin: 20px 0 2px 0;
  font-weight: bold;
  text-align: center;
  width: 174px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border: 1px solid #111b27;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111b27;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  padding-left: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: url("/wp-content/themes/kesler_theme/img/i16.svg") no-repeat 125px
    16px !important;
}

body .wp-popup form input[type="submit"]:hover {
  background: #111b27 url("/wp-content/themes/kesler_theme/img/i15.svg")
    no-repeat 125px 16px !important;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body .wp-popup form .hs_submit:before {
  content: "All fields are required to fill";
  position: relative;
  font-size: 15px;
  color: #c4c4c4;
  display: block;
  height: 20px;
  margin: 20px 0 37px;
}

body .wp-popup form .hs_submit:before {
  content: "All fields are required to fill";
  position: relative;
  font-size: 15px;
  color: #c4c4c4;
  display: block;
  height: 20px;
  margin: 20px 0 37px;
}

.values-text-inner {
  color: #111b27;
}

.awards-text-inner {
  margin: 0;
  color: #111b27;
  text-align: left;
}

.wp-form-btn i.wpb2::before,
.wp-form-btn i.wpb2::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0px;
  top: 4px;
}

body .list-articles1__over__text .policy p {
  margin-bottom: 0;
}

.policy__text p:not(:last-child),
.policy__text ul:not(:last-child) {
  margin-bottom: 24px !important;
}

.post-642 .list-articles1__over,
.post-3 .list-articles1__over,
.post-655 .list-articles1__over,
.post-665 .list-articles1__over,
.post-669 .list-articles1__over,
.post-684 .list-articles1__over {
  padding-left: 0 !important;
}

.post-642 .list-articles1__text,
.post-3 .list-articles1__text,
.post-655 .list-articles1__text,
.post-665 .list-articles1__text,
.post-669 .list-articles1__text,
.post-684 .list-articles1__text {
  max-width: 1100px;
}

.list-link1__item:nth-child(5) {
  padding: 0 16px;
}

.list-link1__item:nth-child(4):after,
.list-link1__item:nth-child(5):after,
.list-link1__item:nth-child(6):after {
  border: none;
}

.list-link1__item:nth-child(6)::after {
  content: "—";
  padding: 0;
  margin: 0 5.5px 0 7px;
  color: #ccc;
}

@media screen and (max-width: 700px) {
  .footer__bottom-right {
    float: left;
    padding-top: 10px;
  }

  .list-link1__item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .list-link1__item:nth-child(6) {
    display: block;
    clear: both;
  }
}

.policy__big-link {
  text-decoration: underline;
}

.policy__big-link:hover {
  text-decoration: none;
}

.fcr__form-row:nth-child(5) {
  margin-bottom: 27px;
}

/*.grad-bg {
    height: calc(100vh - 200px);
}*/

#wpcf7-f730-o1 .wpcf7-form {
  max-width: 230px;
  margin: 50px 0 -10px 0;
}

.policy__inp input {
  width: 100%;
  height: 43px;
  border: rgba(17, 27, 39, 0.5) solid 1px;
  padding: 0 17px;
  font-size: 16px;
  line-height: 24px;
  font-family: Raleway;
  font-weight: 500;
  color: #888d93;
  letter-spacing: 0.02em;
  -webkit-transition:
    border 0.2s,
    color 0.2s;
  transition:
    border 0.2s,
    color 0.2s;
}

.policy__inp input:focus {
  color: #111b27;
}

.policy__btn-c {
  max-width: 166px;
  height: 43px;
  position: relative;
}

#wpcf7-f730-o1 .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: left;
  border: #111b27 solid 1px;
  font-size: 16px;
  line-height: 23px;
  font-family: Raleway;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 9px 15px 9px 30px;
  background: none;
  color: #111b27;
  -webkit-transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
  transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
}

#wpcf7-f730-o1 .policy__btn-c:after {
  position: relative;
}

#wpcf7-f730-o1 .policy__btn-c:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #111b27;
  right: 30px;
  top: 22px;
  margin-top: -5px;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

#wpcf7-f730-o1 .policy__btn-c:hover .wpcf7-submit {
  background: #111b27;
  color: #fff;
}

#wpcf7-f730-o1 .policy__btn-c:hover:after {
  border-color: transparent transparent transparent #fff;
}

.policy__inp input:placeholder {
  color: #888d93;
}

.policy__inp input:-webkit-input-placeholder {
  color: #888d93;
}

.policy__inp input:-moz-placeholder {
  color: #888d93;
}

.policy__inp input:-moz-placeholder {
  color: #888d93;
}

.policy__inp input:-ms-input-placeholder {
  color: #888d93;
}

.policy__acc-col:first-child {
  width: 48%;
  padding: 0 0 0 10px;
}

.policy__acc-col:nth-child(2) {
  width: 52%;
}

.policy__acc-body {
  padding-top: 30px;
  padding-right: 0px;
  display: none;
}

.fcr__form br {
  display: none;
}

/*
.fcr__form_thanks{
	border:2px solid #00cc00;
	padding:15px;
	font-weight:bold;
	text-align:center;
	display:none;
	height:100%;
	align-items:center;
	justify-content:center;
}
.fcr__form_thanks.on{
	display:flex;
}
*/

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: #cc0000 !important;
}

#wpcf7-f810-o1 .wpcf7-form label.error {
  color: #fff;
}

.fcr__check-text a {
  text-decoration: underline;
}

.fcr__check-text a:hover {
  text-decoration: none;
}

#wpcf7-f730-o1 .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.wpcf7 .ajax-loader {
  display: none;
}

@media screen and (max-width: 700px) {
  .fcr__form_thanks {
    margin-left: 0;
  }
}

.list-articles1__text .p-s2 br {
  display: block;
}

@media screen and (max-width: 500px) {
  .menu1__item {
    margin-bottom: 10px;
  }

  .menu1 {
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__bottom-left {
    padding-top: 30px;
  }

  .list-link1__item {
    margin-bottom: 13px;
  }

  .footer__bottom-right {
    padding-top: 30px;
  }
}

.fcr__form_thanks {
}

@media screen and (max-width: 1200px) {
  .fcr__form_thanks {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 700px) {
  .footer__bottom-right {
    float: left;
    padding-top: 19px;
  }

  .list-link1__item {
    margin-bottom: 13px;
  }
}

/*.list-link1__item:nth-child(4):after, .list-link1__item:nth-child(5):after {
    display: none;
}*/

@media screen and (min-width: 2000px) {
  .big-slider1__title1 {
    font-size: calc(100vw * 3 / 60);
    line-height: calc(100vw * 3 / 60);
  }
}

@media only screen and (min-width: 1770px) {
  .big-slider1__logo-list1 {
    left: 369px;
  }

  .big-slider1__logo-list1-item {
    width: 311px;
    text-align: center;
    padding: 0 !important;
    height: 141px;
    line-height: 141px;
  }
}

@media only screen and (min-width: 2000px) {
  .big-slider1__image.mod2 {
    right: var(--rrr);
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1769px) {
  .big-slider1__logo-list1 {
    left: 460px;
  }

  .big-slider1__logo-list1-item {
    width: 220px;
    text-align: center;
    padding: 0 !important;
  }
}

.slide2-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide2-logo {
  width: 200px;
  height: 82px;
  background: #fff;
  margin-right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.slide2-logo img {
  max-width: 130px;
}

.slide2-logo-1 {
  border-bottom: 5px solid #0097dd;
}

.slide2-logo-2 {
  border-bottom: 5px solid #6c94c2;
}

.slide2-logo-3 {
  border-bottom: 5px solid #f16d24;
}

.slide2-logo:hover {
  border-width: 20px;
}

.slide-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.slide-award {
  width: 150px;
}

.slide-award:not(:last-child) {
  margin-right: 2px;
}

.slide-award__img {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 5px);
  position: relative;
  background: #fff;
}

.slide-award__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*width:calc(100% - 40px);*/
}

.slide-award--1 .slide-award__img {
  border-bottom: #ff4713 solid 5px;
}

.slide-award--1 img {
  /*max-width:102px;*/
}

.slide-award--2 .slide-award__img {
  border-bottom: #f48132 solid 5px;
}

.slide-award--3 .slide-award__img {
  border-bottom: #af2226 solid 5px;
}

.show-mob {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  .show-mob {
    display: block !important;
  }
}

.slide-award--2 img {
  /*max-width:66px;*/
}

.slide-awards-all {
  position: absolute;
  width: 260px;
  left: 183px;
  bottom: 240px;
  z-index: 5;
}

.slide-publs,
.slide-publs *,
.slide2-logos,
.slide2-logos * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slide-publs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 754px;
}

.slide-publ {
  width: 250px;
  height: 82px;
  padding: 10px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 0.03em;
  font-weight: 600;
  background: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
}

.slide-publ span {
  position: relative;
}

.slide-publ:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.slide-publ:not(:last-child) {
  margin-right: 2px;
}

.slide-publ--1 {
  color: #1984c8;
}

.slide-publ--1:before {
  background: #1984c8;
}

.slide-publ--2 {
  color: #21bdce;
}

.slide-publ--2:before {
  background: #21bdce;
}

.slide-publ--3 {
  color: #995da5;
}

.slide-publ--3:before {
  background: #995da5;
}

.slide-publ:hover {
  color: #fff;
}

.slide-publ:hover:before {
  height: 100%;
}

.slide-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 43px;
  border: #fff solid 1px;
  color: #fff;
  text-decoration: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
  transition:
    border 0.2s,
    background 0.2s,
    color 0.2s;
}

.slide-btn:hover {
  background: #fff;
  color: #111b27;
}

.slide-values-btn {
  width: 100%;
  max-width: 270px;
}

.slide-contact-btn {
  display: block;
  width: 79px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slide-contact-btn img {
  width: 100%;
}

.slide-contact-btn:hover {
  opacity: 0.7;
}

.book__top {
  display: flex;
  align-items: center;
  padding-right: 15%;
}

.book__image {
  min-height: 582px;
  flex-basis: 56%;
  background-repeat: no-repeat;
  background-position: center center;
}

.book__content {
  margin-left: 8.5%;
  flex-basis: 37%;
  padding: 20px 0;
}

.book__title {
  font-size: 60px;
  line-height: 57px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #29425e;
}

.book__text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  color: #000000;
  max-width: 580px;
  margin: 43px 0 45px;
}

.book__link {
  width: 184px;
}

.book__download-block {
  flex-basis: 100%;
  padding: 77px 142px 66px;
  background-repeat: no-repeat;
  background-position: center center;
}

.book__download-link {
  max-width: 584px;
  display: block;
  position: relative;
  transition: opacity 0.3s;
}

.book__download-arrow {
  display: inline-block;
  width: 43px;
  height: 18px;
  margin: 0 0 5px 13px;
  background-image: url(../img/arrow-right-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .book__download-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1769px) {
  .book__link {
    width: 184px;
  }

  .book__top {
    padding-right: 5%;
  }

  .book__download-block {
    padding: 70px 95px;
  }
}

@media only screen and (max-width: 1366px) {
  .book__title {
    font-size: 40px;
    line-height: 1.2;
  }

  .book__text {
    font-size: 22px;
    line-height: 1.2;
    margin: 25px 0;
  }

  .book__download-link {
    max-width: 380px;
  }

  .book__download-arrow {
    width: 36px;
    height: 14px;
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 1279px) {
  .book__download-block {
    padding: 70px 55px;
  }
}

@media only screen and (max-width: 1199px) {
  .book__top {
    padding-right: 30px;
  }

  .book__image {
    min-height: 420px;
    flex-basis: 49%;
  }

  .book__content {
    margin-left: 4%;
    flex-basis: 47%;
  }
}

@media only screen and (max-width: 1000px) {
  .book__download-block {
    padding: 70px 28px;
  }
}

@media only screen and (max-width: 760px) {
  .book__top {
    display: block;
    padding-right: 0;
  }

  .book__title {
    font-size: 32px;
  }

  .book__download-block {
    padding: 20px 28px 90px;
    background-size: cover;
    background-position-x: 58%;
    background-position-y: top;
  }
}

@media only screen and (max-width: 576px) {
  .book__image {
    background-size: cover;
    min-height: 340px;
  }

  .book__download-block {
    padding-bottom: 40px;
  }

  .book__download-link {
    max-width: 210px;
  }

  .book__download-arrow {
    display: none;
  }
}

.book-page .fs {
  padding: 120px 15% 120px 188px;
  background: linear-gradient(134.07deg, #1d5081 16.71%, #000000 91.9%);
}

.book-page h1 {
  font-size: 85px;
  line-height: 76.5px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #ffffff;
  max-width: 870px;
}

.book-page .content-section {
  display: flex;
  flex-direction: row-reverse;
  padding: 108px 15% 120px 188px;
}

.book-page .content {
  max-width: 640px;
}

.book-page .content h3 {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
  max-width: 580px;
}

.book-page .content p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #111b27;
}

.book-page .content p:not(:last-of-type) {
  margin-bottom: 25px;
}

.book-page .preview {
  position: relative;
  flex-grow: 1;
  text-align: center;
}

.book-page .preview__image {
  position: absolute;
  top: -559px;
  left: -178px;
}

.book-page .preview__link {
  display: block;
  margin: 205px 0 0 155px;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 768px) {
  .book-page .preview__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1769px) {
  .book-page .fs {
    padding: 120px 90px 120px;
  }

  .book-page .content-section {
    padding: 108px 90px 120px;
  }

  .book-page .preview__image img {
    max-width: 950px;
  }
}

@media only screen and (max-width: 1530px) {
  .book-page .preview__image {
    top: -345px;
    left: -30px;
  }

  .book-page .preview__image img {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1360px) {
  .book-page .fs {
    padding: 70px 90px 165px;
  }

  .book-page h1 {
    font-size: 55px;
    line-height: 1.3;
    max-width: 600px;
  }
}

@media only screen and (max-width: 1100px) {
  .book-page .content-section {
    display: block;
    padding: 60px 40px;
  }

  .book-page .preview {
    text-align: left;
    margin-bottom: 90px;
  }

  .book-page .preview__image {
    top: -225px;
    left: unset;
    right: -110px;
  }

  .book-page .preview__image img {
    max-width: 600px;
  }

  .book-page .preview__link {
    margin: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .book-page .fs {
    padding: 70px 40px 165px;
  }

  .book-page .content h3 {
    margin-bottom: 20px;
  }

  .book-page .content p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .book-page .fs {
    padding: 70px 30px 165px;
  }

  .book-page h1 {
    font-size: 40px;
  }

  .book-page .preview__image {
    top: -315px;
  }

  .book-page .preview__image img {
    max-width: 470px;
  }

  .book-page .preview__link {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 800px) {
  /*.slide2-logos {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.slide2-logos div {
		margin-bottom: 1px;
	}

	.slide2-logos div img {
		max-width: 100px;
	}

	.slide2-logo-1 {
		border-bottom: 3px solid #0097DD;
	}

	.slide2-logo-2 {
		border-bottom: 3px solid #6C94C2;
	}

	.slide2-logo-3 {
		border-bottom: 3px solid #F16D24;
	}*/

  .slide2-logos {
    display: block;
  }

  .slide2-logo {
    width: 230px;
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 1769px) {
  .slide-awards-all {
    bottom: 180px;
    left: 135px;
  }
}

@media only screen and (max-width: 1600px) {
  .big-slider1__image.mod5 {
    margin-top: -150px;
    height: 400px;
    right: calc(var(--rrr) - 398px);
  }
}

@media only screen and (max-width: 1279px) {
  .slide-awards-all {
    left: 92px;
  }

  .big-slider1__image.mod5 {
    margin-top: -50px;
    height: 350px;
  }
}

@media only screen and (max-width: 1000px) {
  .slide-publs {
    display: block;
    width: auto;
  }

  .slide-publ {
    margin-right: 0 !important;
    margin-bottom: 1px;
    font-size: 20px;
  }

  .big-slider1__link-bottom {
    left: 28px;
    bottom: 125px;
  }

  .slide-awards-all {
    left: 67px;
    bottom: 127px;
    width: 200px;
  }

  .slide-contact-btn {
    width: 63px;
  }

  .big-slider1__image.mod5 {
    margin-top: 0;
    top: auto;
    bottom: 168px;
    height: 258px;
    right: calc(var(--rrr) - 425px);
  }
}

@media only screen and (max-width: 500px) {
  .big-slider1__image.mod2 {
    right: auto;
    left: -10px;
  }
}

@media only screen and (max-width: 400px) {
  .slide-awards {
    width: calc(100vw - 56px);
  }

  .slide-award {
    /*width:calc((100% - 2px) / 2);*/
  }
}

@media only screen and (max-width: 370px) {
  .big-slider1__image.mod5 {
    height: 238px;
    margin-top: -120px;
  }

  .big-slider1__image.mod6 {
    bottom: 120px;
    height: 400px;
  }
}

/* Added by Hamidreza */
/* About Section */
hr.custom {
  border: 0; /* Removes default border */
  height: 2px; /* Sets the height of the line */
  background-color: #ccdae8; /* Sets the color */
  margin: 50px 0 0; /* Adds space above and below */
  grid-column: 1/3;
}
.about__section-home {
  margin-top: 45px;
  row-gap: 40px;
}
.book__section-home {
  margin-bottom: 45px;
}

.about__section-title-home {
  grid-column: 1/3;
}
.main-text1__item,
.about__section-title-home {
  padding: 0 !important;
  margin: 0 !important;
}

/* Book Section */
.book__section-home,
.about__section-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(20px, 5vw, 140px);
  padding: 45px 15% 45px 142px;
  align-items: center;
}

.book__section-info-home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.book__section-title-home {
  font-size: clamp(32px, 5vw, 60px);
  line-height: 110%;
  font-weight: 900;
  letter-spacing: 2%;
  color: #29425e;
}

.book__section-subtitle-home {
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 140%;
  font-weight: 800;
  color: #242424;
  letter-spacing: 2%;
}

.book__section-grid-home {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.book__top-home {
  display: flex;
  align-items: stretch;
  padding-right: 0;
  background-color: #f0f3f5;
}

.book__image-home {
  min-height: 211px;
  min-width: 200px;
  flex-basis: 25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.book__content-home {
  display: flex;
  flex-basis: 100%;
  padding: 30px 34px 24px;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}

.book__title-home {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 140%;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #242424;
}

.book__link-home {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  color: #111b27;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 24.37px;
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.book__download-arrow-home {
  display: inline-block;
  width: 22px;
  height: 13px;
  background-image: url(../img/icon-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s all ease-in-out;
}

.book__link-home:hover {
  opacity: 0.7;
  transition: 0.2s all ease-in-out;
}

.book__download-block {
  background-size: cover;
}

/* Responsive Breakpoints */

@media only screen and (max-width: 1769px) {
  .book__section-home,
  .about__section-home {
    padding: 40px 10% 40px 95px;
  }

  .book__top-home {
    padding-right: 0;
  }

  .main-text1__item {
    width: 394px;
  }

  hr.custom {
    margin: 40px 0 0;
  }
  .about__section-home {
    margin-top: 40px;
  }
  .book__section-home {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1279px) {
  .book__section-home,
  .about__section-home {
    padding: 35px 8% 35px 55px;
    column-gap: 40px;
  }
  .main-text1__item {
    width: 100%;
  }

  hr.custom {
    margin: 30px 0 0;
  }
  .about__section-home {
    margin-top: 35px;
  }
  .book__section-home {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1000px) {
  .book__section-home,
  .about__section-home {
    grid-template-columns: 1fr;
    padding: 30px 28px;
    row-gap: 30px !important;
  }

  hr.custom {
    margin: 30px 0 0;
  }
  .about__section-home {
    margin-top: 30px;
  }
  .book__section-home {
    margin-bottom: 30px;
  }

  .about__section-home {
    row-gap: 0;
  }
  .about__section-title-home,
  hr.custom {
    grid-column: 1/2;
  }

  .book__section-info-home {
    gap: 30px;
    order: -1;
  }

  .book__section-title-home {
    font-size: 40px;
  }

  .book__top-home {
    padding-right: 0;
  }
  .book__section-grid-home {
    gap: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .book__section-home,
  .about__section-home {
    padding: 40px 28px;
  }

  hr.custom {
    margin: 50px 0 0;
  }
  .about__section-home {
    margin-top: 40px;
  }
  .book__section-home {
    margin-bottom: 40px;
  }

  .book__section-title-home {
    font-size: 32px;
  }

  .book__section-grid-home {
    gap: 30px;
  }

  .book__top-home {
    flex-direction: column;
  }

  .book__image-home {
    min-height: 380px;
    flex-basis: auto;
  }

  .book__content-home {
    padding: 24px 28px;
  }

  .book__link-home {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .book__section-home,
  .about__section-home {
    padding: 30px 20px;
  }

  hr.custom {
    margin: 30px 0 0;
  }
  .about__section-home {
    margin-top: 30px;
  }
  .book__section-home {
    margin-bottom: 30px;
    gap: 50px !important;
  }

  .book__section-info-home {
    gap: 24px;
  }

  .book__section-grid-home {
    gap: 30px;
  }

  .book__image-home {
    min-height: 348px;
    min-width: 100%;
  }

  .book__content-home {
    padding: 20px;
  }

  .book__download-arrow-home {
    width: 18px;
    height: 11px;
  }
}
