@charset "utf-8";
@import 'drop.css';
@font-face {
  font-family: 'pragmatica';
  src: url('../fonts/pragmatica/pragmaticac.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'pragmatica';
  src: url('../fonts/pragmatica/pragmaticalightc.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'pragmatica';
  src: url('../fonts/pragmatica/pragmaticacbold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'MinionPro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}

/*
font-family: 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif;
*/
/*
font-family: 'Fira Sans', sans-serif;
*/
/*
font-family: 'MinionPro', sans-serif;
*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after,
.container:after,
.header .header_top:after,
.about_serv_info .max:after,
.our_service_sec .max:after,
.info_delivery_type_sec .max:after,
.prices_sec .max:after,
.big_text_sec .big_text_wrap:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
html {
  font: normal 17px/1.4 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif;
  color: #000;
}
body {
  text-align: left;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-height: 9001em;
}
fieldset,
form,
figure,
legend {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
b,
strong {
  font-weight: bold;
}
hr {
  height: 0;
  box-sizing: content-box;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn,
address {
  font-style: normal;
}
/* Input */
input,
textarea,
select,
button,
.jcf-select-text,
.jcf-option {
  font: normal 17px 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif;
  color: #000;
  outline: none;
  line-height: normal;
  background: none;
  box-shadow: none;
}
input,
textarea,
select,
.jcf-select-text {
  margin: 0;
  border: 1px solid #ceccd1;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  padding: 21px 16px;
  height: 65px;
  background: #fff;
}
input,
textarea {
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus + .jcf-select-text {
  border-color: #acb1d0;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

:-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.jcf-select-text .jcf-option-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
textarea {
  resize: none;
  height: 160px;
}
[hidden],
template {
  display: none;
}
.input {
  margin-bottom: 30px;
  position: relative;
}
.input input,
.input textarea,
.input select {
  width: 100%;
}
.input input {
  padding-right: 0;
}
.input textarea.autosize {
  height: 65px;
  overflow: hidden;
}
.input_search input {
  background-image: url(../img/search-grey.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: auto 17px;
  padding-right: 32px;
}
.input_small input,
.input_small .jcf-select-text,
.input_small textarea {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 14px;
  height: auto;
}
.input input[type='button'],
.input input[type='reset'],
.input input[type='submit'],
.input input[type='checkbox'],
.input input[type='radio'] {
  width: auto;
}
input:disabled,
textarea:disabled {
  color: rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
}
.jcf-select {
  display: block;
  position: relative;
  width: 100%;
}
.jcf-select select {
  cursor: pointer;
  z-index: 3;
}
.jcf-select-text {
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 24px !important;
}
.jcf-drop-active .jcf-select-text {
  border-color: #acb1d0;
}
.jcf-select-opener {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  background: url(../img/select-arr.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 13px;
  height: 7px;
  margin: -3px 11px;
}
.jcf-select-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #acb1d0;
  border-radius: 0 0 5px 5px;
  margin: -4px 0 0 0;
  overflow: hidden;
}
.jcf-select-drop ul,
.jcf-select-drop li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.jcf-select-drop .jcf-list-content {
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 33vh !important;
}
.jcf-option {
  display: block;
  line-height: normal;
  font-size: 15px;
  padding: 11px 16px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.jcf-option.jcf-option-placeholder {
  display: none;
}
.jcf-option:hover {
  color: #330099;
}
.jcf-option.jcf-selected {
  color: #a1a1a1;
  cursor: default;
}
.checkbox {
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #ceccd1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}
.checkbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(../img/checkbox.svg) no-repeat 50% 50%;
  background-size: auto 11px;
  opacity: 0;
}
input:checked + .checkbox {
  border-color: #330099;
  background-color: #330099;
}
input:checked + .checkbox:before {
  opacity: 1;
}
.radio {
  display: block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ceccd1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}
.radio:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 50%;
  margin: 3px;
  background: #330099;
  opacity: 0;
}
input:checked + .radio {
  border-color: #330099;
}
input:checked + .radio:before {
  opacity: 1;
}
/* END Input */
/* Table */
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  vertical-align: middle;
  text-align: left;
  border: 1px solid #acb1d0;
  padding: 16px 30px;
}
th {
  color: #3c2f8f;
  font-weight: 400;
}
tr:nth-child(odd) td {
  background: #eeeff6;
}
.table-responsive {
  width: 100%;
  border: 1px solid #acb1d0;
  border-radius: 7px;
  overflow: hidden;
}
.table-responsive table {
  margin-bottom: 0 !important;
}
.table-responsive th {
  border-top: none;
}
.table-responsive th:first-child,
.table-responsive td:first-child {
  border-left: none;
}
.table-responsive th:last-child,
.table-responsive td:last-child {
  border-right: none;
}
.table-responsive tr:last-child td {
  border-bottom: none;
}
/* END Table */
/* hyphens auto �뫮 */
p,
article {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
p,
ul,
ol,
table,
form,
.table-responsive {
  margin: 0 0 31px;
}
ul,
ol {
  padding: 0 0 0 18px;
}
li {
  margin: 0 0 9px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
  line-height: 1.2;
  font-size: 50px;
  color: #000;
  margin: 0 0 36px;
}
h2,
.h2 {
  font-size: 50px;
}
h3,
.h3 {
  font-size: 40px;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong {
  font-weight: normal;
}
h4,
.h4,
h5,
.h5 {
  font-size: 30px;
  font-weight: 400;
  font-family: 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif;
}
h5,
.h5 {
  font-size: 21px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 17px;
  font-weight: 700;
}
a {
  cursor: pointer;
  color: #5a64a1;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
.nowrap {
  white-space: nowrap;
}
.nofloat {
  height: 100%;
  overflow: hidden;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.outtaHere {
  display: none;
  position: absolute;
  left: -10000px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.flex,
.monster_button,
.header .header_top_hold,
.header .phone_wrapp,
.form_bottom .form_bottom_hold,
.form_small .btn_hold,
.about_our_serv_sec .about_our_serv_hold,
.about_our_serv_sec .item,
.about_comp_sec .about_comp_hold,
.about_comp_sec .item,
.day_icon_hold .day_icon_text,
.day_icon_hold .day_icon,
.day_icon_hold .day_icon .day_icon_item,
.contact_adr_sec .contact_adr,
.contact_adr_sec .item,
.form .form_half_hold,
.form_col-3,
.our_service_sec ol,
.deliv_var_sec .deliv_var_hold,
.train_type_sec .train_type_hold,
.big_text_sec .footer_nav ul,
.big_text_sec .big_text_hold,
.e_table_wrapp .e_table_row,
.e_table_wrapp .e_table_item,
.big_bl_txt_sec,
.blog_block_hold,
.blog_block_hold2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.half {
  width: calc(50% - 15px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wrapper,
.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper {
  min-height: 100vh;
}
.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.content:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.video {
  width: 100%;
  margin: 0 auto 17px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 56%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.phone_num {
  cursor: pointer;
  color: #010101;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}
.phone_num:hover {
  text-decoration: none;
}
.btn {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  color: #5a64a1;
  font-size: 13px;
  line-height: 1;
  background: none;
  padding: 15px 23px;
  border: 1px solid #acb1d0;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
}
.btn:hover {
  text-decoration: none;
  background-color: #f4f5fb;
  border-color: #acb1d0;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn_darkblue {
  border-color: #309;
  background-color: #309;
  color: #fff;
}
.btn_darkblue:hover {
  border-color: #4e10ca;
  background-color: #4e10ca;
}
.header-new .r .btn_darkblue {
  border-color: #ff6600;
  background-color: #ff6600;
}
.header-new .r .btn_darkblue:hover {
    border-color: #ff8126;
    background-color: #ff8126;
}
.btn_mid,
.btn_mid2 {
  text-transform: none;
  font-size: 18px;
  padding: 22px 35px;
}
.btn_mid2 {
  min-width: 230px;
}
.btn_big {
  padding: 25px 35px;
  min-width: 170px;
}
.btn_blue {
  border-color: #309;
  color: #309;
}
.btn_blue:hover {
  background-color: #f1edf8;
}
.btn_blue2 {
  border-color: #309;
  color: #309;
}
.btn_blue2:hover {
  background-color: #f1edf8;
}
.btn_orange {
  background-color: #f60;
  border-color: #f60;
  color: #fff;
}
.btn_orange:hover {
  border-color: #ff8126;
  background-color: #ff8126;
}
.btn.active {
  cursor: default !important;
  border-color: #cdd0e3 !important;
  color: #cdd0e3 !important;
  background: none !important;
}
.btn.active:active {
  top: 0 !important;
}
.btn_darkblue.active {
  border-color: #309 !important;
  background-color: #309 !important;
  color: #fff !important;
}
.monster_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 21px;
  line-height: 1.2;
  color: #5a64a1;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #acb1d0 !important;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 370px;
  max-width: 100%;
  min-height: 150px;
}
.monster_button:hover {
  text-decoration: none;
  background-color: #f4f5fb;
}
.btn_icon {
  display: inline-block;
  width: 30px;
  overflow: hidden;
}
.btn_icon img {
  width: 100%;
}
.btn_download {
  text-transform: none;
  position: relative;
  padding: 13px 20px 13px 57px;
  font-size: 17px;
}
.btn_download .btn_icon {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn_upload_file {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 65px;
  font-size: 17px;
  line-height: 65px;
  vertical-align: middle;
  font-weight: 400;
  text-transform: none;
}
.padding_top {
  padding-top: 55px !important;
}
/* H E A D E R */
.header {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.header .header_top {
  margin-bottom: 12px;
  padding: 23px 0 0;
}
.header .logo {
  width: 272px;
}
.header .logo {
  float: left;
  margin: 0 0 20px;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .header_top_hold {
  width: calc(100% - 350px);
  float: right;
}
.header .phone_wrapp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.header .phone_wrapp .phone_num {
  display: inline-block;
  margin: 5px 0;
}
.header .phone_wrapp .btn {
  margin: 0 0 0 29px;
}
.header .btn_hold {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.header .btn_hold .btn {
  margin: 0 0 15px 15px;
  min-width: 100px;
}
.header .btn_hold .btn.active {
  cursor: default;
  background-color: transparent !important;
  color: #5a64a1 !important;
  border-color: #5a64a1 !important;
  opacity: 0.5;
}
/* M E N U _ T O P */
#menu_label {
  display: none;
  cursor: pointer;
  background: #309;
  border-radius: 4px;
  position: absolute;
  top: 21px;
  left: 15px;
}
/* ICON */
#nav-toggle {
  width: 30px;
  height: 21px;
  margin: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#nav-toggle span:before,
#nav-toggle span:after {
  content: '';
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1px;
  cursor: pointer;
}
#nav-toggle span {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: 9px;
}
#nav-toggle span:before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  top: -9px;
}
#nav-toggle span:after {
  -webkit-transition: bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -9px;
}
.open #nav-toggle span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open #nav-toggle span:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.open #nav-toggle span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* end ICON */

#menu_top {
  position: relative;
  padding-right: 125px;
}
#menu_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu_top ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 53px 18px 0;
  padding: 0;
}
#menu_top ul li.mob_visible {
  display: none;
}
#menu_top ul li a,
#menu_top ul li .active {
  color: #5a64a1;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#menu_top ul li a:hover,
#menu_top ul li .active {
  color: #323f78;
  border-bottom: 4px solid #f60;
  padding-bottom: 18px;
}
#menu_top ul ul {
  margin-top: -14px;
  display: none;
  font-size: 70%;
}
#menu_top ul ul li a {
  font-size: 95%;
}
#menu_top ul ul li span.active {
  font-size: 95%;
}
#menu_top .btn {
  border-bottom-width: 1px !important;
  padding: 10px !important;
}
#menu_top .btn.btn_darkblue {
  border-color: #309;
  background-color: #309;
  color: #fff;
  margin: 15px 15px 20px 15px;
}
#menu_top .btn.btn_darkblue:hover {
  border-color: #4e10ca;
  background-color: #4e10ca;
  color: #fff;
}
/* end M E N U _ T O P */
/* end H E A D E R */
/* F O O T E R */

.footer {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background: #212122;
  padding: 52px 0;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer a:hover {
  color: rgba(255, 255, 255, 1);
}
.footer .h3 {
  color: #fff;
  font: inherit;
  font-size: 17px;
  margin: 0 0 13px 0;
}
.footer p {
  margin: 0 0 10px 0;
}
.footer p:last-child {
  margin-bottom: 0;
}
.foot_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 -18px;
  padding: 0;
}
.foot_row > * {
  padding: 16px 0 16px 18px;
}
.foot_l {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.foot_r {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 340px;
}
.foot_line {
  height: 1px;
  background: #fff;
  opacity: 0.43;
  margin: 22px 0;
}
.foot_menu {
  padding: 9px 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.foot_menu_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot_menu_in > * {
  padding: 0 0 0 18px;
}
.foot_l .foot_menu_in {
  margin-left: -36px;
}
.foot_l .foot_menu_in > * {
  padding-left: 54px;
}
.foot_r .foot_menu_in > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.foot_menu ul {
  list-style: none;
  margin: 0;
}
.foot_menu li:before {
  display: none;
}
.foot_menu li {
  list-style: none;
  margin: 0;
  padding: 0 0 14px 0;
}
.foot_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.foot_stars a {
  color: #fff;
}
.foot_stars a:hover {
  text-decoration: underline;
}
.foot_stars img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 14px;
  width: auto;
  margin: 0 12px 0 0;
  position: relative;
  top: -1px;
}
.foot_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  min-width: 340px;
}
.foot_download > * {
  margin: 0 0 0 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.foot_download img {
  width: 150px;
  height: auto;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}
.foot_lang {
  width: auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.foot_lang > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 13px;
  line-height: 32px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 0 4px;
  min-width: 34px;
  text-decoration: none !important;
  margin: 0 0 0 6px;
}
.foot_lang > *:first-child {
  margin-left: 0;
}
.foot_lang > a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.foot_lang .active {
  border-color: #9b97a6;
}

@media only screen and (max-width: 840px) {
  .foot_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .foot_l,
  .foot_r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 0;
  }
  .foot_menu {
    width: 50%;
  }
  .foot_menu_in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0 !important;
  }
  .foot_menu_in > * {
    width: 100%;
    padding-left: 18px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 560px) {
  .foot_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .foot_l,
  .foot_r {
    width: 100%;
  }
  .foot_menu {
    width: 100%;
  }
  .foot_menu:not(.foot_r) {
    padding-bottom: 28px;
  }
  .foot_menu_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .foot_menu_in > * {
    width: 100%;
  }
}
/* end F O O T E R */

.placeholder {
  font-size: 17px;
  line-height: 1;
  color: #a1a1a1;
  position: absolute;
  padding: 23px 0 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  top: 1px;
  left: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.input_small .placeholder {
  padding-top: 16px;
  font-size: 15px;
}
.input--filled .placeholder {
  color: #9792a2;
  font-size: 14px;
  padding-top: 6px;
}
.input--filled input,
.input--filled textarea {
  padding-top: 29px;
  padding-bottom: 10px;
}
.input--filled.input_small input,
.input--filled.input_small textarea {
  padding-top: 25px;
  padding-bottom: 4px;
}
.anim:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*z-index: -1;*/
  border-radius: 5px;
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0 0 100px 50px #acb1d0;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0 0 100px 50px #acb1d0;
    opacity: 0;
  }
}
.doc_ico {
  display: inline-block;
  width: 30px;
  height: 37px;
  overflow: hidden;
}
.doc_ico img {
  max-height: 100%;
}
.noValid_text {
  color: #e33e3e !important;
  font-size: 14px;
  line-height: 1.1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 3px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.noValid .noValid_text {
  opacity: 1;
  visibility: visible;
}
.noValid input {
  border-color: #e33e3e !important;
}
.input_big input {
  background: #f3f4f6;
  border-color: #f3f4f6;
  font-size: 22px;
  padding-left: 15px;
}
.input_big input:focus {
  border-color: #acb1d0;
  background-color: #fff;
}
.input_big .placeholder {
  padding-left: 15px;
}
.input_big .doc_ico {
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.form_bottom .form_bottom_hold .input {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.form_bottom .form_bottom_hold .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 65px;
}
.bottom_sec {
  padding: 59px 0 32px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.bottom_sec:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 0, 112, 0.4);
}
.bottom_sec .container {
  z-index: 1;
}
.bottom_sec .titl {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 3px;
}
/* M O D A L */
.modal_div {
  width: 570px;
  max-height: 92%;
  max-width: 92%;
  padding: 83px 40px 13px;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2001;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal_div .btn {
  margin-top: 45px;
}
.modal_div .modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  display: block;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_div .modal_close:hover {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  border: 1px solid #309;
}
.modal_div .modal_close:before,
.modal_div .modal_close:after {
  content: '';
  display: block;
  background: #a2a2a2;
  position: absolute;
}
.modal_div .modal_close:before {
  height: 2px;
  top: 50%;
  left: 5px;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal_div .modal_close:after {
  width: 2px;
  top: 5px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal_div .modal_close:hover:before,
.modal_div .modal_close:hover:after {
  background: #309;
}
#overlay {
  background-color: #000;
  opacity: 0.1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 2000;
}
.modal_head {
  text-align: center;
  margin-bottom: 47px;
  font-size: 50px;
  line-height: 1;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
}
.modal_form {
  width: 370px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* end M O D A L */
.form_small {
  width: 370px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
}
.form_small p {
  margin-bottom: 23px;
}
.form_small .btn_hold {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 52px;
  margin: 0 -15px;
}
.form_small .btn_hold .btn {
  margin: 0 15px 15px;
}
/* fade_slide */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: text;
  -khtml-user-select: text;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none !important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  overflow: hidden;
  text-indent: -9999px;
}
.slick-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.slick-next {
  right: 50%;
  margin-right: -728px;
}
.slick-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 15px;
}
.slick-prev {
  left: 50%;
  margin-left: -728px;
}
.slick-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 15px;
}
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
  padding: 0;
}
.slick-dots li button {
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.45;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.slick-dots .slick-active button,
.slick-dots li button:hover {
  background-color: #fff;
  opacity: 0.75;
}
.top_image {
  height: 400px;
  overflow: hidden;
  position: relative;
  color: #000;
}
.top_image .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top_image .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Fira Sans', sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.top_image .text * {
  color: inherit;
}
.top_image .text h1 {
  font: inherit;
  margin: 0;
}
.top_image .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  text-transform: none;
  font-size: 17px;
  padding: 20px 32px;
  border-radius: 7px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 65px 0;
}
.fade_slide .top_image .btn {
  opacity: 0;
}
.fade_slide .slick-slide .text {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.fade_slide .slick-slide .btn {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.fade_slide .slick-active .text,
.fade_slide .slick-active .btn {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top_image .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.top_image.style1,
.top_image.style4,
.top_image.style5,
.top_image.style6,
.top_image.style7 {
  color: #fff;
}
.top_image.style1 .bg {
  background-color: #eef1f6;
  background-image: url(../img/top_image/1.gif);
}
.top_image.style2 .bg {
  background-color: #e0edf2;
  background-image: url(../img/top_image/2.jpg);
}
.top_image.style3 .bg {
  background-color: #f4e8e9;
  background-image: url(../img/top_image/3.jpg);
}
.top_image.style4 .bg {
  background-color: #f4e8e9;
  background-image: url(../img/top_image/4.jpg);
}
.top_image.style4 .bg:after,
.top_image.style5 .bg:after,
.top_image.style6 .bg:after,
.top_image.style7 .bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 8, 29, 0.5);
}
.top_image.style5 .bg {
  background-color: #896c68;
  background-image: url(../img/top_image/5.jpg);
}
.top_image.style6 .bg {
  background-color: #896c68;
  background-image: url(../img/top_image/6.jpg);
}
.top_image.style7 .bg {
  background-color: #896c68;
  background-image: url(../img/top_image/7.jpg);
}
.top_image.style8 .bg {
  background-color: #f4e8e9;
  background-image: url(../img/top_image/2.jpg);
}

@media only screen and (max-width: 1000px) {
  .top_image .bg {
    background-position: 60% 50%;
  }
  .top_image .text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 890px) {
  .top_image .bg {
    background-position: 65% 50%;
  }
  .top_image .text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 730px) {
  .top_image .text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 610px) {
  .top_image .bg {
    background-position: 70% 50%;
  }
  .top_image .text {
    padding-right: 0;
    padding-top: 0;
  }
  .top_image .text > * {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin: -20px;
    padding: 20px;
    width: 100%;
    box-sizing: content-box;
  }
}
/*03.04.19 start*/
.top_image.style-app {
  background-color: #eef1f5;
  background-image: url(../img/top_image/app.jpg);
  color: #000000;
  letter-spacing: -0.1em;
  background-position: 50% 0;
}
.top_image .small {
  font-size: 0.34em;
  line-height: 1.176;
  font-family: 'pragmatica', 'Fira Sans', sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  margin: 39px 0 0 0;
}
.top_image .app-download {
  margin-bottom: 58px;
  margin-top: -58px;
}
.fade_slide .slick-slide .app-download {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.fade_slide .slick-active .app-download {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -14px 0 0;
}
.app-download > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 14px 0 0;
  position: relative;
}
.app-download img {
  height: 35px;
  width: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.25;
}
.app-download a:hover img {
  opacity: 1;
}
.app-download .pop {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 120px;
  overflow: hidden;
  margin: 5px 0;
}

@media (pointer: coarse) {
  .app-download .pop {
    display: none !important;
  }
}
.app-download .pop img {
  opacity: 0;
  height: auto !important;
  width: 100% !important;
}
.app-download a:hover .pop {
  padding: 10px;
  height: auto;
}
.app-download a:hover .pop img {
  opacity: 1;
}

@media only screen and (max-width: 730px) {
  .top_image .small {
    font-size: 14px;
    margin-top: 20px;
  }
}
/*03.04.19 end*/

.top_image.style-icons {
  overflow: hidden;
  background: #eef1f6;
  position: relative;
}
.top_image.style-icons .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  z-index: 1;
}
.top_image.style-icons .text > * {
  max-width: 50%;
}
.top_image.style-icons .text > *,
.top_image.style-icons .btn {
  z-index: 2;
}
.top_image.style-icons .icons > * {
  max-width: 140px;
  max-height: 140px;
  width: 13vw;
  height: 13vw;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (max-width: 610px) {
  .top_image.style-icons .text > * {
    max-width: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .top_image.style-icons .text {
    z-index: 2;
  }
  .top_image.style-icons .icons {
    left: 0;
  }
  .top_image.style-icons .icons:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .top_image.style-icons .icons > * {
    width: 22vw;
    height: 22vw;
  }
}
.top_image.style-icons .icons > * > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: top-image-pulse 2s infinite, top-image-move 12s infinite;
  animation: top-image-pulse 2s infinite, top-image-move 12s infinite;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0.57);
  transform: scale(0.57);
  opacity: 0.9;
}
.top_image.style-icons .icons > * > * > * {
  position: absolute;
  top: 14%;
  left: 14%;
  width: 72%;
  height: 72%;
}
.top_image.style-icons .icons > *:hover > * {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes top-image-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes top-image-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes top-image-move {
  0% {
    -webkit-transform: scale(0.57);
    transform: scale(0.57);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.57);
    transform: scale(0.57);
    opacity: 0.9;
  }
}
@keyframes top-image-move {
  0% {
    -webkit-transform: scale(0.57);
    transform: scale(0.57);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.57);
    transform: scale(0.57);
    opacity: 0.9;
  }
}
.top_image.style-icons .icons .pos1 {
  top: 16%;
  left: 9%;
}
.top_image.style-icons .icons .pos1 > * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.top_image.style-icons .icons .pos2 {
  top: 16%;
  left: 39%;
}
.top_image.style-icons .icons .pos2 > * {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}
.top_image.style-icons .icons .pos3 {
  top: 29%;
  left: 59%;
}
.top_image.style-icons .icons .pos3 > * {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.top_image.style-icons .icons .pos4 {
  top: 20%;
  left: 83%;
}
.top_image.style-icons .icons .pos4 > * {
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}
.top_image.style-icons .icons .pos5 {
  top: 40%;
  left: 23%;
}
.top_image.style-icons .icons .pos5 > * {
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}
.top_image.style-icons .icons .pos6 {
  top: 61%;
  left: 45%;
}
.top_image.style-icons .icons .pos6 > * {
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}
.top_image.style-icons .icons .pos7 {
  top: 55%;
  left: 78%;
}
.top_image.style-icons .icons .pos7 > * {
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}
.top_image.style-icons .icons .pos8 {
  top: 46%;
  left: 101%;
}
.top_image.style-icons .icons .pos8 > * {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}
.top_image.style-icons .icons .pos9 {
  top: 69%;
  left: 13%;
}
.top_image.style-icons .icons .pos9 > * {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.top_image.style-icons .icons .pos10 {
  top: 84%;
  left: 31%;
}
.top_image.style-icons .icons .pos10 > * {
  -webkit-animation-delay: -11s;
  animation-delay: -11s;
}
.top_image.style-icons .icons .pos11 {
  top: 84%;
  left: 64.5%;
}
.top_image.style-icons .icons .pos11 > * {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.top_image.style-icons .icons .pos12 {
  top: 84%;
  left: 95%;
}
.top_image.style-icons .icons .pos12 > * {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}
/* end fade_slide */
.status_order_check_sec {
  color: #9792a2;
  padding: 30px 0 37px;
}
.status_order_check_sec .status_order_check_hold {
  border: 1px solid #dedde0;
  border-radius: 5px;
  padding: 32px 50px 0;
}
.status_order_check_sec .status_order_check_hold form {
  margin-bottom: 15px;
}
.status_order_check_sec .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.status_order_check_sec .h3 {
  margin-bottom: 6px;
}
.status_order_check_sec p {
  margin-bottom: 28px;
}
.status_order_check_sec .flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.status_order_check_sec .btn {
  margin-left: 30px;
}
.about_our_serv_sec {
  padding: 37px 0 15px;
  text-align: center;
}
.about_our_serv_sec .about_our_serv_hold {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -30px 0 0;
}
.about_our_serv_sec .item {
  width: calc(33.33% - 30px);
  margin: 0 30px 30px 0;
  padding: 21px 25px 21px 32px;
  overflow: hidden;
  border: 1px solid #dedde0;
  border-radius: 7px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 150px;
}
.about_our_serv_sec .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 95px;
  height: 87px;
  overflow: hidden;
  margin: 0 33px 10px 0;
}
.about_our_serv_sec .img img {
  max-height: 100%;
  width: auto;
}
.about_our_serv_sec .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  font-size: 21px;
}
/* about_comp_sec */
.about_comp_sec {
  padding: 64px 0 26px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.about_comp_sec .about_comp_hold {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -30px 0 0;
}
.about_comp_sec .item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  overflow: hidden;
  width: calc(50% - 30px);
  margin: 0 30px 30px 0;
  color: #9792a2;
  padding: 12px 4% 0 0;
}
.about_comp_sec .item_small {
  width: calc(33.33% - 30px);
}
.about_comp_sec .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  text-align: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background: #3c2f8f;
  border-radius: 50%;
  margin: 0 29px 0 0;
  position: relative;
}
.about_comp_sec .img img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_comp_sec .text_hold {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 0 0 10px;
  padding: 4px 0 0;
}
.about_comp_sec .titl {
  font-size: 21px;
  margin-bottom: 8px;
  color: #000;
}
.advantages_sec .img {
  background: transparent;
  border-radius: 0;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 29px 0 0;
  width: 170px;
  height: 151px;
}
.advantages_sec .img img {
  height: auto;
  left: auto;
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  max-height: 100%;
}

@media only screen and (max-width: 900px) {
  .advantages_sec .img {
    margin: 0 15px 0 0;
    width: 90px;
    height: auto;
  }
}
/* end about_comp_sec */
.content_top_sec {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.content_top_sec:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f081d;
  opacity: 0.45;
}
.content_top_sec .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 400px;
  padding: 50px 0;
}
.content_top_sec .content_top_hold {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content_top_sec .content_top_text {
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
}
.content_top_sec .content_top_text.big {
  font-size: 30px;
  line-height: 1.333;
}
.content_top_sec .h1 {
  margin-bottom: 52px;
  color: #fff;
}
.content_top_sec2,
.content_top_sec3 {
  background-attachment: scroll;
}
.content_top_sec2:before {
  background: transparent url('../img/bg/bg_img_grad.jpg') no-repeat center;
  background-size: cover;
}
.content_top_sec3 .h1 {
  margin-bottom: 0;
}
.content_top_sec + .about_comp_sec {
  padding: 87px 0 4px;
}
.about_comp_sec + .about_our_serv_sec {
  padding: 74px 0 46px;
}
.submenu_sec {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
}
.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -28px;
}
.submenu li {
  height: 80px;
  margin: 0 28px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.submenu li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f60;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.submenu li.active:after {
  height: 4px;
}
.submenu .link {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.submenu .link:hover,
.submenu .active .link {
  color: #323f78;
  text-decoration: none;
}

@media only screen and (max-width: 580px) {
  .submenu {
    margin: 0 -7px;
  }
  .submenu li {
    margin: 0 7px;
  }
  .status_order_check_sec p,
  .link .t {
    font-size: 18px;
  }
  .link .t {
    font-size: 17px;
  }
  .status_order_check_sec .h3 {
    font-size: 21px;
  }
  .status_order_check_sec p {
    margin-bottom: 10px;
  }
  .status_order_check_sec .status_order_check_hold {
    padding: 20px 20px 0;
}
    .status_order_check_sec .status_order_check_hold {
        padding: 15px 13px 0px;
    }
#authSmsForm1 .input {
    margin-bottom: 5px;
    margin-right: 5px;
    width: calc(100% - 105px);
    }

 #authSmsForm1 .input2,
  #authSmsForm1 button {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    padding: 7px 0;
  }
  .submenu li {
    margin: 0;
    padding: 7px 15px;
    height: auto;
  }
  .submenu li:after {
    right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: 0;
  }
  .submenu li.active:after {
    width: 4px;
    height: auto;
  }
}

@media only screen and (max-width: 840px) {
  .submenu_big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    padding: 7px 0;
  }
  .submenu_big li {
    margin: 0;
    padding: 7px 15px;
    height: auto;
  }
  .submenu_big li:after {
    right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: 0;
  }
  .submenu_big li.active:after {
    width: 4px;
    height: auto;
  }
}
.day_icon_hold .day_icon_text {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3px;
}
.day_icon_hold .day_icon {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.day_icon_hold .day_icon .day_icon_item {
  margin: 0 5px;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  color: #309;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #309;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.day_icon_hold .day_icon .wend {
  border-color: #f60;
  color: #f60;
}
.contact_adr_sec {
  text-align: center;
  padding: 70px 0 18px;
  border-bottom: 1px solid #e5e5e5;
}
.contact_adr_sec .h1 {
  margin-bottom: 73px;
}
.contact_adr_sec .contact_adr {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}
.contact_adr_sec .item {
  border: 1px solid #acb1d0;
  border-radius: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 15px 30px;
  padding: 10px 15px 10px 72px;
  overflow: hidden;
  position: relative;
  font-size: 21px;
  line-height: 1.43;
  text-align: left;
  width: 470px;
  max-width: 100%;
  min-height: 145px;
}
.contact_adr_sec .item a {
  color: #000;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
}
.contact_adr_sec .img {
  font-family: 'Fira Sans', sans-serif;
  font-size: 40px;
  line-height: 0.8;
  font-weight: 200;
  color: #5a64a1;
  text-align: left;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
}
.contact_adr_sec .img img {
  width: 100%;
  max-height: 100%;
}
.contact_adr_sec .txt {
  overflow: hidden;
  width: 100%;
}
.contact_adr_sec .btn {
  margin: 11px 0 10px;
}
.form {
  text-align: left;
}
.form .form_half_hold {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.form_sec {
  padding: 59px 0;
  text-align: center;
}
.button_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button_close:before,
.button_close:after {
  content: '';
  display: block;
  position: absolute;
  background: #a2a2a2;
}
.button_close:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.button_close:after {
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  margin-left: -1px;
}
.ok_ico,
.plus_ico {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 22px;
  height: 22px;
  margin: 0 5px;
}
.ok_ico img,
.plus_ico img {
  width: 100%;
}
.input_file_hold {
  position: relative;
}
.input_file_hold .btn {
  display: block;
  width: 100%;
  margin: 0 !important;
}
.input_file_hold .input_file_add {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px dashed #5a64a1;
}
.input_file_hold .btn_darkblue .input_file_add {
  border-color: #fff;
}
.input_file_hold .ok_ico {
  display: none;
}
.input_file_hold .button_close {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
.input_file_hold:hover .input_file_add,
.input_file_hold.file_selected .input_file_add {
  border-color: transparent;
}
.input_file_hold.file_selected .plus_ico {
  display: none;
}
.input_file_hold.file_selected .ok_ico,
.input_file_hold.file_selected .button_close {
  display: inline-block;
}
.form_col-3 {
  margin: 0 -30px 0 0;
}
.form_col-3 .input {
  width: calc(33.33% - 30px);
  margin-right: 30px;
}
.form_add_txtfile {
  position: relative;
  margin-bottom: 60px;
}
.form_add_txtfile .input {
  margin: 0 !important;
}
.form_add_txtfile textarea {
  height: 160px;
  padding-bottom: 70px;
  display: block;
}
.form_add_txtfile .input_file_hold {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.form_add_txtfile .input_file_hold .btn {
  border-radius: 0 0 5px 5px;
}
.order_form_sec {
  text-align: center;
  padding: 83px 0 70px;
}
.form_order {
  border: 1px solid #acb1d0;
  border-radius: 7px;
  text-align: center;
  padding: 70px 15px 40px;
}
.form_order .form_order_hold {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.form_order .btn {
  min-width: 300px;
  max-width: 100%;
  font-size: 17px;
  font-family: 'Fira Sans', sans-serif
}
.form_order .text_bottom {
  font-size: 21px;
  font-weight: 300;
  padding-top: 30px;
}
.map {
  height: 410px;
}
.map_label_title {
  font-size: 30px !important;
  text-align: center !important;
  text-transform: uppercase;
  color: #309;
  margin: 20px 0;
  background: url('../img/logo.png') no-repeat center;
  background-size: contain;
  height: 40px;
  text-indent: -9999px;
}
.map_label_title2 {
  font-size: 18px;
  line-height: 27px;
  font-family: 'pragmatica', 'Fira Sans', sans-serif;
  font-weight: normal;
}
.ymaps-2-1-55-balloon__content {
  font-size: 21px !important;
  border: none !important;
  line-height: 27px !important;
  font-family: 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif !important;
  text-align: center !important;
  padding-left: 10px !important;
  padding-bottom: 10px !important;
}
.ymaps-2-1-55-balloon {
  box-shadow: none !important;
  border-radius: 7px !important;
}
.ymaps-2-1-55-balloon__layout {
  padding-left: 10px !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

/* R E S P O N S I V E */
@media screen and (max-width: 1450px) {
  .slick-next {
    right: 0;
    margin-right: 0;
  }
  .slick-prev {
    left: 0;
    margin-left: 0;
  }
}

/* end 1450px */
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .header .header_top_hold {
    width: calc(100% - 320px);
  }
  .header .logo {
    width: 240px;
  }
  .about_our_serv_sec .item {
    padding-left: 15px;
  }
  .about_our_serv_sec .img {
    margin-right: 20px;
  }
  .content_top_sec {
    background-attachment: scroll;
  }
}

/* end 1200px */

@media screen and (max-width: 992px) {
  .header .header_top {
    margin-bottom: 0;
    padding-top: 15px;
  }
  .header .header_top_hold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header .logo {
    width: 240px;
  }
  .header .logo {
    margin: 0 0 20px 57px;
  }
  /* M E N U _ T O P */
  #menu_label {
    display: inline-block;
  }
  #menu_label.open {
    position: fixed;
    z-index: 201;
  }
  #menu_top {
    top: 0;
    left: 0;
    margin: 0;
    position: fixed;
    width: 280px;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    padding: 0;
  }
  #menu_top.open {
    box-shadow: 0 0 10px 0 #000;
    opacity: 1;
    visibility: visible;
    z-index: 200;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #menu_top ul {
    padding: 60px 0;
  }
  #menu_top ul li {
    display: block;
    margin: 0;
  }
  #menu_top ul li.mob_visible {
    display: block;
  }
  #menu_top ul li a,
  #menu_top ul li .active {
    display: block;
    padding: 11px 15px 9px !important; /*16.11.19*/
    color: #fff;
  }
  #menu_top ul ul {
    display: block;
    padding: 0;
    margin: 0 0 1px;
  }
  #menu_top ul ul li a,
  #menu_top ul ul li .active {
    padding: 11px 15px 9px 25px !important; /*16.11.19*/
  }
  #menu_top ul li a:hover,
  #menu_top ul li .active {
    color: #309;
    background-color: #fff;
  }
  /* end M E N U _ T O P */
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    text-align: right;
  }
  .about_our_serv_sec .item {
    width: calc(50% - 30px);
  }
  .about_our_serv_sec .item {
    padding-left: 25px;
  }
  .about_our_serv_sec .img {
    margin-right: 25px;
  }
  .about_comp_sec .item_small {
    width: calc(50% - 30px);
  }
}

/* end 992px */
@media screen and (max-width: 910px) {
  .newton_callback_phone {
    display: none !important; /*16.11.19*/
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .half {
    width: 48%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 1;
    margin-bottom: 20px;
  }
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 25px;
  }
  h5,
  .h5 {
    font-size: 25px;
  }
  h6,
  .h6 {
    font-size: 25px;
  }
  p,
  ul,
  ol,
  table,
  form,
  .table-responsive {
    margin-bottom: 20px;
  }
  .padding_top {
    padding-top: 40px !important;
  }
  .header .header_top_hold {
    width: 100%;
  }
  .header .phone_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .phone_wrapp .btn {
    margin: 0;
  }
  .header .btn_hold {
    text-align: center;
    margin-left: -15px;
  }
  .header .logo {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .bottom_sec {
    text-align: center;
  }
  .form_bottom .form_bottom_hold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form_bottom .form_bottom_hold .input {
    margin-right: 0;
    width: 470px;
    max-width: 100%;
  }
  .form_small .btn_hold {
    padding-top: 20px;
  }
  .status_order_check_sec {
    padding: 40px 0 17px;
  }
  .about_our_serv_sec .item {
    padding-left: 15px;
  }
  .about_our_serv_sec .img {
    margin-right: 20px;
    width: 75px;
  }
  .about_our_serv_sec .text {
    font-size: 18px;
  }
  .about_comp_sec {
    padding-top: 40px;
  }
  .about_comp_sec .about_comp_hold {
    margin: 0;
  }
  .about_comp_sec .item {
    width: 100%;
    margin: 0 0 15px;
  }
  .contact_adr_sec {
    padding: 40px 0 30px;
  }
  .contact_adr_sec .item {
    margin: 0 0 15px;
  }
  .contact_adr_sec .contact_adr {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .contact_adr_sec .h1 {
    margin-bottom: 35px;
  }
  .form_sec {
    padding: 40px 0;
  }
  .form_col-3 {
    margin: 0;
  }
  .form_col-3 .input {
    width: 100%;
    margin-right: 0;
  }
  .order_form_sec {
    padding: 40px 0;
  }
  .content_top_sec .content_top_hold {
    padding: 0;
  }
  .content_top_sec .content_top_text.big {
    font-size: 20px;
  }
  .about_service_sec .bth_hold {
    margin-bottom: 15px !important;
  }
  td,
  th {
    padding: 10px 15px;
  }
}

/* end 768px */
@media screen and (max-width: 568px) {
  #authSmsForm1 .flex {
    display: block;
  }
 
  .files .link .t b {
    font-weight: 500;
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .btn_mid, .btn_mid2 {
    padding: 22px 20px;
}

  .files .link .t br {
    display: none;
  }

  .files .link .t b span {
    font-size: 21px;
    line-height: 32px;
    display: block;
    margin-bottom: 5px;
  }

  .files_big .link .btn {
    width: 260px;
    margin-bottom: 10px;
  }

  .bottom_sec .titl {
    font-size: 45px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 25px;
  }
  .modal_head {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .modal_div .btn {
    margin: 0;
    display: block;
    width: 100%;
  }
  .modal_div .modal_close {
    right: 10px;
    top: 10px;
  }
  .modal_div {
    padding: 40px 20px 10px;
  }
  .slick-dots {
    bottom: 10px;
  }
  .status_order_check_sec .status_order_check_hold {
    padding: 10px 13px 0px;
  }
  .status_order_check_sec .status_order_check_hold form {
    margin-bottom: 10px;
}
  .status_order_check_sec .input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: none;
    min-width: 1px;
    flex-grow: 1;
  }
  .status_order_check_sec .btn {
    margin-left: 0;
  }
  .status_order_check_sec .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 15px;
  }
  .about_our_serv_sec .about_our_serv_hold {
    margin: 0;
  }
  .about_our_serv_sec .item {
    width: 100%;
    margin: 0 0 15px;
  }
  .about_our_serv_sec .item {
    padding-left: 25px;
  }
  .about_our_serv_sec .img {
    margin-right: 25px;
    width: 95px;
  }
  .contact_adr_sec .img {
    font-size: 30px;
    height: 30px;
    left: 10px;
    top: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 30px;
  }
  .contact_adr_sec .item {
    font-size: 16px;
    min-height: 1px;
    padding: 50px 15px 20px;
  }
  .contact_adr_sec .item a {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
  }
  .day_icon_hold .day_icon {
    margin: 0 -2px;
  }
  .day_icon_hold .day_icon .day_icon_item {
    margin: 0 2px;
    font-size: 14px;
    width: calc(14.28% - 4px);
    height: 30px;
  }
  .contact_adr_sec .txt {
    text-align: center;
  }
  .form .form_half_hold .half {
    width: 100%;
  }
  .form .form_half_hold .btn,
  .form .form_half_hold .input_file_hold {
    width: 100%;
    margin-bottom: 30px;
  }
  .form .form_half_hold.btn_hold .half {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .form .form_half_hold.btn_hold .half:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .form_sec {
    padding-bottom: 10px;
  }
  .map_label {
    font-size: 15px;
    padding: 30px 15px 15px;
  }
  .map_label .button_close {
    right: 10px;
    top: 10px;
  }
  .form_order {
    padding: 30px 15px;
  }
  .form_order .text_bottom {
    font-size: 16px;
  }
  .form_order .btn {
    min-width: 1px;
    width: 100%;
  }
  .form_add_txtfile {
    margin-bottom: 30px;
  }
}

/* end 568px */
@media screen and (max-width: 480px) {
  .header .logo {
    width: 180px;
  }
  #menu_label {
    top: 15px;
  }
  .about_comp_sec .img {
    height: 50px;
    margin: 0 15px 0 0;
    width: 50px;
  }
}
/* end 480px */

.info_sec {
  padding: 86px 0 40px 0;
  line-height: 1.29;
}
.info_sec h2 {
  letter-spacing: -0.025em;
  text-align: center;
  margin: 0 0 30px 0;
}
.about_service_sec {
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.51;
}
.about_service_sec h2 {
  margin-bottom: 52px;
}
.about_service_sec .max {
  margin: 0 auto;
  max-width: 828px;
}
.about_service_sec .max2 {
  margin: 0 auto;
  max-width: 900px;
}
.about_service_sec .max2 p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.about_service_sec .bth_hold {
  text-align: right;
  margin-bottom: 37px;
}
.benefits_sec {
  padding-top: 107px;
  padding-bottom: 58px;
}
.benefits_sec .halves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.benefits_sec .halves .half {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  margin: 0 15px;
  padding: 0 100px;
  position: relative;
}
.benefits_sec .ic {
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  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;
  background-color: #3c2f8f;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.benefits_sec .ic img {
  height: 40px;
  width: auto;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: middle;
}
.benefits_sec h3 {
  font: inherit;
  font-size: 21px;
  margin: 0 0 20px 0;
}
.benefits_sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefits_sec li {
  margin: 0 0 14px 0;
  padding: 0 0 0 13px;
  position: relative;
}
.benefits_sec li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f60;
}
.how_sec {
  background: #f6f7f9;
  line-height: 1.411;
  padding-bottom: 25px;
}
.how_sec h2 {
  margin: 0 0 42px 0;
}
.how_sec h3 {
  font: inherit;
  font-size: 21px;
  color: #000;
  margin: 0 0 13px 0;
}
.how_sec ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #9792a2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 230px;
  -moz-column-gap: 230px;
  column-gap: 230px;
}
.how_sec ol li {
  -webkit-column-break-before: avoid;
  page-break-before: avoid;
  break-before: avoid;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 21px 102px;
  min-height: 80px;
  margin: 0;
}
.how_sec ol li:before {
  content: counter(li);
  counter-increment: li;
  width: 70px;
  height: 70px;
  font-size: 24px;
  text-align: center;
  line-height: 68px;
  border: 2px solid #3c2f8f;
  border-radius: 50%;
  color: #3c2f8f;
  position: absolute;
  top: 0;
  left: 0;
}
.how_sec ol.big li {
  min-height: 160px;
}
.prices_sec {
  padding: 80px 0 40px 0;
  line-height: 1.33;
}
.prices_sec h2 {
  margin: 0 0 39px 0;
}
.prices_sec .txt {
  font-family: 'Fira Sans', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: -0.025em;
}
.prices_sec .halves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.prices_sec .halves .half {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  margin: 0 15px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.prices_sec .price {
  font-size: 30px;
  color: #3c2f8f;
  text-transform: none;
  margin: 5px 0 0 0;
}
.prices_sec .price span {
  white-space: nowrap;
  font-size: 24px;
}
.prices_sec .price.big {
  font-size: 48px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 64px;
}
.prices_sec .price.big span {
  font-size: 30px;
}
.prices_sec .list {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}
.prices_sec .list li {
  margin: 0 0 31px 0;
  padding: 0;
}
.prices_sec .total {
  margin-top: auto;
  font-size: 36px;
  text-transform: uppercase;
}
.prices_sec .half.bg_border {
  border-color: #acb1d0;
}
.prices_sec .half.bg_blue {
  border-color: #3c2f8f;
  background-color: #3c2f8f;
  color: #fff;
}
.prices_sec .half.bg_blue .price {
  color: #fff;
}
.prices_sec .slogan {
  font-size: 36px;
  line-height: 1.33;
  margin: 25px 0 0 0;
}
.prices_sec .max {
  max-width: 833px;
  margin: 0 auto 30px;
  text-align: center;
}
.prices_sec .half.half_small {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 auto;
  max-width: 571px;
}
.prices_sec .half.half_small .txt {
  margin-bottom: 67px;
}
.prices_sec .half.half_small .price.big {
  padding: 0 0 37px;
  margin: 0 0 101px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.features_sec {
  padding: 49px 0 21px 0;
  line-height: 1.52;
}
.features_sec h2 {
  margin: 0 0 32px 0;
}
.features_sec ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 830px;
}
.features_sec ul li {
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 0 0 30px;
}
.features_sec li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f60;
}
.features_sec .btn_hold {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
.features_sec .ul_small {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.features_sec .max {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.features_sec ul.big_txt li {
  font-size: 24px;
  font-weight: bold;
}
.features_sec ul.big_txt li:before {
  top: 16px;
}
.download_sec {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 92px;
  padding-bottom: 99px;
}
.download_sec h2 {
  margin-bottom: 39px;
}
.files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.files li {
  width: 50%;
  padding: 15px;
  margin: 0;
}
.files .link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-weight: normal;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #dedde0;
  background: url(../img/file.png) no-repeat 41px 31px;
  background-size: 78px auto;
  padding: 24px 24px 26px 170px;
}
.files .link:hover {
  border-color: #acb1d0;
  background-color: #f4f5fb;
}
.files .link .t {
  min-height: 70px;
}
.files .link .small {
  font-size: 17px;
  color: #9792a2;
  margin: 4px 0 0 0;
}
.files .link .line {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  color: #5a64a1;
  display: inline;
  border-bottom: 1px dashed #5a64a1;
}
.files .link:hover .line {
  border-bottom-color: transparent;
}

.filestree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filestree li {
  width: 50%;
  padding: 15px;
  margin: 0;
}
.filestree .link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-weight: normal;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #dedde0;
  background: url(../img/tree.gif) no-repeat 41px 31px;
  background-size: 78px auto;
  padding: 24px 24px 26px 142px;
}
.filestree .link:hover {
  border-color: #acb1d0;
  background-color: #f4f5fb;
}
.filestree .link .t {
  min-height: 70px;
}
.filestree .link .small {
  font-size: 17px;
  color: #9792a2;
  margin: 4px 0 0 0;
}
.filestree .link .line {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  color: #5a64a1;
  display: inline;
  border-bottom: 1px dashed #5a64a1;
}
.filestree .link:hover .line {
  border-bottom-color: transparent;
}

.filesexpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filesexpo li {
  width: 50%;
  padding: 15px;
  margin: 0;
}
.filesexpo .link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-weight: normal;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #dedde0;
  background: url(../img/expo-files.gif) no-repeat 41px 31px;
  b3ackground: url(../img/ecom-files.gif) no-repeat 41px 31px;
  background-size: 78px auto;
  padding: 24px 24px 26px 170px;
}
.filesexpo .link:hover {
  border-color: #acb1d0;
  background-color: #f4f5fb;
}
.filesexpo .link .t {
  min-height: 70px;
}
.filesexpo .link .small {
  font-size: 17px;
  color: #9792a2;
  margin: 4px 0 0 0;
}
.filesexpo .link .line {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  color: #5a64a1;
  display: inline;
  border-bottom: 1px dashed #5a64a1;
}
.filesexpo .link:hover .line {
  border-bottom-color: transparent;
}

.files_telega {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: -15px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.files_telega li {
  width: 50%;
  padding: 15px;
  margin: 0;
}
.files_telega .link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-weight: normal;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #dedde0;
  background: url(../img/telega.png) no-repeat 41px 31px;
  background-size: 78px auto;
  padding: 24px 24px 26px 170px;
}
.files_telega .link:hover {
  border-color: #acb1d0;
  background-color: #f4f5fb;
}
.files_telega .link .t {
  min-height: 70px;
}
.files_telega .link .small {
  font-size: 17px;
  color: #9792a2;
  margin: 4px 0 0 0;
}
.files_telega .link .line {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  color: #5a64a1;
  display: inline;
  border-bottom: 1px dashed #5a64a1;
}
.files_telega .link:hover .line {
  border-bottom-color: transparent;
}

.files_big {
  margin: 0;
  text-align: left;
}
.files_big li {
  padding: 0;
  width: 100%;
}
.files_big .link {
  background-color: #fff !important;
  position: relative;
  min-height: 150px;
  padding-right: 280px;
  padding-top: 43px;
  
}
.files_big .link .btn {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .files_big .link {
    padding-right: 24px;
    padding-top: 35px;
  }
  .files_big .link .btn {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 15px;
    display:none;
  }
}

@media only screen and (max-width: 1200px) {
  .benefits_sec .halves .half {
    padding-right: 0;
  }
  .how_sec ol {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .prices_sec .halves .half {
    padding: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .prices_sec .price {
    font-size: 24px;
  }
  .prices_sec .price span {
    font-size: 19px;
  }
  .prices_sec .price.big {
    font-size: 38px;
  }
  .prices_sec .price.big span {
    font-size: 24px;
  }
  .prices_sec .txt {
    font-size: 24px;
  }
  .prices_sec .total,
  .prices_sec .slogan {
    font-size: 29px;
  }
}

@media only screen and (max-width: 890px) {
  .benefits_sec .halves {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px 0;
  }
  .benefits_sec .halves .half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 15px 0;
  }
  .benefits_sec li {
    padding-left: 30px;
  }
  .benefits_sec li:before {
    left: 0;
  }
  .how_sec ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .how_sec ol li {
    padding-left: 90px;
  }
  .how_sec ol.big li {
    min-height: 80px;
  }
  .prices_sec .halves {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px 0;
  }
  .prices_sec .halves .half {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: auto;
    margin: 15px 0;
  }
  .prices_sec .half.half_small {
    margin: 0 auto;
  }
  .prices_sec .half.half_small .txt {
    margin-bottom: 30px;
  }
  .prices_sec .half.half_small .price.big {
    margin: 0 0 20px;
  }
  .files {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .files li {
    width: auto;
  }
  .filestree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filestree li {
    width: auto;
  }
  .files_big .link {
    min-height: 140px !important;
  }
}

@media only screen and (max-width: 450px) {
  .info_sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .benefits_sec .halves .half {
    padding-left: 0;
  }
  .benefits_sec .ic {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .how_sec ol li {
    padding-left: 0;
  }
  .how_sec ol li:before {
    position: relative;
    margin-bottom: 15px;
    display: block;
  }
  .prices_sec .halves .half {
    padding: 15px;
  }
  .prices_sec .list li {
    margin-bottom: 15px;
  }
  .files .link .t {
    margin: 0 !important;
    text-align: center;
  }
  .files .link {
    padding: 15px;
    background-image: none;
  }
  .filestree .link {
    background: url(../img/tree.gif) no-repeat 12px 31px;
    padding: 35px 24px 26px 105px;
  }
}
/* end info page */

.our_service_sec {
  background: #f6f7f9;
  padding-bottom: 23px;
}
.our_service_sec ol {
  margin: 0 -30px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: num;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.our_service_sec ol li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(33.33% - 30px);
  margin: 0 30px 30px 0;
  position: relative;
  font-size: 21px;
  color: #000;
  line-height: 1.43;
  min-height: 150px;
}
.our_service_sec ol li,
.our_service_sec ol li.link a {
  border: 1px solid #dedde0;
  border-radius: 7px;
  background: #fff;
  padding: 21px 20px 21px 68px;
}
.our_service_sec li.link {
  border: none;
  background-color: transparent;
  padding: 0;
}
.our_service_sec ol li.link a {
  display: block;
  height: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
}
.our_service_sec ol li.link a:hover {
  text-decoration: none;
  background-color: #f4f5fb;
  border-color: #acb1d0;
}
.our_service_sec ol li:before {
  content: counter(num) '';
  counter-increment: num;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: #3c2f8f;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 21px;
}
.our_service_sec ol.big li {
  width: calc(50% - 30px);
}
.our_service_sec ol li small {
  font-size: 15px;
  line-height: 1.2;
  display: block;
  padding-top: 10px;
}
.bgcolor_no {
  background-color: transparent;
}
.our_service_sec .max {
  max-width: 900px;
  margin: 0 auto 16px;
  text-align: center;
}
.our_service_sec ol .top_text {
  min-height: 60px;
  margin-bottom: 10px;
}
.our_service_sec ol .big_text {
  font-size: 24px;
  font-weight: bold;
}
.our_service_sec .btn_hold {
  text-align: center;
  margin-bottom: 29px;
  padding-top: 22px;
}

@media only screen and (max-width: 900px) {
  .our_service_sec ol {
    margin: 0 -15px 0 0;
  }
  .our_service_sec ol li,
  .our_service_sec ol.big li {
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
}

@media only screen and (max-width: 600px) {
  .our_service_sec ol {
    margin: 0;
  }
  .our_service_sec ol li,
  .our_service_sec ol.big li {
    width: 100%;
    margin: 0 0 15px;
  }
  .our_service_sec .btn_hold,
  .features_sec .btn_hold {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.about_service_sec.how_sec {
  background-color: #fff !important;
}
.about_service_sec.how_sec ol {
  text-align: left;
  padding-top: 37px;
}
.about_service_sec.how_sec .btn {
  min-width: 370px;
  max-width: 100%;
  margin: 17px 0 24px;
}

@media only screen and (max-width: 480px) {
  .about_service_sec.how_sec .btn,
  .about_service_sec .bth_hold .btn,
  .our_service_sec .btn,
  .features_sec .btn {
    min-width: 1px;
    width: 100%;
    margin: 15px 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
}
.about_serv_info {
  background: #f6f7f9;
  padding-bottom: 50px;
  text-align: center;
}
.about_serv_info .max {
  max-width: 900px;
  margin: 0 auto 26px;
}
.about_serv_info p {
  margin: 0 0 20px;
}
.about_service_sec .about_comp_sec {
  border: none;
}
.bord_no {
  border: none !important;
}
/* T A B S */

.tabs_wrapp {
  padding: 26px 0 0;
}
.tabs1 {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 970px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
}
.tabs1 li {
  height: 80px;
  margin: 0;
  padding: 0;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs1 .tab {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tabs1 .tab:hover,
.tabs1 .active.tab {
  color: #323f78;
  text-decoration: none;
}
.tabs1 .tab:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f60;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tabs1 .tab.active:after {
  height: 4px;
}
.tabs1 .tab.active {
  cursor: default;
}

@media only screen and (max-width: 700px) {
  .tabs_wrapp {
    padding: 0;
  }
  .tabs1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    padding: 7px 0;
  }
  .tabs1 li {
    margin: 0;
    padding: 7px 15px;
    height: auto;
  }
  .tabs1 .tab:after {
    right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: 0;
  }
  .tabs1 .tab.active:after {
    width: 4px;
    height: auto;
  }
}
/* end T A B S */

.info_delivery_type_sec {
  text-align: center;
  padding-bottom: 0 !important;
}
.info_delivery_type_sec .max {
  text-align: center;
  padding-top: 20px;
  max-width: 780px;
  margin: 0 auto 15px;
}
.info_delivery_type_sec .info_delivery_type_hold {
  font-size: 0;
  line-height: 0;
}
.info_delivery_type_sec .item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 15px;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.info_delivery_type_sec .item_small {
  width: auto !important;
  margin-bottom: 0;
}
.info_delivery_type_sec .item .img {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background: #3c2f8f;
  border-radius: 50%;
  margin: 0 auto 17px;
  position: relative;
}
.info_delivery_type_sec .item .img img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 900px) {
  .info_delivery_type_sec .item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 600px) {
  .info_delivery_type_sec .item_small {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 500px) {
  .info_delivery_type_sec .item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .info_delivery_type_sec .item_small .img {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
  }
}
/* end .info_delivery_type_sec */

.deliv_var_sec {
  background: #f6f7f9;
  padding-bottom: 20px;
}
.deliv_var_sec .max {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.deliv_var_sec .deliv_var_hold {
  margin: 0 -30px 0 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 24px;
}
.deliv_var_sec .deliv_var_item {
  margin: 0 30px 30px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(33.33% - 30px);
  border: 1px solid #a8adcd;
  border-radius: 7px;
  padding: 34px 40px 140px;
  position: relative;
  min-height: 450px;
  background: #fff;
}
.deliv_var_sec .deliv_var_item .titl {
  font-size: 30px;
  line-height: 1.13;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
  text-align: center;
  border-bottom: 1px solid #a8adcd;
  margin-bottom: 27px;
  padding-bottom: 34px;
}
.deliv_var_sec .deliv_var_item .btn {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 43px;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1000px) {
  .deliv_var_sec .deliv_var_hold {
    margin: 0;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .deliv_var_sec .deliv_var_item {
    margin: 0 0 15px;
    width: 100%;
    max-width: 370px;
    min-height: 1px;
  }
}

@media only screen and (max-width: 480px) {
  .deliv_var_sec .deliv_var_item {
    padding: 20px 15px 100px;
  }
  .deliv_var_sec .deliv_var_item .btn {
    left: 15px;
    right: 15px;
    bottom: 15px;
    font-size: 15px;
  }
}
/* end .deliv_var_sec */

.train_type_sec {
  background: #f6f7f9;
  padding-bottom: 24px;
}
.train_type_sec .train_type_hold {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -30px 0 0;
}
.train_type_sec .item {
  border: 1px solid #dedde0;
  border-radius: 7px;
  background: #fff;
  margin: 0 30px 30px 0;
  width: calc(50% - 30px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px 33px 37px;
  font-size: 15px;
  text-align: left;
  min-height: 280px;
}
.train_type_sec .item .titl {
  font-size: 21px;
  margin-bottom: 1px;
}
.train_type_sec .item .text {
  margin-bottom: 45px;
}
.train_type_sec .item .img {
  text-align: center;
  max-height: 126px;
  overflow: hidden;
}
.train_type_sec .item .img img {
  max-height: 100%;
  width: auto;
}

@media only screen and (max-width: 1200px) {
  .train_type_sec .train_type_hold {
    margin: 0 -15px 0 0;
  }
  .train_type_sec .item {
    margin: 0 15px 15px 0;
    width: calc(50% - 15px);
    min-height: 1px;
  }
}

@media only screen and (max-width: 700px) {
  .train_type_sec .item {
    padding: 15px 15px 15px;
  }
  .train_type_sec .item .text {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .train_type_sec .train_type_hold {
    margin: 0;
  }
  .train_type_sec .item {
    margin: 0 0 15px;
    width: 100%;
  }
}
/* end .train_type_sec */

.big_text_sec .big_text_hold {
  min-height: 75vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.big_text_sec .big_text_wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.big_text_sec .big_text_blk_left {
  float: left;
  width: 50%;
  font-size: 90px;
  line-height: 1;
  color: #309;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
.big_text_sec .big_text_blk_left:after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  bottom: 13px;
  right: 0;
  width: 1px;
  background: #e5e5e5;
}
.big_text_sec .big_text_blk_left .big {
  font-size: 260px;
  white-space: nowrap;
  margin-bottom: -31px;
}
.big_text_sec .big_text_blk_right {
  float: right;
  width: 50%;
  padding: 23px 0 0 5.6%;
}
.big_text_sec .big_text_blk_right .titl {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 1.33;
  margin-bottom: 35px;
}
.big_text_sec .big_text_blk_right .txt {
  font-size: 24px;
  line-height: 1.25;
  color: #9792a2;
  margin-bottom: 44px;
  min-height: 90px;
}
.big_text_sec .footer_nav {
  padding: 0 !important;
}
.big_text_sec .footer_nav ul {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}
.big_text_sec .footer_nav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 10px 15px;
}

@media only screen and (max-width: 900px) {
  .big_text_sec .big_text_hold {
    min-height: 1px;
  }
  .big_text_sec .big_text_blk_left,
  .big_text_sec .big_text_blk_right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .big_text_sec .big_text_blk_left {
    margin-bottom: 20px;
    padding: 0 0 30px;
    font-size: 65px;
  }
  .big_text_sec .big_text_blk_left:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .big_text_sec .big_text_blk_right {
    padding: 0;
  }
  .big_text_sec .big_text_blk_left .big {
    font-size: 150px;
    margin-bottom: 0;
  }
  .big_text_sec .footer_nav ul {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .big_text_sec .big_text_blk_left .big {
    font-size: 100px;
  }
  .big_text_sec .big_text_blk_left {
    font-size: 40px;
  }
  .big_text_sec .big_text_blk_right .titl {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .big_text_sec .big_text_blk_right .txt {
    font-size: 16px;
    margin-bottom: 25px;
    min-height: 1px;
  }
  .big_text_sec .footer_nav ul li {
    width: 100%;
  }
}
/* end .big_text_sec */

.lang_choose {
  text-align: right;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 10;
}
.lang_choose .lang_item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  color: #5a64a1;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 30px;
  line-height: 32px;
  white-space: nowrap;
  padding: 0 3px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 5px 9px;
}
.lang_choose .lang_item:hover,
.lang_choose .lang_item.active {
  text-decoration: none;
}
.lang_choose .lang_item.active {
  color: #fff;
  background-color: #f26822;
  min-width: 35px;
  margin-left: 12px;
  margin-right: 3px;
}
.lang_choose .lang_item:last-child.active {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .lang_choose {
    right: 15px;
    top: 22px;
  }
  .lang_choose .lang_item {
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  .lang_choose {
    top: 16px;
  }
}
/* end .lang_choose */

.red_text {
  color: #f31740 !important;
  font-size: 120%;
  font-weight: bold;
}
.red_text2 {
  color: #f31740 !important;
  font-size: 150%;
  font-weight: bold;
}
.check_ico {
  display: inline-block;
  width: 29px;
  height: 20px;
  background: url('/img/check_ico.svg') no-repeat center;
  background-size: contain;
}
.del_ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/del_ico.svg') no-repeat center;
  background-size: contain;
}
.e_table_wrapp {
  overflow: hidden;
  overflow-x: auto;
}
.e_table_wrapp .e_table_hold {
  padding: 22px 0 80px;
  position: relative;
  margin: 17px 0 20px;
}
.e_table_wrapp .e_table_hold:before {
  content: '';
  display: block;
  position: absolute;
  width: 28.5%;
  min-width: 200px;
  top: 1px;
  bottom: 1px;
  left: 43%;
  border-radius: 9px;
  box-shadow: 0 2px 18px 2px rgba(175, 175, 183, 0.8);
  z-index: 1;
}
.e_table_wrapp .e_table_row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.e_table_wrapp .e_table_item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 30px;
  position: relative;
  width: 28.5%;
  min-width: 200px;
  min-height: 60px;
  font-size: 17px;
  line-height: 1.53;
}
.e_table_wrapp .e_table_row .e_table_item:nth-child(2) {
  z-index: 20;
}
.e_table_wrapp .e_table_item:first-child {
  border-left: 1px solid #acb1d0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 43%;
}
.e_table_wrapp .e_table_item:last-child {
  border-right: 1px solid #acb1d0;
}
.e_table_wrapp .e_table_row:first-child .e_table_item {
  border-top: 1px solid #acb1d0;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 90px;
}
.e_table_wrapp .e_table_row:first-child .e_table_item:first-child {
  border-radius: 7px 0 0 0;
}
.e_table_wrapp .e_table_row:first-child .e_table_item:last-child {
  border-radius: 0 7px 0 0;
}
.e_table_wrapp .e_table_row:first-child .e_table_item:nth-child(2) {
  background: #309;
  color: #fff;
  padding-bottom: 22px;
}
.e_table_wrapp .e_table_row:first-child .e_table_item:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 24px;
  background: #309;
  border-radius: 7px 7px 0 0;
}
.e_table_wrapp .e_table_row:last-child .e_table_item {
  border-bottom: 1px solid #acb1d0;
}
.e_table_wrapp .e_table_row:last-child .e_table_item:first-child {
  border-radius: 0 0 0 7px;
}
.e_table_wrapp .e_table_row:last-child .e_table_item:last-child {
  border-radius: 0 0 7px 0;
}
.e_table_wrapp .e_table_row:nth-child(odd) .e_table_item,
.e_table_wrapp .e_table_row:nth-child(odd) .e_table_item .btn_hold {
  background: #eeeff6;
}
.e_table_wrapp .e_table_row:nth-child(even) .e_table_item,
.e_table_wrapp .e_table_row:nth-child(even) .e_table_item .btn_hold {
  background: #fff;
}
.e_table_wrapp .e_table_item .btn_hold {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 30px 20px;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}
.e_table_wrapp .e_table_item .btn_hold .btn {
  height: 60px;
  width: 100%;
  font-size: 17px;
  padding: 20px 10px 0;
  text-transform: none;
}
.max-text {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  padding-top: 25px;
}
.max-text p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

@media screen and (max-width: 850px) {
  .e_table_wrapp .e_table_item {
    font-size: 15px;
    padding: 17px 10px;
    width: 33.33% !important;
  }
  .e_table_wrapp .e_table_hold:before {
    width: 33.33%;
    left: 33.33%;
  }
  .e_table_wrapp .e_table_row:first-child .e_table_item {
    min-height: 60px;
    padding: 4px 10px;
  }
  .e_table_wrapp .e_table_item .btn_hold {
    padding: 0 10px 20px;
  }
  .e_table_wrapp .e_table_item .btn_hold .btn {
    font-size: 15px;
    padding-top: 23px;
  }
}

@media screen and (max-width: 768px) {
  .e_table_wrapp .e_table_item {
    width: 250px !important;
    min-width: 1px;
  }
  .e_table_wrapp .e_table_hold:before {
    width: 250px;
    left: 250px;
    min-width: 1px;
  }
  .e_table_wrapp {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .e_table_wrapp .e_table_item {
    width: 200px !important;
  }
  .e_table_wrapp .e_table_item:first-child {
    width: 160px !important;
  }
  .e_table_wrapp .e_table_hold:before {
    width: 200px;
    left: 160px;
  }
}
/* end .e_table_wrapp */

div.abc {
  position: absolute;
  top: -3000px;
  left: -3000px;
  visibility: hidden;
  display: none;
}
.newton_eyetronic_link {
  position: absolute;
  top: -3000px;
  left: -3000px;
  visibility: hidden;
  display: none;
}
.newton_callback_tabs_item {
  position: absolute;
  top: -3000px;
  left: -3000px;
  visibility: hidden;
  display: none;
}
.newton_agreement {
  position: absolute;
  top: -3000px;
  left: -3000px;
  visibility: hidden;
  display: none;
}
.about_comp_sec:first-child {
  border-top: none;
}
.norm {
  color: #8b8b8b;
}
.norm2 {
  color: #000;
}
.sblog ol li {
  padding: 3px 7px 0 7px;
}
.sblog ol li span {
  color: #000;
}
.sblog ol li a {
  font-size: 130%;
  marg3in-left: 12px;
}
.sblog ol {
  color: #f60;
}
.sblog ul li {
  padding: 3px 7px 0 7px;
}
.sblog ul li span {
  color: #000;
}
.sblog ul li a {
  font-size: 130%;
  marg3in-left: 12px;
}
.sblog ul {
  color: #f60;
}
.nblog ol li {
  padding: 3px 7px 0 7px;
}
.nblog ol li span {
  color: #000;
}
.nblog ol li a {
  font-size: 180%;
  font-weight: bold;
}
.nblog ol {
  color: #000;
}
.sblog ul li {
  padding: 3px 7px 0 7px;
}
.nblog ul li span {
  color: #000;
}
.nblog ul li a {
  font-size: 130%;
  marg3in-left: 12px;
}
.nblog ul {
  color: #f60;
}
.blog h2 {
  font-size: 220%;
}
.blog h1 {
  font-weight: bold;
}
.blog ul li {
  list-style-type: none; /* СЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќ СЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќ СЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќ */
}
.blog ul li:before {
  color: #f60; /* СЏРџРќСЏРџРќСЏРџРќСЏРџРќ СЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќ */
  content: '\2022   '; /* СЏРџРќСЏРџРќСЏРџРќ СЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќСЏРџРќ */
  font-weight: bold;
  padding-right: 3px;
}
.blog ol {
  margin-left: 12px;
}
.news_preview {
  width: 200px;
}
/* add 29.11.17 */

.ff_minion {
  font-family: 'MinionPro', sans-serif !important;
}
/* Menu_content */

.menu_content {
  color: #9792a2;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 1px;
  padding: 35px 0 30px;
}
.menu_content .m_c_arr {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 11px;
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #8189ac;
  border-right: 1px solid #8189ac;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_content a {
  color: #323f78;
  text-decoration: none;
  white-space: nowrap;
}
.menu_content a:hover {
  text-decoration: underline;
}
.menu_content .m_c_text {
  display: inline-block;
}
/* end Menu_content */

.main_content {
  float: left;
  width: calc(100% - 300px);
}
.aside_r {
  float: right;
  width: 270px;
}
.list_orang {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.list_orang li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 34px;
}
.list_orang li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f60;
}
.article_sec {
  line-height: 1.53;
  border-bottom: 1px solid #e5e5e5;
  padding: 11px 0 36px;
  margin-bottom: 22px;
}
.article_sec h1,
.article_sec .h1 {
  letter-spacing: -2px;
  margin-bottom: 51px;
}
.article_sec .h5 {
  letter-spacing: 0.6px;
  padding-top: 34px;
  margin-bottom: 18px;
}
.article_sec p {
  margin-bottom: 15px;
}
.img_art {
  display: block;
  margin: 12px 0 24px;
}
.article_time {
  display: inline-block;
  margin: 22px 0;
  font-size: 15px;
  color: #9792a2;
  word-spacing: 4px;
}
.art_sm_nav {
  background: #f6f7f9;
  padding: 19px 20px 16px;
  margin: 18px 0;
  line-height: 1.42;
}
.art_sm_nav .h6 {
  margin-bottom: 15px;
}
.art_sm_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.art_sm_nav ul li {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid #dddee0;
}
.art_sm_nav a {
  color: #000;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
}
.art_sm_nav a:hover {
  text-decoration: underline;
}
.art_sm_nav_time {
  font-size: 14px;
  color: #9792a2;
  word-spacing: 4px;
}
.art_sm_nav p {
  margin-bottom: 6px;
}
.art_more {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  font-size: 14px;
  color: #3c2f8f !important;
  text-decoration: none !important;
  line-height: 1;
  white-space: nowrap;
  margin: 12px 0 12px -2px;
  letter-spacing: 1px;
}
.art_more:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #8189ac;
  border-right: 1px solid #8189ac;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art_more:hover:after {
  right: 0;
}

@media screen and (max-width: 900px) {
  .main_content,
  .aside_r {
    float: none;
    width: 100%;
  }
  .menu_content .m_c_text {
    display: none;
  }
  .menu_content .m_c_arr:last-of-type {
    display: none;
  }
  .article_time {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .article_sec h1,
  .article_sec .h1 {
    margin-bottom: 30px;
  }
  .article_sec .h5 {
    padding-top: 20px;
  }
  .list_orang li {
    padding: 0 0 0 21px;
  }
}
/* blog_sec */

.blog_sec {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 82px;
  margin-bottom: 22px;
}
.blog_sec h1 {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 46px;
}
.blog_sec .btn_hold {
  text-align: center;
  padding-top: 1px;
}
.big_bl_txt_sec {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 24px 0 12px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.big_bl_txt_sec .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 5px 31px 20px 0;
  width: 48.7%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.big_bl_txt_sec .img img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.big_bl_txt_r {
  position: relative;
  line-height: 1.42;
  padding-bottom: 40px;
}
.big_bl_txt_r .time {
  position: absolute;
  bottom: 15px;
  left: 0;
  font-size: 14px;
  color: #9792a2;
  word-spacing: 4px;
}
.big_bl_txt_r a {
  color: #000;
  text-decoration: none;
}
.big_bl_txt_r a:hover,
.big_bl_txt_r a:hover .h4 {
  color: #323f78 !important;
  text-decoration: none;
}
.big_bl_txt_r .h4 {
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 17px;
}
.big_bl_txt_r .txt {
  overflow: hidden;
  max-height: 137px;
}
.blog_block_hold {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -60px 1px 0;
}
.blog_block_hold .blog_block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 60px 53px 0;
  width: calc(33.33% - 60px);
  overflow: hidden;
}
.blog_block_hold .img {
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
  display: block;
  max-height: 210px;
  background: #487bc0;
  border-radius: 10px;

}
.blog_block_hold .img img {
  width: 100%;
}
.blog_block_hold .titl {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog_block_hold .txt {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 8px;
}
.blog_block_hold .time {
  font-size: 14px;
  color: #9792a2;
  word-spacing: 4px;
}
.blog_block_hold a {
  color: #000;
  text-decoration: none;
}
.blog_block_hold a:hover {
  color: #323f78 !important;
  text-decoration: none;
}
.blog_block_hold2_sec {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 29px 0 0;
  margin-bottom: 60px;
}
.blog_block_hold2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -60px 0 0;
}
.blog_block_hold2 a {
  text-decoration: none !important;
}
.blog_block_hold2 .b_blk {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 60px 30px 0;
  width: calc(33.33% - 60px);
  position: relative;
  overflow: hidden;
  height: 440px;
}
.blog_block_hold2 .b_blk_txt_hold {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 24px 20px;
}
.blog_block_hold2 .b_blk_txt {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.17;
  color: #fff;
  display: block;
  margin-bottom: 7px;
}
.blog_block_hold2 .time1 {
  font-size: 14px;
  color: #fefeff;
  word-spacing: 4px;
}
.blog_block_hold2 .time2 {
  font-size: 14px;
  color: #9792a2;
  word-spacing: 4px;
}
.blog_block_hold2 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.blog_block_hold2 .img img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  border-radius: 10px;

}
.blog_block_hold2 .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.24;
  border-radius: 10px;

}
.blog_block_hold2 .b_blk:hover .img:after {
  opacity: 0.5;
}
.blog_block_hold2 ul {
  margin: -4px 0 0;
  padding: 0;
  list-style: none;
}
.blog_block_hold2 li {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
}
.blog_block_hold2 li:first-child {
  border: none;
  padding-top: 0;
}
.blog_block_hold2 .b_blk_txt2 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
  max-height: 84px;
}
.blog_block_hold2 .b_blk_txt2:hover {
  color: #323f78;
}

@media screen and (max-width: 1200px) {
  .big_bl_txt_sec,
  .blog_block_hold2_sec {
    margin-bottom: 30px;
  }
  .blog_sec .btn_hold {
    padding-top: 15px;
  }
  .blog_sec {
    padding: 0 0 60px;
  }
  .blog_block_hold,
  .blog_block_hold2 {
    margin: 0 -15px 0 0;
  }
  .blog_block_hold .blog_block,
  .blog_block_hold2 .b_blk {
    margin: 0 15px 30px 0;
    width: calc(33.33% - 15px);
  }
  .blog_block_hold .img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 800px) {
  .blog_sec h1 {
    margin-bottom: 30px;
  }
  .big_bl_txt_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big_bl_txt_sec .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 15px;
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  .big_bl_txt_sec .img img {
    min-width: 1px;
    max-width: none;
    min-height: 1px;
    width: 100%;
    position: static;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  .big_bl_txt_r .txt {
    max-height: none;
    margin-bottom: 5px;
  }
  .big_bl_txt_r .time {
    position: static;
  }
  .big_bl_txt_r {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 700px) {
  .blog_block_hold .blog_block,
  .blog_block_hold2 .b_blk {
    width: calc(50% - 15px);
  }
  .blog_block_hold2 .b_blk_last {
    width: calc(100% - 15px);
    height: auto;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .blog_sec {
    padding: 0 0 30px;
    margin-bottom: 0;
  }
  .blog_block_hold,
  .blog_block_hold2 {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog_block_hold .blog_block,
  .blog_block_hold2 .b_blk {
    margin: 0 0 30px;
    width: 100% !important;
  }
  .blog_block_hold .img {
    max-height: none;
  }
}
/* end blog_sec */

.hidden {
  display: none;
}
.blogh h1 {
  font-weight: normal;
}
.blogh h2 {
  font-weight: normal;
  font-size: 180%;
  padding: 40px 0px 0px 0px;
  font-weight: 200;
}
.blogh h3 {
  font-weight: normal;
  font-size: 150%;
  padding: 40px 0px 0px 0px;
  font-weight: 200;
}

.blogh img {
 border-radius: 10px;
}

/*add 22.03.18*/

.blog_block_wrapp {
  padding: 65px 0 0;
  margin-bottom: 11px;
}
.blog_block_wrapp .h2 {
  text-align: center;
  margin-bottom: 48px;
}
.link-video_wrap {
  padding-top: 11px;
  margin: 0 auto 28px;
  max-width: 770px;
}
.link-video {
  z-index: 1;
  display: block;
  cursor: pointer;
  position: relative;
  opacity: 1;
  -webkit-animation: show 0.5s linear 1.1s forwards;
  animation: show 0.5s linear 1.1s forwards;
}
.link-video img {
  width: 100%;
  height: auto;
}
.link-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.1;
}
.link-video .play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px;
}
.link-video .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: pulse 1s infinite ease;
  animation: pulse 1s infinite ease;
}
@-webkit-keyframes pulse {
  0% {
    margin: 0;
    opacity: 0.1;
  }
  100% {
    margin: -20px;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    margin: 0;
    opacity: 0.1;
  }
  100% {
    margin: -20px;
    opacity: 0;
  }
}
.link-video .play .arr {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}
.link-video .play .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 16px 0 16px 24px;
  border-color: transparent #fff;
  margin: -16px -8px;
}
.link-video.link-video_big .play {
  margin: -50px;
}
.link-video.link-video_big .play .arr {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}
.link-video.link-video_big .play .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent #fff;
  margin: -20px -11px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  transform: scale(0);
}
input:checked + .modal {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal-in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  margin: 20px;
  background: #000;
}
.modal-in video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal .close span {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: -1px 0;
}
.modal .close span.pos1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close span.pos2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top_image .txt_cntr {
  color: #fff;
  margin: auto;
  font-family: 'Fira Sans', sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
  padding-top: 78px;
  letter-spacing: -1.2px;
}

@media only screen and (max-width: 730px) {
  .top_image .txt_cntr {
    font-size: 25px;
  }
}
.style_video .bg {
  background-position: 50% 100%;
}
.style_video .bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.1;
}
.style_video .link-video {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
}
.style_video .link-video:after {
  display: none;
}
.style_video1 .bg {
  background-image: url(../img/video-img/img-video_sl1.jpg);
}
.style_video2 .bg {
  background-image: url(../img/video-img/img-video_sl2.jpg);
}
.style_video3 .bg {
  background-image: url(../img/video-img/img-video_sl3.jpg);
}

@media only screen and (max-width: 480px) {
  .style_video .bg {
    background-position: 65% 100%;
  }
}
.logo2 {
  width: 268px;
}
.error {
  padding: 15px;
  background-color: #ffffff;
  border: 4px dashed #ff0000;
  margin: -20px 0 10px 0;
  font-weight: bold;
  color: #ff0000;
}
/*pic animations start*/

.about_our_serv_sec .img {
  position: relative;
  overflow: visible;
}
.animate-pic {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.animate-pic > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: none !important;
  transition: none !important;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.animate-pic *,
.animate-pic *:before,
.animate-pic *:after {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.monster_button:hover .animate-pic *,
.monster_button:hover .animate-pic *:before,
.monster_button:hover .animate-pic *:after,
.animate-pic.play-now *,
.animate-pic.play-now *:before,
.animate-pic.play-now *:after,
.slick-current .animate-pic:not(.detect-scroll) *,
.slick-current .animate-pic:not(.detect-scroll) *:before,
.slick-current .animate-pic:not(.detect-scroll) *:after,
.animate-pic.detect-scroll.go *,
.animate-pic.detect-scroll.go *:before,
.animate-pic.detect-scroll.go *:after {
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important;
}
@-webkit-keyframes move-clouds {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes move-clouds {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/*plane start*/
.anim-plane .anim-circle {
  background-image: url(../img/animated-icons/plane/circle.svg);
}
.anim-plane .anim-line1,
.anim-plane .anim-line1-clone {
  background-image: url(../img/animated-icons/plane/line1.svg);
}
.anim-plane .anim-line2,
.anim-plane .anim-line2-clone {
  background-image: url(../img/animated-icons/plane/line2.svg);
}
.anim-plane .anim-body {
  background-image: url(../img/animated-icons/plane/body.svg);
}
.anim-plane .anim-line3,
.anim-plane .anim-line3-clone {
  background-image: url(../img/animated-icons/plane/line3.svg);
}
.anim-plane .anim-line1-clone,
.anim-plane .anim-line2-clone,
.anim-plane .anim-line3-clone {
  left: 100%;
  top: -100%;
}
.anim-plane .anim-line1,
.anim-plane .anim-line1-clone,
.anim-plane .anim-line2,
.anim-plane .anim-line2-clone,
.anim-plane .anim-line3,
.anim-plane .anim-line3-clone {
  -webkit-animation: plane-line linear 2s infinite;
  animation: plane-line linear 2s infinite;
}
.anim-plane .anim-line1,
.anim-plane .anim-line1-clone {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.anim-plane .anim-line2,
.anim-plane .anim-line2-clone {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.anim-plane .anim-line3,
.anim-plane .anim-line3-clone {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.anim-plane .anim-body {
  -webkit-animation: plane-move linear 12s infinite alternate;
  animation: plane-move linear 12s infinite alternate;
}
@-webkit-keyframes plane-line {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes plane-line {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@-webkit-keyframes plane-move {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  33.333% {
    -webkit-transform: translate3d(-10%, -10%, 0) rotate(-2deg);
    transform: translate3d(-10%, -10%, 0) rotate(-2deg);
  }
  66.666% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(6%, 6%, 0) rotate(2deg);
    transform: translate3d(6%, 6%, 0) rotate(2deg);
  }
}
@keyframes plane-move {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  33.333% {
    -webkit-transform: translate3d(-10%, -10%, 0) rotate(-2deg);
    transform: translate3d(-10%, -10%, 0) rotate(-2deg);
  }
  66.666% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(6%, 6%, 0) rotate(2deg);
    transform: translate3d(6%, 6%, 0) rotate(2deg);
  }
}
/*plane end*/

/*ship start*/
.anim-ship .anim-circle {
  background-image: url(../img/animated-icons/ship/circle.svg);
}
.anim-ship .anim-cloud1,
.anim-ship .anim-cloud1-clone {
  background-image: url(../img/animated-icons/ship/cloud1.svg);
}
.anim-ship .anim-cloud2,
.anim-ship .anim-cloud2-clone {
  background-image: url(../img/animated-icons/ship/cloud2.svg);
}
.anim-ship .anim-cloud3,
.anim-ship .anim-cloud3-clone {
  background-image: url(../img/animated-icons/ship/cloud3.svg);
}
.anim-ship .anim-body {
  background-image: url(../img/animated-icons/ship/body.svg);
}
.anim-ship .anim-wave1,
.anim-ship .anim-wave1-clone {
  background-image: url(../img/animated-icons/ship/wave1.svg);
}
.anim-ship .anim-wave2,
.anim-ship .anim-wave2-clone {
  background-image: url(../img/animated-icons/ship/wave2.svg);
}
.anim-ship .anim-cloud1-clone,
.anim-ship .anim-cloud2-clone,
.anim-ship .anim-cloud3-clone,
.anim-ship .anim-wave1-clone,
.anim-ship .anim-wave2-clone {
  left: 100%;
}
.anim-ship .anim-cloud1,
.anim-ship .anim-cloud1-clone,
.anim-ship .anim-cloud2,
.anim-ship .anim-cloud2-clone,
.anim-ship .anim-cloud3,
.anim-ship .anim-cloud3-clone,
.anim-ship .anim-wave1,
.anim-ship .anim-wave1-clone,
.anim-ship .anim-wave2,
.anim-ship .anim-wave2-clone {
  -webkit-animation: move-clouds linear 2s infinite;
  animation: move-clouds linear 2s infinite;
}
.anim-ship .anim-cloud1,
.anim-ship .anim-cloud1-clone {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.anim-ship .anim-cloud2,
.anim-ship .anim-cloud2-clone {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.anim-ship .anim-cloud3,
.anim-ship .anim-cloud3-clone {
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.anim-ship .anim-wave1,
.anim-ship .anim-wave1-clone {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.anim-ship .anim-wave2,
.anim-ship .anim-wave2-clone {
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}
.anim-ship .anim-body {
  -webkit-animation: ship-move linear 8s infinite alternate;
  animation: ship-move linear 8s infinite alternate;
}
@-webkit-keyframes ship-move {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(1%, 0, 0) rotate(-3deg);
    transform: translate3d(1%, 0, 0) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate(1deg);
    transform: translate3d(-1%, 0, 0) rotate(1deg);
  }
}
@keyframes ship-move {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(1%, 0, 0) rotate(-3deg);
    transform: translate3d(1%, 0, 0) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate(1deg);
    transform: translate3d(-1%, 0, 0) rotate(1deg);
  }
}
/*ship end*/

/*express start*/
.anim-express .anim-circle {
  background-image: url(../img/animated-icons/express/circle.svg);
}
.anim-express .anim-cloud1,
.anim-express .anim-cloud1-clone {
  background-image: url(../img/animated-icons/express/cloud1.svg);
}
.anim-express .anim-cloud2,
.anim-express .anim-cloud2-clone {
  background-image: url(../img/animated-icons/express/cloud2.svg);
}
.anim-express .anim-body {
  background-image: url(../img/animated-icons/express/body.svg);
}
.anim-express .anim-dot1,
.anim-express .anim-dot1-clone {
  background-image: url(../img/animated-icons/express/dot1.svg);
}
.anim-express .anim-dot2,
.anim-express .anim-dot2-clone {
  background-image: url(../img/animated-icons/express/dot2.svg);
}
.anim-express .anim-dot3,
.anim-express .anim-dot3-clone {
  background-image: url(../img/animated-icons/express/dot3.svg);
}
.anim-express .anim-dot4,
.anim-express .anim-dot4-clone {
  background-image: url(../img/animated-icons/express/dot4.svg);
}
.anim-express .anim-dot1-clone,
.anim-express .anim-dot2-clone,
.anim-express .anim-dot3-clone,
.anim-express .anim-dot4-clone {
  left: 20%;
}
.anim-express .anim-cloud1-clone,
.anim-express .anim-cloud2-clone {
  left: 100%;
}
.anim-express .anim-cloud1,
.anim-express .anim-cloud1-clone,
.anim-express .anim-cloud2,
.anim-express .anim-cloud2-clone {
  -webkit-animation: move-clouds linear 2s infinite;
  animation: move-clouds linear 2s infinite;
}
.anim-express .anim-cloud1,
.anim-express .anim-cloud1-clone {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.anim-express .anim-cloud2,
.anim-express .anim-cloud2-clone {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.anim-express .anim-dot1,
.anim-express .anim-dot1-clone,
.anim-express .anim-dot2,
.anim-express .anim-dot2-clone,
.anim-express .anim-dot3,
.anim-express .anim-dot3-clone,
.anim-express .anim-dot4,
.anim-express .anim-dot4-clone {
  -webkit-animation: express-dot linear 1s infinite;
  animation: express-dot linear 1s infinite;
}
.anim-express .anim-dot3,
.anim-express .anim-dot3-clone {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.anim-express .anim-dot4,
.anim-express .anim-dot4-clone {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes express-dot {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
@keyframes express-dot {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
/*express end*/

/*box start*/
.anim-box .anim-circle {
  background-image: url(../img/animated-icons/box/circle.svg);
}
.anim-box .anim-body {
  background-image: url(../img/animated-icons/box/body.svg); /*
	-webkit-transform-origin: 4% 72%;
	transform-origin: 4% 72%;
	*/
}
.anim-box .anim-line1 {
  background-image: url(../img/animated-icons/box/line1.svg);
}
.anim-box .anim-line2 {
  background-image: url(../img/animated-icons/box/line2.svg);
}
.anim-box .anim-line3 {
  background-image: url(../img/animated-icons/box/line3.svg);
}
.anim-box .anim-line4 {
  background-image: url(../img/animated-icons/box/line4.svg);
}
.anim-box .anim-line5 {
  background-image: url(../img/animated-icons/box/line5.svg);
}
.anim-box .anim-face1 {
  background-image: url(../img/animated-icons/box/face1.svg);
}
.anim-box .anim-face2 {
  background-image: url(../img/animated-icons/box/face2.svg);
  opacity: 0;
}
.monster_button:hover .anim-box .anim-face1 {
  opacity: 0;
}
.monster_button:hover .anim-box .anim-face2 {
  opacity: 1;
}
.anim-box .anim-line1,
.anim-box .anim-line2,
.anim-box .anim-line3,
.anim-box .anim-line4,
.anim-box .anim-line5 {
  -webkit-animation: box-lines linear 2s infinite;
  animation: box-lines linear 2s infinite;
}
.anim-box .anim-line2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.anim-box .anim-line3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.anim-box .anim-line4 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.anim-box .anim-line5 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes box-lines {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes box-lines {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*box end*/

/*train start*/

.anim-train .anim-circle {
  background-image: url(../img/animated-icons/train/circle.svg);
}
.anim-train .anim-cloud1,
.anim-train .anim-cloud1-clone {
  background-image: url(../img/animated-icons/train/cloud1.svg);
}
.anim-train .anim-cloud2,
.anim-train .anim-cloud2-clone {
  background-image: url(../img/animated-icons/train/cloud2.svg);
}
.anim-train .anim-cloud3,
.anim-train .anim-cloud3-clone {
  background-image: url(../img/animated-icons/train/cloud3.svg);
}
.anim-train .anim-cloud1-clone,
.anim-train .anim-cloud2-clone,
.anim-train .anim-cloud3-clone {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.anim-train .anim-rails {
  background-image: url(../img/animated-icons/train/rails.svg);
}
.anim-train .anim-tie1,
.anim-train .anim-tie2,
.anim-train .anim-tie3 {
  background: none;
  top: auto;
  bottom: 0;
  height: 8%;
}
.anim-train .anim-tie1:before,
.anim-train .anim-tie2:before,
.anim-train .anim-tie3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/animated-icons/train/tie.svg) no-repeat 50% 50%;
  background-size: auto 100%;
}
.anim-train .anim-tie1 {
  bottom: 11%;
}
.anim-train .anim-tie1:before {
  -webkit-transform: scale(0.825, 1);
  transform: scale(0.825, 1);
}
.anim-train .anim-tie3 {
  bottom: -11%;
}
.anim-train .anim-tie3:before {
  -webkit-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}
.anim-train .anim-body {
  background-image: url(../img/animated-icons/train/body.svg);
  -webkit-transform: translate3d(0, 3%, 0) scale(0.9);
  transform: translate3d(0, 3%, 0) scale(0.9);
}
.anim-train .anim-cloud1,
.anim-train .anim-cloud2,
.anim-train .anim-cloud3 {
  -webkit-animation: train-clouds1 linear 2s infinite;
  animation: train-clouds1 linear 2s infinite;
}
.anim-train .anim-cloud1-clone,
.anim-train .anim-cloud2-clone,
.anim-train .anim-cloud3-clone {
  -webkit-animation: train-clouds2 linear 2s infinite;
  animation: train-clouds2 linear 2s infinite;
  opacity: 0;
}
.anim-train .anim-cloud1,
.anim-train .anim-cloud1-clone {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.anim-train .anim-cloud2,
.anim-train .anim-cloud2-clone {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.anim-train .anim-cloud3,
.anim-train .anim-cloud3-clone {
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.anim-train .anim-tie1,
.anim-train .anim-tie2,
.anim-train .anim-tie3 {
  -webkit-animation: train-tie linear 1s infinite;
  animation: train-tie linear 1s infinite;
}
.anim-train .anim-tie1:before {
  -webkit-animation: train-tie-op linear 1s infinite;
  animation: train-tie-op linear 1s infinite;
}
@-webkit-keyframes train-clouds1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes train-clouds1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes train-clouds2 {
  from {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes train-clouds2 {
  from {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes train-tie {
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  to {
    -webkit-transform: translate3d(0, -137.5%, 0) scale(0.825, 1);
    transform: translate3d(0, -137.5%, 0) scale(0.825, 1);
  }
}
@keyframes train-tie {
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  to {
    -webkit-transform: translate3d(0, -137.5%, 0) scale(0.825, 1);
    transform: translate3d(0, -137.5%, 0) scale(0.825, 1);
  }
}
@-webkit-keyframes train-tie-op {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes train-tie-op {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*train end*/

/*calc start*/

.anim-calc .anim-circle {
  background-image: url(../img/animated-icons/calc/circle.svg);
}
.anim-calc .anim-cloud1,
.anim-calc .anim-cloud1-clone {
  background-image: url(../img/animated-icons/calc/cloud1.svg);
}
.anim-calc .anim-cloud2,
.anim-calc .anim-cloud2-clone {
  background-image: url(../img/animated-icons/calc/cloud2.svg);
}
.anim-calc .anim-cloud3,
.anim-calc .anim-cloud3-clone {
  background-image: url(../img/animated-icons/calc/cloud3.svg);
}
.anim-calc .anim-cloud1-clone,
.anim-calc .anim-cloud2-clone,
.anim-calc .anim-cloud3-clone {
  left: 100%;
}
.anim-calc .anim-paper {
  background-image: url(../img/animated-icons/calc/paper.svg);
}
.anim-calc .anim-body {
  background-image: url(../img/animated-icons/calc/body.svg);
}
.anim-calc .anim-btn1 {
  background-image: url(../img/animated-icons/calc/btn1.svg);
}
.anim-calc .anim-btn2 {
  background-image: url(../img/animated-icons/calc/btn2.svg);
}
.anim-calc .anim-btn3 {
  background-image: url(../img/animated-icons/calc/btn3.svg);
}
.anim-calc .anim-btn4 {
  background-image: url(../img/animated-icons/calc/btn4.svg);
}
.anim-calc .anim-btn5 {
  background-image: url(../img/animated-icons/calc/btn5.svg);
}
.anim-calc .anim-btn6 {
  background-image: url(../img/animated-icons/calc/btn6.svg);
}
.anim-calc .anim-cloud1,
.anim-calc .anim-cloud1-clone,
.anim-calc .anim-cloud2,
.anim-calc .anim-cloud2-clone,
.anim-calc .anim-cloud3,
.anim-calc .anim-cloud3-clone {
  -webkit-animation: move-clouds linear 2s infinite;
  animation: move-clouds linear 2s infinite;
}
.anim-calc .anim-cloud1,
.anim-calc .anim-cloud1-clone {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.anim-calc .anim-cloud2,
.anim-calc .anim-cloud2-clone {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.anim-calc .anim-cloud3,
.anim-calc .anim-cloud3-clone {
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.anim-calc .anim-btn1,
.anim-calc .anim-btn2,
.anim-calc .anim-btn3,
.anim-calc .anim-btn4,
.anim-calc .anim-btn5,
.anim-calc .anim-btn6 {
  -webkit-animation: calc-btns linear 3s infinite;
  animation: calc-btns linear 3s infinite;
}
.anim-calc .anim-btn2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.anim-calc .anim-btn3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.anim-calc .anim-btn4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.anim-calc .anim-btn5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.anim-calc .anim-btn6 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@-webkit-keyframes calc-btns {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  7% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes calc-btns {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  7% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*calc end*/

/*box timer start*/

.anim-box-timer .anim-circle {
  width: 58%;
  height: 58%;
  left: 21%;
  top: 0;
  border-radius: 50%;
  background: #eaecee;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: box-timer-circle linear 10s forwards;
  animation: box-timer-circle linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-circle {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-circle {
  -webkit-animation: box-timer-circle linear 10s forwards;
  animation: box-timer-circle linear 10s forwards;
}
.anim-box-timer .anim-box-top {
  background-image: url(../img/animated-icons/box-timer/box-top.svg);
}
.anim-box-timer .anim-box-bottom {
  background-image: url(../img/animated-icons/box-timer/box-bottom.svg);
}
.anim-box-timer .anim-timer {
  background-image: url(../img/animated-icons/box-timer/timer.svg);
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
  -webkit-animation: box-timer-timer linear 10s forwards;
  animation: box-timer-timer linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer {
  -webkit-animation: box-timer-timer linear 10s forwards;
  animation: box-timer-timer linear 10s forwards;
}
.anim-box-timer .anim-timer-circle {
  width: 29.4%;
  height: 29.4%;
  border-radius: 50%;
  top: 20%;
  left: 35%;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: box-timer-show linear 10s forwards;
  animation: box-timer-show linear 10s forwards;
  -webkit-transform: rotate(-45deg) scale(0.65);
  transform: rotate(-45deg) scale(0.65);
}
.slick-slide .anim-box-timer .anim-timer-circle {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle {
  -webkit-animation: box-timer-show linear 10s forwards;
  animation: box-timer-show linear 10s forwards;
}
.anim-box-timer .anim-timer-circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: #fff;
  z-index: 2;
}
.anim-box-timer .anim-timer-circle > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ff6600;
  border-radius: 50%;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 3%, 50% 50%);
  clip-path: polygon(50% 0, 100% 0, 100% 3%, 50% 50%);
  z-index: 3;
}
.anim-box-timer .anim-timer-circle .part1 {
  z-index: 1;
  -webkit-animation: box-timer-time1 linear 10s forwards;
  animation: box-timer-time1 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part1 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part1 {
  -webkit-animation: box-timer-time1 linear 10s forwards;
  animation: box-timer-time1 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle .part2 {
  -webkit-animation: box-timer-time2 linear 10s forwards;
  animation: box-timer-time2 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part2 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part2 {
  -webkit-animation: box-timer-time2 linear 10s forwards;
  animation: box-timer-time2 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle .part3 {
  -webkit-animation: box-timer-time3 linear 10s forwards;
  animation: box-timer-time3 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part3 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part3 {
  -webkit-animation: box-timer-time3 linear 10s forwards;
  animation: box-timer-time3 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle .part4 {
  -webkit-animation: box-timer-time4 linear 10s forwards;
  animation: box-timer-time4 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part4 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part4 {
  -webkit-animation: box-timer-time4 linear 10s forwards;
  animation: box-timer-time4 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle .part5 {
  -webkit-animation: box-timer-time5 linear 10s forwards;
  animation: box-timer-time5 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part5 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part5 {
  -webkit-animation: box-timer-time5 linear 10s forwards;
  animation: box-timer-time5 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle .part6 {
  -webkit-animation: box-timer-time6 linear 10s forwards;
  animation: box-timer-time6 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part6 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part6 {
  -webkit-animation: box-timer-time6 linear 10s forwards;
  animation: box-timer-time6 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle .part7 {
  -webkit-animation: box-timer-time7 linear 10s forwards;
  animation: box-timer-time7 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part7 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part7 {
  -webkit-animation: box-timer-time7 linear 10s forwards;
  animation: box-timer-time7 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle .part8 {
  -webkit-animation: box-timer-time8 linear 10s forwards;
  animation: box-timer-time8 linear 10s forwards;
}
.slick-slide .anim-box-timer .anim-timer-circle .part8 {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-box-timer .anim-timer-circle .part8 {
  -webkit-animation: box-timer-time8 linear 10s forwards;
  animation: box-timer-time8 linear 10s forwards;
}
.anim-box-timer .anim-timer-circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 25%;
  background: #fff;
  border-radius: 50%;
  z-index: 4;
}
@-webkit-keyframes box-timer-circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes box-timer-circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes box-timer-timer {
  0% {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes box-timer-timer {
  0% {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes box-timer-show {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes box-timer-show {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes box-timer-time1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes box-timer-time1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes box-timer-time2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes box-timer-time2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes box-timer-time3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes box-timer-time3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-webkit-keyframes box-timer-time4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes box-timer-time4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes box-timer-time5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes box-timer-time5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes box-timer-time6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes box-timer-time6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes box-timer-time7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  35% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@keyframes box-timer-time7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  35% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes box-timer-time8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  35% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  40% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes box-timer-time8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  15% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  35% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  40% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*box timer end*/

/*click start*/
.anim-click .anim-body {
  background-image: url(../img/animated-icons/click/body.svg);
}
.anim-click .anim-click {
  background-image: url(../img/animated-icons/click/click.svg);
  opacity: 0;
  -webkit-animation: anim-click-click linear 4s forwards, anim-click-hand linear 4s forwards;
  animation: anim-click-click linear 4s forwards, anim-click-hand linear 4s forwards;
}
.slick-slide .anim-click .anim-click {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-click .anim-click {
  -webkit-animation: anim-click-click linear 4s forwards, anim-click-hand linear 4s forwards;
  animation: anim-click-click linear 4s forwards, anim-click-hand linear 4s forwards;
}
.anim-click .anim-hand {
  background-image: url(../img/animated-icons/click/hand.svg);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: anim-click-hand linear 4s forwards;
  animation: anim-click-hand linear 4s forwards;
}
.slick-slide .anim-click .anim-hand {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-click .anim-hand {
  -webkit-animation: anim-click-hand linear 4s forwards;
  animation: anim-click-hand linear 4s forwards;
}
@-webkit-keyframes anim-click-hand {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22% {
    -webkit-transform: translate3d(-5%, 14%, 0);
    transform: translate3d(-5%, 14%, 0);
  }
  24% {
    -webkit-transform: translate3d(-5%, 14%, 0);
    transform: translate3d(-5%, 14%, 0);
  }
  45% {
    -webkit-transform: translate3d(-21%, -2%, 0);
    transform: translate3d(-21%, -2%, 0);
  }
  47% {
    -webkit-transform: translate3d(-21%, -2%, 0);
    transform: translate3d(-21%, -2%, 0);
  }
  70% {
    -webkit-transform: translate3d(10%, -8%, 0);
    transform: translate3d(10%, -8%, 0);
  }
  72% {
    -webkit-transform: translate3d(10%, -8%, 0);
    transform: translate3d(10%, -8%, 0);
  }
  98% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-click-hand {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22% {
    -webkit-transform: translate3d(-5%, 14%, 0);
    transform: translate3d(-5%, 14%, 0);
  }
  24% {
    -webkit-transform: translate3d(-5%, 14%, 0);
    transform: translate3d(-5%, 14%, 0);
  }
  45% {
    -webkit-transform: translate3d(-21%, -2%, 0);
    transform: translate3d(-21%, -2%, 0);
  }
  47% {
    -webkit-transform: translate3d(-21%, -2%, 0);
    transform: translate3d(-21%, -2%, 0);
  }
  70% {
    -webkit-transform: translate3d(10%, -8%, 0);
    transform: translate3d(10%, -8%, 0);
  }
  72% {
    -webkit-transform: translate3d(10%, -8%, 0);
    transform: translate3d(10%, -8%, 0);
  }
  98% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-click-click {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  47% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
  72% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim-click-click {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  47% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
  72% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*click end*/

/*list start*/
.anim-list .anim-body {
  background-image: url(../img/animated-icons/list/body.svg);
}
.anim-list .anim-circle {
  width: 49.56%;
  height: 49.56%;
  border-radius: 50%;
  background: #eaecee;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-animation: anim-list-circle linear 4s forwards;
  animation: anim-list-circle linear 4s forwards;
}
.slick-slide .anim-list .anim-circle {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-list .anim-circle {
  -webkit-animation: anim-list-circle linear 4s forwards;
  animation: anim-list-circle linear 4s forwards;
}
.anim-list .anim-check {
  background-image: url(../img/animated-icons/list/check.svg);
  opacity: 0;
  -webkit-animation: anim-list-check linear 4s forwards;
  animation: anim-list-check linear 4s forwards;
}
.slick-slide .anim-list .anim-check {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-list .anim-check {
  -webkit-animation: anim-list-check linear 4s forwards;
  animation: anim-list-check linear 4s forwards;
}
.anim-list .anim-line1,
.anim-list .anim-line2,
.anim-list .anim-line3,
.anim-list .anim-line4,
.anim-list .anim-line5 {
  left: 34.71%;
  width: 34.93%;
  height: 2.576%;
}
.anim-list .anim-line1:before,
.anim-list .anim-line2:before,
.anim-list .anim-line3:before,
.anim-list .anim-line4:before,
.anim-list .anim-line5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  width: 0;
  opacity: 0;
}
.anim-list .anim-line1 {
  width: 15.41%;
  top: 40.87%;
}
.anim-list .anim-line2 {
  top: 51.15%;
}
.anim-list .anim-line3 {
  top: 61.41%;
}
.anim-list .anim-line4 {
  top: 71.68%;
}
.anim-list .anim-line5 {
  top: 81.96%;
}
.anim-list .anim-line1:before {
  -webkit-animation: anim-list-line1 linear 4s forwards;
  animation: anim-list-line1 linear 4s forwards;
}
.slick-slide .anim-list .anim-line1:before {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-list .anim-line1:before {
  -webkit-animation: anim-list-line1 linear 4s forwards;
  animation: anim-list-line1 linear 4s forwards;
}
.anim-list .anim-line2:before {
  -webkit-animation: anim-list-line2 linear 4s forwards;
  animation: anim-list-line2 linear 4s forwards;
}
.slick-slide .anim-list .anim-line2:before {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-list .anim-line2:before {
  -webkit-animation: anim-list-line2 linear 4s forwards;
  animation: anim-list-line2 linear 4s forwards;
}
.anim-list .anim-line3:before {
  -webkit-animation: anim-list-line3 linear 4s forwards;
  animation: anim-list-line3 linear 4s forwards;
}
.slick-slide .anim-list .anim-line3:before {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-list .anim-line3:before {
  -webkit-animation: anim-list-line3 linear 4s forwards;
  animation: anim-list-line3 linear 4s forwards;
}
.anim-list .anim-line4:before {
  -webkit-animation: anim-list-line4 linear 4s forwards;
  animation: anim-list-line4 linear 4s forwards;
}
.slick-slide .anim-list .anim-line4:before {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-list .anim-line4:before {
  -webkit-animation: anim-list-line4 linear 4s forwards;
  animation: anim-list-line4 linear 4s forwards;
}
.anim-list .anim-line5:before {
  -webkit-animation: anim-list-line5 linear 4s forwards;
  animation: anim-list-line5 linear 4s forwards;
}
.slick-slide .anim-list .anim-line5:before {
  -webkit-animation: none;
  animation: none;
}
.slick-slide.slick-current .anim-list .anim-line5:before {
  -webkit-animation: anim-list-line5 linear 4s forwards;
  animation: anim-list-line5 linear 4s forwards;
}
@-webkit-keyframes anim-list-circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  61% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes anim-list-circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  61% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes anim-list-check {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-list-check {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim-list-line1 {
  0% {
    opacity: 0;
    width: 0%;
  }
  6% {
    opacity: 1;
    width: 0%;
  }
  10% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes anim-list-line1 {
  0% {
    opacity: 0;
    width: 0%;
  }
  6% {
    opacity: 1;
    width: 0%;
  }
  10% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes anim-list-line2 {
  0% {
    opacity: 0;
    width: 0%;
  }
  16% {
    opacity: 1;
    width: 0%;
  }
  20% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes anim-list-line2 {
  0% {
    opacity: 0;
    width: 0%;
  }
  16% {
    opacity: 1;
    width: 0%;
  }
  20% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes anim-list-line3 {
  0% {
    opacity: 0;
    width: 0%;
  }
  26% {
    opacity: 1;
    width: 0%;
  }
  30% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes anim-list-line3 {
  0% {
    opacity: 0;
    width: 0%;
  }
  26% {
    opacity: 1;
    width: 0%;
  }
  30% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes anim-list-line4 {
  0% {
    opacity: 0;
    width: 0%;
  }
  36% {
    opacity: 1;
    width: 0%;
  }
  40% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes anim-list-line4 {
  0% {
    opacity: 0;
    width: 0%;
  }
  36% {
    opacity: 1;
    width: 0%;
  }
  40% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes anim-list-line5 {
  0% {
    opacity: 0;
    width: 0%;
  }
  46% {
    opacity: 1;
    width: 0%;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes anim-list-line5 {
  0% {
    opacity: 0;
    width: 0%;
  }
  46% {
    opacity: 1;
    width: 0%;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
/*list end*/

/*calc2 start*/
.anim-calc2 .anim-calendar {
  background-image: url(../img/animated-icons/calc2/calendar.svg);
}
.anim-calc2 .anim-circle {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 55.319%;
  height: 55.319%;
  background: #330099;
  border-radius: 50%;
}
.anim-calc2 .anim-circle-in {
  margin: 5.128%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.anim-calc2 .anim-money {
  position: absolute;
  left: 17.143%;
  width: 65.714%;
  height: 40%;
  background: url(../img/animated-icons/calc2/money.svg) no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  opacity: 0;
  -webkit-animation: anim-calc2-money linear 4s infinite;
  animation: anim-calc2-money linear 4s infinite;
}
.anim-calc2 .anim-money1 {
  top: 48%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.anim-calc2 .anim-money2 {
  top: 39%;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.anim-calc2 .anim-money3 {
  top: 30%;
}
.anim-calc2 .anim-dot {
  background: #330099;
  width: 6%;
  height: 6%;
  border-radius: 50%;
  -webkit-animation: anim-calc2-dot linear 24s infinite;
  animation: anim-calc2-dot linear 24s infinite;
  opacity: 0;
}
.anim-calc2 .anim-dot1 {
  top: 42%;
  left: 15.4%;
}
.anim-calc2 .anim-dot2 {
  top: 42%;
  left: 28.2%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.anim-calc2 .anim-dot3 {
  top: 42%;
  left: 41.2%;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.anim-calc2 .anim-dot4 {
  top: 42%;
  left: 54.2%;
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.anim-calc2 .anim-dot5 {
  top: 56.5%;
  left: 28.2%;
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.anim-calc2 .anim-dot6 {
  top: 56.5%;
  left: 41.2%;
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
@-webkit-keyframes anim-calc2-money {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
  33% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  67% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
}
@keyframes anim-calc2-money {
  0% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
  33% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  67% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes anim-calc2-dot {
  0% {
    opacity: 0;
  }
  4.832% {
    opacity: 0;
  }
  4.999% {
    opacity: 1;
  }
  13.65% {
    opacity: 1;
  }
  13.813% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim-calc2-dot {
  0% {
    opacity: 0;
  }
  4.832% {
    opacity: 0;
  }
  4.999% {
    opacity: 1;
  }
  13.65% {
    opacity: 1;
  }
  13.813% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*calc2 end*/

/*map-stat start*/
.anim-map-stat .anim-planet {
  background-image: url(../img/animated-icons/map-stat/planet.svg);
}
.anim-map-stat .anim-point {
  width: 21.232%;
  height: 26.027%;
  background: url(../img/animated-icons/map-stat/point.svg) no-repeat 50% 100%;
  background-size: contain;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.anim-map-stat .anim-point1 {
  top: 22%;
  left: 2%;
  -webkit-animation: anim-map-point 10s linear infinite;
  animation: anim-map-point 10s linear infinite;
}
.anim-map-stat .anim-point2 {
  top: 40%;
  left: 25%;
  -webkit-animation: anim-map-point 10s linear 2.2s infinite;
  animation: anim-map-point 10s linear 2.2s infinite;
}
.anim-map-stat .anim-point3 {
  top: 2%;
  left: 40%;
  -webkit-animation: anim-map-point 10s linear 6s infinite;
  animation: anim-map-point 10s linear 6s infinite;
}
.anim-map-stat .anim-point4 {
  top: 5%;
  left: 15%;
  -webkit-animation: anim-map-point 10s linear 4.5s infinite;
  animation: anim-map-point 10s linear 4.5s infinite;
}
.anim-map-stat .anim-point5 {
  top: 45%;
  left: 8%;
  -webkit-animation: anim-map-point 10s linear 3s infinite;
  animation: anim-map-point 10s linear 3s infinite;
}
.anim-map-stat .anim-point6 {
  top: 15%;
  left: 27%;
  -webkit-animation: anim-map-point 10s linear 7s infinite;
  animation: anim-map-point 10s linear 7s infinite;
}
.anim-map-stat .anim-circle {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 55.319%;
  height: 55.319%;
  border-radius: 50%;
  background: #330099;
}
.anim-map-stat .anim-circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin: 5.128%;
  background: #fff;
}
.anim-map-stat .anim-graph {
  opacity: 0;
  top: 11%;
  left: 2%;
  background-image: url(../img/animated-icons/map-stat/graph.svg);
  -webkit-animation: anim-map-graph linear 10s forwards;
  animation: anim-map-graph linear 10s forwards;
}
.anim-map-stat .anim-arr {
  top: 11%;
  left: 2%;
  background-image: url(../img/animated-icons/map-stat/arrow.svg);
  opacity: 0;
  -webkit-transform: translate3d(0, 5%, 0);
  transform: translate3d(0, 5%, 0);
  -webkit-animation: anim-map-arr linear 10s forwards;
  animation: anim-map-arr linear 10s forwards;
}
@-webkit-keyframes anim-map-point {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  2% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  36% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  38% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes anim-map-point {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  2% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  36% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  38% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes anim-map-graph {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-map-graph {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim-map-arr {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  5% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-map-arr {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  5% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*map-stat end*/

.animate-svg {
  position: relative;
}
.animate-svg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.animate-svg:before {
  content: '';
  display: block;
  padding: 50%;
}
/*svg1 start*/
.anim-svg1-lines > * {
  -webkit-animation: anim-svg1-lines linear 1s infinite;
  animation: anim-svg1-lines linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(2),
.anim-svg1-lines > *:nth-child(11) {
  -webkit-animation: anim-svg1-lines 0.1s linear 1s infinite;
  animation: anim-svg1-lines 0.1s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(3),
.anim-svg1-lines > *:nth-child(12) {
  -webkit-animation: anim-svg1-lines 0.2s linear 1s infinite;
  animation: anim-svg1-lines 0.2s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(4),
.anim-svg1-lines > *:nth-child(13) {
  -webkit-animation: anim-svg1-lines 0.3s linear 1s infinite;
  animation: anim-svg1-lines 0.3s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(5),
.anim-svg1-lines > *:nth-child(14) {
  -webkit-animation: anim-svg1-lines 0.4s linear 1s infinite;
  animation: anim-svg1-lines 0.4s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(6),
.anim-svg1-lines > *:nth-child(15) {
  -webkit-animation: anim-svg1-lines 0.5s linear 1s infinite;
  animation: anim-svg1-lines 0.5s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(7),
.anim-svg1-lines > *:nth-child(16) {
  -webkit-animation: anim-svg1-lines 0.6s linear 1s infinite;
  animation: anim-svg1-lines 0.6s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(8),
.anim-svg1-lines > *:nth-child(17) {
  -webkit-animation: anim-svg1-lines 0.7s linear 1s infinite;
  animation: anim-svg1-lines 0.7s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(9) {
  -webkit-animation: anim-svg1-lines 0.8s linear 1s infinite;
  animation: anim-svg1-lines 0.8s linear 1s infinite;
}
.anim-svg1-lines > *:nth-child(10) {
  -webkit-animation: anim-svg1-lines 0.9s linear 1s infinite;
  animation: anim-svg1-lines 0.9s linear 1s infinite;
}
@-webkit-keyframes anim-svg1-lines {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-svg1-lines {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.anim-svg1-screen1 {
  position: relative;
  -webkit-animation: anim-svg1-screen linear 8s infinite reverse;
  animation: anim-svg1-screen linear 8s infinite reverse;
}
.anim-svg1-screen2 {
  position: relative;
  -webkit-animation: anim-svg1-screen linear 4s infinite;
  animation: anim-svg1-screen linear 4s infinite;
}
@-webkit-keyframes anim-svg1-screen {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: -50px;
    left: -50px;
  }
  50% {
    top: -100px;
    left: 0;
  }
  75% {
    top: -50px;
    left: 50px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes anim-svg1-screen {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: -50px;
    left: -50px;
  }
  50% {
    top: -100px;
    left: 0;
  }
  75% {
    top: -50px;
    left: 50px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
/*svg1 end*/

/*pic animations end*/

.confirm_sec {
  text-align: center;
  padding-top: 110px;
}
.confirm_sec h1 {
  letter-spacing: -1.3px;
  margin-bottom: 24px;
}
.form_small2 {
  text-align: left;
}
.form_small2 .btn {
  width: 100%;
  margin: 0 0 15px;
}
.form_small2 {
  line-height: 26px;
  letter-spacing: 0.6px;
}
.form_small2 .more {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
}
.confirm_time_hold {
  position: relative;
  padding: 0 70px 1px 0;
  margin-bottom: -4px;
}
.confirm_time_hold .confirm_time {
  color: #a1a1a1;
  position: absolute;
  top: 24px;
  right: 0;
  white-space: nowrap;
  text-align: right;
  font-size: 17px;
  line-height: 1;
}
.form_small2 .input:first-child {
  margin-top: 28px;
}
.form_small2 .input.noValid {
  margin-bottom: 43px;
}
.noValid .placeholder {
  color: #e33e3e;
}

@media screen and (max-width: 767px) {
  .confirm_sec {
    padding-top: 50px;
  }
  .form_small2 .input:first-child {
    margin-top: 10px;
  }
}
.acc_select_sec {
  padding: 90px 0 20px;
}
.acc_select {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #dedde0;
  padding: 50px 19px 0;
  font-size: 14px;
  line-height: 20px;
}
.acc_select_title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 28px;
  letter-spacing: 1px;
}
.acc_select_item {
  color: #000;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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-bottom: 1px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 12px 10px 1px;
  border-radius: 5px;
  z-index: 1;
}
.acc_select_item .acc_select_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
}
.acc_select_item:hover,
.acc_select_item input:checked ~ .acc_select_text {
  color: #309;
  text-decoration: none;
}
.acc_select_item:hover .acc_select_item_bg,
.acc_select_item input:checked ~ .acc_select_item_bg {
  opacity: 1;
}
.acc_select_item input {
  display: none;
  position: absolute;
  left: -10000px;
}
.acc_select_item .acc_ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #309;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: relative;
  background: url('../img/icon/user.png') no-repeat 50% 10px;
  background-size: 31px auto;
  margin: 0 0 10px;
}
.acc_select_item .acc_ico2 {
  background: url('../img/icon/plus.png') no-repeat 50% 50%;
  background-size: 20px auto;
}
.acc_select_item .acc_select_text {
  padding: 4px 0 4px 15px;
  letter-spacing: 0.6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 45px;
}
.acc_select_item small {
  display: block;
  font-size: 12px;
  color: #9f9f9f !important;
  text-decoration: none !important;
  letter-spacing: 0.8px;
}
.acc_select_bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedde0;
  height: 60px;
  padding: 5px 10px 7px;
  margin: 66px -19px 0;
  letter-spacing: 0.4px;
}
.acc_select_item.disable {
  cursor: default;
  color: #9f9f9f;
}
.acc_select_item.disable:hover,
.acc_select_item.disable input:checked ~ .acc_select_text {
  color: #9f9f9f;
  text-decoration: none;
}
.acc_select_item.disable .acc_ico {
  border-color: #dcdcdc;
  background-image: url(../img/icon/user_grey.png);
}
.acc_select_item.disable .acc_select_item_bg {
  display: none;
}

@media screen and (max-width: 767px) {
  .acc_select_sec {
    padding-top: 50px;
  }
  .acc_select {
    padding: 20px 15px 0;
  }
  .acc_select_title {
    margin-bottom: 30px;
  }
  .acc_select_item .acc_select_text,
  .acc_select_item small {
    letter-spacing: normal;
  }
  .acc_select_bottom {
    margin: 50px -15px 0;
    letter-spacing: normal;
  }
}
/*-----PROFILE all sizes start-----*/

.orange {
  color: #ff6600;
}
.green {
  color: #76b968;
}
.btn_logined {
  text-overflow: clip;
}
.btn_logined:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(../img/logout.svg) no-repeat 50% 50%;
  width: 23px;
  height: 17px;
  background-size: contain;
  margin: -10px 0;
  left: 10px;
}
.btn_logined .name {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.header .phone_wrapp.empty {
  margin: 0;
}
.inner_page {
  padding-top: 40px;
  padding-bottom: 175px;
}
body.bg_grey {
  background-color: #ededed;
}
body.bg_grey .header {
  background-color: #fff;
}
.inner_top {
  margin: 80px -20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner_top > * {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 20px 28px 0;
}
.inner_top:first-child {
  margin-top: 0 !important;
}
.inner_top h1,
.inner_top .h1 {
  margin: 0 !important;
}
.inner_top .text {
  font-size: 15px;
  position: relative;
  top: -7px;
  text-align: right;
}
.nav-link-back {
  width: 100%;
  font-size: 15px;
}
.nav-link-back a {
  color: #330099;
}
.nav-link-back a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/arrow-back.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 16px;
  height: 10px;
  margin: 0 10px 0 0;
}
.profile-form-tabs {
  position: relative;
}
.profile-form-tabs .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px 0 0;
}
.profile-form-tabs .in > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  margin: 0 2px 0 0;
}
.profile-form-tabs .link {
  text-decoration: none !important;
  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;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: #330099;
  min-height: 56px;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.profile-form-tabs .link:hover {
  background-color: #4e10ca;
}
.profile-form-tabs .link.active {
  color: #330099;
  background-color: #fff;
  cursor: default;
}
.profile-form,
.payment-info,
.order-info-bg {
  border: 1px solid #acb1d0;
  background: #fff;
  margin: 0 0 20px 0;
  border-radius: 3px;
}
.bg_grey .profile-form,
.bg_grey .payment-info,
.bg_grey .order-info-bg {
  border-color: #fff;
  background-color: #fff;
}
.profile-form {
  padding: 38px 28px;
}
.profile-form-filter {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.profile-form .big-label {
  font-size: 21px;
  margin: 40px 0 10px 0;
}
.profile-form .big-label:first-child {
  margin-top: -14px;
}
.profile-form .big-label.small {
  font-size: 17px;
}
.profile-form .btn_delete {
  margin-top: 6px;
  margin-bottom: -10px;
  text-transform: none;
  font-size: 17px;
  padding-left: 26px;
  padding-right: 26px;
  max-width: 100%;
}
.profile-form .btn_delete:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/delete.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 19px;
  height: 20px;
  margin: -10px 10px -10px 0;
  position: relative;
  top: -2px;
}
.profile-form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -29px -19px 0;
}
.profile-form .inputs + .inputs {
  margin-top: 48px;
}
.profile-form .inputs + .inputs .big-label:first-child {
  margin-top: 0 !important;
}
.profile-form .inputs .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 29px 19px 0;
}
.profile-form .inputs .el.rind {
  margin-right: 100%;
}
.profile-form .inputs.big-ind {
  margin-bottom: -29px;
}
.profile-form .inputs.big-ind .el {
  padding-bottom: 29px;
}
.profile-form .inputs .el.wid33 {
  width: 33.333%;
}
.profile-form .inputs .el.wid16 {
  width: 16.666%;
}
.profile-form .inputs .el.wid20 {
  width: 20%;
}
.profile-form .inputs .el.wid22 {
  width: 22.222%;
}
.profile-form .inputs .el.wid25 {
  width: 25%;
}
.profile-form .inputs .el.wid41 {
  width: 41.666%;
}
.profile-form .inputs .el.wid50 {
  width: 50%;
}
.profile-form .inputs .el.wid66 {
  width: 66.666%;
}
.profile-form .inputs .input {
  margin: 0;
}
.profile-form .checks {
  list-style: none;
  margin: 20px -64px -24px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-form .inputs .checks {
  margin-bottom: -10px;
}
.profile-form .inputs + .checks {
  margin-top: 20px;
  margin-bottom: -40px;
}
.profile-form .checks.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-form .checks.vert li {
  width: 100%;
}
.profile-form .checks li {
  margin: 0;
  padding: 0 64px 20px 37px;
  position: relative;
  max-width: 100%;
}
.profile-form .checks label {
  cursor: pointer;
}
.profile-form .checks .checkbox {
  position: absolute;
  top: 0.7em;
  left: 0;
  margin: -14px 0;
}
.profile-submit {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-submit .btn {
  max-width: 100%;
  white-space: normal;
}
.profile-submit .btn_big {
  font-size: 17px;
  padding: 23px;
  min-width: 200px;
}
.file-download {
  text-align: left;
  text-decoration: none !important;
  font-size: 17px;
  color: #330099;
  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;
  border-radius: 5px;
  border: 1px solid #330099;
  position: relative;
  padding: 7px 47px 7px 63px;
  min-height: 65px;
  max-width: 540px;
}
.file-download:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  background: url(../img/download.svg) no-repeat 50% 50%;
  width: 18px;
  height: 20px;
  background-size: contain;
  margin: -10px -9px;
}
.file-download .pic {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 32px;
  margin: -15px;
}
.file-download .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.file-download.inline {
  display: inline-block;
  min-height: 0;
  vertical-align: top;
  padding: 0 0 0 18px;
  border: 0;
  font: inherit;
}
.file-download.inline:after {
  top: 0.7em;
  right: auto;
  left: 0;
  width: 13px;
  height: 15px;
  margin: -8px 0;
}
.file-download.inline > * {
  display: inline;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.file-download.inline:hover > * {
  border-bottom-color: transparent;
}
.files-adding {
  max-width: 540px;
}
.files-adding .area {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 67px 20px 70px 20px;
  border-radius: 3px;
  border: 1px dashed #330099;
  background: #eeeff6;
  text-align: center;
}
.files-adding .area:before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url(../img/upload.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin: 0 0 13px 0;
}
.files-adding .area .big {
  font-size: 21px;
  color: #5a64a1;
  margin: 0 0 12px 0;
}
.files-adding .area .small {
  font-size: 17px;
  color: #5a64a1;
  opacity: 0.5;
  margin: 0 0 16px 0;
}
.files-adding .area .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  overflow: hidden;
  position: relative;
  min-width: 170px;
}
.files-adding .area .btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.files-adding .added-files {
  list-style: none;
  margin: 18px 0 12px 0;
  padding: 0;
  font-size: 17px;
  color: #5a64a1;
}
.files-adding .added-files li {
  position: relative;
  margin: 15px 0 0 0;
  padding: 0 28px 0 30px;
  word-wrap: break-word;
}
.files-adding .added-files li:first-child {
  margin-top: 0 !important;
}
.files-adding .added-files .pic {
  position: absolute;
  top: 0.7em;
  left: 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: -12px 0;
}
.files-adding .added-files .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.files-adding .added-files .cross {
  cursor: pointer;
  position: absolute;
  top: 0.7em;
  right: 0;
  background: url(../img/cross-dark.svg) no-repeat 50% 50%;
  background-size: 18px auto;
  width: 24px;
  height: 24px;
  margin: -13px -3px;
}
.table {
  background: #fff;
}
.table table {
  margin: 0 !important;
}
.table th,
.table td {
  height: 79px;
}
.table tr:nth-child(odd) td {
  background: none;
}
.table tr:nth-child(even) td {
  background: #eeeff6;
}
.table th {
  color: #fff;
  background-color: #330099;
}
.table .table-title {
  display: none;
}
.form-add-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 36px;
}
.form-add-files .side-l {
  width: 33.333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 28px 0 0;
}
.form-add-files .side-r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 570px;
}
.form-add-files .files-adding .area {
  min-height: 317px;
}
.form-add-files .profile-submit {
  margin-top: 40px;
}
.form-add-files .profile-submit .btn_big {
  font-size: 13px;
  padding: 20px 27px;
}
.payment-info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 18px 29px 14px 29px;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 -1px;
}
.payment-info .top .small {
  font-size: 12px;
  color: #a0a0a0;
  margin: 0 0 7px 0;
}
.payment-info .top .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.payment-info .top .info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.payment-info .top .info li {
  margin: 0;
  padding: 0 0 0 20px;
  min-width: 149px;
}
.payment-info .top .info li:last-child {
  min-width: 0;
}
.payment-info .top .name {
  font-size: 21px;
  margin: -6px 0;
}
.payment-info .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  padding: 10px 28px 9px 28px;
}
.payment-info .bottom .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.payment-info .bottom .toggle {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 20px;
}
.payment-info .bottom .toggle > * {
  cursor: pointer;
  white-space: nowrap;
  color: #330099;
  display: inline;
}
.payment-info .bottom .toggle > * > * {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.payment-info .bottom .toggle > *:hover > * {
  border-bottom-color: transparent;
}
.payment-info .bottom .toggle > *:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/toggle-darr.svg) no-repeat 50% 50%;
  width: 13px;
  height: 7px;
  background-size: contain;
  margin: 0 0 0 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.payment-info .bottom .toggle .to-hide {
  display: none;
}
.payment-info.open .bottom .toggle > *:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.payment-info.open .bottom .toggle .to-hide {
  display: inline;
}
.payment-info.open .bottom .toggle .to-show {
  display: none;
}
.payment-info .in {
  display: none;
}
.payment-info.open .in {
  display: block;
}
.payment-info .ind {
  padding: 11px 28px 23px 28px;
}
.payment-info th,
.payment-info td {
  border-top-width: 0;
  border-bottom-width: 0;
}
.payment-info td {
  border-color: #dcdcdc;
}
.payment-info th:first-child,
.payment-info td:first-child {
  border-left-width: 0;
}
.payment-info th:last-child,
.payment-info td:last-child {
  border-right-width: 0;
}
/*DataTables start*/
.pagination,
.dataTables_wrapper .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 90px -19px -10px 0;
}
.dataTables_wrapper .dataTables_paginate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 19px 10px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .ellipsis {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  font: inherit;
  font-size: 15px;
  line-height: 1;
  background: none;
  padding: 17px 10px 16px 10px;
  min-width: 50px;
  border: 1px solid #309;
  margin: 0 19px 10px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: none;
  color: #309 !important;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  text-decoration: none;
  color: #309 !important;
  background: #f4f5fb !important;
  border-color: #acb1d0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  position: relative;
  top: 1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #f1edf8;
}
.pagination .btn {
  font-weight: normal;
  white-space: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
  padding: 17px 10px 16px 10px;
  min-width: 50px;
}
.pagination .btn.text,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  max-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.pagination .btn.active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  opacity: 1;
  color: #fff !important;
  background: #330099 !important;
  border-color: #330099 !important;
  cursor: default;
}
.orders-table,
table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.orders-table thead {
  display: none;
}
table.dataTable tbody tr {
  background: none;
}
.orders-table td,
table.dataTable tbody th,
table.dataTable tbody td {
  border: 0;
  text-align: left;
  vertical-align: top;
  padding: 0 !important;
  background: none !important;
}
.dataTables_wrapper .dataTables_info {
  float: none;
  display: none;
}
/*DataTables end*/
.profile-form-filters {
  padding: 0 !important;
  margin-bottom: 30px;
}
.profile-form-filters .toggle {
  padding: 14px;
  cursor: pointer;
  color: #330099;
  font-size: 15px;
  text-align: center;
}
.profile-form-filters .toggle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/filter.svg) no-repeat 50% 50%;
  width: 17px;
  height: 16px;
  background-size: contain;
  margin: 0 10px 0 0;
}
.profile-form-filters .toggle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/toggle-darr.svg) no-repeat 50% 50%;
  width: 13px;
  height: 7px;
  background-size: contain;
  margin: 0 0 0 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.profile-form-filters .toggle > * {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.profile-form-filters .toggle:hover > * {
  border-bottom-color: transparent;
}
.profile-form-filters .toggle .to-hide {
  display: none;
}
.profile-form-filters.open .toggle:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.profile-form-filters.open .toggle .to-show {
  display: none;
}
.profile-form-filters.open .toggle .to-hide {
  display: inline;
}
.profile-form-filters .in {
  margin: 0 -1px;
  display: none;
}
.profile-form-filters.open .in {
  display: block;
}
.profile-form-filters .ind {
  padding: 20px 29px;
}
.profile-form-filters .in .ind {
  border-top: 1px solid #dcdcdc;
}
.profile-form-filters .hr {
  height: 1px;
  margin: 19px -30px;
  background: #dcdcdc;
}
.profile-form-filters .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px -20px 0;
}
.profile-form-filters .row .el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.profile-form-filters .row .el-in {
  padding: 0 30px 20px 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.profile-form-filters .row .el-in > * {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.profile-form-filters .row .el-in .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  margin: 0;
}
.profile-form-filters .row .el-in .input + .input {
  margin-left: -1px;
}
.profile-form-filters .row .el-in .input input,
.profile-form-filters .row .el-in .input textarea,
.profile-form-filters .row .el-in .input select,
.profile-form-filters .row .el-in .input .jcf-select-text {
  border-radius: 0;
}
.profile-form-filters .row .el-in .input:first-child input,
.profile-form-filters .row .el-in .input:first-child textarea,
.profile-form-filters .row .el-in .input:first-child select,
.profile-form-filters .row .el-in .input:first-child .jcf-select-text,
.profile-form-filters .row .el-in .label + .input input,
.profile-form-filters .row .el-in .label + .input textarea,
.profile-form-filters .row .el-in .label + .input select,
.profile-form-filters .row .el-in .label + .input .jcf-select-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.profile-form-filters .row .el-in .input:last-child input,
.profile-form-filters .row .el-in .input:last-child textarea,
.profile-form-filters .row .el-in .input:last-child select,
.profile-form-filters .row .el-in .input:last-child .jcf-select-text {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.profile-form-filters .row .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  font-size: 15px;
}
.profile-form-filters .row .wid-search {
  width: 270px;
}
.profile-form-filters .row .wid-search-big {
  width: 540px;
}
.profile-form-filters .row .wid-status {
  width: 210px;
}
.profile-form-filters .row .wid-date {
  width: 380px;
}
.profile-form-filters .row .wid-num {
  width: 180px;
}
.profile-form-filters .checks {
  list-style: none;
  font-size: 15px;
  margin: -4px -35px -26px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-form-filters .checks li {
  position: relative;
  margin: 0 35px 22px 0;
  padding: 0 0 0 30px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.profile-form-filters .checks label {
  cursor: pointer;
}
.profile-form-filters .checks .radio {
  position: absolute;
  top: 0.7em;
  margin: -12px 0;
  left: 0;
}
.profile-form-filters .info {
  position: relative;
  font-size: 15px;
  color: #ff6600;
  background: rgba(0, 0, 0, 0.025);
  margin: 0 -1px -1px -1px;
  padding: 11px 30px 11px 60px;
}
.profile-form-filters .info:before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 40px;
  background: url(../img/exclamation-orange.svg) no-repeat 50% 50%;
  width: 19px;
  height: 17px;
  background-size: contain;
  margin: 1px -10px;
}
.order-info {
  margin: 0 0 20px 0;
}
.order-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  margin: 0 0 1px 0;
}
.order-progress .step {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  height: 30px;
}
.order-progress .step-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.order-progress .step-bg div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f7f6f6;
}
.order-progress .step-bg:before,
.order-progress .step-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-width: 15px 0 15px 18px;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-color: #f7f6f6;
  box-shadow: -1px 0 0 #f7f6f6;
  z-index: 2;
}
.order-progress .step:last-child .step-bg:before,
.order-progress .step:last-child .step-bg:after {
  display: none;
}
.order-progress .step-bg:before {
  margin-left: 5px;
  border-color: #dcdcdc;
  box-shadow: -5px 0 0 #dcdcdc;
}
.order-progress .step.done,
.order-progress .step.active {
  color: #fff;
}
.order-progress .step.done .step-bg div,
.order-progress .step.active .step-bg div {
  background-color: #76b968;
}
.order-progress .step.done .step-bg:after,
.order-progress .step.active .step-bg:after {
  border-color: #76b968;
  box-shadow: -1px 0 0 #76b968;
}
.order-progress .step.done .step-bg:before,
.order-progress .step.active .step-bg:before {
  border-color: #f7f6f6;
  box-shadow: -5px 0 0 #f7f6f6;
}
.order-progress.all-done .step {
  color: #fff;
}
.order-progress.all-done .step .step-bg div {
  background-color: #818ab0;
}
.order-progress.all-done .step .step-bg:after {
  border-color: #818ab0;
  box-shadow: -1px 0 0 #818ab0;
}
.order-progress.all-done .step .step-bg:before {
  border-color: #f7f6f6;
  box-shadow: -5px 0 0 #f7f6f6;
}
.order-progress .step-bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 -18px 0 0;
  z-index: 3;
}
.order-progress .step:last-child .step-bg-cover {
  margin-right: 0;
}
.order-progress .step-bg-cover div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f7f6f6;
  opacity: 0.55;
}
.order-progress .text {
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  position: relative;
}
.order-progress .text .small {
  font-size: 12px;
  opacity: 0.7;
}
.mini-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.mini-info-pic {
  cursor: help;
  display: block;
  background: url(../img/info-white.svg) no-repeat 50% 50%;
  width: 10px;
  height: 10px;
  background-size: contain;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mini-info-pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -5px;
  border-radius: 50%;
}
.mini-info:hover .mini-info-pic {
  opacity: 1;
}
.order-info .top-info {
  list-style: none;
  margin: 0 -16px 0 0;
  padding: 15px 29px 12px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
.order-info .top-info li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 16px 0 0;
  margin: 0;
}
.order-info .top-info .small {
  font-size: 12px;
  min-height: 1.4em;
  margin: 0 0 7px 0;
  color: #a0a0a0;
}
.order-info .top-info a {
  color: #330099;
}
.order-info .top-info .opt-link {
  text-decoration: none !important;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.order-info .top-info .opt-link:hover {
  border-bottom-color: transparent;
}
.order-info .top-info .wid-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.order-info .top-info .wid-date {
  width: 12%;
}
.order-info .top-info .wid-delivery {
  width: 20%;
}
.order-info .top-info .wid-cyrr {
  width: 14%;
}
.order-info .top-info .wid-money1 {
  width: 12%;
}
.order-info .top-info .wid-money2 {
  width: 10%;
}
.order-info .top-info .wid-files {
  width: 10%;
  text-align: right;
}
.order-info .top-info .name {
  font-size: 21px;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-all;
  margin: -5px 0 0 0;
}
.order-info .top-info .name .min {
  font-size: 12px;
}
.order-info .top-info .status {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  border-radius: 1px;
  padding: 0 8px;
  margin: 1px 0 0 0;
}
.order-info .top-info .status.orange {
  background-color: #ff6600;
}
.order-info .top-info .status.green {
  background-color: #76b968;
}
.order-info .top-info .course {
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  background: #eeeff6;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.5);
  padding: 4px 7px 3px 7px;
  margin: -4px 0 -3px 0;
}
.order-info .line {
  margin: 0 -1px;
  position: relative;
  height: 1px;
  background: #dcdcdc;
}
.order-info .line:before,
.order-info .line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 71px;
  border-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.order-info .line:before {
  border-width: 11px 10px 0 10px;
  margin: 0 -10px;
  border-color: #dcdcdc;
}
.order-info .line:after {
  border-width: 10px 9px 0 9px;
  margin: 0 -9px;
  border-color: #fff;
}
.order-info .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -28px -10px 0;
  padding: 14px 29px;
}
.order-info .pay > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 28px 10px 0;
}
.order-info .pay .sum {
  font-size: 17px;
}
.order-info .pay .sum .small {
  font-size: 15px;
  color: #a0a0a0;
  margin-right: 0.3em;
}
.order-info .pay .sum + .btn {
  margin-right: auto;
}
.order-info .pay .btn {
  text-transform: none;
  font-size: 15px;
  letter-spacing: normal;
  padding: 12px 26px;
  white-space: normal;
  text-align: left;
}
.order-info .pay .btn-pic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 14px;
  margin: 0 9px 0 -8px;
}
.order-info .pay .btn-pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.link-delivery-type {
  text-decoration: none !important;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: bold;
  white-space: nowrap;
}
.link-delivery-type:hover {
  border-bottom-color: transparent;
}
.link-delivery-type:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 -11px 0 0;
  top: -4px;
  left: 4px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.link-delivery-type.blue {
  color: #0055a6 !important;
}
.link-delivery-type.blue:after {
  background-image: url(../img/link-blue.svg);
}
.link-delivery-type.red {
  color: #cc0000 !important;
}
.link-delivery-type.red:after {
  background-image: url(../img/link-red.svg);
}
.link-delivery-type.yellow {
  color: #ff9c00 !important;
}
.link-delivery-type.yellow:after {
  background-image: url(../img/link-yellow.svg);
}
.my-balance {
  padding-top: 22px;
  padding-bottom: 22px;
}
.my-balance th,
.my-balance td {
  border-top-width: 0;
  border-bottom-width: 0;
}
.my-balance th:first-child,
.my-balance td:first-child {
  border-left-width: 0;
}
.my-balance th:last-child,
.my-balance td:last-child {
  border-right-width: 0;
}
.my-balance td {
  border-color: #dcdcdc;
}
.hidden-text-content,
.hidden-text-toggle {
  display: inline;
}
.hidden-text-toggle {
  cursor: pointer;
  color: #330099;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hidden-text-toggle:hover {
  border-bottom-color: transparent;
}
.hidden-text-toggle .to-hide {
  display: none;
}
.hidden-text.open .hidden-text-toggle .to-hide {
  display: inline;
}
.hidden-text.open .hidden-text-toggle .to-show {
  display: none;
}
.hidden-text-in {
  display: none;
}
.hidden-text.open .hidden-text-in {
  display: inline;
}
.notifications {
  padding-top: 10px;
  margin-bottom: -10px;
}
.user-notification {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  padding: 12px 45px 12px 62px;
  white-space: normal;
  position: relative;
  margin: 0 0 10px 0;
}
.user-notification .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22.5px;
  right: 22.5px;
  margin: -12px;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(../img/notif-close.svg) no-repeat 50% 50%;
  background-size: auto 15px;
}
.user-notification .close:hover {
  opacity: 1;
}
.user-notification:before {
  content: '';
  position: absolute;
  top: 22.5px;
  left: 31px;
  width: 24px;
  height: 24px;
  margin: -12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.user-notification.flash-error {
  background-color: #e14737;
}
.user-notification.flash-error:before {
  background-image: url(../img/notif-error.svg);
}
.user-notification.flash-notification {
  background-color: #f9b94f;
}
.user-notification.flash-notification:before {
  background-image: url(../img/notif-bell.svg);
}
.user-notification.flash-success {
  background-color: #68b058;
}
.user-notification.flash-success:before {
  background-image: url(../img/notif-check.svg);
}
.user-notification a {
  color: inherit;
  text-decoration: underline;
}
.user-notification a:hover {
  color: inherit;
  text-decoration: none;
}

/*Start 1024*/
@media screen and (max-width: 1024px) {
  .profile-form .inputs {
    margin-right: -16px;
  }
  .profile-form .inputs .el {
    padding-right: 16px;
  }
  .payment-info .top .info li {
    min-width: 0;
  }
  .order-progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .order-progress .step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 1px 0;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 13px;
  }
  .order-progress .step-bg {
    margin-right: 18px;
  }
  .order-progress .step-bg:before {
    display: none;
  }
  .order-progress .step:last-child .step-bg:after {
    display: block;
  }
  .order-progress .step-bg-cover {
    margin-right: 0;
  }
  .order-progress .step-bg-cover div {
    background: #fff;
  }
  .bg_grey .order-progress .step-bg-cover div {
    background: #ededed;
  }
  .order-progress .small {
    font-size: 10px;
  }
  .order-progress .text {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .order-info .top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 42px;
    padding-right: 41px;
    padding-bottom: 28px;
  }
  .order-info .top-info li {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    margin-top: 11px;
    text-align: left !important;
  }
  .order-info .top-info li:first-child {
    margin-top: 0 !important;
  }
  .order-info .top-info .small {
    margin-bottom: 4px;
    min-height: 0;
  }
  .order-info .top-info .name {
    margin-top: -2px;
  }
  .order-info .pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
    padding: 26px 41px 20px 41px;
  }
  .order-info .pay > * {
    margin-right: 0;
  }
  .order-info .pay .sum {
    margin-bottom: 3px;
  }
  .order-info .pay .btn {
    font-size: 13px;
    padding: 12px 18px;
    min-width: 270px;
  }
}

/*End 1024*/

/*Start 768*/
@media screen and (max-width: 768px) {
  .btn_hide_mob {
    display: none;
  }
  .header .header_top_hold.header_top_logined {
    width: auto;
    position: absolute;
    top: 21px;
    right: 15px;
  }
  .header .btn_hold .btn.btn_logined {
    min-width: 0;
    padding: 0;
    width: 40px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .btn_hold .btn.btn_logined:after {
    margin: 0;
    left: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn_logined .name {
    display: none;
  }
  .inner_page {
    padding-top: 26px;
    padding-bottom: 100px;
  }
  .inner_top {
    margin-bottom: 7px;
    margin-top: 45px;
  }
  .inner_top > * {
    padding-bottom: 26px;
    width: 100%;
  }
  .inner_top .text {
    top: 0;
    font-size: 13px;
    margin-top: -6px;
    padding-bottom: 0;
  }
  .nav-link-back {
    font-size: 13px;
  }
  .profile-form-tabs {
    margin-bottom: 41px;
    height: 41px;
  }
  .profile-form-tabs .in {
    margin: 0;
    border: 1px solid #330099;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
  }
  .profile-form-tabs .in > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
  .profile-form-tabs .link {
    border-top: 1px solid #fff;
    font-size: 15px;
    padding: 10px;
    min-height: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
  }
  .profile-form-tabs.open .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-form-tabs .link.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-width: 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .profile-form-tabs .link.active > *:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: url(../img/profile-tabs-arr.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 10px;
    height: 5px;
    margin: 0 0 0 10px;
  }
  .profile-form-tabs.open .link.active > *:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .profile-form {
    padding-left: 40px;
    padding-right: 40px;
  }
  .profile-form-filter {
    padding-left: 19px;
    padding-right: 19px;
  }
  .profile-form .big-label.small {
    font-size: 15px;
  }
  .profile-form .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-form .inputs .el {
    width: 100% !important;
  }
  .profile-form .checks {
    margin-top: 14px;
    margin-bottom: -16px;
  }
  .profile-form .inputs + .checks {
    margin-top: 32px;
    margin-bottom: -16px;
  }
  .profile-form .inputs + .inputs .el:not(:first-child) .big-label {
    margin-top: 14px !important;
  }
  .profile-form .btn_delete {
    margin-top: 19px;
    margin-bottom: 15px;
  }
  .table {
  }
  .table table,
  .table tbody,
  .table tr {
    display: block;
  }
  .table thead {
    display: none;
  }
  .table th,
  .table td {
    height: auto;
    background: none !important;
    border: 0;
  }
  .table tr {
    border: 1px solid #acb1d0;
    margin: 0 0 -1px 0;
    padding: 15px 9px 17px 9px;
  }
  .table tr:last-child {
    margin-bottom: 0;
  }
  .table tr:nth-child(even) {
    background: #eeeff6;
  }
  .table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 17px 0 0 0;
    padding: 0;
  }
  .table td:first-child {
    margin-top: 0 !important;
  }
  .table td > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .table .mob-center {
    text-align: center;
  }
  .table .table-title {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px 0 0;
  }
  .form-add-files {
    padding-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form-add-files .side-l {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 21px auto;
    padding: 0;
  }
  .form-add-files .side-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .form-add-files .profile-submit {
    margin-top: 20px;
  }
  .form-add-files .profile-submit .btn_big {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1%;
    flex: 1 1 1%;
  }
  .payment-info .top {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment-info .top > * {
    width: 100%;
  }
  .payment-info .top .small {
    margin-bottom: 2px;
  }
  .payment-info .top .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 9px 0;
  }
  .payment-info .top .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment-info .top .info li {
    padding: 0;
    margin: 10px 0 0 0;
  }
  .payment-info .top .info li:first-child {
    margin-top: 0 !important;
  }
  .payment-info .top .name {
    margin: -2px 0 0 0;
  }
  .payment-info .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 18px 19px 29px 19px;
  }
  .payment-info .bottom > * {
    width: 100%;
  }
  .payment-info .bottom .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .payment-info .bottom .toggle {
    margin: 18px 0 0 0;
  }
  .payment-info .ind {
    padding: 0;
  }
  .my-balance {
    padding: 10px !important;
  }
  .payment-info .table {
    margin: 0 -1px -1px -1px;
    border-top: 1px solid #dcdcdc;
    padding: 0 9px 10px 9px;
  }
  .payment-info .table tr,
  .my-balance .table tr {
    border-width: 0;
  }
  .pagination {
    margin-top: 60px;
  }
  .profile-form-filters .ind {
    padding-left: 41px;
    padding-right: 41px;
  }
  .profile-form-filters .hr {
    margin-left: -42px;
    margin-right: -42px;
  }
  .profile-form-filters .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .profile-form-filters .row .el {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .profile-form-filters .row .el-in {
    width: 100% !important;
  }
  .profile-form-filters .row .wid-date .input {
    max-width: 136px;
  }
  .profile-form-filters .row .wid-num {
    width: 180px !important;
  }
  .profile-form-filters .info {
    padding-right: 42px;
    padding-left: 72px;
  }
  .profile-form-filters .info:before {
    left: 52px;
  }
}

/*End 768*/

/*Start 568*/
@media screen and (max-width: 568px) {
  .header .header_top_hold.header_top_logined {
    top: 15px;
  }
  .inner_page {
    padding-top: 16px;
    padding-bottom: 61px;
  }
  .inner_top {
    margin-bottom: 0;
    margin-top: 47px;
  }
  .inner_top > * {
    padding-bottom: 22px;
  }
  .inner_top h1,
  .inner_top .h1 {
    font-size: 24px;
  }
  .inner_top .text {
    margin-top: -10px;
    padding-bottom: 6px;
  }
  .profile-form-tabs {
    margin-bottom: 32px;
  }
  .profile-form-tabs .toggle {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .profile-form,
  .payment-info {
    margin-bottom: 30px;
  }
  .profile-form {
    padding: 31px 9px;
  }
  .profile-form-filter {
    padding: 19px 9px;
  }
  .profile-form .big-label {
    font-size: 19px;
    margin-bottom: 12px;
    margin-top: 26px;
  }
  .profile-form .big-label:first-child {
    margin-top: -18px;
  }
  .profile-form .inputs {
    margin-bottom: -10px;
  }
  .profile-form .inputs + .inputs {
    margin-top: 38px;
  }
  .profile-form .inputs .el {
    padding-bottom: 10px;
  }
  .profile-form .checks {
    margin: 22px -54px -20px 0;
  }
  .profile-form .inputs + .checks {
    margin-top: 22px;
    margin-bottom: -22px;
  }
  .profile-form .checks li {
    padding-right: 54px;
  }
  .profile-form .btn_delete {
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-submit .btn {
    width: 100%;
    min-width: 0;
  }
  .files-adding .area {
    padding: 30px 10px 28px 10px;
  }
  .files-adding .area:before {
    margin-bottom: 13px;
  }
  .files-adding .area .big {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .files-adding .area .small {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .files-adding .added-files {
    margin-top: 35px;
    margin-bottom: -10px;
    font-size: 15px;
  }
  .files-adding .added-files li {
    margin-top: 18px;
  }
  .table .table-title {
    width: 45%;
  }
  .form-add-files {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .form-add-files .files-adding .area {
    min-height: 0;
  }
  .form-add-files .side-l {
    margin-bottom: 30px;
  }
  .form-add-files .side-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .form-add-files .profile-submit {
    margin-top: 20px;
  }
  .form-add-files .profile-submit .btn_big {
    padding-left: 10px;
    padding-right: 10px;
  }
  .payment-info .top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .payment-info .bottom {
    padding-left: 9px;
    padding-right: 9px;
  }
  .pagination {
    margin-top: 31px;
    margin-right: -9px;
    margin-bottom: -9px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pagination > * {
    margin: 0 9px 9px 0;
  }
  .pagination .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pagination .btn.text {
    min-width: calc(50% - 9px);
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .profile-form-filters .ind {
    padding-left: 9px;
    padding-right: 9px;
  }
  .profile-form-filters .hr {
    margin-left: -10px;
    margin-right: -10px;
  }
  .profile-form-filters .row .el-in {
    width: 100% !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .profile-form-filters .row .label {
    width: 100%;
    margin: 0 0 3px 0;
  }
  .profile-form-filters .row .wid-date .input {
    max-width: none;
  }
  .profile-form-filters .row .wid-num {
    width: 100% !important;
  }
  .profile-form-filters .row .wid-num .input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 70px;
  }
  .profile-form-filters .info {
    font-size: 13px;
    padding: 14px 10px 17px 39px;
  }
  .profile-form-filters .info:before {
    left: 20px;
    margin-top: 4px;
  }
  .order-progress .step {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-info .top-info {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 28px;
  }
  .order-info .pay {
    padding-left: 9px;
    padding-right: 9px;
  }
  .order-info .pay > * {
    margin-right: 0;
  }
  .order-info .pay .sum {
    margin-bottom: 3px;
  }
  .order-info .pay .btn {
    min-width: 0;
    width: 100%;
  }
}
/*End 568*/

/*-----PROFILE all sizes end-----*/

/*about team start*/
.about_team {
  padding: 68px 0 115px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: -1px 0;
}
.about_team .h2 {
  text-align: center;
  margin: 0 0 48px 0;
}
.team_grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px;
}
.team_grid .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  padding: 15px;
}
.person_vert {
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #9792a2;
}
.person_vert .photo {
  margin: 0 0 24px 0;
}
.person_vert .photo img {
  width: 100%;
  height: auto;
}
.person_vert .name {
  font-size: 21px;
  line-height: normal;
  color: #000;
}
.person_vert .prof {
  margin-bottom: 0.5em;
}
.person_vert a {
  color: inherit;
}

@media only screen and (max-width: 1000px) {
  .team_grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .team_grid .el {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .team_grid .el {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .team_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team_grid .el {
    width: 100%;
  }
}
/*about team end*/

/*investors start*/
.header_inv {
  text-align: center;
  padding: 39px 0;
  border-bottom: 1px solid #dcdcdc;
}
.header_inv .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 67px;
}
.head_title {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 19px 0 -40px 0;
}
.head_title > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  font: 500 30px/1 'Fira Sans', sans-serif;
  color: #330099;
  padding: 10px 0;
  border-bottom: 4px solid #ff6600;
}
.inv_head {
  text-align: center;
  padding: 97px 0 62px 0;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 1px solid #dcdcdc;
}
.inv_head .max {
  margin: 0 auto;
  max-width: 940px;
}
.inv_head .h1 {
  margin: 0 0 46px 0;
}
.inv_head * {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.inv_head p:last-child {
  margin-bottom: 0;
}
.inv_benefits {
  padding: 48px 0 28px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  line-height: 1.5;
}
.inv_benefits .h1 {
  line-height: 1.1;
  margin: 0 0 48px 0;
}
.inv_benefits * {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.inv_benefits .max {
  max-width: 600px;
}
.inv_benefits p,
.inv_benefits ul {
  margin: 0 0 23px 0;
  padding: 0;
  list-style: none;
}
.inv_benefits li {
  margin: 0 0 16px 0;
  padding: 0 0 0 40px;
  list-style: none;
  position: relative;
}
.inv_benefits p:last-child,
.inv_benefits ul:last-child,
.inv_benefits li:last-child {
  margin-bottom: 0;
}
.inv_benefits li:before {
  content: '';
  position: absolute;
  top: 0.75em;
  left: 0;
  background: url(../img/check-circle-violet.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: -12px 0;
}
.inv_benefits .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inv_benefits .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.45%;
  margin-right: auto;
  margin-left: -5%;
}

@media only screen and (max-width: 1200px) {
  .inv_benefits .image {
    margin-left: 0;
    width: 36.45%;
  }
}
.inv_benefits .image .animate-pic {
  width: 100%;
  height: auto;
}
.inv_benefits .image .animate-pic:before {
  content: '';
  display: block;
  padding: 50%;
}
.inv_benefits .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.5%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .inv_benefits .grid {
    display: block;
  }
  .inv_benefits .grid:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
  }
  .inv_benefits .image {
    float: left;
    width: 30%;
    margin: 0 30px 10px 0;
  }
  .inv_benefits .text {
    width: auto;
  }
  .inv_benefits .max {
    max-width: none;
  }
}

@media only screen and (max-width: 610px) {
  .inv_benefits .image {
    float: none;
    width: auto;
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
}
.inv_diff {
  padding: 77px 0 96px 0;
  border-bottom: 1px solid #dcdcdc;
}
.inv_diff .h1 {
  text-align: center;
  margin: 0 auto 33px auto;
  max-width: 620px;
  line-height: 1.1;
}
.inv_diff .h3 {
  padding: 0 60px;
  height: 145px;
  overflow: hidden;
  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;
  text-align: center;
  margin: 0;
  font: inherit;
  font-size: 30px;
  line-height: 1.2;
}
.inv_diff .grid {
  border-top: 1px solid #dcdcdc;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}
.inv_diff .grid .max {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inv_diff .grid .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}
.inv_diff .image .animate-pic {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.inv_diff .grid .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 200px);
  position: relative;
  padding: 0 48px;
  color: #9792a2;
  font-size: 17px;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .inv_diff .grid,
  .inv_diff .grid .max {
    display: block;
    text-align: center;
  }
  .inv_diff .image {
    margin: 0 auto 30px auto;
  }
  .inv_diff .image .animate-pic {
    width: 150px;
    height: 150px;
  }
  .inv_diff .grid .text {
    width: auto;
    padding: 0;
  }
  .inv_diff .grid .text:before {
    display: none;
  }
}

@media only screen and (max-width: 610px) {
  .inv_diff .h3 {
    font-size: 21px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.inv_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  position: relative;
}
.inv_slider .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.inv_slider .slick-arrow:after {
  border-color: #9792a2;
  border-width: 3px;
}
.inv_slider .slick-arrow {
  top: 72.5px;
  margin: 0 18px;
  display: block !important;
}
.inv_slider .slick-prev {
  left: 0;
  right: auto;
}
.inv_slider .slick-next {
  right: 0;
  left: auto;
}
.inv_slider.slick-initialized {
  display: block;
  overflow: visible;
}

@media only screen and (max-width: 610px) {
  .inv_slider .slick-arrow {
    margin: 0;
  }
}
.inv_int {
  border-bottom: 1px solid #dcdcdc;
  padding: 102px 0 83px 0;
  margin: 0 0 -1px 0;
}
.inv_int .h1 {
  text-align: center;
  margin: 0 auto 108px auto;
  line-height: 1.1;
  max-width: 720px;
}
.inv_int .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px;
}
.inv_int .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 25px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inv_int .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 140px;
  margin: 0 20px 0 0;
}
.inv_int .image .animate-pic {
  width: 140px;
  height: 140px;
}
.inv_int .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #9792a2;
  font-size: 17px;
  line-height: 24px;
  max-width: 380px;
}

@media only screen and (max-width: 768px) {
  .inv_int .grid {
    display: block;
  }
  .inv_int .el {
    width: 100%;
  }
  .inv_int .text {
    max-width: none;
  }
}

@media only screen and (max-width: 610px) {
  .inv_int .el {
    display: block;
    text-align: center;
  }
  .inv_int .image {
    margin: 0 auto 30px auto;
    width: 200px;
  }
  .inv_int .image .animate-pic {
    width: 200px;
    height: 200px;
  }
}
.inv_int .link {
  margin: 7px 0 0 0;
}
.inv_int .link a {
  color: #330099;
}
.inv_int .h3 {
  font: inherit;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 22px 0;
}
.inv_adv_sec {
  border-top-width: 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 107px 0 59px 0;
}
.inv_adv_sec .h1 {
  margin-bottom: 48px;
}
.inv_adv_sec a {
  color: #330099;
}
.inv_adv_sec .titl {
  line-height: 1.2;
  margin-bottom: 26px;
}
.inv_adv_sec .btn {
  min-width: 230px;
}
.app_sec {
  padding: 84px 0 0 0;
  border-bot3tom: 1px solid #dcdcdc;
}
.app_sec .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.app_sec .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41%;
  font-size: 17px;
  line-height: 23px;
  padding: 0 0 124px 0;
}
.app_sec .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 59%;
  margin-left: auto;
}
.app_sec .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
  left: 4.275%;
}
.app_sec .h1 {
  line-height: 1.1;
  margin: 0 0 45px 0;
}
.app_sec .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 26px -15px -10px 0;
}
.app_sec .links > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 15px 10px 0;
  position: relative;
}
.app_sec .links img {
  height: 40px;
  width: auto;
}
.app_sec .links .pop {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 120px;
  overflow: hidden;
  margin: 5px 0;
  z-index: 20;
}

@media (pointer: coarse) {
  .app_sec .links .pop {
    display: none !important;
  }
}
.app_sec .links .pop img {
  opacity: 0;
  height: auto !important;
  width: 100% !important;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.app_sec .links a:hover .pop {
  padding: 10px;
  height: auto;
}
.app_sec .links a:hover .pop img {
  opacity: 1;
}

@media only screen and (max-width: 610px) {
  .app_sec .grid {
    display: block;
  }
  .app_sec .text {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .app_sec .links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app_sec .image {
    width: auto;
    text-align: center;
    margin: 30px 0 0 0;
  }
}
.join_sec {
  margin: -1px 0 0 0;
  text-align: center;
  color: #fff;
  background: #330099;
  padding: 100px 0 83px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
.join_sec .h1 {
  line-height: 1.1;
  margin: 0 0 62px 0;
  color: inherit;
}
.join_sec a {
  color: inherit;
}
.join_sec .big {
  font-size: 54px;
  font-weight: bold;
  margin: 7px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .join_sec {
    font-size: 21px;
  }
  .join_sec .big {
    font-size: 35px;
  }
}

@media only screen and (max-width: 610px) {
  .join_sec {
    font-size: 17px;
  }
  .join_sec .big {
    font-size: 24px;
  }
}
/*investors end*/

.about_stat {
  background: #eef1f6;
  margin: -1px 0;
  position: relative;
  padding: 60px 0 24px 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}
.about_stat .h2 {
  font-size: 50px;
  margin: 0 0 1.44em 0;
}
.about_stat ul,
.about_stat li {
  list-style: none;
}
.about_stat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-size: 1.833333vw;
  text-align: left;
  margin: -10px;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_stat li:before {
  display: none;
}
.about_stat li {
  margin: 0;
  padding: 10px;
}
.about_stat ul strong {
  display: block;
  white-space: nowrap;
  font-weight: normal;
  font-size: 8.333333vw;
  margin-bottom: -0.06em;
  line-height: 1;
  color: #330099;
  font-family: 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif;
}

@media only screen and (min-width: 1200px) {
  .about_stat ul {
    font-size: 22px;
  }
  .about_stat ul strong {
    font-size: 100px;
  }
}
.about_stat .year {
  opacity: 0.5;
  margin-top: 3.5625em;
}

@media only screen and (max-width: 872px) {
  .about_stat {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .about_stat {
    padding: 40px 0;
  }
  .about_stat .h2 {
    font-size: 35px;
  }
  .about_stat ul {
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .about_stat li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .about_stat ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .about_stat li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}
/*manager mini block start*/
.my-manager {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270px;
  font-size: 13px;
  line-height: 1.692;
  color: #000;
  white-space: normal;
  text-align: left;
  padding: 0 0 0.846em 3.923em;
  margin: 0 15px;
}

@media only screen and (max-width: 1090px) {
  .my-manager {
    width: auto;
  }
}
.my-manager.for-mobile {
  display: none;
}
.my-manager + .inner_top {
  margin-top: 0 !important;
}
.my-manager .toggle {
  cursor: pointer;
  color: #330099;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
}
.my-manager .toggle:hover {
  border-bottom-color: transparent;
}
.my-manager a {
  color: #330099;
}
.my-manager .ava {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.076em;
  height: 3.076em;
  border-radius: 50%;
  overflow: hidden;
  margin: 0.307em 0;
}
.my-manager .ava img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.my-manager .popup {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  white-space: nowrap;
  color: #330099;
  border-radius: 1px;
  border: 1px solid #acb1d0;
  z-index: 100;
  background: #fff;
  padding: 0.769em 1.461em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.my-manager.open .popup {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.my-manager .popup:before,
.my-manager .popup:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  border-style: solid;
}
.my-manager .popup:before {
  border-color: #acb1d0 transparent;
  border-width: 0 7px 7px 7px;
}
.my-manager .popup:after {
  border-color: #fff transparent;
  border-width: 0 6px 6px 6px;
}

@media only screen and (max-width: 992px) {
  .my-manager {
    position: relative;
    float: right;
    bottom: auto;
    right: auto;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .my-manager.for-desktop {
    display: none;
  }
  .my-manager.for-mobile {
    display: block;
  }
  .my-manager {
    position: relative;
    float: right;
    bottom: auto;
    right: auto;
    margin: -5px 0;
    padding-bottom: 0.5em;
  }
}

@media only screen and (max-width: 568px) {
  .my-manager {
    font-size: 10.5px;
  }
}
/*manager mini block end*/

.cic {
  position: absolute;
  top: -3000px;
  left: -3000px;
  visibility: hidden;
  display: none;
}
.svgicon {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  white-space: nowrap;
  background-size: contain, 0px 0px;
}
.blog_se2c a img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog_se2c a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*added 16.02.22*/
.about_stat .h2 a,
.about-chart .h2 a {
  color: #330099;
  text-decoration: none;
  border-style: dashed;
  border-width: 0 0 1px 0;
  border-color: #330099;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (pointer: fine) {
  .about_stat .h2 a:hover,
  .about-chart .h2 a:hover {
    border-color: transparent;
  }
}
.about-chart {
  background: #eef1f6;
  margin: -1px 0;
  position: relative;
  padding: 60px 0 24px 0;
  font-size: 16px;
  text-align: center;
}
.about-chart .h2 {
  font-size: 50px;
  margin: 0 0 1.44em 0;
}
.about-chart-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 0 -15px 50px -15px;
  padding-left: 15px;
}
.about-chart-tabs:after {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 15px;
}
.about-chart-link:not(:first-child) {
  margin-left: 30px;
}
.about-chart-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 9px;
  padding: 43px 12px 23px 12px;
  min-height: 125px;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.29;
  color: #000000;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-chart-link div {
  margin: 10px auto 0 auto;
}
.about-chart-link.active {
  cursor: default;
  border-color: #330099;
}
.about-chart-wrap {
  width: auto !important;
}

@media only screen and (max-width: 768px) {
  .about-chart {
    padding: 40px 0;
  }
  .about-chart .h2 {
    font-size: 35px;
  }
  .about-chart-tabs {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .about-chart-link {
    font-size: 14px;
  }
  .about-chart-link:not(:first-child) {
    margin-left: 15px;
  }
}
.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 38px;
  line-height: 12px;
}
.swiper-pagination-bullet {
  margin: 0 9px !important;
  width: 12px !important;
  height: 12px !important;
  background: none !important;
  border: 2px solid rgba(151, 146, 162, 0.75) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  border-color: transparent !important;
  background: #5a64a1 !important;
}
.about-why {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding: 109px 0 56px 0;
  font-size: 17px;
  line-height: 24px;
  color: #9792a2;
  text-align: center;
}
main .about-why:last-child,
main .about-chart:last-child,
main .about_comp_sec:last-child {
  margin-bottom: -25px;
}
.about-chart ~ .app_sec,
.about-why + .app_sec {
  margin-top: -25px;
}
.about-why .h2 {
  font-size: 50px;
  margin: 0 0 51px 0;
}
.about-why .center-link {
  margin: 38px 0 0 0;
}
.why-slider {
  width: auto !important;
  margin: 0 -15px !important;
}
.why-slider .swiper-slide {
  padding: 0 15px;
  width: 33.333333%;
}
.why-slider .pic {
  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;
  margin: 0 auto 21px auto;
  max-width: 213px;
  width: 100%;
  height: 82px;
}
.why-slider .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.why-slider .name,
.why-slider .text {
  display: block;
  max-width: 315px;
  margin: 0 auto;
}
.why-slider .name {
  font-size: 21px;
  line-height: 28px;
  color: #5a64a1;
}
.why-slider .text {
  margin-top: 13px;
}

@media only screen and (max-width: 768px) {
  .about-why {
    padding: 40px 0;
  }
  .about-why .h2 {
    font-size: 35px;
  }
  .why-slider .swiper-slide {
    width: 50%;
  }
}

@media only screen and (max-width: 560px) {
  .why-slider .swiper-slide {
    width: 100%;
  }
}

.e_table_item div {
  font-size: 90%;
  padding: 10px;
  color: grey;
}

.btn-whatsapp {
  position: fixed;
  z-index: 99999999999;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgb(43, 173, 100);
  padding: 15px 10px 15px 15px;
  border-radius: 20px 0px 0px 0px;
  align-items: center;
  width: 290px;
  transition: all 0.4s;
  text-decoration-line: none;
  text-decoration: none;
}
.btn-whatsapp:hover {
  text-decoration-line: none;
  text-decoration: none;
}
.btn-whatsapp__icon {
  width: 40px;
  height: 40px;
}
.btn-whatsapp__icon svg {
  width: 40px;
  height: 40px;
}
.btn-whatsapp__text {
  text-decoration-line: none;
  font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  color: #ffffff;
  margin-left: 15px;
  text-decoration-line: none;
  text-decoration: none;
}
.btn-whatsapp__text:hover {
  text-decoration-line: none;
  text-decoration: none;
}
.btn-whatsapp :active {
  text-decoration-line: none;
  text-decoration: none;
}
.btn-whatsapp__text span {
  font-weight: 700;
  color: #ffffff;
  text-decoration-line: none;
  text-decoration: none;
}

.btn-whatsapp__delete {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 20px;
}

.btn-whatsapp-active {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

body:not(.page-ru) .fade_slide .damian-block {
  display: none;
}

.about-stat__mob {
  display: none;
}

@media (max-width: 768px) {
  .about-stat__pc {
    display: none !important;
  }
  .about-stat__mob {
    display: block;
  }
}

.about-stat__slide {
  display: flex;
  flex-direction: column;
  display: flex;
  font-size: 4.333333vw;
  /* font-weight: normal;
 
  text-align: left;
  margin: -10px;
  padding: 0;
  -webkit-box-pack: justify; */
}
.about-stat__slide strong {
  display: block;
  white-space: nowrap;
  font-weight: normal;
  font-size: 22.333333vw;
  margin-bottom: -0.06em;
  margin-bottom: 10px;
  line-height: 1;
  color: #330099;
  font-family: 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif;
}

table.autor {
	width:100%; 
	padding:10px; 
	background-color:#ffffff;
	}

table.autor tr td {
	padding:10px; 
	background-color:#ffffff;
	border: 0px;
	}

table.autor td img {
	he3ight:405px; 
	wid3th:372px; 
	padding:10px; 
	background-color:#ffffff;
	}


.data-news {
 margin-top:-40px;
}


#authSmsForm1 .doc_ico img {
  display: none;
}




/* Для мобильных устройств (ширина экрана меньше 768px) */
@media (max-width: 767px) {
    .autor,
    .autor tbody,
    .autor tr {
        display: block;
        width: 100%;
    }
    
    .autor td {
        display: block;
        width: 100% !important;
        padding: 0;
        text-align: left !important;
        vertical-align: top;
    }
    
    /* Фото на 100% ширины */
    .autor td[width="30%"],
    .autor td:first-child {
        width: 100% !important;
    }
    
    .autor img {
        width: 100% !important;
        height: auto;
        display: block;
    }
    
    /* Описание под фото */
    .autor td[width="70%"],
    .autor td:last-child {
        width: 100% !important;
        padding-top: 15px;
    }
    
    /* Убираем лишние отступы */
    .autor p {
        margin: 0 0 10px 0;
    }
    
    /* Скрываем ненужные &nbsp; */
    .autor p:empty {
        display: none;
    }
}




a.btn.btn_darkblue[href*="Sample-application-for-certification.docx"],
a.btn.btn_darkblue[href*="/order/"] {
    border-color: #F66400 !important;
    background-color: #F66400 !important;
}

.ahtung {
	border-left: 5px solid #F66400;
	padding: 15px 25px 15px 30px; 
	margin: 25px 0; 
	background-color: #fff5ee;
	}
