/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* fotorama */
.banner-style .fotorama__arr{
    width: 64px;
    height: 64px;
    margin-top: -32px;
    background-image: url('../img/logimatica-spritesheet.png');
    background-repeat: no-repeat;
    background-size: inherit;
}
.banner-style .fotorama__arr--prev{
    left: 17px;
    background-position: -91px -5px;
}
.banner-style .fotorama__arr--prev:hover{
    background-position: -5px -79px;
}
.banner-style .fotorama__arr--next{
    right: 17px;
    background-position: -79px -79px;
}
.banner-style .fotorama__arr--next:hover{
    background-position: -165px -5px;
}

/* fotorama ipad product page */
.app-slider .fotorama__arr{
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url('../img/ipad-slider-arrows.png');
    background-repeat: no-repeat;
    background-size: inherit;
}
.app-slider .fotorama__arr--prev{
    left: -60px;
    background-position: 0 0;
}
.app-slider .fotorama__arr--prev:hover{
    opacity: 0.8;
}
.app-slider .fotorama__arr--next{
    right: -60px;
    background-position: -38px 0;
}
.app-slider .fotorama__arr--next:hover{
    opacity: 0.8;
}
.app-slider .fotorama__nav, .app-slider .fotorama__stage, .fotorama.app-slider{
    overflow: initial;
}
/* page products slider 3, 4 */
.fotorama__video-close{
    display: none;
}



.ipad-slider .fotorama__arr{
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url('../img/ipad-slider-arrows.png');
    background-repeat: no-repeat;
    background-size: inherit;
}
.ipad-slider .fotorama__arr--prev{
    left: -60px;
    background-position: 0 0;
}
.ipad-slider .fotorama__arr--prev:hover{
    opacity: 0.8;
}
.ipad-slider .fotorama__arr--next{
    right: -60px;
    background-position: -38px 0;
}
.ipad-slider .fotorama__arr--next:hover{
    opacity: 0.8;
}
.ipad-slider .fotorama__nav, .ipad-slider .fotorama__stage, .fotorama.ipad-slider{
    overflow: initial;
}





*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
body{
    padding-top: 81px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.navigation{
    float: left;
}
.wrap{
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*display: table;*/
}
.block-center{
    margin: 0 auto;
    width: 660px;
    /*display: table;*/
}
.block-center.contacts{
    width: 700px;
}
.block-center:after, .wrap:after {
    content: '';
    display: block;
    clear: both;
}
.header{
    top: 0;
    background: #FFFFFF;
    padding-top: 30px;
    position: fixed;
    box-shadow: 0 0 20px rgba(93,98,41,0.33);
    z-index: 99;
    
    -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
     -o-transition: all 0.1s ease-out;
     transition: all 0.1s ease-out;
}
.header.moved{
    background-color: rgba(255,255,255,0.9);
}
.logotip{
    float: left;
    width: 182px;
    margin: 5px 30px 5px 5px;
    height: auto;
    display: table;
    
    -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
     -o-transition: all 0.1s ease-out;
     transition: all 0.1s ease-out;
}
.moved .logotip{

}
.moved .header-navigation, .moved .header-language-nav{
    margin-top: 20px;
}
.header-navigation{
    float: left;
}
.logo{
    display: block;
    border: none;
    width: 100%;
    height: auto;
    float: left;
}
.header-navigation, .header-language-nav{
    margin-top: 20px;
    
    -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
     -o-transition: all 0.1s ease-out;
     transition: all 0.1s ease-out;
}
.header-link{
    height: 14px;
    float:left;
    display: block;    
    border-right: 1px solid #5277ba;
}
.header-link a{
    float:left;
    color: #5277ba;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 14px;
    font: bold 11px/14px Arial;
}
.header-link:last-child{
    border: none;
}
.header-link a:hover, .lang-link a:hover, .lang-link a.active, .header-link a.active, .c-block a:hover{
    color: #ddaeac;
}
.header-language-nav{
    float: right;
}
.lang-link{
    float: left;
    display: block;
    text-transform: lowercase;
    font: bold 12px/14px Arial;
    padding-left: 10px;    
}
.lang-link a{
    color: #5277ba;
}
.lang-link a.disabled{
    color: #96abda;
    cursor: default;
}
.white-box{
    background: #FFFFFF;
}
.gray-box{
    background: #f6f6f6;
}
.orange-box{
    background: #f6efe9;
}
.navy-gray-box{
    background: #6f87a2;
}
.dark-gray-box{
    background: #647b95;
}
.color-font-blue, .title-block, .color-font-blue, .color-font-blue a, .color-font-blue input, .color-font-blue textarea{
    color: #5277ba;
}
.careers-title-block, .title-block{
    text-align: center;
    margin-bottom: 10px;    
    text-transform: uppercase;
}
.title-block{    
    margin-top: 20px;
    font: bold 22px/38px "PT Sans Narrow", "Arial Narrow", Arial;
    padding: 0 12px 2px;
    position: relative;
}
.title-block:after{
    content:" ";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -32px;
    height: 2px;
    background: #5277ba;
    width: 65px;
}
.careers-title-block{
    font: bold 20px/34px "PT Sans Narrow", "Arial Narrow", Arial;
    color: #ddaeac;
    margin: 20px 0 25px;
}
.color-font-blue p{
    font: normal 14px/26px Arial;
    padding-bottom: 20px;
    text-align: justify;
}
.color-font-gray p, .color-font-gray{
    color: #7b89a2;
}
.color-font-light-blue, .color-font-light-blue a{
    color: #96ade0; 
}
.about-as{
    padding: 20px 0;
}
.how-we-work{
    padding: 20px 0 5px;
}
.box-block{
    display: table;
    margin: 20px 0 50px 15px;
    width: 200px;
    float: left;
    background: #FFFFFF;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
    position: relative;
    z-index: 1;
}
.arrow:after, .point:after{
    content: " ";
    position: absolute;
    right: -6px;
    bottom: -5px;
    z-index: 2;
    width: 33px;
    height: 33px;
    background-position: -48px -5px;
    background-image: url('../img/logimatica-spritesheet.png');
}
.point:after{
    background-position: -188px -133px;
}
.box-block:nth-child(3n+1){
    margin-left: 0;
}
.box-block:nth-child(3n+2){
    width: 230px;
    margin-top: 17px;
    margin-bottom: 47px;
}
.box-block:nth-child(3n+2) .box-p{
    height: 156px;
}
.table-block{
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0; 
    background: #ddaeac;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 53px;
}
.box-header{
    vertical-align: middle;
    display: table-cell;   
    color: #FFFFFF;
    font: bold 17px/20px "PT Sans Narrow", "Arial Narrow", Arial;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    width: 100%;
}
.box-p{
    border: 1px solid #e3e3e3;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 15px;
    float: left;
    height: 152px;
    font: normal 14px/18px Arial;
    position: relative;
}
.dotted-line:after{
    content: " ";
    position: absolute;
    right: -40px;
    bottom: -93px;
    z-index: 1;
    width: 741px;
    height: 106px;
    background: no-repeat url('../img/line-points-2.png') center center;
    background-size: 100% auto;
}
.box-block.two-item-block{
    margin-left: 90px;
    margin-right: 25px;
}
.box-block.two-item-block+ .box-block{
    margin-top: 20px;
    margin-bottom: 50px;
}
.standards, .languages, .databases, .os{
    padding: 0 0 20px;
}
.list-block{
    list-style-image: url('../img/point-arrow.png');
    display: table;
    /*margin-right: -55px;*/
    /*margin-left: 55px;*/
    margin-left: 5px;
    padding: 5px 0;
}
.list-block.center-list{
    margin: 0 40%;
}
.list-block li{
    margin-left: 15px;
    margin-bottom: 10px;
    float: left;
    width: 205px;
    font: normal 14px/22px Arial; 
}
.list-block.contacts li{
    width: 200px;
}
.big-row-list li:nth-child(2n+2){
    width: 350px;
}
.list-block.two-row-list{          
    margin: 0;
    padding-bottom: 35px;
}
.list-block.two-row-list li{
    width: 300px;
    margin: 0 15px; 
}
.boxes-team{
    width: 100%;
    display: table;
}
.box-team{
    width: 144px;
    height: 144px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 5px 18px 20px 0;
}
.box-team img{
    width: 100%;
    height: 100%;
    float: left;
    border: none;
}
.our-team{
    padding-bottom: 10px;
}
.footer{
    padding:30px 0 10px;
    
}
.footer-logotip{
    width: 94px;
    height: auto;
    float: left;
    display: table;
    margin-top: 10px;
}
.footer-logotip img{
    width: 100%;
    height: auto;
    float:left;
}
.contact-blocks{
    margin-left: 30%;
    float: left;
    display: table;
    font: normal 12px/18px Arial;
}
.contact-blocks a, .contact-blocks{
    color: #FFFFFF;
}
.c-block{
    width: 200px;
    position: relative;
    display: table;
    margin: 5px 0 15px;
}
.c-block:before{
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: -40px;
    width: 20px;
    height: 20px;
    background: no-repeat url('../img/contact-mail.png') center top transparent;
}
.c-block.mails:before{
    width: 20px;
    height: 14px;
    background-position: -223px -79px;
    background-image: url('../img/logimatica-spritesheet.png');
}
.c-block.phone:before{
    background-image: url('../img/logimatica-spritesheet.png');
    margin-left:4px;
    width: 12px;
    height: 20px;
    background-position: -223px -103px;
}
.mails a{
    float: left;
    width: 100%;
}
.social-blocks{
    float: right;
    display: table;
}
.social-contactspage:hover{
    opacity: 0.6;    
}
.social-contactspage, .youtube.light{
    float: none;
    display: block;
    margin: 8px auto;
    background-image: url('../img/logimatica-spritesheet.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-position: -188px -79px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     transition: opacity 0.2s ease-out;
}
.social{
    background-image: url('../img/logimatica-spritesheet.png');
    background-repeat: no-repeat;
    margin-left: 15px;
    float: left;
    width: 25px;
    height: 25px;
    background-position: -188px -79px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     transition: opacity 0.2s ease-out;
}
.social:hover{
    opacity: 0.6;    
}
.social.facebook{
    background-position: -153px -79px;
}
.social-contactspage.facebook{
    background-position: -153px -79px;
}
.social.vk{    
    background-position: -153px -133px;
}
.youtube:hover{    
    opacity: 0.6;
}
.youtube{    
    background-image: url('../img/you_tube_icon.png');
    background-repeat: no-repeat;
    margin-left: 15px;
    float: left;
    width: 25px;
    height: 25px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
     -moz-transition: opacity 0.2s ease-out;
     -o-transition: opacity 0.2s ease-out;
     transition: opacity 0.2s ease-out;
}
.youtube.light:hover{ 
    opacity: 0.6;
}
.youtube.light{ 
    background-image: url('../img/you_tube_icon_light.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.copy-right{
    padding: 12px 0;
    color: #43576e;
    font: normal 12px/14px Arial;
    position: relative;
}
.copy-right span{
    display: inline-block;
    width: 15px;
}
label[for="nav-trigger"], .nav-trigger{
    position: fixed;
    right:9px;
    top: 9px;
    z-index: 2;
}
.nav-trigger {
    clip: rect(0, 0, 0, 0);
}
.nav-trigger-label.mobile-menu{
    display: none;
}
.nav-trigger-label {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
 
.nav-trigger-label:focus {
  outline: none;
}
.nav-trigger-label span {
  display: block;
  position: absolute;
  top: 15px;
  left: 3px;
  right: 3px;
  height: 2px;
  background: #5277ba;
}
 
.nav-trigger-label span::before,
.nav-trigger-label span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5277ba;
  content: "";
}
 
.nav-trigger-label span::before {
  top: -9px;
}
 
.nav-trigger-label span::after {
  bottom: -9px;
}
.nav-trigger-label span {
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}
.nav-trigger:checked ~ .nav-trigger-label span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.overflow{
    overflow: hidden;
}
.careers{
    padding-bottom: 15px;
}
.vacation{
    padding-bottom: 35px;
}
.vacation .not-vocation, .not-vocation{
    height: 72px;
    width: auto;
    background: no-repeat url('../img/no-vocation.png') 52px center transparent;
    line-height: 72px;
    padding: 0 0 0 155px;
    margin: 0 0 0 10px;
}
.block-app-text{
    margin: 20px 0;
    width: 300px;
    float: left;
    height: 334px;
    padding-top: 135px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 30px;
}
.block-app-text-desktop-web{
    margin: 20px 0;
    width: 300px;
    float: left;
    height: 334px;
    padding-top: 20px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 30px;
}
.app-title{
    text-align: left;
    text-transform: uppercase;
    margin: 5px;
    font: bold 16px/20px "PT Sans Narrow", "Arial Narrow", Arial;
}
.full-width .block-app-text-desktop-web{
    width: 100%;
    float: left;
    height: auto;
    padding-top: 20px;
    margin: 0;
}
.full-width .app-title{
    text-align: center;
}
.text-center{
    text-align: center;
}
.ipad-slider-block{
    margin: 20px 48px;
    width: 234px;
    float: left;
    height: 334px;
    background: no-repeat url('../img/products-ipad.jpg') center center transparent;    
}
.app-slider-block{
    margin: 20px 48px;
    width: 234px;
    float: left; 
}
.full-width .app-slider-block {
    width: 100%;
    margin: 20px 0;
}
.full-width .app-slider{
    width: 100%;
    height: auto;
    margin: 38px 0 0 0;
}
.app-slider{
    width: 195px;
    height: 298px;
    margin-top: 38px;
    margin-left: 20px;
    position: relative;
    float: left;
}
.ipad-slider{
    width: 195px;
    height: 298px;
    margin-top: 38px;
    margin-left: 20px;
    position: relative;
    float: left;
}
.app-right{
    margin-left: 30px;
    margin-right: 0;
    float: right;
}

.submit-right{
    margin-right: 0;
    float: right;
    position: relative;
    width: 40%;
    margin-top: 10px;
}
.submit-left{
    float: left;
    width: 60%;
    position: relative;
}

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

.mobile-app{
    padding-bottom: 20px;
    padding-top: 20px;
}
.one-row-list li, .list-block.one-row-list li {
    float: none;
}
.red-sup sup{
    color: #ff6b6b;
}
.error{
    color: #ff6b6b;
}
.input-block{
    margin: 20px auto;
    box-sizing: border-box;
    display: table;
    width: 425px;
}
.input-label{
    width: 100px;
    display: inline-block;
    float: left;
}
.input-text{
    width: 350px;
    float: left;
    border: 1px solid #5277ba;
    padding: 5px 6px;
    box-sizing: border-box;
}
form label.error{
    float: left;
    text-align: right;
    display: inline-block;
    width: 352px;
    margin: 3px 0 5px;
    font-size: 0.8em;
}
input.blue-button, .blue-button{
    position: relative;
    box-sizing: border-box;
    background: #5277ba;
    border: 1px solid #5277ba;
    padding: 5px 8px;
    color: white;
    /*text-transform: uppercase;*/
    cursor: pointer;
    width: 163px;
    border-radius: 4px;
}
.blue-button:hover, .blue-button:active, .blue-button:disabled{
    background: white; 
    color: #5277ba;
}
.blue-button:disabled{
    background: #f6f6f6;
}

input.coral-button, .coral-button{
    position: relative;
    box-sizing: border-box;
    background: #DDAEAC;
    border: 1px solid #DDAEAC;
    padding: 5px 8px;
    color: white;
    /*text-transform: uppercase;*/
    cursor: pointer;
    width: 116px;
    border-radius: 4px;
}
.coral-button:hover, .coral-button:active, .coral-button:disabled{
    background: white; 
    color: #DDAEAC;
}
.coral-button:disabled{
    background: #f6f6f6;
}

.capture-img{
    border: 1px solid #5277ba;
}
#reset-capture{
    cursor: pointer;
    width: 200px;
}
.banner-top{
    display:block; 
    width:100%; 
    height: 320px; 
    background-image: url('../img/Gradient.svg'); 
    background-repeat: no-repeat; 
    background-size: cover; 
} 
.banner-phrase-container{
    margin: 20px 0; 
    width: 255px; 
    float: left; 
    height: 280px; 
    padding-top: 80px; 
    box-sizing: border-box; 
    margin-left: 0; 
    margin-right: 30px; 
    font: normal 28px/1.1 Arial; 
    color: #5277ba;
}
.btn-products{
    float: left;
    margin-top: 37px; 
    font-size: 17px;
}
.banner-boy{
    height: 260px; 
    float: right; 
    margin-top: 60px;
}
.input-capture{
    width: 116px; 
    margin: 0px 0px; 
    float: right; 
    margin-right: 75px;
    height: 42px;
}
.div-capture{
    margin: 0px; 
    width: 350px!important; 
    text-align: left;
}
.btn-contact{
    width: 350px!important; 
    margin-bottom: 33px; 
    margin-top: 2px; 
    margin-right: 70px;
}

@media screen and (max-width: 480px) {
    .box-team{
        width: 130px;
        height: 130px;
        margin: 5px 9px 20px 9px;
    }
    .boxes-team {
        width: 300px;
        margin: 0 auto;
        display: table;
    }
    .list-block.two-row-list{
        margin-left: 10px; 
        padding-bottom: 35px; 
        padding-bottom: 25px;
    }
    .vacation .not-vocation{
        margin: 5px 0;
        text-align: center;
        line-height: 20px;
        padding: 0 0 86px;
        height: auto;
        background-position: center bottom;
    }
    .vacation{
        padding-bottom: 20px;
    }
    .input-block{
        width: 90%;
    }
    .input-label{
        width: 100%;
    }
    .input-text{
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .btn-contact{
        margin-right: auto;
    }
    .div-capture{
        margin: 0px auto; 
    }
    .div-capture-container{
        width: 350px!important;
    }
    .input-capture{
        margin-right: auto;
        margin-left: 22px;
    }
    .input-block{
        width: auto;
    }
    .contacts{
        text-align: center;
    }
    .input-text{
        /*float: unset;*/
    }
    .banner-top{
        height: 421px;
    }
    .banner-phrase-container{
        margin: 0 0; 
        width: 100%; 
        height: 100px; 
        padding-top: 26px; 
        text-align: center;
    }
    .btn-products{
        float: none;
        margin-top: 10px; 
    }
    .banner-boy-container{
        width: 100%;
        float: right;
        text-align: center;
    }
    .banner-boy{
        float: unset; 
    }
    .block-center.contacts, .submit-left, .submit-right{
        width: 100%;
    }
    .full-width .app-slider .fotorama__arr--prev{
        left: 15px;
    }
    .full-width .app-slider .fotorama__arr--next{
        right: 15px;
    }
    .list-block.two-row-list li{
        width: 270px;
        margin: 0 0 0 15px;
    }
    body {
        padding-top: 48px;
        min-width: 320px;
        width: 100%;
    }
    .block-center{
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
        box-sizing: border-box;
    }
    .careers-title-block{
        font-size: 18px;
        line-height: 28px;
        margin: 15px;
    }
    .title-block{
        margin-top: 15px;
    }
    .about-as {
        padding: 0 0 5px;
    }
    .color-font-blue p{
        line-height: 22px;
    }
    .box-block, .box-block:nth-child(3n+2), .box-block:nth-child(3n+1){
        margin: 15px auto 20px;
        float: none;
        width: 240px;        
    }
    .box-block .box-p, .box-block:nth-child(3n+2) .box-p{
        height: auto;      
    }
    .dotted-line:after{
        display: none;
    }
    .footer-logotip{
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .contact-blocks{
        margin: 0 auto;
        width: 100%;
    }
    .c-block{
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    .c-block:before{
        display: none;
    }
    .social-blocks{
        width: 100%;
        display: table;
        text-align: center;
    }
    .social-blocks a{
        float: none;
        display: inline-block;
        margin: 0 10px 5px;
    }
    .header{
        padding-top:0;
    }
    .logotip{
        width: 125px;
        margin: 12px 0px 8px 0px;
    }
    .nav-trigger:checked ~ .navigation {
        height: auto;
        display: block;
        border-bottom: 3px solid #5277ba;
        border-top: 1px solid #5277ba;  
    }    
    .navigation{
        width: 100%;
        z-index: 100;
        position: absolute;
        top: 48px;
        left: 0;
        background: #f6f6f6;
        text-align: center;
        overflow: hidden; 
        height: 0;
    }
    .header-navigation, .header-language-nav, .header-link{
        float: none;
        margin: 0;
    }
    .header-language-nav{
        display: inline-block;
        margin-top: 10px;
    }
    .lang-link{
        padding: 0 5px;
    }
    .header-link{
        padding: 5px;
        border: none;
    }
    .header-link a{
        float: none;
    }
    .mobile-menu.mobile-menu{
        display: block;
    }    
    .big-row-list li:nth-child(2n+2), .big-row-list li{
        width: 90%;        
    }
    .list-block{        
        margin-left: 10px; 
        margin-right: 0;
    }
    .block-app-text{
        padding-top: 5px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        float: none;
    }
    .ipad-slider-block{
        float: none;
        margin: 0 auto 20px;
        /*display: table;*/
    }
    .ipad-slider-block:after{
        content: '';
        display: block;
        clear: both;
    }
    
    .ipad-slider{
        float: left;
    }
    
}
@media screen and (min-width: 630px) and (max-width: 720px) {    
    .box-block, .box-block:nth-child(3n+2), .box-block:nth-child(3n+1){
        width: 240px;
        float: left;
        margin: 20px;
    }
    .box-block .box-p, .box-block:nth-child(3n+2) .box-p{
        height: 150px;
    }
    .boxes-block{
        display: table;
        margin: 0 auto;
    }
    .box-block:nth-child(2n):after, .box-block:nth-child(2n):after{
        display: block;
        content: " ";
        position: absolute;
        right: -30px;
        bottom: -71px;
        z-index: 1;
        width: 578px;
        height: 92px;
        background: no-repeat url('../img/line-points-2.png') center center;
        background-size: 100% auto;
    }
    .box-block.point:after{
        right: -6px;
        bottom: -5px;
        width: 33px;
        height: 33px;
        background-position: -188px -133px;
        background-image: url('../img/logimatica-spritesheet.png');
        background-size: initial;
    }
}