html  {

  min-height: 100vh
}



html.is-hidden  {

  overflow: hidden
}



body  {

  background: #fff;

  font-family: 'Roboto Slab',
  Arial,
  Verdana,
  Tahoma,
  sans-serif;

  font-size: 16px;

  line-height: 1.3;

  color: #52291C;

  opacity: 1;

  min-height: 100vh
}



.global-wrapper  {

  min-width: 320px;

  display: flex;

  flex-direction: column;

  overflow: hidden;

  min-height: 100vh
}



ol,
ul  {

  list-style: none;

  margin-bottom: 0
}



input  {

  background: none;

  border: 0;

  margin: 0;

  padding: 0;

  outline: none!important
}



@media not all and (min-resolution: 0.001dpcm) {

  select:focus,
  textarea:focus,
  input:focus {
    -webkit-appearance: none;
  }

  select:active,
  input:active,
  textarea:active {
    -webkit-appearance: none;
  }

  input,
  textarea,
  select {
    -webkit-appearance: none;
  }

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }

  select:active,
  input:active,
  textarea:active {
    font-size: 16px;
  }

  input,
  textarea,
  select {
    font-size: 16px;
  }

}



*  {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  -webkit-tap-highlight-color: rgba(0,
  0,
  0,
  0)
}



p  {

  margin-bottom: 1em;

  line-height: 1.5;

  font-family: "Georgia"
}



p:last-child  {

  margin-bottom: 0
}



img  {

  max-width: 100%;

  height: auto
}



img[data-src]  {

  opacity: 0
}



img.loaded  {

  opacity: 1;

  transition: opacity .3s
}



blockquote  {

  margin-left: 2em
}



a  {

  text-decoration: none;

  color: inherit
}



a:not([class])  {

  color: #52291C;

  border-bottom: 1px solid #52291C;

  transition: border-bottom-color .3s
}



a:not([class]):hover  {

  border-bottom-color: transparent
}



a:-webkit-contacts-auto-fill-button  {

  visibility: hidden;

  pointer-events: none;

  position: absolute;

  right: 0
}



body a:hover,
body a:active,
body a:focus  {

  text-decoration: none;

  outline: 0
}



input:focus  {

  border: none;

  outline: none
}



button  {

  -webkit-appearance: button;

  cursor: pointer
}



button:focus  {

  outline: none
}



input:webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill  {

  background-color:transparent!important
}



html input[type="button"]  {

  -webkit-appearance:button;

  cursor: pointer
}



input  {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit
}



input[type="reset"],
input[type="submit"]  {

  -webkit-appearance: button;

  cursor: pointer
}



input[type="hidden"]  {

  display: none
}



button,
select,
textarea  {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit
}



ul:not([class])  {

  margin: 0 0 1em;

  list-style-type: disc;

  padding-left: 20px
}



ul:not([class]) li  {

  margin-bottom: .7em
}



ul:not([class]) li:last-child  {

  margin-bottom: 0
}



ol:not([class])  {

  margin: 0 0 1em;

  padding-left: 20px;

  list-style-type: decimal
}



ol:not([class]) li  {

  margin-bottom: .9em
}



ol:not([class]) li:last-child  {

  margin-bottom: 0
}



.main-btn  {

  display: inline-block;

  min-width: 295px;

  height: 46px;

  line-height: 46px;

  background-color: #52291C;

  border-radius: 6px;

  font-weight: 500;

  box-shadow: 0 1px 3px rgba(42,
  51,
  66,
  0.06),
  0 1px 2px rgba(42,
  51,
  66,
  0.03);

  padding: 0 2em;

  color: #fff;

  text-align: center;

  transition: background-color .3s;

  white-space: nowrap;

  z-index: 1
}



.main-btn:hover  {

  background-color: #2c160f
}



.main-btn:active  {

  box-shadow: inset 1px 2px black;

  border-top: 1px solid black
}



.main-mod_btn  {

  display: inline-block;

  min-width: 160px;

  height: 46px;

  font-size: .875rem;

  line-height: 46px;

  border: 1px solid rgba(82,
  41,
  28,
  0.2);

  background-color: transparent;

  border-radius: 6px;

  font-weight: 500;

  padding: 0 2em;

  color: #52291C;

  text-align: center;

  transition: background-color .3s;

  white-space: nowrap;

  z-index: 1
}



.main-mod_btn:hover  {

  background-color: #52291C;

  color: #fff
}



.main-mod_btn:active  {

  box-shadow: inset 1px 2px black;

  border-top: 2px solid black
}



.main-mod_btn:focus  {

  border: 1px solid rgba(82,
  41,
  28,
  0.2)
}



.white-btn  {

  display: inline-block;

  min-width: 164px;

  height: 56px;

  font-size: .875rem;

  line-height: 56px;

  border: 1px solid #fff;

  border-radius: 6px;

  font-weight: 500;

  box-shadow: 0 1px 2px rgba(105,
  81,
  255,
  0.05);

  padding: 0 2em;

  color: #fff;

  text-align: center;

  transition: background-color .3s,
  color .3s;

  white-space: nowrap;

  z-index: 1
}



.white-btn:hover  {

  background-color: #fff;

  color: #000
}



.white-btn:active  {

  box-shadow: inset 1px 2px #b3b3b3;

  border-top: 2px solid #b3b3b3
}



.white-btn:focus  {

  border: 1px solid rgba(82,
  41,
  28,
  0.2)
}



h1,
.main-title  {

  font-size: 2.3125rem;

  font-weight: 500;

  line-height: 1.4;

  margin-top: 0;

  position: relative;

  padding-bottom: .7em;

  margin-bottom: 1.1em;

  text-align: center
}



h1:after,
.main-title:after  {

  content: '';

  display: block;

  width: 323px;

  height: 1px;

  background: url(/img/bg/dots-bg.svg) no-repeat center top;

  background-size: contain;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto
}



h2,
.section-title  {

  font-size: 1.5rem;

  font-weight: 400;

  line-height: 1.7;

  letter-spacing: -.05em;

  position: relative;

  padding-bottom: 1.25em;

  margin-bottom: 1.8em;

  text-align: center
}



h2:after,
.section-title:after  {

  content: '';

  display: block;

  width: 323px;

  height: 1px;

  background: url(/img/bg/dots-bg.svg) no-repeat center top;

  background-size: contain;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto
}



h2.no-dotted,
.section-title.no-dotted  {

  padding-bottom: 0
}



h2.no-dotted:after,
.section-title.no-dotted:after  {

  display: none
}



.section-mod_title  {

  font-size: 1.75rem;

  font-weight: 500;

  line-height: 1.6;

  color: #52291C;

  margin-bottom: 1em
}



.section-title_small  {

  font-weight: 500;

  font-size: 1.125rem
}



.section-mod_other-title  {

  line-height: 1.3;

  letter-spacing: -.02em
}



.white-title  {

  color: #fff
}



.text-left  {

  text-align: left
}



.text-center  {

  text-align: center
}



.text-right  {

  text-align: right
}



.text-upper  {

  text-transform: uppercase
}



.min  {

  display: block
}



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  _:i-block-chrome,
  .row {
    display: block;
  }

  _:i-block-chrome,
  .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }

}


@media (min-resolution: 0.001dpcm) {

  _:-o-prefocus .row,
  body .row {
    display: block;
  }

  _:-o-prefocus .row:after,
  body .row:after {
    content: '';
    display: table;
    height: 0;
    clear: both;
  }

}



[class^="col-"]  {

  float:left
}



@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm)  {

  .row:after  {

    content: '';

    display: table;

    height: 0;

    clear: both

  }



}



@font-face  {

  font-family: 'Roboto Slab';

  src: url(../fonts/RobotoSlab-Regular/RobotoSlab-Regular.woff2) format("woff2"),
  url(../fonts/RobotoSlab-Regular/RobotoSlab-Regular.woff) format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap
}



@font-face  {

  font-family: 'Roboto Slab';

  src: url(../fonts/RobotoSlab-SemiBold/RobotoSlab-SemiBold.woff2) format("woff2"),
  url(../fonts/RobotoSlab-SemiBold/RobotoSlab-SemiBold.woff) format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap
}



@font-face  {

  font-family: 'Roboto Slab';

  src: url(../fonts/RobotoSlab-Medium/RobotoSlab-Medium.woff2) format("woff2"),
  url(../fonts/RobotoSlab-Medium/RobotoSlab-Medium.woff) format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap
}



@font-face  {

  font-family: 'Roboto Slab';

  src: url(../fonts/RobotoSlab-Bold/RobotoSlab-Bold.woff2) format("woff2"),
  url(../fonts/RobotoSlab-Bold/RobotoSlab-Bold.woff) format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap
}



@font-face  {

  font-family: 'Roboto Slab';

  src: url(../fonts/RobotoSlab-Black/RobotoSlab-Black.woff2) format("woff2"),
  url(../fonts/RobotoSlab-Black/RobotoSlab-Black.woff) format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap
}



@font-face  {

  font-family: 'Georgia';

  src: url(../fonts/Georgia/Georgia.woff2) format("woff2"),
  url(../fonts/Georgia/Georgia.woff) format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap
}



@font-face  {

  font-family: "rouble";

  src: url(../fonts/rouble.otf) format("opentype")
}



.rouble  {

  font-family: "rouble";

  text-transform: none
}



.wrapper-loader  {

  background: #fff;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1000
}



.bg-overlay  {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #52291C;

  opacity: .5;

  z-index: 90
}



.ui-header  {

  position: relative;

  background: #fff;

  z-index: 100
}



.ui-header.is-overflow  {

  overflow-y: scroll
}



.header_top-panel  {

  background: #ede9e8;

  color: #52291C;

  padding: .5em 0
}



.header_top-panel .row  {

  align-items: center
}



.header_top-menu  {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 0 -.3em;

  font-size: .75rem;

  padding-right: 5%
}



.header_top-menu li  {

  padding: 0 .3em
}



.header_top-menu li.active  {

  pointer-events: none
}



.header_top-menu li.active a  {

  color: #F2994A
}



.header_top-menu a  {

  color: #52291C;

  border-bottom-color: transparent;

  transition: color .3s,
  border-bottom-color .3s
}



.header_top-menu a:hover  {

  color: #52291C;

  border-bottom-color: #52291C
}



.header_right-column  {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-left: 6.2%
}



.head_phone-number  {

  font-size: .875rem;

  font-weight: 500;

  margin-left: 8%
}



.head_phone-number:first-child  {

  margin-left: 0
}



.social-network  {

  display: flex;

  align-items: center;

  margin-left: auto
}



.social-network li  {

  padding: 0 1em
}



.social-network li:last-child  {

  padding-right: .35em
}



.social-network a  {

  border-bottom: none;

  color: inherit;

  display: flex;

  align-items: center;

  transition: filter .3s
}



.social-network a:hover  {

  filter: brightness(0) saturate(100%) invert(80%) sepia(10%) saturate(7389%) hue-rotate(326deg) brightness(100%) contrast(90%)
}



.social-mod_network  {

  margin-left: -1em
}



.social-mod_network li:last-child  {

  padding-left: 1em
}



.social-mod_network a  {

  filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(986%) hue-rotate(332deg) brightness(98%) contrast(88%)
}



.head-logo .logo  {

  border-bottom: none;

  display: block
}



.head-logo img  {

  max-width: 100%
}



.main-head  {

  position: relative
}



.main-head [class^="col-"]  {

  position: static
}



.main-head_right-column  {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-left: 0
}



.main-head_menu  {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-right: 4%;

  font-weight: 500;

  flex: 1 0 0
}



.main-head_menu > li  {

  padding: 1.9em .3em
}



.main-head_menu > li.active > a  {

  color: #F2994A
}



.main-head_menu > li.active > a:after  {

  border-color: #F2994A
}



.main-head_menu > li.is-active .dropdown-menu_box  {

  transform: scaleY(1)
}



.main-head_menu > li > a  {

  display: block
}



.main-head_menu a  {

  color: #52291C;

  border-bottom: none;

  transition: color .3s
}



.main-head_menu a:hover  {

  color: #F2994A
}



.main-head_menu a:hover:after  {

  border-color: #F2994A
}



.main-head_menu .parent  {

  position: relative;

  padding-right: 1.3em
}



.main-head_menu .parent:after  {

  content: '';

  display: block;

  width: 9px;

  height: 9px;

  border-top: 2px solid #52291C;

  border-right: 2px solid #52291C;

  position: absolute;

  top: 7px;

  right: 0;

  transform: rotate(45deg);

  transition: border-color .3s
}



.callback-btn  {

  margin-right: 5%;

  min-width: 160px;

  font-family: "Roboto Slab";

  font-weight: 500
}



.mobile_phone-number  {

  display: none;

  width: 32px;

  flex: 32px 0 0;

  height: 32px;

  background: url(/img/icons/phone.svg) no-repeat center center;

  background-size: contain;

  position: relative;

  top: 2px;

  margin-right: 10px
}



.dropdown-menu_box  {

  position: absolute;

  top: 100%;

  left: 0;

  background: #fff;

  box-shadow: 0 1px 16px rgba(85,
  105,
  135,
  0.05);

  padding: 1.2em 0;

  transform: scaleY(0);

  transform-origin: left top;

  transition: transform .3s;

  width: 100%;

  z-index: 30
}



.dropdown-menu_box .left-column  {

  padding-left: 4.7em
}



@media only screen and (min-width: 1025px)  {

  .main-head_menu > li:hover .dropdown-menu_box  {

    transform: scaleY(1)

  }



  .dropdown-menu li:hover > .sub-menu  {

    display: block

  }



}



.dropdown-menu  {

  margin-left: -10px;

  position: relative;

  width: 280px
}



.dropdown-menu li  {

  margin-bottom: 1em;

  padding-right: 1.2em;

  display: flex
}



.dropdown-menu li.active > a  {

  opacity: 1;

  color: #F2994A
}



.dropdown-menu li.active > a img  {

  filter: brightness(0) saturate(100%) invert(80%) sepia(10%) saturate(7389%) hue-rotate(326deg) brightness(100%) contrast(90%)
}



.dropdown-menu li.is-active > .sub-menu  {

  display: block
}



.dropdown-menu a  {

  display: flex;

  align-items: center;

  position: relative;

  padding-right: 1.5em;

  color: inherit;

  flex: 1 0 0;

  border-bottom: none;

  position: relative;

  opacity: 1;

  transition: opacity .3s;

  text-align: left
}



.dropdown-menu a:hover  {

  opacity: .7;

  color: #52291C
}



.dropdown-menu .text  {

  flex: 1 0 0
}



.dropdown-menu .arrow-icon  {

  display: block;

  flex: 18px 0 0;

  width: 18px;

  height: 18px;

  background: url(/img/icons/arrow.svg) no-repeat center center;

  background-size: contain;

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  margin: auto;

  transition: opacity .3s
}



.dropdown-menu img  {

  flex: 18px 0 0;

  margin-right: .8em
}



.sub-menu  {

  display: none;

  position: absolute;

  top: 0;

  left: 100%;

  margin-left: 0;

  min-width: 305px;

  min-height: 100%;

  width: auto
}



.sub-menu li.active > a  {

  color: #F2994A
}



.sub-menu_last a  {

  opacity: 1;

  transition: color .3s
}



.sub-menu_last a:hover  {

  color: #F2994A
}



.head-nav  {

  position: fixed;

  top: 0;

  right: -460px;

  height: 100vh;

  overflow: hidden;

  overflow-y: auto;

  background: rgba(82,
  41,
  28,
  0.95);

  scrollbar-color: #F2994A #fff;

  scrollbar-width: thin;

  padding: 12em 1em 1.4em;

  padding-right: 2.5em;

  color: #fff;

  width: 455px;

  z-index: 90;

  transition: right .3s
}



.head-nav.is-open  {

  right: 0
}



.head-nav::-webkit-scrollbar-track  {

  background-color: #fff
}



.head-nav::-webkit-scrollbar-thumb  {

  -webkit-border-radius: 2px;

  border-radius: 2px;

  background-color: #52291C
}



.head-nav::-webkit-resizer  {

  width: 3px;

  height: 0
}



.head-nav::-webkit-scrollbar  {

  width: 3px
}



.head-menu  {

  font-weight: 700;

  font-size: 1.125rem;

  margin-bottom: 100px
}



.head-menu li  {

  margin-bottom: 1.35em
}



.head-menu li.active  {

  pointer-events: none
}



.head-menu li.active > a  {

  color: #F2994A
}



.head-menu a  {

  color: inherit;

  border-bottom-color: transparent;

  transition: border-color .3s;

  white-space: nowrap
}



.head-menu a:hover  {

  border-bottom-color: #fff
}



.head-menu .arrow-icon  {

  display: inline-block;

  flex: 18px 0 0;

  width: 18px;

  height: 18px;

  background: url(/img/icons/arrow.svg) no-repeat center center;

  background-size: contain;

  margin-right: auto;

  margin-left: 1em;

  position: relative;

  filter: brightness(0) invert(1);

  vertical-align: top;

  top: 2px;

  transition: opacity .3s
}



.menu_close-btn  {

  display: none;

  position: absolute;

  top: 9.8em;

  right: 1em;

  width: 25px;

  height: 25px;

  cursor: pointer;

  transform: rotate(45deg)
}



.menu_close-btn:hover:after,
.menu_close-btn:hover:before  {

  opacity: 1
}



.menu_close-btn:after,
.menu_close-btn:before  {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  background: #fff;

  opacity: .5;

  transition: opacity .3s
}



.menu_close-btn:after  {

  width: 100%;

  height: 1px
}



.menu_close-btn:before  {

  height: 100%;

  width: 1px
}



.fixed-menu  {

  position: fixed!important;

  top: 0;

  left: 0;

  box-shadow: 0 8px 16px 4px rgba(82,
  41,
  28,
  0.3);

  transform: translate3d(0,
  -100px,
  0);

  visibility: visible!important;

  width: 100%;

  z-index: 99999
}



.fixed-menu .header_top-panel  {

  display: none
}



.scroll-transform  {

  transform: translate3d(0,
  0,
  0)!important;

  transition: transform .4s
}



.online-order_box  {

  position: fixed;

  background: #FFFAF3;

  padding: 8em 2.5em 3em;

  width: 900px;

  right: -901px;

  top: 0;

  height: 100vh;

  overflow: hidden;

  overflow-y: auto;

  scrollbar-color: #F2994A #fff;

  scrollbar-width: thin;

  transition: right .3s;

  z-index: 99
}



.online-order_box.is-open  {

  right: 0
}



.online-order_box .form-group:last-child  {

  margin-bottom: 0
}



.online-order_box .input-file  {

  margin-top: 27px
}



.online-order_box::-webkit-scrollbar-track  {

  background-color: #fff
}



.online-order_box::-webkit-scrollbar-thumb  {

  -webkit-border-radius: 2px;

  border-radius: 2px;

  background-color: #F2994A
}



.online-order_box::-webkit-resizer  {

  width: 3px;

  height: 0
}



.online-order_box::-webkit-scrollbar  {

  width: 3px
}



.online-order_header  {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 3.4em
}



.online-order_title  {

  font-size: 1.5rem;

  font-weight: 600;

  margin-right: 1em
}



.online-order_close-btn  {

  cursor: pointer;

  width: 25px;

  height: 25px;

  transform: rotate(45deg)
}



.online-order_close-btn:hover:after,
.online-order_close-btn:hover:before  {

  background: #52291C
}



.online-order_close-btn:after,
.online-order_close-btn:before  {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  background: #000;

  transition: background .3s
}



.online-order_close-btn:after  {

  width: 100%;

  height: 1px
}



.online-order_close-btn:before  {

  height: 100%;

  width: 1px
}



.online-order_language-panel  {

  display: flex;

  align-items: center;

  margin-bottom: 3.2em
}



.online-order_language-panel .text  {

  margin: 0 1.4em;

  font-size: .875rem;

  font-family: "Georgia"
}



.online-order_language-panel .text:first-child  {

  margin-left: 0
}



.online-order_language-panel .selectric-wrapper  {

  max-width: 155px
}



.online-order_language-panel .selectric-items  {

  min-width: 180px
}



.online-order_row  {

  margin-bottom: 2.6em
}



.online-order_label  {

  display: block;

  font-size: .875rem;

  font-family: "Georgia";

  color: rgba(82,
  41,
  28,
  0.6);

  margin-bottom: 1.5em
}



.online-order_name,
.online-order_phone-number  {

  font-size: 1.125rem;

  font-weight: 600
}



.form-group  {

  margin-bottom: 1.6em
}



.form-label  {

  display: block;

  font-size: .875rem;

  font-family: "Georgia";

  color: rgba(82,
  41,
  28,
  0.6);

  margin-bottom: .6em
}



.form-control  {

  border: 1px solid rgba(82,
  41,
  28,
  0.6);

  border-radius: 8px;

  background-color: transparent;

  height: 46px;

  font-size: .935rem;

  padding: 0 1em;

  outline: none;

  resize: none;

  width: 100%;

  transition: border .3s
}



.form-control:focus  {

  border: 1px solid #52291C
}



.form-control::-webkit-input-placeholder  {

  color: #DCD0C8
}



.form-control::-moz-placeholder  {

  color: #DCD0C8
}



.form-control::input-placeholder  {

  color: #DCD0C8
}



.form-textarea  {

  padding-top: .8em
}



.iti  {

  width: 100%
}



.online-order_btns  {

  display: flex;

  margin-bottom: 2em
}



.online-order_btns .main-mod_btn  {

  flex: 1 0 0;

  height: 56px;

  line-height: 56px
}



.input-file  {

  display: block;

  font-size: .875rem;

  cursor: pointer;

  position: relative;

  background-color: transparent;

  height: 46px;

  line-height: 46px;

  border: 1px dashed rgba(82,
  41,
  28,
  0.6);

  border-radius: 6px;

  transition: background-color .3s;

  text-align: center
}



.input-file:hover  {

  background: #52291C;

  color: #fff
}



.input-file input  {

  position: absolute;

  top: 0;

  left: 0;

  padding: 0;

  width: 100%;

  height: 100%;

  opacity: 0
}



.upload-message_box  {

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  height: 0;

  transform: scale(1,
  0);

  transition: transform .3s,
  margin .3s
}



.upload-message_box .ico-check  {

  margin-right: 1em;

  color: #52291C;

  width: 10px;

  height: 15px;

  flex: 12px 0 0;

  border-right: 2px solid #52291C;

  border-bottom: 2px solid #52291C;

  font-size: 1rem;

  position: relative;

  top: -3px;

  transform: rotate(45deg)
}



.upload-message_box.active  {

  height: auto;

  margin-top: 1em;

  transform: scale(1,
  1)
}



.wrapper_online-order_submit  {

  margin-right: 1em;

  min-width: 269px;

  font-family: "Roboto Slab";

  font-size: .875rem;

  height: 56px;

  line-height: 1.2;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  position: relative
}



.wrapper_online-order_submit:after  {

  content: '';

  display: block;

  width: 8px;

  height: 8px;

  border-top: 2px solid #fff;

  border-right: 2px solid #fff;

  margin-left: 1em;

  transform: rotate(45deg)
}



.online-order_submit-btn  {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%
}



.online-order_footer-text  {

  display: flex;

  align-items: center;

  font-family: "Georgia";

  margin-bottom: 3em;

  color: #BAA69D
}



.online-order_footer-text:before  {

  content: '';

  display: block;

  flex: 24px 0 0;

  width: 24px;

  height: 24px;

  background: url(/img/icons/key.svg) no-repeat center top;

  background-size: contain;

  opacity: .4;

  margin-right: 1em
}



.calc-btn  {

  display: inline-block;

  position: relative;

  padding-left: 60px;

  font-size: 1.125rem;

  font-weight: 600;

  transition: opacity .3s
}



.calc-btn:hover  {

  opacity: .8
}



.calc-btn:before  {

  content: '';

  display: block;

  flex: 50px 0 0;

  width: 50px;

  height: 50px;

  background: url(/img/icons/calc.svg) no-repeat center top;

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translatey(-50%)
}



.hamburger  {

  padding: 0;

  cursor: pointer;

  width: 28px;

  flex: 28px 0 0;

  height: 20px
}



.hamburger.is-active .hamburger-inner  {

  background: #52291C
}



.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before  {

  background: #52291C
}



.hamburger-box  {

  display: block;

  position: relative;

  width: 100%;

  height: 100%
}



.hamburger-inner  {

  background: #52291C
}



.hamburger-inner:after,
.hamburger-inner:before  {

  background: #52291C
}



.hamburger.is-active:hover,
.hamburger:hover  {

  opacity: 1
}



.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before  {

  width: 100%;

  height: 2px
}



.hamburger--spring .hamburger-inner:before  {

  top: 10px
}



.hamburger--spring .hamburger-inner:after  {

  top: 20px
}



.site-map_section  {

  padding: 3em 0
}



.site-map_menu li  {

  margin-bottom: 1em
}



.main-content  {

  flex: 1 0 auto
}



.main-slider .slick-track  {

  display: flex
}



.main-slider .slick-slide  {

  height: auto
}



.main-slider .slick-slide > div  {

  height: 100%
}



.main-slider .wrapper-slide  {

  height: 100%
}



.main-slider .slick-prev  {

  left: 4%
}



.main-slider .slick-next  {

  right: 4%
}



.main-slider .slick-arrow:hover  {

  border-color: #F2994A
}



.main-slider .slick-dots li  {

  width: 10px;

  height: 10px;

  background-color: transparent;

  border: 1px solid #fff;

  margin: 0 3px;

  border-radius: 30px;

  transition: width .4s,
  background .3s
}



.main-slider .slick-dots li.slick-active  {

  width: 36px;

  background: #fff;

  border-radius: 6px
}



.slick-arrow  {

  border-width: 2px;

  top: 0;

  bottom: 0;

  margin: auto
}



.main-slide  {

  background-repeat: no-repeat;

  background-position: center top;

  background-size: cover;

  display: flex!important;

  align-items: center;

  padding: 2.7em 0;

  min-height: 28.5vw;

  height: 100%;

  color: #fff;

  position: relative;

  z-index: 1
}



.main-slide:before  {

  content: '';

  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: linear-gradient(90deg,
  #52291C 0%,
  rgba(82,
  41,
  28,
  0) 100%);

  z-index: -1
}



.main-slide_content  {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  width: 50%
}



.main-slide_content p  {

  font-size: 1.125rem;

  font-family: "Georgia";

  line-height: 1.4;

  margin-bottom: 2.9em
}



.main-slide_content .white-btn  {

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative
}



.main-slide_content .white-btn:hover:after  {

  border-color: #000
}



.main-slide_content .white-btn:after  {

  content: '';

  display: block;

  width: 8px;

  height: 8px;

  border-top: 1px solid #fff;

  border-right: 1px solid #fff;

  margin-left: 1em;

  transform: rotate(45deg);

  transition: border-color .3s
}



.main-slide_title  {

  font-size: 2.25rem;

  font-weight: 500;

  margin: 0 0 .25em;

  text-transform: uppercase
}



.actual-section  {

  padding: 6.1em 0 3em
}



.actual-section .section-title  {

  font-weight: 500
}



.actual-row [class^="col-"]  {

  margin-bottom: 1.875em
}



.actual-item .item  {

  display: block;

  border-bottom: none;

  color: inherit;

  height: 100%
}



.actual-item a.item:hover .actual-item_img:before  {

  opacity: 0
}



.actual-item_img  {

  height: 200px;

  border-radius: 6px;

  overflow: hidden;

  position: relative;

  margin-bottom: 1.1em
}



.actual-item_img:before  {

  content: '';

  display: block;

  width: 100%;

  height: 100%;

  background: linear-gradient(to top,
  rgba(82,
  41,
  28,
  0.8) 32.29%,
  rgba(82,
  41,
  28,
  0) 100%);

  position: absolute;

  top: 0;

  left: 0;

  transition: opacity .3s
}



.actual-item_img img  {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover
}



.actual-item_title  {

  position: absolute;

  bottom: .8em;

  left: .8em;

  right: .8em;

  font-size: 1.375rem;

  font-weight: 500;

  color: #fff;

  line-height: 1.2;

  letter-spacing: -.02em;

  max-height: 100%;

  overflow: hidden;

  scrollbar-color: #fff #F2994A;

  scrollbar-width: thin
}



.actual-item_title::-webkit-scrollbar-track  {

  background-color: #F2994A
}



.actual-item_title::-webkit-scrollbar-thumb  {

  -webkit-border-radius: 2px;

  border-radius: 2px;

  background-color: #fff
}



.actual-item_title::-webkit-resizer  {

  width: 3px;

  height: 0
}



.actual-item_title::-webkit-scrollbar  {

  width: 3px
}



.actual-item_tag  {

  display: block;

  font-family: "Georgia";

  margin-bottom: .4em
}



.actual-item_date  {

  display: block;

  color: #BDBDBD;

  font-size: .875rem;

  font-family: "Georgia"
}



.services-section .section-title  {

  font-weight: 500
}



.services-list  {

  display: flex;

  flex-wrap: wrap;

  padding-top: 2em;

  margin: 0 -1em -2em
}



.services-list li  {

  flex: 25% 0 0;

  max-width: 25%;

  padding: 0 1em;

  margin-bottom: 6.8em
}



.service-item > a  {

  display: flex;

  flex-direction: column;

  align-items: center;

  border-bottom: none;

  color: #52291C;

  transition: color .3s;

  text-align: center
}



.service-item > a:hover  {

  color: #F2994A
}



.service-item_icon  {

  width: 80px;

  height: 80px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: .5em;

  background: #52291C;

  border-radius: 6px;

  margin-bottom: 2.2em
}



.service-item_icon img  {

  max-height: 100%
}



.advantages-section  {

  padding: 5em 0;

  background: #FFFAF3
}



.advantages-section .section-title  {

  font-weight: 500
}



.advantages-slider  {

  padding: .5em 5em 0;

  margin: 0 -.5em
}



.advantages-slider .slick-slide  {

  padding: 0 .5em;

  height: auto
}



.advantages-slider .slick-slide > div  {

  height: 100%
}



.advantages-slider .slick-arrow  {

  border-color: #52291C
}



.advantages-slider .slick-arrow:hover  {

  border-color: #F2994A
}



.advantages-slider .slick-track  {

  display: flex
}



.advantages-slider .slick-prev  {

  left: 3.3%
}



.advantages-slider .slick-next  {

  right: 1.7%
}



.advantages-slider .slicl-list  {

  padding-bottom: 3px
}



.advantage-item  {

  font-size: .875rem;

  height: 100%
}



.advantage-item .item  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start;

  height: 100%;

  border: 1px solid #52291C;

  color: #52291C;

  border-radius: 6px;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  padding: 1.7em 1.7em 2.5em;

  transition: color .3s,
  border-color .3s
}



.advantage-item a.item:hover  {

  color: #F2994A;

  border-color: #F2994A
}



.advantage-item a.item:hover .arrow-icon  {

  filter: brightness(0) saturate(100%) invert(74%) sepia(51%) saturate(1278%) hue-rotate(325deg) brightness(98%) contrast(93%)
}



.advantage-item_icon  {

  display: block;

  height: 34px;

  margin-bottom: 1.2em
}



.advantage-item_icon img  {

  max-height: 100%
}



.advantage-item_title  {

  display: block;

  margin-bottom: .4em
}



.advantage-item_more  {

  display: flex;

  align-items: center;

  font-family: "Georgia";

  margin-top: auto
}



.advantage-item_more .arrow-icon  {

  flex: 16px 0 0;

  width: 16px;

  height: 16px;

  background: url(/img/icons/arrow.svg) no-repeat center center;

  background-size: contain;

  margin-left: .7em;

  transition: filter .3s
}



.about-section  {

  padding: 5em 0
}



.about-us_video  {

  min-height: 422px;

  border-radius: 6px;

  overflow: hidden;

  height: 100%
}



.about-us_video iframe  {

  width: 100%;

  height: 100%
}



.youtube  {

  position: relative;

  width: 100%;

  height: 100%;

  cursor: pointer
}



.youtube img  {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  object-fit: cover;

  z-index: 1
}



.play-button  {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(82,
  41,
  28,
  0.3);

  z-index: 10
}



.play-button:after  {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: auto;

  width: 64px;

  height: 64px;

  background: url(/img/icons/play.svg) no-repeat center top;

  background-size: contain
}



.about-section_desc  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start
}



.about-section_desc .social-mod_network  {

  margin-top: auto
}



.about-section_desc .main-btn  {

  font-family: "Georgia";

  font-weight: 400;

  margin-bottom: 1em
}



.about-section_desc p  {

  line-height: 1.85;

  color: #52291C;

  margin-bottom: 2em
}



.excellence-section  {

  background: #FFFAF3;

  padding: 5em 0
}



.excellence-section_left-column  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start;

  padding-bottom: 1.7em
}



.excellence-section_left-column p  {

  line-height: 1.6;

  margin-bottom: 1.8em
}



.excellence-section_left-column .social-mod_network  {

  margin-top: auto
}



.excellence-section_left-column .main-btn  {

  font-family: "Georgia";

  font-weight: 400
}



.excellence-list  {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -10px -20px
}



.excellence-list li  {

  padding: 0 10px;

  flex: 50% 0 0;

  max-width: 50%;

  margin-bottom: 1.25em
}



.excellence-item  {

  background: #fff;

  padding: 1.3em 1.8em;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  border-radius: 10px;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between
}



.excellence-item_icon  {

  height: 64px;

  display: flex;

  align-items: flex-end;

  margin-bottom: 1.2em
}



.excellence-item_icon img  {

  max-height: 100%
}



.excellence-item_title  {

  display: block;

  font-size: 1.125rem;

  font-family: "Georgia";

  margin-bottom: 1.2em
}



.excellence-item_btn  {

  margin-top: auto;

  font-family: "Georgia";

  font-size: 17px;

  color: #F2994A;

  transition: color .3s
}



.excellence-item_btn:hover  {

  color: #52291C
}



.principles-section  {

  padding: 5em 0 4em
}



.principles-section .main-btn  {

  font-family: "Georgia";

  font-weight: 400;

  margin-top: 1em
}



.principles-section .section-mod_title  {

  line-height: 1.6
}



.principles-list  {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -10px
}



.principles-list li  {

  flex: 33.333% 0 0;

  max-width: 33.333%;

  padding: 0 10px;

  margin-bottom: 1.25em
}



.principle-item  {

  background: #52291C;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  border-radius: 6px;

  padding: 1.7em;

  color: #FFFAF3;

  font-family: "Georgia";

  font-size: .875rem;

  line-height: 1.2;

  height: 100%
}



.principle-item_number  {

  display: block;

  font-size: 2.375rem;

  margin-bottom: .55em;

  color: #fff
}



.calculate-cost_section  {

  background: #FFFAF3;

  padding: 4.5em 0 3em
}



.calculate-cost_section .section-title  {

  font-size: 2.3125rem;

  font-weight: 500
}



.calculate-cost_form  {

  margin-top: -1.8em
}



.calculate-cost_form .bottom-text  {

  display: block;

  margin-top: 1.5em;

  font-size: .625rem;

  font-family: "Georgia";

  color: rgba(82,
  41,
  28,
  0.4)
}



.calculate-cost_form .attention-text  {

  display: block;

  font-size: .875rem;

  font-family: "Georgia";

  color: rgba(82,
  41,
  28,
  0.4)
}



.calculate-cost_form .selectric  {

  font-size: 1.375rem;

  font-weight: 600
}



.calculate-cost_form .selectric .label  {

  margin-right: 35px
}



.calculate-cost_form .text  {

  margin: 0 1.7em
}



.calculate-cost_form .selectric-wrapper  {

  max-width: 190px
}



.calculate-cost_form .online-order_language-panel  {

  margin-top: 2.7em
}



.calculate-cost_form .online-order_name,
.calculate-cost_form .online-order_phone-number  {

  font-size: 1.25rem
}



.calculate-cost_form .form-group:last-child  {

  margin-bottom: 0
}



.calculate-cost_form .input-file  {

  margin-top: 26px
}



.calculate-cost_form .wrapper_online-order_submit  {

  min-width: 219px;

  margin-right: 2em
}



.calculate-cost_form .online-order_btns .main-mod_btn  {

  flex: inherit
}



.calculate-cost_form .online-order_footer-text  {

  font-size: 1.125rem;

  margin-top: 0;

  margin-bottom: 0
}



.calculate-cost_form .online-order_btns  {

  margin-bottom: 0
}



.calculate-cost_form .form-control:focus  {

  border-color: transparent;

  border-radius: 0;

  border-bottom-color: #52291C
}



.online-order_form .form-control:focus  {

  border-color: transparent;

  border-radius: 0;

  border-bottom-color: #52291C
}



.calculate-cost_total  {

  font-size: 1.75rem;

  font-weight: 600;

  display: block;

  margin-bottom: .7em
}



.calculate-cost_row  {

  margin-bottom: 3.5em
}



.calculate-cost_row:first-child  {

  margin-bottom: 2em
}



.online-order_mod-row  {

  margin-bottom: 2.6em
}



.calculate-cost_last-row  {

  margin-bottom: 2em
}



.connection-section  {

  padding: 3.5em 0
}



.connection-section .row  {

  align-items: center
}



.connection-img img  {

  border-radius: 6px;

  width: 100%
}



.connection-desc  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  padding-bottom: 6px
}



.connection-desc .section-mod_title  {

  font-size: 2.25rem;

  line-height: 1;

  margin-bottom: .5em
}



.connection-desc p  {

  font-size: 1.125rem;

  line-height: 1.4;

  padding-right: 30%;

  margin-bottom: 1.8em
}



.connection_phone-number  {

  position: relative;

  padding-left: 30px;

  display: inline-block;

  margin-bottom: 1em
}



.connection_phone-number:before  {

  content: '';

  display: block;

  width: 20px;

  height: 20px;

  background: url(/img/icons/phone.svg) no-repeat center center;

  position: absolute;

  top: 1px;

  left: 0
}



.connection-section_footer  {

  display: flex;

  align-items: center;

  margin-top: auto
}



.connection-section_footer .main-btn  {

  min-width: 139px;

  height: 36px;

  font-size: .875rem;

  font-family: "Georgia";

  font-weight: 400;

  line-height: 36px;

  padding: 0 1em
}



.call-btn  {

  font-weight: 500;

  height: 36px;

  font-size: .875rem;

  line-height: 36px;

  min-width: 111px;

  padding: 0 1em;

  margin-right: 1.9em
}



.translation-header_section  {

  padding: 4.3em 0 3em
}



.translation-header_section .section-title  {

  font-weight: 700;

  margin-bottom: 1.2em
}



.translation-header_section .top-text  {

  margin-top: -1em;

  margin-bottom: 3.3em
}



.translation-header_mod-section  {

  padding-bottom: 1.2em
}



.translation-header_mod-section p  {

  margin-bottom: 2.7em
}



.translation-header_mod-section .translation-btns_row  {

  margin-bottom: 2.7em
}



.translation-section_mod-body  {

  padding-bottom: 2.5em
}



.translation-header_desc  {

  padding-left: 2em
}



.translation-header_row  {

  margin-bottom: 1em
}



.translation-header_mod-row  {

  margin-bottom: 6.5em
}



.h3-mod  {

  font-size: 1.375rem;

  font-weight: 700;

  margin-bottom: 1.8em
}



.h3-mod_other  {

  margin-bottom: .9em
}



.translation-header_img img  {

  display: block;

  border-radius: 6px;

  width: 100%
}



.requirement-content  {

  margin-bottom: auto
}



.translation-column  {

  display: flex;

  flex-direction: column;

  justify-content: space-between
}



.translation-column p  {

  line-height: 1.6;

  margin-bottom: 3.8em
}



.translation-right_column  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start
}



.translation-right_column .social-mod_network  {

  margin-top: auto
}



.translation-right_column p  {

  margin-bottom: 1.8em
}



.translation-right_column p:last-child  {

  margin-bottom: 0
}



.translation-right_column .main-btn  {

  margin-bottom: 1em
}



.translation-right_column .section-title  {

  line-height: 1.5
}



.translation-right_column-mar  {

  margin-bottom: 1.5em
}



.translation-btn  {

  min-height: 100px;

  display: flex;

  align-items: center;

  color: #fff;

  font-size: 1.125rem;

  font-weight: 500;

  padding: .5em 1.7em;

  border-radius: 6px;

  letter-spacing: -.02em;

  background-image: url(/img/bg/btns/01.jpg);

  background-repeat: no-repeat;

  background-position: center top;

  background-size: cover;

  margin-top: auto;

  position: relative;

  overflow: hidden;

  margin-top: auto;

  z-index: 1
}



.translation-btn:hover:after  {

  opacity: .7
}



.translation-btn:before  {

  content: '';

  display: block;

  width: 32px;

  height: 32px;

  flex: 32px 0 0;

  background: url(/img/icons/arrow-2.svg) no-repeat center top;

  background-size: contain;

  margin-right: .7em
}



.translation-btn:after  {

  content: '';

  display: block;

  height: 100%;

  width: 100%;

  background: rgba(82,
  41,
  28,
  0.66);

  position: absolute;

  top: 0;

  left: 0;

  transition: opacity .3s;

  z-index: -1
}



.translation-second_btn  {

  background-image: url(/img/bg/btns/02.jpg)
}



.translation-third_btn  {

  background-image: url(/img/bg/btns/03.jpg)
}



.translation-fifth_btn  {

  background-image: url(/img/bg/btns/05.jpg)
}



.translation-six_btn  {

  background-image: url(/img/bg/btns/06.jpg)
}



.translation-body_section  {

  padding: 3em 0
}



.translation-body_section .section-title  {

  font-weight: 500
}



.translation-body_pad-section  {

  padding-top: 1.5em
}



.translation-body_bottom-section  {

  padding-bottom: 1.5em
}



.translation-body_mod-section  {

  padding-bottom: 0
}



.bridal-heath_section  {

  background: #FFFAF3
}



.translation-body_visa-section  {

  padding-top: 2em;

  padding-bottom: 0
}



.document-item  {

  padding: 1.7em;

  box-shadow: 0 1px 16px rgba(85,
  105,
  135,
  0.05);

  border-radius: 6px;

  line-height: 1.5;

  height: 100%
}



.documents-row [class^="col-"]  {

  margin-bottom: .8em
}



.documents-row [class^="col-"]:last-child  {

  margin-bottom: 0
}



.document-item_icon  {

  display: flex;

  align-items: flex-end;

  height: 24px;

  margin-bottom: .9em
}



.document-item_icon img  {

  max-height: 100%
}



.main-short_btn  {

  min-width: auto;

  padding: .3em .5em;

  line-height: 1.2;

  display: flex;

  align-items: center;

  justify-content: center;

  min-height: 46px;

  font-size: .875rem;

  height: auto;

  white-space: normal
}



.documents-mod_row [class^="col-"]  {

  margin-bottom: 0;

  padding-bottom: 3.7em
}



.documents-mod_row [class^="col-"]:nth-child(4n+ 4):after  {

  display: none
}



.documents-mod_row [class^="col-"]:after  {

  content: '';

  display: block;

  width: 1px;

  height: calc(100% + 10px);

  background-image: linear-gradient(#52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 1px 20px;

  background-repeat: repeat-y;

  position: absolute;

  top: 0;

  left: 100%
}



.documents-mod_row .document-item  {

  box-shadow: none
}



.documents-mod_row .document-item_icon  {

  height: 54px
}



.documents-mod_row .document-item_icon img  {

  height: 100%
}



.translation-service_row  {

  position: relative;

  margin-bottom: .8em
}



.translation-service_row:last-child  {

  margin-bottom: 0
}



.translation-service_row:last-child:after  {

  display: none
}



.translation-service_row:after  {

  content: '';

  display: block;

  width: calc(100% + 2px);

  height: 1px;

  background-image: linear-gradient(to right,
  #52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 20px 1px;

  background-repeat: repeat-x;

  position: absolute;

  bottom: .1em;

  left: 0
}



.translation-service_row [class^="col-"]  {

  margin-bottom: 1.25em
}



.translation-service_item  {

  padding: 1.5em;

  background: #fff;

  font-size: 1.125rem;

  border-radius: 6px;

  height: 100%
}



.translation-service_item .item-icon  {

  display: flex;

  align-items: flex-end;

  height: 54px;

  margin-bottom: 1em;

  width: 100%
}



.translation-service_item img  {

  max-height: 100%
}



.translation-item  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  height: 100%;

  background: #FFFAF3;

  border: 1px solid rgba(82,
  41,
  28,
  0.1);

  border-radius: 6px;

  padding: 1.7em;

  text-align: center
}



.translation-item_icon  {

  height: 80px;

  display: flex;

  align-items: flex-end;

  margin-bottom: 2.4em
}



.translation-item_icon img  {

  max-height: 100%
}



.translation-item_price  {

  display: block;

  font-size: 1.75rem;

  font-weight: 500;

  margin-bottom: .4em;

  letter-spacing: -.02em
}



.translation-item_price .text  {

  margin-right: .4em;

  font-size: 1.25rem;

  font-weight: 400
}



.translation-item_desc-text  {

  display: block;

  font-family: "Georgia";

  font-size: .875rem;

  margin-bottom: 2.5em
}



.translation-item_footer  {

  margin-top: auto;

  width: 100%
}



.translation-item_footer .main-btn  {

  min-width: auto;

  font-size: 1.125rem;

  font-weight: 400;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: .3em .7em;

  line-height: 1.2;

  white-space: normal;

  width: 100%
}



.translation-item_bottom-text  {

  display: block;

  font-size: 1.25rem;

  font-weight: 500;

  margin-bottom: 1.6em
}



.translation-row  {

  margin-bottom: .75em
}



.translation-row [class^="col-"]  {

  margin-bottom: 4em
}



.translation-row .column-title  {

  margin-bottom: 0
}



.translation-item_list  {

  margin-bottom: .5em
}



.translation-item_list li  {

  display: flex;

  text-align: left;

  margin-bottom: 1em
}



.translation-item_list li:before  {

  content: '';

  display: block;

  height: 12px;

  width: 8px;

  flex: 8px 0 0;

  border-right: 1px solid #52291C;

  border-bottom: 1px solid #52291C;

  margin-right: 1em;

  margin-top: 3px;

  transform: rotate(45deg)
}



.translation-item_mod-list  {

  margin-bottom: 1.2em
}



.translation-item_mod-list li  {

  display: flex;

  text-align: left;

  margin-bottom: 1em
}



.translation-item_mod-list .item-icon  {

  flex: 18px 0 0;

  width: 18px;

  margin-right: .7em
}



.conference-img  {

  margin-top: 3.8em;

  margin-bottom: 4em
}



.h3,
h3  {

  font-size: 1.25rem;

  font-weight: 700;

  margin-bottom: 1.7em
}



.translation-type_row  {

  margin: 0 -10px;

  padding-top: 2em
}



.translation-type_row [class^="col-"]  {

  padding: 0 10px;

  margin-bottom: 3.5em
}



.translation-type_item  {

  display: flex;

  align-items: flex-start;

  padding: 1.2em;

  background: #fff;

  border: 1px solid #FFFAF3;

  box-shadow: 1px 2px 16px rgba(82,
  41,
  28,
  0.09);

  border-radius: 6px;

  height: 100%
}



.translation-type_item p  {

  flex: 1 0 0;

  padding-left: 1em;

  overflow-wrap: anywhere
}



.item-icon  {

  flex: 16px 0 0;

  width: 16px
}



.portfolio-slider  {

  margin: 0 -10px;

  padding: 0 1.2em
}



.portfolio-slider .slick-arrow  {

  border-color: #52291C
}



.portfolio-slider .slick-arrow:hover  {

  border-color: #F2994A
}



.portfolio-slider .slick-prev  {

  left: -30px
}



.portfolio-slider .slick-next  {

  right: -30px
}



.portfolio-slider .slick-slide  {

  padding: 0 10px;

  height: auto
}



.portfolio-slider .slick-slide > div  {

  height: 100%
}



.portfolio-slider .slick-track  {

  display: flex
}



.portfolio-item  {

  border-radius: 6px;

  overflow: hidden;

  height: 100%
}



.portfolio-item > .item  {

  display: flex;

  align-items: flex-end;

  min-height: 320px;

  height: 100%;

  padding: 1.2em;

  padding-bottom: 2em;

  color: #fff;

  border-bottom: none;

  position: relative;

  z-index: 1
}



.portfolio-item > a.item:hover:before  {

  opacity: .7
}



.portfolio-item > .item:before  {

  content: '';

  display: block;

  width: 100%;

  height: 100%;

  background: linear-gradient(to top,
  rgba(82,
  41,
  28,
  0.8) 34%,
  rgba(82,
  41,
  28,
  0) 58.28%);

  position: absolute;

  top: 0;

  left: 0;

  transition: opacity .3s;

  z-index: 1
}



.portfolio-item img  {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  object-fit: cover
}



.portfolio-item_title  {

  display: block;

  font-size: 1.375rem;

  font-weight: 500;

  margin-bottom: .3em
}



.portfolio-item_desc  {

  position: relative;

  z-index: 2
}



.portfolio-item_desc p  {

  color: #FFFAF3
}



.advantages-box  {

  padding: 6.7em 0 4em
}



.advantages-box .social-mod_network  {

  margin-top: 1.8em;

  line-height: 1.5
}



.advantages-box p  {

  margin-bottom: 2.3em
}



.advantages-pad_box  {

  padding-top: 0
}



.advantages-mod_box  {

  padding-top: 1em;

  padding-bottom: 1em
}



.advantages-other_row  {

  margin: 0 -10px
}



.advantages-other_row [class^="col-"]  {

  padding: 0 10px;

  margin-bottom: 1.25em
}



.advantage-other_item  {

  background: #FFFAF3;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  border-radius: 6px;

  padding: 1.2em 1.1em 1.3em;

  font-size: 1.125rem;

  height: 100%
}



.advantage-other_item.item-mod  {

  font-size: 1rem;

  padding: 1.4em
}



.advantage-other_item .item-icon  {

  height: 34px;

  width: 100%;

  display: flex;

  align-items: flex-end;

  margin-bottom: .7em
}



.advantage-other_item .item-mod_icon  {

  height: 28px;

  margin-bottom: 1.3em
}



.advantage-other_item img  {

  max-height: 100%
}



.advantage-other_item p  {

  margin-bottom: 0
}



.translation-terms_box  {

  margin-bottom: -2.7em
}



.translation-terms_box .social-mod_network  {

  justify-content: center;

  margin-top: .8em
}



.translation-terms_box .translation-btn  {

  margin-bottom: 1.8em;

  min-height: 156px
}



.translation-terms_box .translation-btn:after  {

  background: rgba(82,
  41,
  28,
  0.9)
}



.translation-terms_box .h3  {

  font-size: 1.375rem;

  padding-right: 5%;

  margin-bottom: 2.4em
}



.translation-terms_box .main-btn  {

  min-width: auto;

  width: 100%
}



.translation-terms_box .email-item  {

  display: inline-block;

  transition: color .3s
}



.translation-terms_box .email-item:hover  {

  color: #F2994A
}



.requirement-item  {

  background: #FFFFFF;

  border: 1px solid #FFFAF3;

  box-shadow: 1px 2px 16px rgba(82,
  41,
  28,
  0.09);

  border-radius: 6px;

  min-height: 48px;

  display: flex;

  align-items: center;

  padding: .4em 1.5em;

  display: flex;

  align-items: center;

  margin-bottom: 1em;

  width: 100%
}



.requirement-item p  {

  flex: 1 0 0;

  padding-left: .8em;

  margin-bottom: 0
}



.requirement-item_icon  {

  flex: 16px 0 0;

  width: 16px;

  display: flex;

  align-items: center
}



.service-mod_list  {

  display: flex;

  flex-wrap: wrap;

  padding-left: 1em;

  padding-right: 1em;

  margin: 0 -30px
}



.service-mod_list li  {

  padding: 0 30px;

  position: relative;

  flex: 20% 0 0;

  max-width: 20%;

  margin-bottom: 9em
}



.service-mod_list li:nth-child(5n+5):after  {

  display: none
}



.service-mod_list li:after  {

  content: '';

  display: block;

  width: 1px;

  height: calc(100% + 10px);

  background-image: linear-gradient(#52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 1px 20px;

  background-repeat: repeat-y;

  position: absolute;

  top: 0;

  left: calc(100% - 7.5px)
}



.service-mod_item  {

  padding-top: 2em;

  font-size: 1.125rem
}



.service-mod_item .item-icon  {

  display: flex;

  align-items: flex-end;

  height: 54px;

  width: 100%;

  margin-bottom: 1em
}



.service-mod_item img  {

  max-height: 100%
}



.main-mar_btn  {

  margin-top: 1em;

  margin-bottom: 2.2em
}



.translations-visa_row  {

  padding-top: 2.7em;

  padding-left: 1.7em;

  padding-right: 1.7em;

  margin-bottom: 1.8em
}



.translations-visa_row [class^="col-"]  {

  position: relative;

  margin-bottom: 1.875em
}



.translations-visa_row [class^="col-"]:after  {

  content: '';

  display: block;

  width: 1px;

  height: calc(100% + 10px);

  background-image: linear-gradient(#52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 1px 20px;

  background-repeat: repeat-y;

  position: absolute;

  top: 0;

  left: calc(100% - 15px)
}



.translations-visa_row [class^="col-"]:last-child:after  {

  display: none
}



.translations-visa_item  {

  font-size: 1.125rem;

  padding-right: 15px;

  min-height: 265px
}



.translations-visa_item .item-icon  {

  height: 54px;

  display: flex;

  align-items: flex-end;

  width: 100%;

  margin-bottom: 1em
}



.translations-visa_item img  {

  max-height: 100%
}



.translations-visa_item p  {

  line-height: 1.25
}



.calculate-cost_btn  {

  height: 56px;

  font-size: .875rem;

  line-height: 56px;

  padding: 0 2.4em
}



.calculate-cost_btn:after  {

  content: '';

  display: inline-block;

  width: 8px;

  height: 8px;

  flex: 8px 0 0;

  border-top: 2px solid #fff;

  border-right: 2px solid #fff;

  margin-left: .8em;

  transform: rotate(45deg);

  transition: border-color .3s
}



.certify-visa_translation-box  {

  background-image: url(/img/bg/office-bg.jpg);

  background-repeat: no-repeat;

  background-position: center top;

  background-size: cover;

  min-height: 31.3vw;

  display: flex;

  align-items: flex-end;

  padding: 2em 0;

  color: #fff;

  position: relative;

  z-index: 1
}



.certify-visa_translation-box:before  {

  content: '';

  display: block;

  width: 100%;

  height: 100%;

  background: linear-gradient(0deg,
  rgba(82,
  41,
  28,
  0.8) 25.71%,
  rgba(82,
  41,
  28,
  0) 61.64%);

  color: #fff;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1
}



.certify-visa_translation-box .section-title  {

  font-weight: 700;

  text-align: left
}



.certify-visa_translation-box .section-title:after  {

  display: none
}



.certify-visa_translation-box .bottom-text  {

  font-size: 1.125rem
}



.certify-visa_translation-list  {

  font-size: 1.125rem;

  font-weight: 600;

  margin-bottom: 2em
}



.certify-visa_translation-list li  {

  display: flex;

  align-items: center;

  margin-bottom: .3em
}



.certify-visa_translation-list .item-icon  {

  flex: 22px 0 0;

  width: 22px;

  margin-right: 1em
}



.legalization-section  {

  padding: 4.2em 0 0
}



.legalization-mod_section  {

  padding-bottom: 3em
}



.legalization_top-row  {

  margin-bottom: 3.5em
}



.legalization-top_mod-row  {

  margin-bottom: 7.5em
}



.legalization-top_other-row  {

  margin-bottom: 5em
}



.learn-more_btn  {

  display: inline-block;

  font-size: .875rem;

  font-weight: 500;

  margin-right: 1.6em;

  margin-top: 4px;

  white-space: nowrap;

  transition: color .3s
}



.learn-more_btn:hover  {

  color: #F2994A
}



.learn-more_btn:hover:after  {

  filter: brightness(0) saturate(100%) invert(80%) sepia(23%) saturate(2534%) hue-rotate(323deg) brightness(96%) contrast(97%)
}



.learn-more_btn:after  {

  display: inline-block;

  content: '';

  width: 20px;

  height: 20px;

  background: url(/img/icons/phone-2.svg) no-repeat center center;

  background-size: contain;

  filter: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(4635%) hue-rotate(330deg) brightness(101%) contrast(89%);

  margin-left: 10px;

  position: relative;

  top: 4px;

  transition: filter .3s
}



.legalization-list  {

  margin-bottom: 5em;

  font-family: "Georgia"
}



.legalization-list li  {

  margin-bottom: 1em;

  display: flex;

  align-items: center;

  box-shadow: 1px 2px 16px rgba(82,
  41,
  28,
  0.09);

  border-radius: 6px;

  background: #fff;

  padding: .77em 1.5em
}



.legalization-list .item-icon  {

  flex: 16px 0 0;

  width: 16px;

  margin-right: .7em
}



.countries-list  {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -10px 4em
}



.countries-list li  {

  padding: 0 10px;

  flex: 20% 0 0;

  max-width: 20%;

  margin-bottom: 1em
}



.country-item  {

  height: 100%
}



.country-item > a  {

  display: block;

  padding: 1.2em;

  border: 1px solid #52291C;

  height: 100%;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  border-radius: 6px;

  font-size: 1.5rem;

  transition: background .3s,
  color .3s
}



.country-item > a:hover  {

  background: #52291C;

  color: #fff
}



.country-item > a:hover .country-item_icon  {

  filter: brightness(0) invert(1)
}



.country-item_icon  {

  height: 64px;

  display: flex;

  align-items: flex-end;

  margin-bottom: 1em;

  transition: filter .3s;

  width: 100%
}



.country-item_icon img  {

  max-height: 100%
}



.legalization_text-box  {

  margin-bottom: 7.2em
}



.legalization-pad_text-box  {

  padding-top: 2em
}



.legalization_text-box_top  {

  padding-top: 4em;

  margin-bottom: 3em
}



.legalization_img-column img  {

  display: block;

  border-radius: 6px;

  width: 100%
}



.legalization_desc-column  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start
}



.legalization_desc-column .section-title  {

  font-weight: 700;

  line-height: 1.5;

  margin-bottom: 1.25em
}



.legalization_desc-column .section-title:last-child  {

  margin-bottom: 0
}



.legalization_desc-column .main-btn  {

  margin-top: .7em;

  margin-bottom: 1.7em
}



.legalization_desc-column .main-btn:last-child  {

  margin-bottom: 0
}



.legalization_desc-column .small-text  {

  font-size: .935rem
}



.legalization_desc-column .large-text  {

  font-weight: 500;

  font-size: 1.75rem
}



.legalization_desc-column .term-text  {

  font-family: "Roboto Slab"
}



.legalization_desc-pad_column  {

  padding-right: 0
}



.legalization-procedure_row  {

  margin: 0 -2em
}



.legalization-procedure_row [class^="col-"]  {

  padding: 0 2em
}



.legalization-procedure_list  {

  margin-bottom: 3em
}



.legalization-procedure_list li  {

  margin-bottom: .7em;

  display: flex;

  align-items: center;

  box-shadow: 1px 2px 16px rgba(82,
  41,
  28,
  0.09);

  border-radius: 6px;

  line-height: 1.6;

  background: #fff;

  padding: .8em 1.5em
}



.legalization-procedure_list .item-icon  {

  flex: 16px 0 0;

  width: 16px;

  display: flex;

  align-items: center;

  margin-right: .7em
}



.legalization-procedure_img  {

  margin: 4em 0 2.6em
}



.legalization-procedure_img img  {

  border-radius: 6px
}



.legalization_text-row  {

  margin-bottom: 5em
}



.legalization_text-row .h3-mod  {

  margin-bottom: 1em
}



.legalization-period_row [class^="col-"]  {

  margin-bottom: 1.875em
}



.legalization-period_item  {

  height: 100%;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  border-radius: 6px;

  background: #FFFAF3;

  font-size: 1.125rem;

  line-height: 1.25;

  padding: 1.4em
}



.legalization-period_item .item-icon  {

  display: flex;

  align-items: flex-end;

  height: 34px;

  margin-bottom: 1em;

  width: 100%
}



.legalization-period_item img  {

  max-height: 100%
}



.wrapper_calculate-cost  {

  background: #FFFAF3;

  padding: 1.7em 15px;

  text-align: center
}



.documents-list li  {

  margin-bottom: 1em;

  display: flex;

  align-items: center
}



.documents-list .item-icon  {

  flex: 18px 0 0;

  width: 18px;

  display: flex;

  align-items: center;

  margin-right: .6em
}



.document-mod_list  {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -25px 3.7em;

  padding: 0 1.2em
}



.document-mod_list li  {

  padding: 0 25px;

  position: relative;

  flex: 20% 0 0;

  max-width: 20%;

  margin-bottom: 1.875em
}



.document-mod_list li:nth-child(5n+5):after  {

  display: none
}



.document-mod_list li:after  {

  content: '';

  display: block;

  width: 1px;

  height: calc(100% + 10px);

  background-image: linear-gradient(#52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 1px 20px;

  background-repeat: repeat-y;

  position: absolute;

  top: 0;

  left: calc(100% - 5px)
}



.document-mod_list-other li  {

  flex: 25% 0 0;

  max-width: 25%
}



.document-mod_list-other li:nth-child(4n+4):after  {

  display: none
}



.document-mod_list-other li:nth-child(5n+5):after  {

  display: block
}



.document-mod_item  {

  font-size: 1.125rem;

  padding-top: 1.3em;

  min-height: 290px
}



.document-mod_item .item-icon  {

  display: flex;

  align-items: flex-end;

  height: 54px;

  margin-bottom: .8em;

  width: 100%
}



.document-mod_item img  {

  max-height: 100%
}



.document-mod_item p  {

  line-height: 1.3
}



.translation-other_row:last-child  {

  margin-bottom: -2em
}



.translation-other_row .translation-item_price  {

  margin-bottom: .8em
}



.translation-other_row .main-small_btn  {

  font-size: .875rem
}



.legalization-banner  {

  background-repeat: no-repeat;

  background-position: center top;

  background-size: cover;

  padding: 2em 0;

  display: flex;

  align-items: flex-end;

  color: #fff;

  min-height: 31.5vw;

  margin-top: 3em;

  margin-bottom: 4.5em;

  position: relative;

  z-index: 1
}



.legalization-banner:before  {

  content: '';

  display: block;

  width: 100%;

  height: 100%;

  background: linear-gradient(0deg,
  rgba(82,
  41,
  28,
  0.8) 21.4%,
  rgba(82,
  41,
  28,
  0) 74.65%);

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1
}



.legalization-banner .title  {

  display: block;

  font-size: 1.5rem;

  font-weight: 700;

  margin-bottom: 2px
}



.legalization-banner .h3  {

  margin-bottom: 1.4em
}



.legalization-banner .section-title  {

  font-weight: 700
}



.legalization-banner .section-title:last-child  {

  margin-bottom: 0
}



.apostille-banner p  {

  font-size: 1.125rem;

  line-height: 1.7;

  padding-left: 3em
}



.white_calc-btn  {

  margin-top: 1.5em
}



.white_calc-btn:hover:after  {

  border-color: #000
}



.white_calc-btn:after  {

  content: '';

  display: inline-block;

  width: 8px;

  height: 8px;

  border-top: 2px solid #fff;

  border-right: 2px solid #fff;

  margin-left: .8em;

  transform: rotate(45deg);

  transition: border-color .3s;

  transition: border-color .3s
}



.legalization-mod_banner  {

  margin-top: 0;

  padding-bottom: 2.5em
}



.legalization-mod_banner p  {

  font-size: 1.125rem
}



.legalization-banner_bottom  {

  margin-bottom: 0
}



.cis-banner  {

  padding-bottom: 4em
}



.cis-banner p  {

  line-height: 1.5;

  font-size: 1.125rem;

  margin-left: -3em
}



.legalization-banner_third  {

  min-height: 40.5vw;

  padding-bottom: 3.5em;

  margin-bottom: 2em
}



.legalization-banner_third p  {

  font-size: 1.125rem
}



.legalization-banner_third .white_calc-btn  {

  margin-top: 2.5em
}



.legalization-banner_content  {

  position: relative;

  padding: 2.2em;

  width: 110%;

  z-index: 1
}



.legalization-banner_content:before  {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  border-radius: 6px 0 0 6px;

  background: rgba(255,
  250,
  243,
  0.2);

  height: 100%;

  width: 500%;

  z-index: -1
}



.legalization-banner_content .top-text  {

  display: block;

  font-size: .875rem;

  font-family: "Georgia";

  margin-bottom: 1em
}



.legalization-banner_document-list  {

  font-size: 1.125rem;

  font-weight: 600
}



.legalization-banner_document-list li  {

  display: flex;

  align-items: center;

  margin-bottom: 8px
}



.legalization-banner_document-list li:before  {

  content: '';

  display: block;

  flex: 22px 0 0;

  height: 22px;

  background: url(/img/icons/snowflake.svg) no-repeat center center;

  background-size: contain;

  margin-right: 1em
}



.sample-section  {

  padding-top: 3em;

  padding-bottom: .7em
}



.sample-list  {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -15px
}



.sample-list li  {

  padding: 0 15px;

  flex: 50% 0 0;

  max-width: 50%;

  margin-bottom: 1.875em
}



.sample-item  {

  display: block
}



.sample-item img  {

  width: 100%
}



.translation-img_column  {

  display: flex;

  flex-direction: column;

  justify-content: space-between
}



.translation-item_img  {

  margin-bottom: 1.3em
}



.translation-item_img img  {

  width: 100%
}



.document-row [class^="col-"]  {

  margin-bottom: 3em
}



.document-row .h3-mod  {

  margin-bottom: .7em
}



.document_bottom-row:last-child  {

  margin-bottom: -2em
}



.technology-section  {

  padding: 3.7em 0 2em
}



.unified_img-column img  {

  display: block;

  border-radius: 6px;

  width: 100%
}



.unified_desc-column  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start
}



.unified_desc-column .section-title  {

  font-weight: 700;

  margin-bottom: 1.25em
}



.unified_desc-column .section-title:last-child  {

  margin-bottom: 0
}



.unified_desc-column .main-btn  {

  margin-top: auto;

  margin-bottom: 1.7em
}



.unified_desc-column .main-btn:last-child  {

  margin-bottom: 0
}



.unified_desc-column .main-top_btn  {

  margin-top: 1em
}



.unified_desc-column .small-text  {

  font-size: .935rem
}



.unified_desc-column .large-text  {

  font-weight: 500;

  font-size: 1.75rem
}



.unified_desc-column ol:not([class])  {

  margin-bottom: 1.7em
}



.unified_desc-column .middle_list-text  {

  font-size: 1.25rem;

  font-weight: 500
}



.unified_desc-column_center  {

  justify-content: center
}



.unified_top-box  {

  margin-bottom: 7.4em
}



.unified_text-box  {

  margin-bottom: 5em
}



.unified_text-box:last-child  {

  margin-bottom: 0
}



.unified_text-box_mar  {

  margin-bottom: 7.5em
}



.unified_text-box_other  {

  margin-bottom: 2em
}



.unified_text-box_lower  {

  margin-bottom: 4em
}



.unified_text-box_lower p  {

  line-height: 1.6
}



.unified_text-box_top  {

  padding: 4em 0 3em
}



.our-story_content  {

  margin-bottom: 3em
}



.our-story_content p  {

  margin-bottom: 4em;

  line-height: 1.6
}



.hi-tech_content  {

  padding-bottom: 3em
}



.hi-tech_content p  {

  line-height: 1.6
}



.hi-tech_list  {

  display: flex;

  flex-wrap: wrap;

  padding-left: 2em;

  padding-right: 2em;

  padding-top: 5em;

  margin: 0 -30px
}



.hi-tech_list li  {

  padding: 0 30px;

  position: relative;

  flex: 20% 0 0;

  max-width: 20%;

  margin-bottom: 1.875em
}



.hi-tech_list li:nth-child(5n+5):after  {

  display: none
}



.hi-tech_list li:after  {

  content: '';

  display: block;

  width: 1px;

  height: calc(100% + 10px);

  background-image: linear-gradient(#52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 1px 20px;

  background-repeat: repeat-y;

  position: absolute;

  top: 0;

  left: calc(100% - 7.5px)
}



.hi-tech_item  {

  padding-top: 1.2em;

  font-size: 1.125rem;

  min-height: 290px
}



.hi-tech_item .item-icon  {

  display: flex;

  align-items: flex-end;

  height: 54px;

  width: 100%;

  margin-bottom: 1em
}



.hi-tech_item img  {

  max-height: 100%
}



.hi-tech_item p  {

  line-height: 1.3
}



.principles-pad_section  {

  padding-top: 5.5em;

  padding-bottom: 2em
}


.unified-inner_section  {

  padding: 0
}

.unified-inner_section-mod  {

  padding-bottom: 0
}

/*.unified-inner_section  {

  padding: 4em 0 3.6em
}

.unified-inner_section-mod  {

  padding-bottom: 2em
}
*/

.bold-text  {

  font-weight: 700
}

.team-item  {

  margin-bottom: 7.4em
}

.team-item:last-child  {

  margin-bottom: 0
}

.team-item_img img  {

  display: block;

  border-radius: 6px;

  width: 100%
}

.team-item_desc  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start
}



.team-item_name  {

  display: block;

  font-size: 1.75rem;

  font-weight: 500;

  margin-bottom: .8em
}



.team-item_list  {

  padding-top: 10px;

  margin-bottom: 1em
}



.team-item_list li  {

  display: flex;

  margin-bottom: 1em
}



.team-item_list li:before  {

  content: '';

  display: block;

  height: 12px;

  width: 8px;

  flex: 8px 0 0;

  border-right: 1px solid #52291C;

  border-bottom: 1px solid #52291C;

  margin-right: 1em;

  margin-top: 3px;

  transform: rotate(45deg)
}



.team-item_contact-list  {

  margin-top: auto
}



.team-item_contact-list li  {

  display: flex;

  margin-bottom: 1em
}



.team-item_contact-list li:last-child  {

  margin-bottom: 0
}



.team-item_phone-number  {

  display: flex;

  align-items: center
}



.team-item_phone-number:before  {

  content: '';

  display: block;

  width: 18px;

  height: 18px;

  flex: 18px 0 0;

  background: url(/img/icons/phone-2.svg) no-repeat center center;

  background-size: contain;

  filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(7330%) hue-rotate(340deg) brightness(98%) contrast(86%);

  margin-right: .7em
}



.team-item_email  {

  display: flex;

  align-items: center;

  transition: color .3s
}



.team-item_email:hover  {

  color: #F2994A
}



.team-item_email:hover:hover:before  {

  filter: brightness(0) saturate(100%) invert(59%) sepia(99%) saturate(354%) hue-rotate(338deg) brightness(98%) contrast(94%)
}



.team-item_email:before  {

  content: '';

  display: block;

  width: 18px;

  height: 18px;

  flex: 18px 0 0;

  background: url(/img/icons/send.svg) no-repeat center center;

  background-size: contain;

  margin-right: .7em;

  transition: filter .3s
}



.reference_img-list  {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -15px
}



.reference_img-list li  {

  padding: 0 15px;

  flex: 50% 0 0;

  max-width: 50%;

  margin-bottom: 1.875em
}



.reference_img-list .fancybox  {

  display: block
}



.reference_img-list img  {

  display: block;

  width: 100%
}



.reference-list  {

  font-size: 1.25rem;

  font-weight: 700;

  line-height: 1.4;

  margin-top: 1.5em
}



.reference-list li  {

  margin-bottom: 1.7em
}



.reference-section_header  {

  margin-bottom: 4.3em
}



.reference-section_header .section-title  {

  margin-bottom: 1em
}



.unified-check_list  {

  margin-bottom: .5em
}



.unified-check_list li  {

  display: flex;

  margin-bottom: 1em
}



.unified-check_list li:before  {

  content: '';

  display: block;

  height: 12px;

  width: 8px;

  flex: 8px 0 0;

  border-right: 1px solid #52291C;

  border-bottom: 1px solid #52291C;

  margin-right: 1em;

  margin-top: 3px;

  transform: rotate(45deg)
}



.reference_middle-content  {

  margin-bottom: 5.5em
}



.reference_middle-content .bottom-text  {

  padding-left: 1.7em
}



.wrapper_cost-table  {

  margin-top: -1.2em;

  margin-bottom: 1.3em
}



.cost-table  {

  border-bottom: 1px solid #52291C;

  width: 100%
}



.cost-table th  {

  background: #52291C;

  color: #fff;

  padding: 1.3em;

  color: #FFFAF3;

  font-size: 1.125rem;

  font-weight: 700;

  text-align: left
}



.cost-table th:first-child  {

  border-radius: 6px 0 0 0
}



.cost-table th:last-child  {

  border-radius: 0 6px 0 0
}



.cost-table td  {

  padding: 1.15em 1.5em
}



.cost-table tr:nth-child(2) td  {

  padding-top: 1.2em
}



.cost-table tr  {

  transition: background .3s
}



.cost-table tr:hover  {

  background: #FFFAF3
}



.unified_contact-list  {

  margin-bottom: 1em
}



.unified_contact-list li  {

  display: flex;

  margin-bottom: 1em
}



.unified_contact-list li:last-child  {

  margin-bottom: 0
}



.unified_phone-number  {

  display: flex;

  align-items: center
}



.unified_phone-number:before  {

  content: '';

  display: block;

  width: 18px;

  height: 18px;

  flex: 18px 0 0;

  background: url(/img/icons/phone-2.svg) no-repeat center center;

  background-size: contain;

  filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(7330%) hue-rotate(340deg) brightness(98%) contrast(86%);

  margin-right: .7em
}



.unified-item_email  {

  display: flex;

  align-items: center;

  transition: color .3s
}



.unified-item_email:hover  {

  color: #F2994A
}



.unified-item_email:hover:hover:before  {

  filter: brightness(0) saturate(100%) invert(59%) sepia(99%) saturate(354%) hue-rotate(338deg) brightness(98%) contrast(94%)
}



.unified-item_email:before  {

  content: '';

  display: block;

  width: 18px;

  height: 18px;

  flex: 18px 0 0;

  background: url(/img/icons/send.svg) no-repeat center center;

  background-size: contain;

  margin-right: .7em;

  transition: filter .3s
}



.reclamation-section  {

  padding: 1.8em 0 3.5em
}



.wrapper_unified-table  {

  margin-bottom: 4em
}



.wrapper_mod-unified-table  {

  margin-bottom: 2em
}



.unified-table  {

  border-bottom: 1px solid #52291C;

  width: 100%
}



.unified-table.no-border  {

  border-bottom: none
}



.unified-table .line-row  {

  border-bottom: 1px solid #52291C
}



.unified-table tr  {

  transition: background .3s
}



.unified-table tr:hover  {

  background: #FFFAF3
}



.unified-table th  {

  background: #52291C;

  color: #fff;

  padding: 1.3em 1.6em;

  color: #FFFAF3;

  font-size: 1.125rem;

  font-weight: 700;

  text-align: left
}



.unified-table th:last-child  {

  border-radius: 0 6px 0 0;

  width: 31.5%
}



.unified-table th:first-child  {

  border-radius: 6px 0 0 0;

  width: 50%
}



.unified-table td  {

  padding: 1.05em 1.4em;

  line-height: 1.4
}



.unified-table td:first-child  {

  font-family: "Georgia"
}



.unified-table td:last-child  {

  text-align: right
}



.unified-table .text-left  {

  text-align: left!important
}



.unified-table .price-item  {

  white-space: nowrap
}



.unified-table .price-list li  {

  margin-bottom: .7em
}



.unified-table .vertical-top  {

  vertical-align: top
}



.unified-table .text  {

  margin-right: 4px
}



.unified-table .btn-cell  {

  white-space: nowrap;

  font-weight: 500;

  transition: color .3s
}



.unified-table .btn-cell:hover  {

  color: #F2994A
}



.unified-table .btn-cell:hover:after  {

  border-color: #F2994A
}



.unified-table .btn-cell:after  {

  content: '';

  display: inline-block;

  width: 7px;

  height: 7px;

  border-top: 2px solid #52291C;

  border-right: 2px solid #52291C;

  margin-left: .8em;

  position: relative;

  top: -2px;

  transform: rotate(45deg);

  transition: border-color .3s
}



.unified-mod_table th:last-child  {

  width: 10%
}



.unified-mod_table td  {

  padding-top: .86em;

  padding-bottom: .86em
}



.unified-mod_table ul:not([class])  {

  padding-left: 3em
}



.text-slab  {

  font-family: "Roboto Slab"
}



.text-slab p:last-child  {

  margin-bottom: 1em
}



.unified_desc-column_footer  {

  margin-top: auto
}



.reclamation_text-box  {

  margin-bottom: 5.5em
}



.main_arrow-btn  {

  font-size: .875rem;

  padding: 0 2.4em
}



.main_arrow-btn:after  {

  content: '';

  display: inline-block;

  width: 8px;

  height: 8px;

  border-top: 2px solid #fff;

  border-right: 2px solid #fff;

  margin-left: .8em;

  transform: rotate(45deg);

  transition: border-color .3s
}



.middle-text  {

  font-weight: 500
}



.control-row:last-child  {

  margin-bottom: -4.5em
}



.control-row [class^="col-"]  {

  margin-bottom: 4em
}



.control-item  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  height: 100%;

  background: #FFFAF3;

  border: 1px solid rgba(82,
  41,
  28,
  0.1);

  border-radius: 6px;

  padding: 1.7em;

  text-align: center
}



.control-item p  {

  font-size: .875rem;

  margin-bottom: 2.7em
}



.control-item .main-btn  {

  margin-top: auto;

  min-width: auto;

  padding: 0 .5em;

  width: 100%
}



.control-item_icon  {

  height: 80px;

  display: flex;

  align-items: flex-end;

  margin-bottom: 2.4em
}



.control-item_icon img  {

  max-height: 100%
}



.control-item_number  {

  font-size: 5.7rem;

  font-family: Arial;

  line-height: .9;

  margin-bottom: .38em
}



.control-item_title  {

  font-size: 1.375rem;

  font-weight: 500;

  line-height: 1.5;

  margin-bottom: .4em
}



.control-item_line  {

  height: 13px;

  box-shadow: 0 1px 3px rgba(42,
  51,
  66,
  0.06),
  0 1px 2px rgba(42,
  51,
  66,
  0.03);

  border-radius: 6px;

  background: #fff;

  position: relative;

  width: 100%
}



.control-item_progress-bar  {

  position: absolute;

  top: 0;

  left: 0;

  border-radius: 6px;

  background: #F2994A;

  height: 100%
}



.review-item  {

  margin-bottom: 2em
}



.review-item .fancybox  {

  display: block;

  transition: box-shadow .3s
}



.review-item .fancybox:hover  {

  box-shadow: 1px 3px 16px -7px rgba(0,
  0,
  0,
  0.3)
}



.review-item img  {

  display: block;

  width: 100%
}



.link-reviews  {

  font-size: 1.25rem;

  font-family: 'Roboto Slab';

  border-bottom: 1px solid #52291C;

  transition: border-bottom-color .3s
}



.link-reviews:hover  {

  border-bottom-color: transparent
}



.contact_city-list  {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  margin: 0 -5px 2em
}



.contact_city-list li  {

  padding: 0 5px;

  margin-bottom: 1em
}



.city-item  {

  min-height: 30px;

  display: flex;

  align-items: center;

  padding: .3em .8em;

  background: #52291C;

  color: #fff;

  font-family: "Georgia";

  box-shadow: 1px 2px 16px rgba(82,
  41,
  28,
  0.09);

  border-radius: 6px;

  transition: background .3s
}



.city-item:hover  {

  background: #F2994A
}



.contact-box  {

  margin-bottom: 6em
}



.contact-box:last-child  {

  margin-bottom: 1em
}



.contact-box p  {

  font-size: .935rem;

  margin-top: -5px;

  line-height: 1.7
}



.map-img  {

  display: block;

  border-radius: 6px;

  width: 100%;

  height: 100%;

  min-height: 520px;

  overflow: hidden
}



.map-img .bx-yandex-view-layout,
.map-img .bx-yandex-view-map  {

  height: 100%
}



.contact_info-list li  {

  display: flex;

  margin-bottom: 1em
}



.contact_info-list .item-icon  {

  display: flex;

  align-items: center;

  margin-right: 10px;

  width: 18px;

  flex: 18px 0 0;

  filter: brightness(0) saturate(100%) invert(15%) sepia(7%) saturate(6910%) hue-rotate(334deg) brightness(96%) contrast(88%);

  transition: filter .3s
}



.contact_info-list a  {

  color: inherit;

  border-bottom: none;

  display: flex;

  align-items: center
}



.contact-time  {

  display: block;

  font-size: 1.5rem;

  font-weight: 700;

  margin-top: 1.1em;

  margin-bottom: 1.6em;

  text-transform: uppercase
}



.contact-email  {

  transition: color .3s
}



.contact-email:hover  {

  color: #F2994A
}



.contact-email:hover .item-icon  {

  filter: brightness(0) saturate(100%) invert(84%) sepia(14%) saturate(6986%) hue-rotate(325deg) brightness(98%) contrast(93%)
}



.contact-box_footer  {

  margin-top: auto
}



.contact_desc-column  {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: flex-start
}



.contact_phone-number  {

  display: inline-block;

  margin-bottom: 1em
}



.payment_left-column p  {

  font-size: .935rem
}



.payment_left-column ol:not([class])  {

  margin: 1.6em 0
}



.free-consultation_btn  {

  margin-top: 1.3em
}



.paymaster-logo  {

  margin-bottom: 2em
}



.semibold-text  {

  font-weight: 600
}



.form-control_sum  {

  border: none;

  padding: 0
}



.form-control_sum:focus  {

  border: none
}



.payment-form_subtitle  {

  display: block;

  margin-bottom: 1.4em;

  color: #C3B4AF;

  text-transform: uppercase
}



.payment-form_btns  {

  display: flex
}



.payment-form_btns .main-mod_btn  {

  flex: 1 0 0;

  height: 56px;

  line-height: 56px;

  font-family: "Georgia";

  border: 1px dashed #52291C
}



.payment-form_submit-btn  {

  min-width: 142px;

  height: 56px;

  font-size: .875rem;

  line-height: 56px;

  margin-right: 1em
}



.article-item  {

  margin-bottom: 3em
}



.article-item_img  {

  border-radius: 6px;

  overflow: hidden;

  margin-bottom: 1.2em
}



.article-item_img > a  {

  display: block;

  border-bottom: none;

  color: #fff;

  position: relative
}



.article-item_img > a:before  {

  content: '';

  display: block;

  height: 100%;

  width: 100%;

  background: linear-gradient(to top,
  rgba(82,
  41,
  28,
  0.8) 32.29%,
  rgba(82,
  41,
  28,
  0) 100%);

  position: absolute;

  top: 0;

  left: 0;

  transition: opacity .3s
}



.article-item_img > a:hover:before  {

  opacity: .6
}



.article-item_img img  {

  display: block
}



.article-item_title  {

  font-size: 1.375rem;

  font-weight: 500;

  position: absolute;

  bottom: 1.5em;

  left: 0;

  right: 0;

  padding: 0 1em
}



.article-item_desc  {

  padding: 0 1em
}



.article-item_date  {

  display: block;

  margin-bottom: .6em;

  font-family: "Georgia"
}



.article-item_btn  {

  display: inline-block;

  font-weight: 500;

  font-size: .875rem;

  white-space: nowrap;

  transition: color .3s
}



.article-item_btn:hover  {

  color: #F2994A
}



.article-item_btn:hover:after  {

  border-color: #F2994A
}



.article-item_btn:after  {

  content: '';

  display: inline-block;

  width: 6px;

  height: 6px;

  border-top: 1.5px solid #52291C;

  border-right: 1.5px solid #52291C;

  margin-left: .7em;

  position: relative;

  top: -1px;

  transform: rotate(45deg);

  transition: border-color .3s
}



.sidebar-articles .section-title  {

  margin-bottom: 1.2em
}



.sidebar-articles .h3-mod  {

  margin-bottom: 2.5em
}



.articles-menu  {

  display: flex;

  margin: -0 -6px 4.2em
}



.articles-menu li  {

  padding: 0 6px
}



.articles-menu li.active  {

  pointer-events: none
}



.articles-menu li.active a  {

  background: #52291C;

  color: #fff
}



.articles-menu a  {

  display: inline-block;

  height: 36px;

  font-size: .875rem;

  font-weight: 500;

  line-height: 36px;

  border-radius: 6px;

  border: none;

  color: #52291C;

  background: #FFFAF3;

  padding: 0 1.25em;

  transition: color .3s,
  background .3s
}



.articles-menu a:hover  {

  background: #52291C;

  color: #fff
}



.wrapper-sidebar_article-item  {

  margin-bottom: 5.5em
}



.sidebar_article-item  {

  padding-bottom: 2.3em;

  margin-bottom: 2.3em;

  padding-left: 1.3em;

  position: relative
}



.sidebar_article-item:last-child  {

  padding-bottom: 0;

  margin-bottom: 0
}



.sidebar_article-item:last-child:after  {

  display: none
}



.sidebar_article-item:after  {

  content: '';

  display: block;

  width: calc(100% + 2px);

  height: 1px;

  background-image: linear-gradient(to right,
  #52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 20px 1px;

  background-repeat: repeat-x;

  position: absolute;

  bottom: 0;

  left: 0
}



.sidebar_article-item > a  {

  display: flex;

  border-bottom: none;

  color: inherit;

  transition: color .3s
}



.sidebar_article-item > a:hover  {

  color: #F2994A
}



.sidebar_article-item .item-img  {

  flex: 60px 0 0;

  width: 60px
}



.sidebar_article-item img  {

  border-radius: 6px
}



.sidebar_article-item .item-desc  {

  flex: 1 0 0;

  padding-left: 1em
}



.sidebar_article-item .item-title  {

  display: block;

  font-size: 1.25rem;

  font-weight: 700;

  margin-bottom: .7em
}



.sidebar_article-item .item-date  {

  display: block;

  font-family: "Georgia";

  font-size: .875rem;

  margin-bottom: 10px
}



.sidebar_article-item p  {

  font-size: .875rem
}



.articles-detailed_banner  {

  min-height: 29vw;

  background-repeat: no-repeat;

  background-position: center top;

  background-size: cover;

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-end;

  color: #fff;

  padding: 5em 0;

  margin-bottom: 5em;

  z-index: 1
}



.articles-detailed_banner:before  {

  content: '';

  display: block;

  background: linear-gradient(0deg,
  rgba(82,
  41,
  28,
  0.8) 41.15%,
  rgba(82,
  41,
  28,
  0) 99.91%);

  height: 100%;

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1
}



.articles-detailed_banner .section-title  {

  margin-bottom: 1.25em
}



.selectric  {

  height: 20px;

  border: none;

  border-radius: 0;

  background: transparent;

  font-size: 1.125rem;

  font-weight: 600
}



.selectric .label  {

  font-size: inherit;

  height: 100%;

  line-height: 20px;

  margin-right: 23px;

  color: inherit
}



.selectric .button  {

  height: 100%;

  width: 23px;

  background-color: transparent
}



.selectric .button:after  {

  width: 7px;

  height: 7px;

  border: none;

  border-right: 2px solid #52291C;

  border-bottom: 2px solid #52291C;

  bottom: 2px;

  transform: rotate(45deg)
}



.selectric-items ul  {

  padding: 0;

  margin: 0;

  font-size: inherit
}



.selectric-items li  {

  margin-bottom: 0!important
}



.selectric-items  {

  border: none;

  padding: 0 .7em;

  font-size: inherit;

  background: #fff;

  box-shadow: 0 4px 4px rgba(0,
  0,
  0,
  0.25);

  border: none;

  padding: 0;

  margin-top: 14px;

  border-radius: 5px
}



.selectric-items li  {

  font-size: inherit;

  padding: .7em;

  color: #939393;

  border-bottom: none;

  transition: color .3s
}



.selectric-items li:hover  {

  background: transparent;

  color: #52291C
}



.selectric-items li.highlighted  {

  background: transparent;

  color: #F2994A
}



.selectric-open .button  {

  transform: rotate(180deg)
}



.translation-btns_row .translation-btn  {

  min-height: 76px
}



.directions-translations_section  {

  padding: 3em 0 1.8em
}



.directions-translations_section .calculate-cost_btn  {

  display: flex;

  align-items: center;

  justify-content: center;

  min-width: auto;

  padding: 0 .5em;

  line-height: 1.2;

  white-space: normal;

  width: 100%
}



.stages-work_list  {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  margin: 0 -8px 2em
}



.stages-work_list li  {

  padding: 0 8px;

  margin-bottom: 1em
}



.stage-work_item  {

  background: #fff;

  border: 1px solid #FFFAF3;

  box-shadow: 1px 2px 16px rgba(82,
  41,
  28,
  0.09);

  border-radius: 6px;

  min-height: 48px;

  display: flex;

  align-items: center;

  padding: .3em 1.3em;

  font-family: "Georgia"
}



.stage-work_item .item-icon  {

  flex: 16px 0 0;

  width: 16px;

  display: flex;

  align-items: center;

  margin-right: .6em
}



.requirements-row  {

  margin: 0 -10px
}



.requirements-row [class^="col-"]  {

  padding: 0 10px;

  margin-bottom: 1.25em
}



.requirement-mod_item  {

  background: #FFFAF3;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  border-radius: 6px;

  padding: 1.2em 1.35em;

  font-size: 1.125rem;

  height: 100%
}



.requirement-mod_item .item-icon  {

  height: 34px;

  width: 100%;

  display: flex;

  align-items: flex-end;

  margin-bottom: 1.2em
}



.requirement-mod_item img  {

  max-height: 100%
}



.work-steps_list  {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -15px 2.5em
}



.work-steps_list li  {

  padding: 0 15px;

  flex: 20% 0 0;

  max-width: 20%;

  margin-bottom: 1.875em;

  position: relative
}



.work-steps_list li:nth-child(5n+5):after  {

  display: none
}



.work-steps_list li:after  {

  content: '';

  display: block;

  width: 1px;

  height: 65%;

  background-image: linear-gradient(#52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 1px 20px;

  background-repeat: repeat-y;

  position: absolute;

  top: 0;

  left: 100%
}



.work-step_item  {

  background: #52291C;

  box-shadow: 0 1px 2px rgba(85,
  105,
  135,
  0.1);

  border-radius: 6px;

  padding: 1.2em;

  color: #fff;

  font-family: "Georgia";

  font-size: 1.125rem;

  height: 100%
}



.work-step_item .item-number  {

  display: block;

  font-family: Arial;

  font-size: 2.375rem;

  margin-bottom: .5em
}



.work-step_item p  {

  line-height: 1.3;

  overflow-wrap: anywhere
}



.translation-documents_section  {

  padding: 3em 0
}



.translation-documents_section .h3-mod  {

  line-height: 1.5
}



.translation-documents_section ol:not([class]) li  {

  margin-bottom: 1.5em
}



.translation-documents_section ol:not([class]) li:last-child  {

  margin-bottom: 0
}



.translation-documents_row  {

  position: relative;

  margin-bottom: .8em
}



.translation-documents_row:last-child  {

  margin-bottom: 0
}



.translation-documents_row:last-child:after  {

  display: none
}



.translation-documents_row:after  {

  content: '';

  display: block;

  width: calc(100% + 2px);

  height: 1px;

  background-image: linear-gradient(to right,
  #52291C 10%,
  rgba(255,
  255,
  255,
  0) 0%);

  background-position: bottom;

  background-size: 20px 1px;

  background-repeat: repeat-x;

  position: absolute;

  bottom: .1em;

  left: 0
}



.translation-documents_row [class^="col-"]  {

  margin-bottom: 1.25em
}



.translation-document_item  {

  min-height: 70px;

  padding: 1.5em 1.2em;

  font-family: "Georgia";

  font-size: 1.125rem;

  background: #FFFFFF;

  border-radius: 6px;

  overflow-wrap: anywhere;

  height: 100%
}



.directions-translations_box  {

  padding: 3.5em 0 0
}



.directions-translations_box-other  {

  padding-bottom: 5em
}



.unified-list li  {

  display: flex;

  align-items: center;

  margin-bottom: 1em
}



.unified-list .item-icon  {

  flex: 18px 0 0;

  width: 18px;

  margin-right: .6em
}



button.close  {

  width: 20px;

  height: 20px;

  border: none;

  position: absolute;

  top: .5em;

  right: .5em;

  border-radius: 50%;

  opacity: 1;

  transform: rotate(45deg);

  transition: background .3s
}



button.close:hover:after,
button.close:hover:before  {

  background: black
}



button.close:after,
button.close:before  {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  background: #52291C;

  transition: background .3s
}



button.close:after  {

  width: 100%;

  height: 2px
}



button.close:before  {

  height: 100%;

  width: 2px
}



.error  {

  display: block;

  font-size: .875rem;

  font-weight: 500;

  color: red
}



.input-error  {

  border-color: red!important
}



.tablet-small_visible  {

  display: none
}



.mobile-visible  {

  display: none
}



.tablet-visible  {

  display: none
}



.tablet-large_visible  {

  display: none
}



.main-footer  {

  flex: 0 0 auto;

  background: #52291C;

  color: #fff;

  padding: 3.2em 0 1.8em
}



.scroll-to-top  {

  display: block;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  background: #2c160f;

  cursor: pointer;

  position: fixed;

  right: 20px;

  bottom: 5em;

  opacity: 0;

  transform: scale(0);

  transition: transform 0.4s,
  opacity .6s;

  z-index: 100
}



.scroll-to-top:after  {

  content: "";

  display: block;

  height: 30%;

  width: 30%;

  border-top: 3px solid #fff;

  border-right: 3px solid #fff;

  position: absolute;

  top: 4px;

  bottom: 0;

  left: -1px;

  right: 0;

  margin: auto;

  transform: rotate(-45deg)
}



.scroll-to-top:hover  {

  opacity: .7
}



.scroll-to-top-visible  {

  transform: scale(1);

  opacity: 1
}



.scroll-to-top-visible.is-hidden  {

  display: none
}



.main-footer_left-column  {

  display: flex;

  justify-content: space-between;

  margin: 0 -1em;

  padding-right: 6%
}



.footer-column  {

  padding: 0 1em;

  margin-bottom: 1.5em
}



.footer-title  {

  display: block;

  font-weight: 900;

  margin-bottom: 1.1em
}



.footer-title a  {

  color: inherit;

  border-bottom: none
}



.footer-title_contact a  {

  color: inherit;

  border-bottom: 1px solid #fff
}



.footer-title_contact a:hover  {

  border-bottom-color: transparent
}



@media only screen and (min-width: 1025px)  {

  .footer-title a:hover  {

    border-bottom-color: #fff

  }



  .footer-title_contact a:hover  {

    border-bottom-color: transparent

  }



}



.footer-menu  {

  font-size: .875rem;

  font-family: "Georgia"
}



.footer-menu li  {

  margin-bottom: .7em
}



.footer-menu a  {

  color: inherit;

  border-bottom-color: transparent
}



.footer-menu a:hover  {

  border-bottom-color: #fff
}



.footer_phone-number  {

  display: flex;

  margin-bottom: 1.2em;

  padding-top: 4px;

  font-size: 1.125rem
}



.footer_phone-number a  {

  border-bottom: none;

  color: inherit;

  position: relative;

  padding-left: 34px;

  margin-right: 4.7em
}



.footer_phone-number a:last-child  {

  margin-right: 0
}



.footer_phone-number a:before  {

  content: '';

  display: block;

  width: 22px;

  height: 22px;

  background: url(/img/icons/phone-2.svg) no-repeat center center;

  background-size: contain;

  position: absolute;

  top: 2px;

  left: 0
}



.footer_contact-list  {

  font-size: .875rem
}



.footer_contact-list li  {

  display: flex;

  margin-bottom: 1.5em
}



.footer_contact-list .adress-icon  {

  display: block;

  width: 16px;

  height: 16px;

  flex: 16px 0 0;

  background: url(/img/icons/adress.svg) no-repeat center center;

  background-size: contain;

  position: relative;

  margin-right: 9px;

  top: 2px
}



.footer-email  {

  display: flex;

  align-items: center;

  font-size: 1.125rem;

  transition: color .3s
}



.footer-email:before  {

  content: '';

  display: block;

  width: 22px;

  height: 22px;

  background: url(/img/icons/email.svg) no-repeat center center;

  background-size: contain;

  margin-right: 14px;

  transition: filter .3s
}



.footer-email:hover  {

  color: #F2994A
}



.footer-email:hover:before  {

  filter: brightness(0) saturate(100%) invert(68%) sepia(88%) saturate(587%) hue-rotate(325deg) brightness(99%) contrast(92%)
}



.main-footer_middle  {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 1em;

  position: relative;

  z-index: 2
}



.main-footer_middle .social-network  {

  margin-left: 0
}



.main-footer_middle .social-network a  {

  width: 24px
}



.main-footer_middle .social-network img  {

  width: 100%
}



.footer-payment  {

  display: flex;

  align-items: center;

  margin: 0 -10px
}



.footer-payment li  {

  padding: 0 10px
}



.footer-payment img  {

  max-width: 50px
}



.main-footer_bottom  {

  padding-top: 2em;

  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #977D72;

  font-size: .625rem;

  font-family: "Georgia"
}



.footer-policy  {

  border-bottom: 1px solid transparent;

  transition: border-color .3s
}



.footer-policy:hover  {

  border-bottom-color: #fff
}



.main-pagination  {

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 1.375rem
}



.main-pagination li  {

  padding: 0 .4em
}



.main-pagination li.active  {

  pointer-events: none
}



.main-pagination li.active a  {

  background: #52291C;

  color: #fff
}



.main-pagination a  {

  display: flex;

  align-items: center;

  justify-content: center;

  border-bottom: none;

  color: #52291C;

  background: #FFFAF3;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  transition: color .3s
}



.main-pagination a:hover  {

  background: #52291C;

  color: #fff
}



.main-pagination .prev-page,
.main-pagination .next-page  {

  font-size: 200%;

  padding-bottom: 8px;

  padding-right: 3px
}



.main-pagination .next-page  {

  padding-right: 0;

  padding-left: 3px
}



.main-pagination .first-page,
.main-pagination .last-page  {

  font-size: 180%;

  padding-bottom: 6px;

  padding-right: 3px
}



.main-pagination .first-page  {

  margin-right: .4em
}



.main-pagination .last-page  {

  padding-right: 0;

  padding-left: 3px;

  margin-left: .4em
}



.modal-dialog  {

  max-width: 530px
}



.modal-backdrop  {

  z-index: 120
}



.modal  {

  z-index: 130
}



.modal-content {
  padding: 1em 2em 0.5cm;
  border-radius: 0;
}



.popup-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: .7em;
  text-align: center;
}



.popup-title:last-child  {

  margin-bottom: 0
}



.popup-title small  {

  display: block;

  font-size: 56%;

  margin-top: 10px
}


.popup-form_submit  {
    margin-top: 1em;
    margin-bottom: 1.2em;
    width: 100%
}



.popup-form_submit:active  {

  border-top-width: 4px
}



.popup-policy  {

  font-size: .75rem;

  display: block;

  text-align: center
}



.popup-policy a  {

  color: inherit;

  border-bottom-color: inherit
}



#dev_asgard  {

  display: flex;

  text-align: right;

  margin-top: 0;

  opacity: .5
}



#dev_asgard a,
#dev_asgard a:hover  {

  text-decoration: none;

  border: 0
}



#dev_asgard a img  {

  width: 160px
}



@media (max-width: 575px)  {

  #dev_asgard  {

    text-align: center

  }



}



@media only screen and (max-width: 1279px)  {

  .portfolio-slider .slick-prev  {

    left: 5px

  }



  .portfolio-slider .slick-next  {

    right: 5px

  }



}



@media only screen and (max-width: 1199px)  {

  .header_right-column  {

    padding-left: 15px

  }



  .social-network li  {

    padding: 0 .5em

  }



  .head-logo  {

    max-width: 120px

  }



  .main-slide  {

    padding: 3em

  }



  .main-slider .slick-prev  {

    left: 15px

  }



  .main-slider .slick-next  {

    right: 15px

  }



  .actual-section  {

    padding-top: 3em

  }



  h2,
  .section-title  {

    margin-bottom: 1.2em

  }



  .services-list li  {

    margin-bottom: 3em

  }



  .services-list  {

    margin-bottom: 0

  }



  .services-section  {

    padding-bottom: 1em

  }



  .advantages-section  {

    padding: 3em 0

  }



  .about-section_desc p  {

    line-height: 1.6;

    margin-bottom: 1em

  }



  .about-section  {

    padding-bottom: 4em

  }



  .excellence-item  {

    padding: 1em 1.3em

  }



  .excellence-item_icon  {

    height: 50px;

    margin-bottom: .7em

  }



  .excellence-item_title  {

    font-size: .935rem

  }



  .principles-section  {

    padding: 4em 0

  }



  .principle-item  {

    padding: 1em

  }



  .principles-list li  {

    flex: 50% 0 0;

    max-width: 50%

  }



  .calculate-cost_section  {

    padding-top: 3em

  }



  .tablet_large-hidden  {

    display: none

  }



  .calculate-cost_form .attention-text  {

    margin-bottom: 2em

  }



  .calculate-cost_total  {

    margin-bottom: 2em

  }



  .calculate-cost_form .online-order_name  {

    display: block;

    margin-bottom: 1.7em

  }



  .connection-desc .section-mod_title  {

    font-size: 1.8rem;

    margin-bottom: .3em

  }



  .footer_phone-number a  {

    margin-right: 1em

  }



  .dropdown-menu_box .left-column  {

    padding-left: 4em

  }



  .actual-item_img  {

    height: 346px

  }



  .tablet-large_visible  {

    display: block

  }



  .translation-column p  {

    margin-bottom: 2em

  }



  .translation-btn  {

    padding-left: 1.2em;

    padding-right: 1.2em

  }



  .portfolio-item > .item  {

    min-height: 350px

  }



  .advantages-box  {

    padding: 3em 0

  }



  .translation-header_section .section-title  {

    margin-top: 0

  }



  .advantages-pad_box  {

    padding-top: 0

  }



  .translation-header_desc  {

    padding-left: 15px

  }



  .service-mod_list li  {

    margin-bottom: 3em

  }



  .service-mod_list  {

    margin: 0 -15px

  }



  .service-mod_list li  {

    padding: 0 15px

  }



  .translation-header_mod-row  {

    margin-bottom: 3em

  }



  .advantages-mod_box  {

    padding-top: 0;

    padding-bottom: 0

  }



  .social-mod_network  {

    margin-left: -.5em

  }



  .legalization-procedure_row  {

    margin: 0 -15px

  }



  .legalization-procedure_row [class^="col-"]  {

    padding: 0 15px

  }



  .legalization_top-row  {

    margin-bottom: 2.5em

  }



  .legalization-list  {

    margin-bottom: 3em

  }



  .countries-list li  {

    flex: 25% 0 0;

    max-width: 25%

  }



  .countries-list  {

    margin-bottom: 3em

  }



  .legalization_text-box  {

    margin-bottom: 4em

  }



  .legalization-procedure_img  {

    margin: 3em 0 2em

  }



  .legalization_text-row  {

    margin-bottom: 3em

  }



  .legalization-top_mod-row  {

    margin-bottom: 4em

  }



  .legalization-banner_content  {

    width: 100%

  }



  .sample-section  {

    padding-top: 2em

  }



  .document-row [class^="col-"]  {

    margin-bottom: 1.5em

  }



  .legalization-mod_section  {

    padding-bottom: 1em

  }



  .legalization-top_other-row  {

    margin-bottom: 3em

  }



  .unified_top-box  {

    margin-bottom: 4em

  }



  .our-story_content p  {

    margin-bottom: 2em

  }



  .principles-pad_section  {

    padding: 2em 0

  }



  .team-item  {

    margin-bottom: 4em

  }



  .reference-list li  {

    margin-bottom: 1em

  }



  .reference-list  {

    margin-top: 1em

  }



  .unified-table th  {

    font-size: 1rem

  }



  .unified-table th:first-child  {

    width: auto

  }



  .unified-table th:last-child  {

    width: auto

  }



  .reclamation-section  {

    padding-bottom: 2em

  }



  .unified_text-box_mar  {

    margin-bottom: 4em

  }



  .legalization-banner_third p  {

    font-size: 1rem

  }



  .control-item_title  {

    margin-bottom: 1em

  }



  .unified_text-box  {

    margin-bottom: 4em

  }



  .contact_info-list  {

    font-size: .875rem

  }



  .articles-menu  {

    margin-bottom: 2em

  }



  .articles-detailed_banner  {

    padding: 2em 0

  }



  .articles-detailed_banner .section-title  {

    margin-bottom: .7em

  }



  .articles-detailed_banner  {

    margin-bottom: 3em

  }



  .work-steps_list li  {

    flex: 33.333% 0 0;

    max-width: 33.333%

  }



  .work-steps_list li:nth-child(5n+5):after  {

    display: block

  }



  .work-steps_list li:nth-child(3n+3):after  {

    display: none

  }


  .unified-inner_section  {

    padding-top: 0

  }
  
 /* .unified-inner_section  {

    padding-top: 3em

  }
*/


  .unified_text-box_top  {

    padding: 3em 0 2em

  }



  .documents-mod_row .document-item  {

    padding: 1em

  }



  .documents-mod_row [class^="col-"]  {

    padding-bottom: 1.7em

  }



  .directions-translations_box-other  {

    padding-bottom: 3em

  }



}



@media only screen and (max-width: 991px)  {

  .tablet-visible  {

    display: block

  }



  .tablet-hidden  {

    display: none!important

  }



  .header_top-menu  {

    flex-wrap: wrap

  }



  .header_right-column  {

    flex-wrap: wrap

  }



  .header_right-column .social-network  {

    margin-top: 4px

  }



  .header_top-panel .row  {

    align-items: flex-start

  }



  .main-head_menu  {

    font-size: .875rem

  }



  .main-head_menu .parent:after  {

    top: 5px

  }



  .callback-btn  {

    min-width: auto;

    padding: 0 2em;

    margin-right: 1em

  }



  .dropdown-menu  {

    width: 200px

  }



  .sub-menu  {

    min-width: 240px

  }



  .head-menu  {

    font-size: 1rem

  }



  .online-order_box  {

    padding-top: 9em

  }



  .actual-item_img  {

    height: 269px

  }



  .advantages-slider  {

    padding-left: 3em;

    padding-right: 2em

  }



  .online-order_row  {

    margin-bottom: 1.7em

  }



  .calculate-cost_section  {

    padding-bottom: 1em

  }



  .footer_phone-number  {

    flex-direction: column;

    align-items: flex-start

  }



  .footer_phone-number a  {

    margin-right: 0;

    margin-bottom: 1em

  }



  .footer_phone-number a:last-child  {

    margin-bottom: 0

  }



  .main-footer_left-column  {

    padding-right: 15px

  }



  .main-slide_content  {

    width: 75%

  }



  .online-order_box  {

    max-width: 800px;

    width: 100%

  }



  .translation-item  {

    padding: 1.2em

  }



  .translation-item_price  {

    font-size: 1.5rem

  }



  .translation-item_price .text  {

    font-size: 1rem

  }



  .translation-item_bottom-text  {

    font-size: 1rem

  }



  .translation-type_row  {

    padding-top: 0

  }



  .portfolio-item > .item  {

    min-height: 414px

  }



  .advantages-box .social-mod_network  {

    margin-bottom: 2em

  }



  .translation-header_section .section-title  {

    margin-bottom: 1em

  }



  .translation-header_section .top-text  {

    margin-bottom: 1.7em

  }



  .service-mod_list  {

    padding-top: 1em

  }



  .service-mod_list li  {

    flex: 33.333% 0 0;

    max-width: 33.333%

  }



  .service-mod_list li:nth-child(5n+5):after  {

    display: block

  }



  .service-mod_list li:nth-child(3n+3):after  {

    display: none

  }



  .document-mod_item  {

    min-height: 210px

  }



  .document-mod_list li  {

    flex: 33.333% 0 0;

    max-width: 33.333%

  }



  .document-mod_list li:nth-child(5n+5):after  {

    display: block

  }



  .document-mod_list li:nth-child(3n+3):after  {

    display: none

  }



  .document-mod_list-other li:nth-child(4n+4):after  {

    display: block

  }



  .document-mod_list-other li:nth-child(3n+3):after  {

    display: none

  }



  .certify-visa_translation-list  {

    margin-bottom: 1em

  }



  .certify-visa_translation-box .bottom-text  {

    font-size: 1rem

  }



  .country-item > a  {

    font-size: 1rem

  }



  .legalization-banner_document-list  {

    font-size: 1rem

  }



  h2,
  .section-title  {

    line-height: 1.4

  }



  .document_bottom-row:last-child  {

    margin-bottom: 0

  }



  .hi-tech_list  {

    padding-top: 3em;

    padding-left: 0;

    padding-right: 0

  }



  .hi-tech_list li  {

    flex: 33.333% 0 0;

    max-width: 33.333%

  }



  .hi-tech_list li:nth-child(5n+5):after  {

    display: block

  }



  .hi-tech_list li:nth-child(3n+3):after  {

    display: none

  }



  .our-story_content  {

    margin-bottom: 1em

  }



  .reference-list  {

    font-size: 1rem

  }



  .reference-list li  {

    margin-bottom: .6em

  }



  .reference-section_header  {

    margin-bottom: 2.5em

  }



  .reference_middle-content  {

    margin-bottom: 2.5em

  }



  .min  {

    display: inline

  }



  .contact-box  {

    margin-bottom: 3em

  }



  .contact-time  {

    margin-top: 0;

    margin-bottom: 1em;

    font-size: 1.25rem

  }



  .contact-box .row  {

    margin: 0 -5px

  }



  .contact-box [class^="col-"]  {

    padding: 0 5px

  }



  .sidebar_article-item  {

    padding-left: 0

  }



  .sidebar_article-item .item-title  {

    font-size: 1.125rem

  }



  .wrapper-sidebar_article-item  {

    margin-bottom: 2.7em

  }



  .translation-document_item  {

    padding: 1em;

    font-size: .935rem

  }



}



@media only screen and (max-width: 767px)  {

  .tablet-small_visible  {

    display: block

  }



  .tablet-small_hidden  {

    display: none!important

  }



  .header_top-panel  {

    display: none

  }



  .main-head_menu  {

    display: none

  }



  .main-head  {

    padding: .7em 0

  }



  .head-logo  {

    max-width: 170px

  }



  .main-head_right-column  {

    justify-content: flex-end

  }



  .main-slide_content  {

    width: 100%

  }



  .actual-item_img  {

    height: 197px

  }



  .services-list li  {

    flex: 50% 0 0;

    max-width: 50%

  }



  .about-us_video  {

    min-height: auto;

    height: 280px;

    margin-bottom: 1.5em

  }



  .excellence-section_left-column .social-mod_network  {

    margin-top: 1.5em

  }



  .calculate-cost_form .selectric  {

    font-size: 1.125rem

  }



  .calculate-cost_form .selectric-wrapper  {

    max-width: 180px

  }



  .calculate-cost_form .online-order_footer-text  {

    margin-bottom: 0

  }



  .menu_close-btn  {

    top: 6em

  }



  .head-nav  {

    padding-top: 6em

  }



  .online-order_box  {

    padding-top: 6em

  }



  .online-order_name  {

    display: block;

    margin-bottom: 1.5em

  }



  .connection-img  {

    margin-bottom: 1.2em

  }



  .connection-desc p  {

    padding-right: 0

  }



  .call-btn  {

    margin-right: 0;

    flex: 49% 0 0

  }



  .connection-section_footer  {

    justify-content: space-between

  }



  .connection-section_footer .main-btn  {

    flex: 49% 0 0

  }



  .translation-column  {

    margin-bottom: 1.75em

  }



  .translation-column:last-child  {

    margin-bottom: 0

  }



  .translation-column p  {

    margin-bottom: 1em

  }



  .translation-btn  {

    min-height: 70px

  }



  .translation-header_section  {

    padding: 2em 0

  }



  h1,
  .main-title  {

    font-size: 1.875rem

  }



  .translation-body_section  {

    padding: 2em 0 0

  }



  .translation-header_img  {

    margin-bottom: 1.2em

  }



  .translation-right_column  {

    display: block

  }



  .translation-item  {

    height: auto

  }



  .translation-item_icon  {

    margin-bottom: 1em

  }



  .translation-item_desc-text  {

    margin-bottom: 1.5em

  }



  .translation-row  {

    margin-bottom: 2em

  }



  .translation-row:last-child  {

    margin-bottom: 0

  }



  .translation-row [class^="col-"]  {

    margin-bottom: 1.875em

  }



  .translation-row .column-title  {

    margin-bottom: 0

  }



  .conference-img  {

    margin-top: 2em;

    margin-bottom: 2em

  }



  .h3,
  h3  {

    margin-bottom: 1.2em

  }



  .portfolio-item > .item  {

    min-height: 296px;

    padding: 1em

  }



  .portfolio-item_title  {

    font-size: 1.125rem

  }



  .connection-section  {

    padding-top: 3em 0

  }



  .translation-terms_box .h3  {

    font-size: 1.25rem;

    padding-right: 0;

    margin-bottom: 1em

  }



  .translation-terms_box p  {

    margin-bottom: 1.7em

  }



  .translation-terms_box .translation-btn  {

    min-height: 80px

  }



  .translations-visa_row [class^="col-"]:after  {

    display: none

  }



  .translations-visa_item  {

    min-height: auto

  }



  .legalization-section  {

    padding-top: 2em

  }



  .legalization_top-row .text-right  {

    text-align: left

  }



  .learn-more_btn  {

    margin-top: 1em;

    margin-right: 0

  }



  .countries-list li  {

    flex: 33.333% 0 0;

    max-width: 33.3335%

  }



  .countries-list  {

    margin-bottom: 1.25em

  }



  .legalization_img-column  {

    margin-bottom: 1em

  }



  .legalization-procedure_list  {

    margin-bottom: 1.8em

  }



  .legalization-procedure_img  {

    margin: 1em 0

  }



  .legalization_text-row  {

    margin-bottom: 1em

  }



  .legalization_text-row [class^="col-"]  {

    margin-bottom: 1.5em

  }



  .legalization-top_mod-row  {

    margin-bottom: 2em

  }



  .sample-list  {

    margin-top: 1.5em

  }



  .legalization-banner_content  {

    padding: 2em 0

  }



  .legalization-banner_content:before  {

    left: -100%

  }



  .legalization-mod_banner  {

    margin-top: 2em

  }



  .legalization-mod_banner p:last-child  {

    margin-bottom: 1em

  }



  .legalization-top_other-row  {

    margin-bottom: 1.5em

  }



  .legalization_desc-pad_column  {

    padding-right: 15px

  }



  .unified_img-column  {

    margin-bottom: 1em

  }



  .hi-tech_item  {

    min-height: auto

  }



  .team-item_img  {

    margin-bottom: 1em

  }



  .team-item_name  {

    font-size: 1.5rem

  }



  .team-item  {

    margin-bottom: 2.7em

  }



  .cost-table th  {

    padding: .7em;

    font-size: .875rem

  }



  .cost-table td  {

    padding: .7em

  }



  .reference_middle-content .bottom-text  {

    padding-left: 0

  }



  .unified-table th  {

    padding: .7em;

    font-size: .875rem

  }



  .unified-table td  {

    padding: .7em;

    font-size: .875rem

  }



  .wrapper_unified-table  {

    margin-bottom: 2em

  }



  .unified_text-box  {

    margin-bottom: 3em

  }



  .main_arrow-btn  {

    margin-top: 1.2em;

    width: 100%

  }



  .nostrification_step-list  {

    margin-top: 1.5em

  }



  .unified_desc-column .large-text  {

    font-size: 1.25rem

  }



  .unified_text-box_mar  {

    margin-bottom: 2em

  }



  .control-item_title  {

    font-size: 1.125rem

  }



  .control-item_number  {

    font-size: 3rem

  }



  .control-item_icon  {

    height: 43px

  }



  .control-row [class^="col-"]  {

    margin-bottom: 1.25em

  }



  .control-row:last-child  {

    margin-bottom: -1em

  }



  .legalization-banner p:last-child  {

    margin-bottom: 1em

  }



  .white_calc-btn  {

    margin-top: 0

  }



  p:last-child  {

    margin-bottom: 1em

  }



  p.last-item  {

    margin-bottom: 0

  }



  .translation-right_column p:last-child  {

    margin-bottom: 1em

  }



  .translation-right_column-mar  {

    margin-bottom: 0

  }



  .unified_text-box_lower  {

    margin-bottom: 3em

  }



  .review-item  {

    margin-bottom: 1.25em

  }



  .map-img  {

    margin-bottom: 1.25em

  }



  .contact_info-list  {

    font-size: 1rem

  }



  .translation-btns_row .translation-btn  {

    margin-bottom: 1.25em

  }



  .directions-translations_section .calculate-cost_btn  {

    margin-bottom: 1.5em

  }



  .translation-documents_section  {

    padding-top: 2em;

    padding-bottom: 1em

  }



  .directions-translations_box  {

    padding-top: 2em

  }



  .translation-document_item  {

    font-size: 1rem;

    min-height: auto

  }



  .paymaster-logo  {

    margin-top: 2.5em;

    margin-bottom: 1.2em

  }



  .translation-header_mod-section p  {

    margin-bottom: 1.5em

  }



  .translation-header_mod-section .translation-btns_row  {

    margin-bottom: 0

  }



  .documents-mod_row [class^="col-"]  {

    padding-bottom: 1.3em

  }



  .documents-mod_row [class^="col-"]:nth-child(4n+ 4):after  {

    display: block

  }



  .documents-mod_row [class^="col-"]:nth-child(2n+ 2):after  {

    display: none

  }



  .documents-mod_row .document-item  {

    padding-left: 0;

    padding-right: 0

  }



  .unified-mod_table ul:not([class])  {

    padding-left: 1em

  }



  .translation-section_mod-body  {

    padding-bottom: 0

  }



  .legalization-banner .section-title:last-child  {

    margin-bottom: 1.2em

  }



  .team-item_list  {

    padding-top: 3px

  }



  .translation-document_item .rouble  {

    position: relative;

    top: 3px

  }



  .advantages-other_row  {

    margin-bottom: 1em

  }



  .legalization-period_row  {

    margin-bottom: 1em

  }



  .translation-img_column  {

    margin-top: 1em

  }



  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before  {

    height: 2px

  }



  .hamburger  {

    height: 18px

  }



  .hamburger--spring .hamburger-inner:before  {

    top: 8px

  }



  .hamburger--spring .hamburger-inner:after  {

    top: 16px

  }



  .apostille-banner p  {

    padding-left: 0;

    font-size: 1rem

  }



  .cis-banner  {

    padding-bottom: 2em

  }



  .cis-banner p  {

    margin-left: 0

  }



  .cis-banner p:last-child  {

    margin-bottom: 0

  }



  .cis-banner .title  {

    margin-bottom: 1em

  }



  .legalization-banner_third  {

    padding-bottom: 2em

  }



  .legalization-banner_third .white_calc-btn  {

    margin-top: 1em

  }



  .legalization-mod_banner p  {

    font-size: 1rem

  }



  .sidebar-articles  {

    margin-bottom: 1.7em

  }



  .wrapper-sidebar_article-item  {

    margin-bottom: 1.5em

  }



  .calculate-cost_form .online-order_btns  {

    margin-bottom: 2em

  }



  .legalization-mod_banner  {

    padding-bottom: 1.5em

  }



  .head-logo .logo  {

    display: flex;

    align-items: center

  }



}



@media only screen and (max-width: 575px)  {

  .mobile-visible  {

    display: block

  }



  .mobile-hidden  {

    display: none!important

  }



  .scroll-to-top  {

    opacity: .7;

    border-radius: 100%;

    width: 26px;

    height: 26px;

    right: 18px;

    left: auto

  }



  .scroll-to-top:after  {

    left: 0;

    top: 2px

  }



  .main-head_right-column  {

    align-items: center;

    justify-content: space-between

  }



  .mobile_phone-number  {

    display: block

  }



  .main-slider  {

    padding: 0 15px

  }



  .main-slider .slick-list  {

    border-radius: 6px;

    overflow: hidden

  }



  .main-slider .slick-dots li  {

    width: 6px;

    height: 6px

  }



  .main-slider .slick-dots li.slick-active  {

    width: 24px

  }



  .main-slide  {

    padding: 2.7em 0;

    min-height: 206px

  }



  .main-slide_title  {

    font-size: 1.25rem

  }



  .main-slide_content p  {

    font-size: .75rem;

    margin-bottom: 1.7em

  }



  .white-btn  {

    height: 36px;

    font-size: .875rem;

    padding: 0 1em;

    line-height: 36px;

    min-width: 134px

  }



  .actual-section  {

    padding-top: 2.5em;

    padding-bottom: 2em

  }



  h2:after,
  .section-title:after  {

    width: 290px

  }



  .actual-item_img  {

    height: auto

  }



  .services-list li  {

    padding: 0;

    margin-bottom: 0;

    max-width: 100%

  }



  .services-list  {

    background: url(/img/bg/service-mobile_bg.jpg) no-repeat center top;

    background-size: cover;

    padding: 4em 2.2em 2em;

    margin-left: -15px;

    margin-right: -15px;

    border-radius: 0 0 6px 6px;

    color: #fff;

    position: relative;

    z-index: 1

  }



  .services-list:before  {

    content: '';

    display: block;

    width: 100%;

    height: 100%;

    background: linear-gradient(180deg,
    rgba(82,
    41,
    28,
    0.8) 14.16%,
    rgba(82,
    41,
    28,
    0) 100%);

    border-radius: 0 0 6px 6px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1

  }



  .services-list .slick-arrow  {

    border: none;

    background: url(/img/icons/slide-arrow.svg) no-repeat center center;

    background-size: contain;

    transform: none;

    width: 8px;

    height: 46px;

    top: 20%

  }



  .services-list .slick-prev  {

    left: 4%

  }



  .services-list .slick-next  {

    right: 4%;

    transform: rotate(180deg)

  }



  .services-list .slick-dots li  {

    width: 6px;

    height: 3px;

    background: rgba(255,
    255,
    255,
    0.3);

    border-radius: 6px;

    margin: 0 2px

  }



  .services-list .slick-dots li.slick-active  {

    background: #fff

  }



  .service-item_icon  {

    background-color: transparent;

    padding: 0;

    height: auto;

    margin-bottom: 1em

  }



  .service-item  {

    font-size: 1.375rem

  }



  .service-item > a  {

    color: #fff

  }



  .services-section  {

    padding-bottom: 0

  }



  .advantages-slider  {

    padding: 0 .8em

  }



  .advantages-slider .slick-arrow  {

    border: none;

    background: url(/img/icons/slide-arrow.svg) no-repeat center center;

    background-size: contain;

    transform: none;

    width: 8px;

    height: 46px;

    filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(850%) hue-rotate(329deg) brightness(93%) contrast(94%)

  }



  .advantages-slider .slick-prev  {

    left: 0

  }



  .advantages-slider .slick-next  {

    right: 0;

    transform: rotate(180deg)

  }



  .advantages-slider .advantage-item .item  {

    padding: 1em .6em;

    overflow-wrap: anywhere

  }



  .advantages-slider .advantage-item_more  {

    font-size: .75rem

  }



  .advantages-slider .advantage-item_title  {

    margin-bottom: 1em

  }



  .about-us_video  {

    height: 51vw

  }



  .about-section .section-mod_title  {

    font-size: 1.5rem;

    margin-bottom: 1em

  }



  .section-mod_title  {

    font-size: 1.5rem;

    line-height: 1.4

  }



  .about-section_desc p  {

    font-size: .935rem

  }



  .about-section_desc .main-btn  {

    min-width: auto;

    padding: 0 1em;

    margin-bottom: 1.7em;

    width: 100%

  }



  .social-network  {

    margin: 0 -1em

  }



  .social-network li  {

    padding: 0 1em

  }



  .about-section  {

    padding-bottom: 2em

  }



  .excellence-section  {

    padding: 2em 0

  }



  .excellence-section .main-btn  {

    min-width: auto;

    padding: 0 1em;

    width: 100%

  }



  .excellence-list li  {

    flex: 100% 0 0;

    max-width: 100%

  }



  .excellence-item  {

    padding: 1em;

    flex-direction: row;

    align-items: center

  }



  .excellence-item_title  {

    font-size: 1.125rem;

    margin-bottom: .3em

  }



  .excellence-item_desc  {

    flex: 1 0 0;

    padding-left: 1em

  }



  .excellence-item_icon  {

    flex: 44px 0 0;

    height: auto;

    margin-bottom: 0

  }



  .principle-item_number  {

    color: #52291C

  }



  .principles-section  {

    padding: 2em 0 0

  }



  .principles-list li  {

    max-width: 100%;

    flex: 100% 0 0

  }



  .principle-item  {

    display: flex;

    align-items: center;

    background: #FFFAF3;

    box-shadow: 0 1px 2px rgba(85,
    105,
    135,
    0.1);

    color: #52291C;

    padding: 1.1em 1em;

    font-size: 1.125rem

  }



  .principle-item_number  {

    flex: 40px 0 0;

    margin-bottom: 0;

    line-height: .9

  }



  .principles-section .section-mod_title  {

    line-height: 1.4

  }



  .principles-section .main-btn  {

    min-width: auto;

    padding: 0 1em;

    width: 100%

  }



  .calculate-cost_section .section-title  {

    font-size: 1.75rem

  }



  .calculate-cost_section  {

    padding-top: 2em

  }



  .online-order_language-panel .text  {

    display: block;

    margin: 1em 0

  }



  .calculate-cost_form .selectric-wrapper  {

    display: inline-block;

    max-width: 100%

  }



  .online-order_language-panel  {

    display: block;

    margin-bottom: 1.7em

  }



  .calculate-cost_row:first-child  {

    margin-bottom: 1.5em

  }



  .calculate-cost_form .online-order_name  {

    margin-bottom: 1em

  }



  .calculate-cost_form .online-order_name,
  .calculate-cost_form .online-order_phone-number  {

    font-size: 1.125rem

  }



  .calculate-cost_last-row  {

    margin-bottom: 1em

  }



  .calculate-cost_total  {

    font-size: 1.5rem;

    margin-bottom: 1.5em

  }



  .online-order_btns  {

    display: block

  }



  .wrapper_online-order_submit  {

    margin-right: 0;

    margin-bottom: 1em;

    width: 100%

  }



  .online-order_btns .main-mod_btn  {

    width: 100%

  }



  .calculate-cost_form .attention-text  {

    font-size: .75rem

  }



  .calculate-cost_form .online-order_footer-text  {

    font-size: .875rem

  }



  .connection-section  {

    padding-bottom: 2em

  }



  .main-footer  {

    padding-top: 2.5em

  }



  .main-footer_left-column  {

    display: block;

    margin: 0

  }



  .footer-column  {

    padding: 0

  }



  .main-footer_middle  {

    margin-top: 2em

  }



  .main-footer_middle .social-network  {

    margin-left: -15px

  }



  .main-footer_bottom  {

    display: block

  }



  .copyright  {

    display: block;

    margin-bottom: 10px

  }



  .head-nav  {

    right: -451px;

    max-width: 450px;

    width: 100%

  }



  .online-order_box  {

    padding-left: 15px;

    padding-right: 15px;

    padding-bottom: 4.5em

  }



  .online-order_language-panel .selectric-wrapper  {

    max-width: 100%;

    display: inline-block

  }



  .calc-btn  {

    font-size: .875rem

  }



  .footer-title  {

    font-size: 1.125rem

  }



  .footer-mod_title  {

    pointer-events: auto

  }



  .footer-mod_title.is-active > a:after  {

    transform: rotate(-135deg);

    top: 4px

  }



  .footer-mod_title > a  {

    display: flex;

    align-items: center;

    justify-content: space-between

  }



  .footer-mod_title > a:after  {

    content: '';

    display: block;

    width: 10px;

    height: 10px;

    border-right: 2px solid #fff;

    border-bottom: 2px solid #fff;

    position: relative;

    top: -1px;

    transform: rotate(45deg)

  }



  .footer-menu  {

    display: none

  }



  .fixed-menu .main-head  {

    padding: .4em 0

  }



  .online-order_header  {

    margin-bottom: 1.7em

  }



  .translation-btn  {

    font-size: 1rem

  }



  .document-item  {

    padding: 1.25em

  }



  .translation-service_row:after  {

    display: none

  }



  .translation-service_row  {

    margin-bottom: 0

  }



  .translation-service_row [class^="col-"]  {

    margin-bottom: 0

  }



  .translation-service_item  {

    height: auto;

    padding: 1.25em;

    margin-bottom: 1em

  }



  .documents-row [class^="col-"]  {

    margin-bottom: 0

  }



  .document-item  {

    margin-bottom: 1em

  }



  .main-short_btn  {

    margin-bottom: 1em

  }



  .translation-row [class^="col-"]  {

    margin-bottom: 1.25em

  }



  .translation-row .column-title  {

    margin-bottom: 0

  }



  .conference-img  {

    height: 50vw;

    margin-top: 0

  }



  .conference-img img  {

    width: 100%;

    height: 100%;

    object-fit: cover

  }



  .translation-type_row [class^="col-"]  {

    margin-bottom: 1.2em

  }



  .translation-type_row  {

    margin-bottom: 2em

  }



  .portfolio-item > .item  {

    min-height: 96vw

  }



  .translation-header_section  {

    padding-top: 1em;

    padding-bottom: 0

  }



  .translation-right_column p  {

    margin-bottom: 1.25em

  }



  .advantage-other_item  {

    padding: 1.2em

  }



  .advantages-box  {

    padding: 2em 0 1em

  }



  .translation-btn  {

    font-size: .875rem

  }



  h1,
  .main-title  {

    margin-bottom: 1em

  }



  .translation-header_row  {

    margin-bottom: 0

  }



  .h3-mod  {

    font-size: 1.125rem;

    margin-bottom: 1em

  }



  .advantages-pad_box  {

    padding-top: 0

  }



  .service-mod_list  {

    padding: 0

  }



  .service-mod_list li  {

    flex: 50% 0 0;

    max-width: 50%;

    margin-bottom: 1.5em

  }



  .service-mod_list li:nth-child(3n+3):after  {

    display: block

  }



  .service-mod_list li:nth-child(2n+2):after  {

    display: none

  }



  .document-mod_list  {

    margin: 0 -10px;

    padding: 0

  }



  .document-mod_list li  {

    flex: 50% 0 0;

    max-width: 50%;

    padding: 0 10px;

    margin-bottom: 1.5em

  }



  .document-mod_list li:nth-child(3n+3):after  {

    display: block

  }



  .document-mod_list li:nth-child(2n+2):after  {

    display: none

  }



  .hi-tech_list li  {

    flex: 50% 0 0;

    max-width: 50%;

    margin-bottom: 1.5em

  }



  .hi-tech_list li:nth-child(3n+3):after  {

    display: block

  }



  .hi-tech_list li:nth-child(2n+2):after  {

    display: none

  }



  .document-mod_item  {

    font-size: .875rem;

    min-height: auto

  }



  .service-mod_item  {

    font-size: .875rem

  }



  .translation-body_bottom-section  {

    padding-bottom: 0

  }



  .translation-header_mod-row  {

    margin-bottom: 1.5em

  }



  .advantages-mod_box  {

    padding: 0

  }



  .translations-visa_row  {

    padding: 0;

    margin-bottom: 1em

  }



  .calculate-cost_btn  {

    padding: 0 .5em;

    width: 100%

  }



  .certify-visa_translation-box:before  {

    background: linear-gradient(0deg,
    rgba(82,
    41,
    28,
    0.8) 25.71%,
    rgba(82,
    41,
    28,
    0) 100%)

  }



  .certify-visa_translation-list li  {

    margin-bottom: 1em

  }



  .certify-visa_translation-list  {

    font-size: 1rem

  }



  .legalization-section  {

    padding-top: 1em;

    padding-bottom: 0

  }



  .legalization_top-row  {

    margin-bottom: 1.7em

  }



  .legalization-list li  {

    padding: .8em

  }



  .countries-list li  {

    flex: 50% 0 0;

    max-width: 50%

  }



  .legalization_text-box  {

    margin-bottom: 2em

  }



  .legalization-procedure_img  {

    margin-top: 1.7em

  }



  h2,
  .section-title  {

    font-size: 1.125rem;

    padding-bottom: .7em;

    margin-bottom: 1.3em

  }



  .legalization-period_item  {

    padding: 1em;

    font-size: 1rem

  }



  .legalization-period_row [class^="col-"]  {

    margin-bottom: 1.25em

  }



  .legalization-banner  {

    margin: 2.7em 0 2em

  }



  .legalization-pad_text-box  {

    padding-top: 0

  }



  .sample-section  {

    padding-top: 0

  }



  .sample-list  {

    margin: 1.25em -5px 0

  }



  .sample-list li  {

    padding: 0 5px;

    margin-bottom: .8em

  }



  .legalization-banner:before  {

    background: linear-gradient(0deg,
    rgba(82,
    41,
    28,
    0.8) 70%,
    rgba(82,
    41,
    28,
    0) 100%)

  }



  .document-row [class^="col-"]  {

    margin-bottom: 1em

  }



  .legalization_text-box_top  {

    padding-top: 2em;

    margin-bottom: 0

  }



  .unified_top-box  {

    margin-bottom: 2em

  }



  .technology-section  {

    padding-top: 1em;

    padding-bottom: 0

  }



  .our-story_content p  {

    margin-bottom: 1em;

    line-height: 1.5

  }



  .hi-tech_item  {

    font-size: .875rem

  }



  .hi-tech_list  {

    padding-top: 2em;

    margin-left: -15px;

    margin-right: -15px

  }



  .hi-tech_list li  {

    padding: 0 15px

  }



  .hi-tech_content  {

    padding-bottom: 1em

  }



  .unified-inner_section  {

    padding: 1em 0 0

  }



  .team-item_name  {

    margin-bottom: .5em

  }



  .team-item_list  {

    margin-bottom: .5em;

    font-size: .875rem

  }



  .team-item_contact-list  {

    font-size: .875rem

  }



  .reference_img-list  {

    margin: 0 -5px

  }



  .reference_img-list li  {

    padding: 0 5px;

    margin-bottom: 10px

  }



  .reference-section_header  {

    margin-bottom: 1.7em

  }



  .cost-table td  {

    padding: .5em;

    font-size: .875rem

  }



  .cost-table th  {

    padding: .5em

  }



  .reference_middle-content .bottom-text  {

    font-size: .875rem

  }



  .wrapper_cost-table  {

    margin-top: 0;

    overflow: hidden;

    overflow-x: auto;

    margin-bottom: .7em

  }



  .wrapper_unified-table,
  .wrapper_mod-unified-table  {

    overflow: hidden;

    overflow-x: auto

  }



  .wrapper_mod-unified-table  {

    margin-bottom: 1em

  }



  .unified-table td:first-child  {

    padding-left: 0

  }



  .unified_text-box  {

    margin-bottom: 2em

  }



  .reclamation_text-box  {

    margin-bottom: 2em

  }



  .reclamation-section  {

    padding-top: 1em;

    padding-bottom: 0

  }



  .unified_text-box_lower  {

    margin-bottom: 2em

  }



  .reviews-row  {

    margin: 0 -5px

  }



  .reviews-row [class^="col-"]  {

    padding: 0 5px

  }



  .review-item  {

    margin-bottom: 10px

  }



  .contact_city-list  {

    font-size: .875rem;

    margin-bottom: 1em

  }



  .contact-box  {

    margin-bottom: 2em

  }



  .contact-box:last-child  {

    margin-bottom: 0

  }



  .article-item_title  {

    font-size: 1.125rem;

    bottom: 1em

  }



  .article-item_img  {

    margin-bottom: .7em

  }



  .article-item  {

    margin-bottom: 1.7em

  }



  .sidebar-articles .h3-mod  {

    margin-bottom: 1.5em

  }



  .sidebar_article-item  {

    padding-bottom: 1em;

    margin-bottom: 2em

  }



  .sidebar_article-item .item-desc  {

    padding-left: .7em

  }



  .articles-detailed_banner  {

    min-height: 60vw

  }



  .unified_text-box_other:last-child  {

    margin-bottom: 0

  }



  .translation-terms_box  {

    margin-bottom: 0

  }



  .advantages-other_row [class^="col-"]:last-child  {

    margin-bottom: 0

  }



  .translations-visa_row [class^="col-"]  {

    margin-bottom: 1.25em

  }



  .translation-body_visa-section  {

    padding-bottom: 2.7em

  }



  .translations-visa_item p:last-child  {

    margin-bottom: 0

  }



  .translation-row [class^="col-"]:last-child  {

    margin-bottom: 0

  }



  .translation-row p:last-child  {

    margin-bottom: 0

  }



  .translation-other_row:last-child  {

    margin-bottom: 0

  }



  .work-steps_list  {

    margin-left: -10px;

    margin-right: -10px;

    margin-bottom: 1em

  }



  .work-steps_list li  {

    flex: 50% 0 0;

    max-width: 50%;

    padding: 0 10px;

    margin-bottom: 1.25em

  }



  .work-steps_list li:nth-child(3n+3):after  {

    display: block

  }



  .work-steps_list li:nth-child(2n+2):after  {

    display: none

  }



  h1,
  .main-title  {

    font-size: 1.65rem

  }



  .translation-btns_row  {

    margin-bottom: 1em

  }



  .directions-translations_section  {

    padding-top: 2em;

    padding-bottom: 1em

  }



  .stage-work_item  {

    padding-left: 1em;

    padding-right: 1em

  }



  .work-step_item  {

    padding-left: .7em;

    padding-right: .7em;

    font-size: .875rem

  }



  .work-step_item .item-number  {

    font-size: 1.75rem

  }



  h1:after,
  .main-title:after  {

    width: 300px

  }



  .wrapper_calculate-cost_mod  {

    display: flex;

    justify-content: center

  }



  .wrapper_calculate-cost_mod .calculate-cost_btn  {

    display: flex;

    align-items: center;

    justify-content: center;

    line-height: 1.2;

    padding: 0 1em;

    white-space: normal

  }



  .wrapper_calculate-cost_mod .text  {

    max-width: 200px

  }



  .directions-translations_box-mod  {

    padding-top: 0

  }



  .translation-documents_section  {

    padding-top: 1.5em

  }



  .translation-documents_section ol:not([class]) li  {

    margin-bottom: 1em

  }



  .unified_text-box_top  {

    padding: 2em 0 1em

  }



  .unified_text-box_top .main-btn  {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: .3em .7em;

    line-height: 1.2;

    white-space: normal

  }



  .documents-mod_row .document-item  {

    font-size: .875rem;

    margin-bottom: 0;

    padding-bottom: 0

  }



  .legalization-banner_bottom  {

    margin: 1em 0 0

  }



  .unified-mod_table td:first-child  {

    min-width: 200px

  }



  .directions-translations_box-other  {

    padding-bottom: 1em

  }



  .payment-form_btns  {

    display: block

  }



  .payment-form_submit-btn  {

    margin: 0 0 1em;

    width: 100%

  }



  .payment-form_btns .main-mod_btn  {

    width: 100%

  }



  .legalization-banner_third  {

    margin-top: 1em

  }



  .translation-service_row:last-child  {

    margin-bottom: 1.25em

  }



  .legalization_text-row p:last-child  {

    margin-bottom: 0

  }



  .unified-list  {

    margin-bottom: .7em

  }



  .legalization_desc-column .main-btn  {

    width: 100%

  }



  .principles-pad_section .principles-list  {

    margin-bottom: 1.2em

  }



  .unified_desc-column .main-btn  {

    width: 100%

  }



  .unified_desc-column .main-btn .text  {

    width: 200px

  }



  .contact-box_footer  {

    width: 100%

  }



  .contact-box_footer .main-btn  {

    width: 100%

  }



  .form-textarea  {

    height: 70px

  }



  .translation-body_visa-section  {

    padding-bottom: 0

  }



  .translation-document_item.item-weight  {

    font-weight: 700

  }



  .advantages-box .social-mod_network  {

    justify-content: center;

    width: 100%

  }



  .advantages-box .main-btn  {

    width: 100%

  }



  .translation-right_column .main-btn  {

    width: 100%

  }



  .translation-right_column .social-mod_network  {

    justify-content: center;

    width: 100%

  }



  .translation-body_section .main-btn  {

    width: 100%

  }



  .translation-body_section .social-mod_network  {

    justify-content: center;

    width: 100%

  }



  .legalization_desc-column .main-btn  {

    width: 100%

  }



  .legalization_desc-column .social-mod_network  {

    justify-content: center;

    width: 100%

  }



  .unified_desc-column_footer  {

    width: 100%

  }



  .legalization-banner_content:before  {

    display: none

  }



  .articles-menu  {

    justify-content: center

  }



  .map-img  {

    min-height: 400px

  }



  .main-pagination  {

    font-size: .875rem

  }



  .main-pagination a  {

    width: 24px;

    height: 24px

  }



  .main-pagination li  {

    padding: 0 .2em

  }



  .main-pagination .first-page,
  .main-pagination .last-page  {

    padding-bottom: 5px;

    padding-right: 3px

  }



  .main-pagination .first-page  {

    margin-right: .2em

  }



  .main-pagination .last-page  {

    padding-right: 0;

    padding-left: 3px;

    margin-left: .2em

  }



  .main-pagination .prev-page,
  .main-pagination .next-page  {

    padding-bottom: 4px

  }



  .social-network li:last-child  {

    padding-right: 1em

  }



}



@media only screen and (max-width: 410px)  {

  .map-img  {

    min-height: 300px

  }



}



.hidden  {

  display: none
}



.wait,
.disabled,
.loader  {

  opacity: .5
}



input[disabled]  {

  cursor:not-allowed!important
}



.fancybox-image  {

  background: #fff
}


