@charset "UTF-8";

/* ///////////// DEFAULT STYLES START //////////////// */

/* Here is the normalize.css courtesy of Nicholas Gallagher (he's clever by the way). This section tries to 'normalize' the behaviour of various browsers
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

body {
  color: black;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  width: 100%;
}

 /*Ред_17.03.17*/
table thead td {
  border-top: 1px solid #d2d2d2;
  color: #0b74c8;
  font-size: 2rem;
  font-weight: 600;
  height: 80px;
  line-height: 3rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

table td {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  color: #2d2d2d;
  font-size: 1.6rem;
  height: 80px;
  line-height: 2.4rem;
  padding-left: 3%;
  padding-right: 3%;
  vertical-align: middle;
  width: 25%;
}

table td:first-child {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-align: left;
  vertical-align: middle;
}

table td:last-child {
  border-right: 1px solid #d2d2d2;
}

table td:nth-child(even) {
  background-color: #fafafa;
}

.commercial-table tbody td:not(:first-child) {
  text-align: center;
}

 /*Ред_17.03.17*/
table.analytic-table tbody td:not(:first-child) {
  text-align: right;
}

.table.analytic-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  color: #292929;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 2%;
  margin-top: 4%;
  text-align: center;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

 /*Ред_blockquote_17.03.17*/
blockquote {
  color: #292929;
  font-family: Arial, sans-serif;
  padding: 2% 0 4%;
  line-height: 2.2rem;
  font-size: 1.8rem; 
  text-align: right;
}

blockquote p {
  font-style: italic;
  margin: 0 auto;
  min-width: 583px;
  width: 50%;
  line-height: 2.2rem;
  font-size: 1.8rem;
  text-align: left;
}

h1 {
  color: #252525;
  font-family: Plumb, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
  margin-bottom: 4%;
  width: 100%;
  padding: 0 1.5rem;
}

h2 {
  color: #282828;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 1%;
  padding-bottom: 0%;
  padding-top: 2%;
  text-align: left;
  width: 100%;
}

.h2_white {
	color: #f9f1f1;
}

h2 a {
  color: #0b73c8;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

h2 a:hover {
  color: #3879d9;
}

h2 a:visited {
  color: #ac11ac;
}

h2 a:visited:hover {
  color: #3879d9;
}

h3 {
  color: #292929;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 2%;
}

h3 a {
  color: #0b73c8;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

h3 a:hover {
  color: #3879d9;
}

h3 a:visited {
  color: #ac11ac;
}

h3 a:visited:hover {
  color: #3879d9;
}

p {
  color: #252525;
  font-family: Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 2%;
}

p a {
  color: #0b73c8;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

p a:hover {
  color: #3879d9;
}

p a:visited {
  color: #ac11ac;
}

p a:visited:hover {
  color: #3879d9;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

.figure {
  color: #292929;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 300;
  line-height: 2.6rem;
  text-align: center;	/*По умолчанию - изображение по центру*/
  padding-top: 1%;
  padding-bottom: 1.5%;
  margin: 0 1.5%;
}

.phone {
	color: #cc1460;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.6rem;		
}


figure  p{
  margin-bottom: 1.5%;
}

main ul {
  color: #292929;
  font-size: 1.8rem;
  line-height: 3rem;
  list-style-image: url(../images/first-screen-title-list-image.png);
  margin: 3% 0 4%;
  padding: 0 0 0 2%;
}


.main_list {
    color: #757575;
    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    list-style-image: url(../images/stage-check.png);
    margin-left: 20%;
    padding-left: 6%;	
}


.vk_contact_us_box {
	
	width: 160px;
	margin: 0 auto;
	z-index: 1000;
}


ol {
  color: #292929;
  font-size: 1.8rem;
  line-height: 3rem;
  list-style: decimal;
  margin: 3% 0 0;
  padding: 0;
  padding-left: 2%;
}

.nota-bene {
  background-color: #fff;
  border: 2px solid #4695f6;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #292929;
  font-size: 2rem;
  line-height: 3rem;
  padding: 5% 2%;
  position: relative;
  margin-top: 1%;
  margin-bottom: 1%;
}

.nota-bene:before {
  background-color: #4695f6;
  content: '';
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 15%;
  width: 20%;
}

.nota-bene:after {
  background-color: #4695f6;
  bottom: 15%;
  content: '';
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 20%;
}

.backgroung_black {
background-color: #110F12;	
}

.backgroung_blue_half {
  background: url(../images/screen-second-bg.jpg) no-repeat;
}

.backgroung_blue {
  background: url(../images/blue-bg.png);
/*   background-size: 100% 100%;   */
}

.stage_content_2_colums {		 /* Контейнер для того, чтобы внутри него был образован 2-х колоночный список */
	background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 25px 0;
    margin: 0 auto 7%;
    width: 80%;
}

.content_2_colums {
	padding-right: 0%;
    width: 50%;
}

/* For modern browsers */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;		
}
/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Light.eot"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-LightItalic.eot"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Italic.eot"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.eot"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Semibold.eot"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Bold.eot"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Extrabold.eot"), url("../fonts/OpenSans-Extrabold.woff") format("woff"), url("../fonts/OpenSans-Extrabold.ttf") format("truetype"), url("../fonts/OpenSans-Extrabold.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Plumb;
  src: url("../fonts/Plumb-Medium.eot"), url("../fonts/Plumb-Medium.woff") format("woff"), url("../fonts/Plumb-Medium.ttf") format("truetype"), url("../fonts/Plumb-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Plumb;
  src: url("../fonts/Plumb-Black.eot"), url("../fonts/Plumb-Black.woff") format("woff"), url("../fonts/Plumb-Black.ttf") format("truetype"), url("../fonts/Plumb-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  line-height: 10px;
  /* Данные значения указаны для дальнейшего указания размеров шрифтов и высоты строки в rem  (10px = 1rem) */
}

body {
  font-family: OpenSans, Arial, sans-serif;
  /* Шрифт для документа Open Sans будет работать только если установлен в системе(Android устройства), правила @font-face для него нет */
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}

body.sticky {
  padding-top: 88px;
  /* 88px высота прилипающего меню при скролле на десктопе.  */
}

section {
width: 100%;
margin: 0 auto;
padding: 0 1.5rem;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 0.5rem;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.overlay .close {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
}

.popup {
  background: #fff;
  display: none;
  height: 80%;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding-top: 5%;
  position: fixed;
  right: 0;
  top: 10%;
  width: 75%;
  z-index: 10000;
}

.popup.active {
  display: block;
  opacity: 1;
}

.popup .review {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* Данные правила для отображения блока с изображением отзыва */
}

.popup .close {
  color: #067dce;
  cursor: pointer;
  font-size: 2.5rem;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.popup .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sticky-menu {
  /* класс для блоков с идентифакторами для ссылок-якорей landing-page */
  position: relative;
}

/* // Стили анимации увеличения изображения START // */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
 // Стили анимации увеличения изображения END //
*/

.breadcrumbs {
  color: #787b7c;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-top: 20px;
  padding-bottom: 20px; /*Ред_17.03.17*/
  padding-left: 1.5rem;
}

.breadcrumbs a {
  color: inherit;
}

.blue-background {
  background: url(../images/blue-bg.png) repeat;
}

/*
///////////// DEFAULT STYLES END ////////////////
*/

/*
///////////// HEADER STYLES START////////////////
*/

header {
  -webkit-box-shadow: 0 0 5px #e1e1e1;
  box-shadow: 0 0 5px #e1e1e1;
}

header .head-top {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

header .head-top > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 20px;
}

header .head-bottom > .container {
  padding: 0 2rem;
}

header .head-top .left-part {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 370px;
  width: 40%;
}

header .head-top .right-part {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 370px;
  width: 30%;
}

/* Блок отвечает за ширину уменьшенных изображений на первом экране. Если ширину сделать 24% то внузу поместится 4 изображения. Если 33,333% то три. Все изображения должны быть одинаковыми по ширине и квадратными */
.right_part_bottom  img{
max-width: 24%;		
}
	

header .head-top .logo {
  max-width: 131px;
  padding: 10px 20px 10px 0;
  width: 100%;
}

header .head-top .logo a {
  cursor: default;
  display: block;
  height: 100%;
  width: 100%;
}

header .head-top .slogan {
  border-left: 1px solid #e1e1e1;
  color: #323232;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
  margin: 4% 0;
  max-width: 269px;
  padding-left: 19px;
  text-transform: uppercase;
  width: 100%;
}

header .head-top .phone-toggle {
  display: none;
}

header .head-top .phone-toggle a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

header .head-top .phone-number {
  color: #8c8c8c;
  font-size: 1rem;
  line-height: 1rem;
  margin: 5% 0;
  text-transform: uppercase;
}

header .head-top .phone-number .large {
  color: #cc1460;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.6rem;
}

header .head-top .menu-toggle {
  display: none;
}

header .head-top .email-time {
  color: #8c8c8c;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 5% 0;
  padding-left: 7px;
  text-transform: uppercase;
}

header .head-bottom {
  background: #fff;
  position: relative;
}

header .head-bottom.active {
  display: block;
  z-index: 10000;
  /* z-index выше чем у overlay */
}

header .head-bottom.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .head-bottom .head-nav {
  color: #323232;
  font-size: 1.8rem;
}

header .head-bottom .head-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .head-bottom .head-nav-list-item {
  display: inline-block;
  margin-right: 5%;
  padding: 3% 0;
  position: relative;
  -webkit-transition: background-color .2s linear, color .1s linear;
  transition: background-color .2s linear, color .1s linear;
}

header .head-bottom .head-nav-list-item.levels {
  cursor: pointer;
}

header .head-bottom .head-nav-list-item a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

header .head-bottom .head-nav-list-item a.active {
  background-color: #4695f6;
  color: #fff !important;
}

header .head-bottom .head-nav-list-item a:hover {
  color: #4695f6;
}

header .head-bottom .head-nav-list-item .first-level {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 100%;
  width: 250px;
}

header .head-bottom .head-nav-list-item .first-level.active {
  display: block;
}

header .head-bottom .head-nav-list-item .first-level li {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  position: relative;
}

header .head-bottom .head-nav-list-item .first-level li:hover {
  background-color: #def1ff;
}

header .head-bottom .head-nav-list-item .first-level li a {
  display: block;
  padding: 5%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 100%;
}

header .head-bottom .head-nav-list-item .first-level > .clicked > a {
  background-color: #0b73c8;
  color: #fff;
}

header .head-bottom .head-nav-list-item .second-level {
  cursor: pointer;
  display: none;
  left: 100%;
  position: absolute;
  top: -1px;
  width: 250px;
}

header .head-bottom .head-nav-list-item .second-level li {
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

header .head-bottom .head-nav-list-item .second-level li:hover {
  background-color: #fff;
}

header .head-bottom .head-nav-list-item .second-level li:hover a {
  color: #5ebaf9;
}

header .head-bottom .head-nav-list-item .second-level li.clicked > a {
  color: #0b73c8;
}

header .head-bottom .head-nav-list-item .second-level.active {
  display: block;
}

/*
///////////// HEADER STYLES END ////////////////
 */

/*
 ///////////// FIRST-SCREEN STYLES START ////////////////
 */

.first-screen {
  /* background: url(../images/gory-zima-snoubord-sneg-luchi.jpg) no-repeat; */
  /* Общий фон и линия графика */
  background-size: 100%, auto;
}

.first-screen /* .container */ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.first-screen .left-part {
  width: 55%;
}

.first-screen .right-part {
  width: 45%;
}

.landing-page h1{
  color: #282828;
  font-family: Plumb, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
  padding-top: 5%;
  text-transform: uppercase;
}

.first-screen ul {
  color: #7b818a;
  font-family: Plumb, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  list-style-image: url(../images/first-screen-title-list-image.png);
  padding-left: 5%;
  padding-top: 5%;
}

.first-screen-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20%;
  margin-top: 10%;
}

.first-screen-subtitle-advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
      color: #282828;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
}

.first-screen-subtitle-advantage .image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  margin-left: 2%;
  margin-right: 2%;
  width: 12%;

  
}

.first-screen-subtitle-advantage p {
  color: #757575;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
    margin-top: 2%;
}

.first-screen-callback {
  background: #fff;
  border: 1px solid #d2d2d2;
  margin-left: 20%;
  margin-top: 7%;
  padding: 5%;
  width: 80%;
}

.first-screen-callback .none {
  display: none;
}

.first-screen-callback .title {
  color: #282828;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.first-screen-callback .text {
  color: #8c8c8c;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 5%;
  margin-top: 5%;
}

.first-screen-callback p {
  color: #323232;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.6rem;
}

.first-screen-callback input {
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 1.4rem;
  outline: none;
  padding-bottom: 5%;
  padding-left: 7%;
  padding-top: 5%;
  width: 100%;
}

.first-screen-callback input.error {
  background-color: rgba(255, 0, 0, 0.2);
  border-color: red;
}

.first-screen-callback input.error:focus {
  border-color: red;
}

.first-screen-callback input:focus {
  border-color: #000;
}

.first-screen-callback input::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 1.4rem;
}

.first-screen-callback input::-moz-placeholder {
  color: #8c8c8c;
  font-size: 1.4rem;
}

.first-screen-callback input:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 1.4rem;
}

.first-screen-callback button {
  background: #4e9ef7;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 5.4rem;
  margin-top: 5%;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 100%;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.first-screen-callback button:hover {
  background-color: #fff;
  border: 1px solid #4e9ef7;
  color: #4e9ef7;
}

/* Стили для отдельно стоящей кнопки скроллинга */
.button {		
display: inline-block;
  background: #25ad43;
  border: 1px solid transparent;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 5.4rem;
  text-align: center;
  margin: 3% 10%;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 80%;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;	
}

/* Стили для отдельно стоящей кнопки скроллинга */
.button:hover {
  background-color: #fff;
  border: 1px solid #25ad43;
  color: #25ad43;
}


/*
///////////// стили для указанеия цены на первом экране ////////////////
*/


.cost {
	color: #7b818a;
  font-family: Plumb, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  font-weight: 500;
  padding-left: 5%;
  padding-bottom: 4%;
	
}

.cost  span {
	color: #cc1460;
	
}

/*
///////////// END  стили для указания цены на первом экране ////////////////
*/



/*
///////////// FIRST-SCREEN STYLES END ////////////////
*/


	
	
/*
///////////// BLOCK-TITLE STYLES START ////////////////
*/

.landing-page h2 {
  position: relative;
  text-align: center;
  padding-bottom: 3%;
  margin-bottom: 5%;
  padding-top: 5%;
}

.landing-page h2:before {
  background: #067dce;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  margin: auto;
  min-width: 115px;
  position: absolute;
  right: 0;
  width: 10%;
}

/*
///////////// BLOCK-TITLE STYLES END ////////////////
*/

/*
///////////// IDENTIFICATION STYLES START ////////////////
*/

.identification {
  padding-bottom: 8%;
}

.identification-situation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5%;
}

.identification-situation-block {
  background: #fff;
  border: 2px solid #25ad43;
  text-align: center;
  width: 25%;
}

.identification-situation-block img {
  min-height: 105px;
  max-width: 103px;
  margin: 8% auto 5% auto;
}

.identification-situation-block .title {
  color: #282828;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 5%;
  padding: 0%;
}

.identification-situation-block p {
  color: #757575;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 25px;
  padding: 0 5%;
}

/*
///////////// IDENTIFICATION STYLES END ////////////////
*/

/*
///////////// VIDEO-PRESENTATION STYLES START бэкап ////////////////
*/
/* 
.video-presentation {
  background: url(../images/lightgrey-bg.png) repeat;
  padding-bottom: 6%;
}


.video-presentation-content{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3%;
  width: 100%;
}

.video-presentation-content .videi-part_new {
  margin-left: 5%;
  float: right;
  width: 45%;
  padding: 1%;
}

.video-presentation-content p {
  color: #8c8c8c;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 4%;
}



.video-presentation-text {
  color: #8c8c8c;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 4%;
}

.video-presentation-video {
  border: none;
  height: 305px;
  width: 100%;
}

.video-presentation-video-new {
  border: none;
	height: 305px;
   width: 100%;
} */

/*
///////////// VIDEO-PRESENTATION STYLES END ////////////////
*/

/*
///////////// Где купить ////////////////
*/

.video-presentation {
  background: url(../images/blue-bg.png);
  padding-bottom: 6%;
}
	
.video-presentation h3 {
	text-align: center;
}

.video-presentation .phone {
	text-align: center;
	margin: 0 auto;	
}

.video-presentation-content{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3% auto 0 auto;
  width: 80%;
}

.video-presentation-content .videi-part_new {
  margin-left: 5%;
  float: right;
  width: 50%;
  padding: 1%;
}

.video-presentation-content p {
  color: #8c8c8c;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-top: 4%;
}



/*
///////////// VIDEO-PRESENTATION STYLES END ////////////////
*/

/*
///////////// gallery STYLES ////////////////
*/
.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 1% auto;
    z-index: 1000;
}

.gallery p {
    color: #2d2d2d;
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 0 auto;
    padding: 4% 2%;
    width: 100%;
    text-align: left;
}

.gallery .gallery-left {
    width: 50%;
    margin-bottom: 3%;
}

.gallery .gallery-right {
    width: 50%;
    margin-bottom: 3%;
}

/*
///////////// gallery STYLES END ////////////////
*/






/*
///////////// SLIDER STYLES START ////////////////
*/

.slider {
  margin-top: 4%;
  position: relative;
}

.slider .slick-prev.slick-arrow {
  background-color: #66cef5;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 24px;
  outline: none;
  position: absolute;
  right: 37px;
  top: 12px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 24px;
  z-index: 1;
}

.slider .slick-prev.slick-arrow.slick-disabled {
  background: #8c8c8c;
}

.slider .slick-prev.slick-arrow.slick-disabled:hover {
  background: #8c8c8c;
}

.slider .slick-prev.slick-arrow:before {
  content: url(../images/portfolio-slider-left-arrow.png);
}

.slider .slick-prev.slick-arrow:hover {
  background-color: #067dce;
}

.slider .slick-next.slick-arrow {
  background-color: #66cef5;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 24px;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 24px;
}

.slider .slick-next.slick-arrow.slick-disabled {
  background: #8c8c8c;
}

.slider .slick-next.slick-arrow.slick-disabled:hover {
  background: #8c8c8c;
}

.slider .slick-next.slick-arrow:before {
  content: url(../images/portfolio-slider-right-arrow.png);
}

.slider .slick-next.slick-arrow:hover {
  background-color: #067dce;
}

/*
///////////// SLIDER STYLES END ////////////////
*/

/*
///////////// PORTFOLIO STYLES START ////////////////
*/

.portfolio {
  /* background-image: url(../images/blue-bg.png); */
  position: relative;
  border-top: 3px solid #067dce;
  border-bottom: 3px solid #067dce;
}

.portfolio-slider {
  padding-bottom: 25px;
}

.portfolio-slider .desktop-top {
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  margin-bottom: 30px;
}

.portfolio-slider .desktop-top .slide-content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  padding-top: 30px;
}

.portfolio-slider .desktop-top .slide-content .image-browser {
  background: url(../images/portfolio-slider-top-image-browser.png) no-repeat;
  background-size: 100% 100%;
  min-height: 350px;
  padding-top: 15px;
  width: 40%;
}

.portfolio-slider .desktop-top .slide-content .image-browser img {
  height: 100%;
  min-height: 335px;
  width: 100%;
}

.portfolio-slider .desktop-top .slide-content .content {
  margin-left: 10%;
  width: 40%;
}

.portfolio-slider  .title {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.portfolio-slider .desktop-top .slide-content .content .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  width: 100%;
}

.portfolio-slider .desktop-top .slide-content .content .info .small-circle {
  color: #7d7e84;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 10%;
  text-align: center;
  width: 33.333333%;
}

.portfolio-slider .desktop-top .slide-content .content .info .small-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #959595;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #959595;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 19px auto 32px auto;
  width: 70px;
}

.portfolio-slider .desktop-top .slide-content .content .info .arrow {
  margin-left: -10px;
  width: 33.333333%;
}

.portfolio-slider .desktop-top .slide-content .content .info .arrow .arrow-right {
  border-bottom: 1px solid #3ed8ff;
  height: 55px;
  position: relative;
  width: 80%;
}

.portfolio-slider .desktop-top .slide-content .content .info .arrow .arrow-right:before {
  background: #3ed8ff;
  bottom: 2px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.portfolio-slider .desktop-top .slide-content .content .info .arrow .arrow-right:after {
  background: #3ed8ff;
  bottom: -3px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.portfolio-slider .desktop-top .slide-content .content .info .big-circle {
  color: #282828;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
  width: 33.333333%;
}

.portfolio-slider .desktop-top .slide-content .content .info .big-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54e637;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 0 auto 20px;
  width: 100px;
}

.portfolio-slider .desktop-top .slide-content .content .info .additional-text {
  color: #282828;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 60px;
  text-align: left;
}

.portfolio-slider .desktop-bottom {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 35px;
}

.portfolio-slider .desktop-bottom .visitors,
.portfolio-slider .desktop-bottom .applications,
.portfolio-slider .desktop-bottom .visits {
  width: 25%;
}

.portfolio-slider .desktop-bottom .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.portfolio-slider .desktop-bottom .description .was,
.portfolio-slider .desktop-bottom .description .middle,
.portfolio-slider .desktop-bottom .description .complete {
  color: #8c8c8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 25px;
  padding-top: 18px;
  width: 15%;
}

.portfolio-slider .desktop-bottom .description .was {
  width: 7%;
}

.portfolio-slider .desktop-bottom .description .was .color {
  background: #798bea;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.portfolio-slider .desktop-bottom .description .middle .color {
  background: #3ed8ff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.portfolio-slider .desktop-bottom .description .complete .color {
  background: #49ef28;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.portfolio-slider .tablet-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 30px;
}

.portfolio-slider .tablet-top .image-browser {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-slider .tablet-middle {
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: none;
  margin-bottom: 30px;
}

.portfolio-slider .tablet-middle .slide-content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.portfolio-slider .tablet-middle .slide-content .content {
  width: 50%;
}

.portfolio-slider .tablet-middle .slide-content .content .title {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 15px;
  text-align: center;
}

.portfolio-slider .tablet-middle .slide-content .content .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  width: 100%;
}

.portfolio-slider .tablet-middle .slide-content .content .info .small-circle {
  color: #7d7e84;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 10%;
  text-align: center;
  width: 33.333333%;
}

.portfolio-slider .tablet-middle .slide-content .content .info .small-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #959595;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #959595;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 19px auto 32px auto;
  width: 50px;
}

.portfolio-slider .tablet-middle .slide-content .content .info .arrow {
  margin-left: -10px;
  width: 33.333333%;
}

.portfolio-slider .tablet-middle .slide-content .content .info .arrow .arrow-right {
  border-bottom: 1px solid #3ed8ff;
  height: 45px;
  margin-left: 10px;
  position: relative;
  width: 80%;
}

.portfolio-slider .tablet-middle .slide-content .content .info .arrow .arrow-right:before {
  background: #3ed8ff;
  bottom: 2px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.portfolio-slider .tablet-middle .slide-content .content .info .arrow .arrow-right:after {
  background: #3ed8ff;
  bottom: -3px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.portfolio-slider .tablet-middle .slide-content .content .info .big-circle {
  color: #282828;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
  width: 33.333333%;
}

.portfolio-slider .tablet-middle .slide-content .content .info .big-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54e637;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 0 20px 20px 40px;
  width: 75px;
}

.portfolio-slider .tablet-middle .slide-content .content .info .additional-text {
  color: #282828;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 20px;
  text-align: center;
}

.portfolio-slider .tablet-middle .slide-content .visitors {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 25px;
  padding-left: 10%;
  width: 50%;
}

.portfolio-slider .tablet-bottom {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 25px;
}

.portfolio-slider .tablet-bottom .applications,
.portfolio-slider .tablet-bottom .visits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.portfolio-slider .tablet-bottom .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}

.portfolio-slider .tablet-bottom .description .was,
.portfolio-slider .tablet-bottom .description .middle,
.portfolio-slider .tablet-bottom .description .complete {
  color: #8c8c8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 10px;
  padding-bottom: 25px;
  padding-top: 18px;
}

.portfolio-slider .tablet-bottom .description .was .color {
  background: #798bea;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.portfolio-slider .tablet-bottom .description .middle .color {
  background: #3ed8ff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.portfolio-slider .tablet-bottom .description .complete .color {
  background: #49ef28;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

/*
///////////// PORTFOLIO STYLES END ////////////////
*/

/*
///////////// BENEFITS STYLES START ////////////////
*/

.benefits {
  background-image: url(../images/blue-bg.png);
  padding-bottom: 10%;
}

.benefits-capability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits-capability div {
  background: #fff;
  border: 2px solid #4e9ef7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  text-align: center;
  width: 25%;
}


/* Благодаря отступам картинка не растягивается по ширине родительского контейнера */
 .benefits-capability div img {
  margin: 0 auto 15% auto;
}

.benefits-capability div p {
  color: #646464;
  font-size: 1.8rem;
  line-height: 2.4rem;
}


/*
///////////// BENEFITS STYLES END ////////////////
*/

/*
///////////// PRODUCT STYLES START ////////////////
*/

.product {
  /* background: url(../images/clouds.jpg); */
  padding-bottom: 8%;
}

.product h2 img {
  margin-bottom: -38px;
  margin-right: -38px;
}

.product-textblock-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 15% 5%;
}

.product-textblock-1 p {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0;
  padding-top: 7%;
  width: 52%;
}

.product-textblock-1 div {
  text-align: center;
  width: 33%;
}


.product-textblock-2  {
  text-align: center;
}

.product-textblock-2 p {
  color: #2d2d2d;
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 0 auto;
/*   padding: 2% 0; */
  width: 83.333333%;
  text-align: left;
  background: #ffffff;
}


.product-textblock-2 img {
  text-align: center;
  margin: 0 auto;
}

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

.product-textblock-3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 9.5%;
}

.product-textblock-3 .image-desktop {
  display: block;
  margin-bottom: 12%;
  position: relative;
}

.product-textblock-3 .image-desktop p {
  color: #2d2d2d;
  font-size: 2.2rem;
  line-height: 3rem;
  position: absolute;
  right: 0;
  top: 20px;
  width: 36%;
}

.product-textblock-3 .image-mobile {
  display: none;
  margin-bottom: 4%;
  position: relative;
  text-align: center;
}

.product-textblock-3 .image-mobile p{
  color: #2d2d2d;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-top: 4%;
  text-align: left;
  width: 100%;
}

/*
///////////// PRODUCT STYLES END ////////////////
*/

/*
///////////// SERVICE STYLES START ////////////////
*/

.service {
  background: url(../images/blue-bg.png);
  padding-bottom: 6.5%;
}

.service-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.service-row .content {
  width: 50%;
}

.service-row h3{
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 4%;
  width: 80%;
}

.service-row .content p {
  color: #757575;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 70%;
}

.service-row .image {
  margin-top: -150px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  width: 50%;
}

/*
///////////// SERVICE STYLES END ////////////////
*/

/*
///////////// PROCESS STYLES START ////////////////
*/

.process {
  background: url(../images/lightgrey-bg.png);
}

.process-stages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.5%;
}

.process-stages .stage {
  background: #fff;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  padding: 25px 0;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  width: 100%;
}

.process-stages .stage .image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
}

.process-stages .stage .content {
  padding-right: 2.5%;
  width: 70%;
}

.process-stages h3{
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  padding-left: 6%;
}

.process-stages .stage .content ul {
  color: #757575;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style-image: url(../images/stage-check.png);
  margin-top: 6%;
  padding-left: 6%;
}

/*
///////////// PROCESS STYLES END ////////////////
*/

/*
///////////// list-two-columns STYLES START // Две колонки со списками  ////////////////
*/

.list-two-columns {
  background: url(../images/lightgrey-bg.png);
}

.list_two_columns_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.5%;
}

.list_two_columns_body .list_two_columns_body_text {
  background: #fff;
/*   border: 1px solid #d2d2d2; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  padding: 25px 0;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  width: 100%;
}

.list_two_columns_body .list_two_columns_body_text .image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32.5%;
}

.list_two_columns_body .list_two_columns_body_text .content {
  padding-right: 2.0%;
  padding-left: 2.0%;
  width: 50.0%;
}

.list_two_columns_body h3{
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
}

.list_two_columns_body .list_two_columns_body_text .content ul {
  color: #757575;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style-image: url(../images/stage-check.png);
  margin-top: 6%;
  padding-left: 6%;
}

/*
///////////// PROCESS STYLES END ////////////////
*/


/*
///////////// PRICE STYLES START ////////////////
*/

.price {
/*   background: url(../images/gory-zima-snoubord-sneg-luchi.jpg) no-repeat bottom; */
  position: relative;
  padding-top: 3%;
}

.price-list {
  background: url(../images/blue-bg.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
}

.price-list ul:last-child li {
  border-right: 1px solid #d2d2d2;
}

.price-list ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  color: #2d2d2d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6rem;
}

.price-list ul li:first-child {
  border-top: 1px solid #d2d2d2;
  height: 100px;
}

.price-list ul li.bolder {
  font-weight: 600;
}
/* эксперимент с тайтл */
.price-list ul li .title {
  color: #8c8c8c;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.price-list ul .title .large {
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
}

.price-list ul .title .blue {
  color: #067dce;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
}
/* //эксперимент с тайтл */
.price-list ul .title {
  color: #8c8c8c;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

.price-list ul li .title .large {
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
}

.price-list ul li .title .blue {
  color: #067dce;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.price-list ul li button {
  background: #067dce;
  border: 1px solid transparent;
  -webkit-border-radius: 2%;
  border-radius: 2%;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  padding: 25px 45px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.price-list ul li button:hover {
  background-color: #fff;
  border: 1px solid #4e9ef7;
  color: #4e9ef7;
}

.price-list .titles li {
  display: block;
  padding-left: 10%;
  padding-right: 15%;
  padding-top: 8%;
}

.price-list .standart li {
  border-left: 1px solid #067dce;
  border-right: 1px solid #067dce;
}

.price-list .standart li:first-child {
  border-top: 4px solid #067dce;
}

.price-list .standart li:last-child {
  border-bottom: 1px solid #067dce;
}

.price-copozz {
	color: #cc1460;
}

/*
///////////// PRICE STYLES END ////////////////
*/

/*
///////////// WARRANTY STYLES START ////////////////
*/

.warranty {
  background-image: url(../images/blue-bg.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10%;
  position: relative;
}

.warranty-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 70%;
}

.warranty-block h3 {
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 auto 10px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  text-align: center;
  width: 75%;
}

.warranty-block .image {
  text-align: center;
  width: 50%;
}

.warranty-block p {
  color: #757575;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-left: 6%;
  padding-top: 15px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  width: 50%;
}

/*
///////////// WARRANTY STYLES END ////////////////
*/

/*
///////////// FORM STYLES START ////////////////
*/

.form {
  padding: 5% 0;
}

.form.offer-bg {
  background: url(../images/offer-form-bg.jpg) no-repeat;
  background-size: cover;
}

.form.offer-bag-fon2 {
  background: url(../images/fon2.jpg) no-repeat;
  background-size: cover;
}

.form.audit-bg {
  background: url(../images/eleventh-screen-bg.jpg) no-repeat;
  background-size: cover;
}

.form.audit-bg {
  background: url(../images/eleventh-screen-bg.jpg) no-repeat;
  background-size: cover;
}

.form.question-bg {
  background: url(../images/thirteenth-screen-bg.jpg) no-repeat;
  background-size: cover;
}

.form-callback {
  background: #fff;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 3% 4%;
  width: 60%;
  /* задаем стили кнопки выбора файла*/
  /* Правила для работы кнопки "Прикрепить файл" Start */
  /* Правила для работы кнопки "Прикрепить файл" End */
}

.form-callback .none {
  display: none;
}

.form-callback .title {
  color: #282828;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  width: 100%;
}

.form-callback .text {
  color: #8c8c8c;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 25px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  margin-top: 15px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  width: 100%;
}

 .form-callback p {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #323232;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  margin-bottom: 25px;
  width: 35%;
} 

.form-callback .textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-callback .file-upload input[type="file"] {
  display: none;
  /* скрываем input file */
}

.form-callback .file-upload {
  background: #067dce;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 50px;
  line-height: 5.4rem;
  margin-left: 35%;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  width: 65%;
}

.form-callback .file-upload:hover {
  background: #fff;
  border: 1px solid #067dce;
  color: #067dce;
}

.form-callback .file-upload label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form-callback #file-name {
  color: #656565;
  font-size: 1.4rem;
  font-weight: 600;
  height: 50%;
  line-height: 2.1rem;
  margin-left: 35%;
  width: 65%;
}

.form-callback textarea {
  min-height: 150px;
}

.form-callback input,
.form-callback textarea {
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 25px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  outline: none;
  padding-bottom: 15px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  padding-left: 3%;
  padding-top: 15px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  resize: vertical;
  width: 65%;
}

.form-callback input.error,
.form-callback textarea.error {
  background-color: rgba(255, 0, 0, 0.2);
  border-color: red;
}

.form-callback input.error:focus,
.form-callback textarea.error:focus {
  border-color: red;
}

.form-callback input:focus,
.form-callback textarea:focus {
  border-color: #000;
}

.form-callback input::-webkit-input-placeholder,
.form-callback textarea::-webkit-input-placeholder {
  color: #8c8c8c;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
}

.form-callback input::-moz-placeholder,
.form-callback textarea::-moz-placeholder {
  color: #8c8c8c;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
}

.form-callback input:-ms-input-placeholder,
.form-callback textarea:-ms-input-placeholder {
  color: #8c8c8c;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
}

.form-callback button {
  background: #067dce;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 5.4rem;
  margin-left: 35%;
  margin-top: 25px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 65%;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.form-callback button:hover {
  background-color: #fff;
  border: 1px solid #067dce;
  color: #067dce;
}

/*
///////////// FORM STYLES END ////////////////
*/

/*
///////////// REVIEWS STYLES START ////////////////
*/

.reviews {
  background: url(../images/lightgrey-bg.png);
  position: relative;
}

.reviews-slider .slide {
  background: #fff;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  outline: none;
  padding: 25px;
}

.reviews-slider .slide .image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
}

.reviews-slider .slide .image .reviewer-photo {
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  overflow: hidden;
  width: 200px;
}

.reviews-slider .slide .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 9%;
  width: 66%;
}

.reviews-slider .slide .content h3 {
  color: #282828;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 20px;
}

.reviews-slider .slide .content p {
  color: #282828;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.reviews-slider .slide .content .link {
  color: #067dce;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 30px;
  width: 100%;
}

.reviews-slider .slide .content .link a:visited {
  color: #067dce;
}

.reviews-slider .slide .content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.reviews-slider .slide .content-bottom .image-tablet {
  display: none;
}

.reviews-slider .slide .content-bottom .image-tablet .reviewer-photo {
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  max-height: 200px;
  max-width: 200px;
  overflow: hidden;
  width: 100%;
}

.reviews-slider .slide .content-bottom .inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.reviews-slider .slide .inner-content .site,
.reviews-slider .slide .inner-content .position {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: left;
  width: 50%;
}

.reviews-slider .slide .inner-content .position {
  font-weight: 400;
  text-align: right;
}

.reviews-slider .slide .content .review {
  display: none;
}

/*
///////////// REVIEWS STYLES END ////////////////
*/

/*
///////////// OBJECTION STYLES START ////////////////
*/

.objection {
  /* background: url(../images/clouds.jpg); */
}

.objection-question {
  margin-top: 3%;
}

.objection-question .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3%;
}

.objection-question .question h3 {
  color: #2d2d2d;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 20px;
  /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  width: 100%;
}

.objection-question .question div{
  text-align: center;
  width: 10%;
}

.objection-question .question p {
  color: #646464;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-left: 1%;
  padding-right: 13%;
  width: 90%;
}

/*
///////////// OBJECTION STYLES END ////////////////
*/

/*
///////////// case STYLES START ////////////////
*/

.case {
  background: url(../images/lightgrey-bg.png);
  padding-bottom: 80px;
}

/* .case-title {
  color: #282828;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 30px;
  padding-bottom: 25px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  width: 100%;
}

.case-title:before {
  background: #067dce;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 10%;
} */

.case-slider .desktop-top {
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  margin-bottom: 30px;
}

.case-slider .desktop-top .slide-content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  padding-top: 30px;
}

.case-slider .desktop-top .slide-content .image-browser {
  background: url(../images/portfolio-slider-top-image-browser.png) no-repeat;
  background-size: 100% 100%;
  min-height: 350px;
  padding-top: 15px;
  width: 40%;
}

.case-slider .desktop-top .slide-content .image-browser img {
  height: 100%;
  min-height: 335px;
  width: 100%;
}

.case-slider .desktop-top .slide-content .content {
  margin-left: 10%;
  width: 40%;
}

.case-slider .desktop-top .slide-content .content h3 {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.case-slider .desktop-top .slide-content .content .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  width: 100%;
}

.case-slider .desktop-top .slide-content .content .info .small-circle {
  color: #7d7e84;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 10%;
  text-align: center;
  width: 33.333333%;
}

.case-slider .desktop-top .slide-content .content .info .small-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #959595;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #959595;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 19px auto 32px auto;
  width: 70px;
}

.case-slider .desktop-top .slide-content .content .info .arrow {
  margin-left: -10px;
  width: 33.333333%;
}

.case-slider .desktop-top .slide-content .content .info .arrow .arrow-right {
  border-bottom: 1px solid #3ed8ff;
  height: 55px;
  position: relative;
  width: 80%;
}

.case-slider .desktop-top .slide-content .content .info .arrow .arrow-right:before {
  background: #3ed8ff;
  bottom: 2px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.case-slider .desktop-top .slide-content .content .info .arrow .arrow-right:after {
  background: #3ed8ff;
  bottom: -3px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.case-slider .desktop-top .slide-content .content .info .big-circle {
  color: #282828;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
  width: 33.333333%;
}

.case-slider .desktop-top .slide-content .content .info .big-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54e637;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 0 auto 20px;
  width: 100px;
}

.case-slider .desktop-top .slide-content .content .info .additional-text {
  color: #282828;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 60px;
  text-align: left;
}

.case-slider .desktop-bottom {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 0;
}

.case-slider .desktop-bottom .slide-top {
  color: #8c8c8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 30px;
  padding: 0 100px;
  text-align: center;
  width: 100%;
}

.case-slider .desktop-bottom .slide-top .budget {
  width: 25%;
}

.case-slider .desktop-bottom .slide-top .budget .large {
  color: #a486f0;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .desktop-bottom .slide-top .calls {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  width: 50%;
}

.case-slider .desktop-bottom .slide-top .calls .large {
  color: #2dc1e7;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .desktop-bottom .slide-top .visits {
  width: 25%;
}

.case-slider .desktop-bottom .slide-top .visits .large {
  color: #3cd41e;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .desktop-bottom .image {
  border: 1px solid #f5f5f5;
  margin: 0 60px;
  width: 100%;
}

.case-slider .desktop-bottom .image img {
  width: 100%;
}

.case-slider .desktop-bottom .we-did {
  font-family: Arial, sans-serif;
  line-height: 2.4rem;
  margin-top: 30px;
  padding: 0 60px;
  width: 100%;
}

.case-slider .desktop-bottom .we-did .title {
  color: #2d2d2d;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.case-slider .desktop-bottom .we-did .text {
  color: #8c8c8c;
  font-size: 1.6rem;
}

.case-slider .tablet-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 30px;
}

.case-slider .tablet-top .image-browser {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-slider .tablet-middle {
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: none;
  margin-bottom: 30px;
}

.case-slider .tablet-middle .slide-content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
}

.case-slider .tablet-middle .slide-content .content {
  position: relative;
  width: 60%;
}

.case-slider .tablet-middle .slide-content .content:after {
  background: #d2d2d2;
  content: '';
  height: 200px;
  position: absolute;
  right: -25px;
  top: 10px;
  width: 1px;
}

.case-slider .tablet-middle .slide-content .content .title {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 15px;
  text-align: center;
}

.case-slider .tablet-middle .slide-content .content .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  width: 100%;
}

.case-slider .tablet-middle .slide-content .content .info .small-circle {
  color: #7d7e84;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 10%;
  text-align: center;
  width: 33.333333%;
}

.case-slider .tablet-middle .slide-content .content .info .small-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #959595;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #959595;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 19px auto 32px auto;
  width: 50px;
}

.case-slider .tablet-middle .slide-content .content .info .arrow {
  margin-left: -10px;
  width: 33.333333%;
}

.case-slider .tablet-middle .slide-content .content .info .arrow .arrow-right {
  border-bottom: 1px solid #3ed8ff;
  height: 45px;
  margin-left: 10px;
  position: relative;
  width: 80%;
}

.case-slider .tablet-middle .slide-content .content .info .arrow .arrow-right:before {
  background: #3ed8ff;
  bottom: 2px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.case-slider .tablet-middle .slide-content .content .info .arrow .arrow-right:after {
  background: #3ed8ff;
  bottom: -3px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.case-slider .tablet-middle .slide-content .content .info .big-circle {
  color: #282828;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
  width: 33.333333%;
}

.case-slider .tablet-middle .slide-content .content .info .big-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54e637;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 0 auto 25px auto;
  width: 75px;
}

.case-slider .tablet-middle .slide-content .content .info .additional-text {
  color: #282828;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 20px;
  text-align: center;
}

.case-slider .tablet-middle .slide-content .slide-top {
  color: #8c8c8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
  width: 40%;
}

.case-slider .tablet-middle .slide-content .slide-top .budget {
  width: 100%;
}

.case-slider .tablet-middle .slide-content .slide-top .budget .large {
  color: #a486f0;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .tablet-middle .slide-content .slide-top .calls {
  width: 100%;
}

.case-slider .tablet-middle .slide-content .slide-top .calls .large {
  color: #2dc1e7;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .tablet-middle .slide-content .slide-top .visits {
  position: relative;
  width: 100%;
}

.case-slider .tablet-middle .slide-content .slide-top .visits:before {
  background: #d2d2d2;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -25px;
  width: 62px;
}

.case-slider .tablet-middle .slide-content .slide-top .visits:after {
  background: #d2d2d2;
  bottom: -27px;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 62px;
}

.case-slider .tablet-middle .slide-content .slide-top .visits .large {
  color: #3cd41e;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .tablet-bottom {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #d5d5d5;
  box-shadow: 0 0 3px #d5d5d5;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 25px;
  padding-top: 25px;
}

.case-slider .tablet-bottom .image {
  border: 1px solid #f5f5f5;
  margin: 0 60px;
  width: 100%;
}

.case-slider .tablet-bottom .image img {
  width: 100%;
}

.case-slider .tablet-bottom .we-did {
  font-family: Arial, sans-serif;
  line-height: 2.4rem;
  margin-top: 30px;
  padding: 0 60px;
  width: 100%;
}

.case-slider .tablet-bottom .we-did .title {
  color: #2d2d2d;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.case-slider .tablet-bottom .we-did .text {
  color: #8c8c8c;
  font-size: 1.6rem;
}

.case-slider .mobile-second {
  background: #fff;
  display: none;
  margin-bottom: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.case-slider .mobile-second .content {
  margin: 0 auto;
  position: relative;
  width: 60%;
}

.case-slider .mobile-second .content .title {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 15px;
  text-align: center;
}

.case-slider .mobile-second .content .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  width: 100%;
}

.case-slider .mobile-second .content .info .small-circle {
  color: #7d7e84;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 10%;
  text-align: center;
  width: 33.333333%;
}

.case-slider .mobile-second .content .info .small-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #959595;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #959595;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 19px auto 32px auto;
  width: 50px;
}

.case-slider .mobile-second .content .info .arrow {
  margin-left: -10px;
  width: 33.333333%;
}

.case-slider .mobile-second .content .info .arrow .arrow-right {
  border-bottom: 1px solid #3ed8ff;
  height: 45px;
  margin-left: 10px;
  position: relative;
  width: 80%;
}

.case-slider .mobile-second .content .info .arrow .arrow-right:before {
  background: #3ed8ff;
  bottom: 2px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.case-slider .mobile-second .content .info .arrow .arrow-right:after {
  background: #3ed8ff;
  bottom: -3px;
  content: '';
  height: 1px;
  position: absolute;
  right: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.case-slider .mobile-second .content .info .big-circle {
  color: #282828;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
  width: 33.333333%;
}

.case-slider .mobile-second .content .info .big-circle .circle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54e637;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 7rem;
  margin: 0 auto 25px auto;
  width: 75px;
}

.case-slider .mobile-second .content .info .additional-text {
  color: #282828;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 20px;
  text-align: center;
}

.case-slider .mobile-second .slide-top {
  color: #8c8c8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
  width: 40%;
}

.case-slider .mobile-second .slide-top .budget {
  width: 100%;
}

.case-slider .mobile-second .slide-top .budget .large {
  color: #a486f0;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .mobile-second .slide-top .calls {
  width: 100%;
}

.case-slider .mobile-second .slide-top .calls .large {
  color: #2dc1e7;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .mobile-second .slide-top .visits {
  position: relative;
  width: 100%;
}

.case-slider .mobile-second .slide-top .visits:before {
  background: #d2d2d2;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -25px;
  width: 62px;
}

.case-slider .mobile-second .slide-top .visits:after {
  background: #d2d2d2;
  bottom: -27px;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 62px;
}

.case-slider .mobile-second .slide-top .visits .large {
  color: #3cd41e;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .mobile-third {
  background: #fff;
  display: none;
  margin-bottom: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.case-slider .mobile-third .slide-top {
  color: #8c8c8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4rem;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.case-slider .mobile-third .slide-top .budget {
  padding: 20px 0;
  width: 100%;
}

.case-slider .mobile-third .slide-top .budget .large {
  color: #a486f0;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .mobile-third .slide-top .calls {
  padding: 20px 0;
  width: 100%;
}

.case-slider .mobile-third .slide-top .calls .large {
  color: #2dc1e7;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .mobile-third .slide-top .visits {
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.case-slider .mobile-third .slide-top .visits:before {
  background: #d2d2d2;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
}

.case-slider .mobile-third .slide-top .visits:after {
  background: #d2d2d2;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 62px;
}

.case-slider .mobile-third .slide-top .visits .large {
  color: #3cd41e;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.case-slider .mobile-last {
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}

.case-slider .mobile-last .image {
  width: 100%;
}

.case-slider .mobile-last .we-did {
  font-family: Arial, sans-serif;
  line-height: 2.4rem;
  margin-bottom: 25px;
  margin-top: 30px;
  padding: 0 10px;
  width: 100%;
}

.case-slider .mobile-last .we-did .title {
  color: #2d2d2d;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.case-slider .mobile-last .we-did .text {
  color: #8c8c8c;
  font-size: 1.6rem;
}

/*
///////////// case STYLES END ////////////////
*/

/*
///////////// ARTICLE STYLES START ////////////////
*/

/*Ред_18.03.17_изображения с помощью float*/
.float_right {
	float: right;
}

.float_left {
	float: left;
}


   /*КОНЕЦ Ред_18.03.17_ изображения с помощью float*/

article .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2%;
}

article .content-inner .text {
  width: 66%;
}

article .background-picture {
  background: url(../images/inner-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 4%;
}

article .background-picture .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}


article .text-plus-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292929;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 3rem;
  margin-top: 5%;
  
}

article .text-plus-icon img {
  margin-right: 10px;
}

.article-tables {
  padding: 0 0 5%;
}

.social-media-buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #292929;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 3rem;
  padding-bottom: 2%;
  padding-top: 2%;
}

.social-media-buttons a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

/*
///////////// ARTICLE STYLES END ////////////////
*/


/*
///////////// SIMILAR STYLES START ////////////////
*/

.similar {
	padding: 1%;
}
.similar-posts {
  background: url(../images/similar-bg.png) repeat;
  border: 3px dashed #4695f6;
  padding: 3%;
  margin: 1%;
}

.similar-posts div {
  color: #252525;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}

.similar-posts ul {
  color: #292929;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  list-style-image: url(../images/list-arrow-icon.png);
  padding-left: 2.5%;
}

.similar-posts ul a {
  color: #292929;
}

/*
///////////// SIMILAR STYLES END ////////////////
*/

/*///////////// FOOTER STYLES START////////////////*/

footer {
  background: #15171b;
  -webkit-box-shadow: 0 0 5px #e1e1e1;
  box-shadow: 0 0 5px #e1e1e1;
  padding-bottom: 45px;
}

footer .foot-top > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .foot-top .left-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 370px;
  width: 30%;
}

footer .foot-top .right-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 150px;
  width: 17%;
}

footer .foot-top .logo {
  color: #b9d7f0;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.2rem;
  margin-bottom: 20px;
  margin-top: 20px;
  min-width: 90px;
  padding-right: 18px;
  text-transform: uppercase;
  width: 27%;
}

footer .foot-top .slogan {
  border-left: 1px solid #e1e1e1;
  color: #323232;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
  margin: 20px 0 20px 0;
  padding-left: 20px;
  text-transform: uppercase;
}

footer .foot-top .phone-number {
  color: #8c8c8c;
  font-size: 1rem;
  line-height: 1rem;
  margin: 20px 0;
  text-transform: uppercase;
}

footer .foot-top .phone-number .large {
  color: #cc1460;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.6rem;
}

footer .foot-top .info {
  color: #8c8c8c;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 20px 0;
  padding-left: 10px;
  text-transform: uppercase;
}

footer .foot-bottom {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 30px;
  text-align: center;
}

footer .foot-bottom .warning {
  color: #8c8c8c;
  margin-bottom: 20px;
}

footer .foot-bottom .copyright {
  color: #fff;
}

/*///////////// FOOTER STYLES END////////////////*/

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 0.5rem;
  }

  /* Убрал фон синего бэкграунда первого экрана у планшетов и смартфонов */
  .first-screen {
    background: url(../images/graphic-tablet.png) no-repeat 0 75%, /* url(../images/darkblue-bg.png) repeat 0 75%, */ url(../images/firstscreen-bg.png) repeat 0 0;
    /* Общий фон , линия графика и продолжение нижней части графика на планшете*/
    background-size: 100%, auto, auto;
  }

  .first-screen .left-part {
    width: 100%;
  }

  .first-screen .right-part {
    width: 100%;
  }

  .landing-page h1{
    width: 100%;
  }

  .first-screen-subtitle {
    margin-bottom: 15%;
  }

  .first-screen-subtitle-advantage {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
    /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  }

  .first-screen-subtitle-advantage > div {
    width: 80%;
  }

  .first-screen-subtitle-advantage p {
    width: 70%;
  }

  .first-screen-callback {
    width: 100%;
    margin-left: 0;
  }

  .first-screen-callback .title {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .first-screen-callback input {
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .first-screen-callback input.error {
    background-color: transparent;
  }

  .first-screen-callback button:hover {
    border: 1px solid transparent;
    background-color: #4e9ef7;
    color: #fff;
  }

  h2 a:hover {
    color: inherit;
  }
  

  .identification-situation-block img {
    margin-top: 5%;
  }

  .identification-situation-block p {
    margin-bottom: 8%;
  }

  
  /*   Редактирование  видео */
  
  .video-presentation-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
   .video-presentation-content .videi-part_new {
    width: 100%;
	margin-bottom: 4%;
  }

  .slider .slick-prev.slick-arrow:hover {
    background-color: #66cef5;
  }

  .slider .slick-next.slick-arrow:hover {
    background-color: #66cef5;
  }

  .portfolio-slider .desktop-top {
    display: none;
  }

  .portfolio-slider .desktop-bottom {
    display: none;
  }

  .portfolio-slider .tablet-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .portfolio-slider .tablet-middle {
    display: block;
  }

  .portfolio-slider .tablet-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .benefits {
    display: none;
  }

  .product-textblock-3 {
    padding: 0;
  }

  .product-textblock-3 .image-desktop {
    display: none;
  }

  .product-textblock-3 .image-mobile {
    display: block;
    width: 100%;
  }

  .service-row {
    margin-top: -8%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-row h3{
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .service-row .content p {
    display: none;
  }

  .service-row .image{
    margin: 0;
  }

  .process-stages .stage {
    padding: 25px 30px;
    /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .process-stages .stage .image {
    width: 100%;
    margin-bottom: 3%;
  }

  .process-stages .stage .content {
    width: 100%;
    padding: 0;
  }

  /*
///////////// list-two-columns STYLES START // Две колонки со списками  ////////////////
*/
    .list_two_columns_body .list_two_columns_body_text {
    padding: 25px 30px;
    /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	  margin-bottom: 30px;
  }

  .list_two_columns_body .list_two_columns_body_text .image {
    width: 100%;
    margin-bottom: 3%;
  }

  .list_two_columns_body .list_two_columns_body_text .content {
    width: 100%;
    padding: 0;
  }
  /*
///////////// list-two-columns STYLES END // Две колонки со списками  ////////////////
*/
  
  
  .price-list ul li button:hover {
    border: 1px solid transparent;
    background-color: #067dce;
    color: #fff;
  }

  .warranty {
    width: 100%;
  }

  .form {
    background-size: auto;
    padding: 8% 0;
  }

  .form-callback {
    width: 100%;
  }

  .form-callback .input-title {
    width: 100%;
    margin-bottom: 0;
  }

  .form-callback .file-upload {
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
  }

  .form-callback .file-upload:hover {
    background: #067dce;
    color: #fff;
    border: 1px solid transparent;
  }

  .form-callback #file-name {
    width: 100%;
    margin-left: 0;
    margin-top: 1%;
  }

  .form-callback input,
  .form-callback textarea {
    width: 100%;
    margin-bottom: 0;
  }

  .form-callback input.error,
  .form-callback textarea.error {
    background-color: transparent;
  }

  .form-callback button {
    width: 100%;
    margin-left: 0;
  }

  .form-callback button:hover {
    border: 1px solid transparent;
    background-color: #067dce;
    color: #fff;
  }

  .reviews-slider .slide .image {
    display: none;
  }

  .reviews-slider .slide .content {
    width: 100%;
    margin: 0;
  }

  .reviews-slider .slide .content h3 {
    margin-top: 15px;
  }

  .reviews-slider .slide .content p {
    margin-bottom: 25px;
  }

  .reviews-slider .slide .content .link {
    display: none;
  }

  .reviews-slider .slide .content-bottom .image-tablet {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviews-slider .slide .content-bottom .inner-content {
    width: 75%;
  }

  .reviews-slider .slide .inner-content .site,
  .reviews-slider .slide .inner-content .position {
    width: 100%;
    text-align: left;
    padding-left: 25px;
  }

  .reviews-slider .slide .inner-content .position {
    margin-top: -40px;
  }

  .objection-question .question div{
    width: 15%;
  }

  .objection-question .question p {
    width: 85%;
    padding-left: 5%;
    padding-right: 0;
  }

  .case-slider .desktop-top {
    display: none;
  }

  .case-slider .desktop-bottom {
    display: none;
  }

  .case-slider .desktop-bottom .slide-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case-slider .tablet-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .case-slider .tablet-middle {
    display: block;
  }

  .case-slider .tablet-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

   h1 {
    width: 100%;
  }

  p a:hover {
    color: inherit;
  }

  h3 a:hover {
    color: inherit;
  }

  h2 {
    width: 100%;
  }

  article .content-inner .text {
    width: 100%;
  }
  
   /*Ред_18.03.17_ изображения с помощью float*/
   article .float_right{
    width: 100%;
	float: none;
	margin: 0 auto;
  } 
    
   article .float_left{
    width: 100%;
	float: none;
	margin: 0 auto;
  } 
  

  article .background-picture {
    background-size: auto;
  }
  

  .nota-bene:before {
    top: 10%;
  }

  .nota-bene:after {
    bottom: 10%;
  }

}

@media screen and (max-width: 768px) {
  article ol {
    padding-left: 4%;
  }

  article ol {
    padding-left: 7%;
  }
}

@media screen and (max-width: 767px) {
  header .head-top > .container {
    padding: 0 0.5rem;
  }

  header .head-top.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	background: #fff;
}	
	body.sticky {
    padding-top: 88px;
}
  
  header .head-top .left-part {
    min-width: 330px;
  }

  header .head-top .right-part {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 125px;
    /* margin-right: -20px; */
    /* ширина padding у блока container */
  }

  header .head-top .logo {
    max-width: 121px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .head-top .slogan {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.11rem;
    line-height: 1.2rem;
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .head-top .phone-toggle {
    width: 100%;
    height: 100%;
    max-width: 85px;
    max-height: 85px;
    min-height: 69px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eaeff7;
  }

  header .head-top .phone-number {	
   display: none; 
  }

  header .head-top .menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 85px;
    max-height: 85px;
    min-height: 69px;
    background: #eaeff7;
    margin-left: 5px;
  }

  header .head-top .email-time {
    display: none;
  }

  header .head-bottom {
    display: none;
  }

  header .head-bottom .head-nav-list {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    padding: 0;
    background: #fff;
    z-index: 999;
  }

  header .head-bottom .head-nav-list-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 0;
  }

  header .head-bottom .head-nav-list-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3% 0;
  }

  header .head-bottom .head-nav-list-item a:hover {
    color: inherit;
  }

  header .head-bottom .head-nav-list-item .first-level {
    width: 100%;
  }

  header .head-bottom .head-nav-list-item .first-level.active {
    display: none;
  }

  header .head-bottom .head-nav-list-item .first-level li {
    background-color: #e8e8e8;
  }

  header .head-bottom .head-nav-list-item .first-level li a {
    padding: 2.5%;
  }

  header .head-bottom .head-nav-list-item .second-level {
    width: 100%;
    left: 0;
    top: 0;
    position: static;
  }

  header .head-bottom .head-nav-list-item .second-level li {
    background-color: #ddd;
  }

  header .head-bottom .head-nav-list-item .second-level li:first-child {
    -webkit-box-shadow: inset 0 3px 5px #c7c7c7;
    box-shadow: inset 0 3px 5px #c7c7c7;
  }

  header .head-bottom .head-nav-list-item .second-level li:last-child {
    -webkit-box-shadow: inset 0 -3px 5px #c7c7c7;
    box-shadow: inset 0 -3px 5px #c7c7c7;
  }

  header .head-bottom .head-nav-list-item .second-level.active {
    display: none;
  }

  .first-screen {
    background-position: 0 70%, 0 70%, 0 0;
    background-size: 100%, auto, auto;
  }

  .landing-page h1{
    width: 100%;
    font-size: 3rem;
    padding-top: 5%;
  }

  .first-screen ul {
    font-size: 2.25rem;
  }

  .first-screen-subtitle {
    margin-bottom: 15%;
    font-size: 2.25rem;
  }

  .first-screen-subtitle-advantage {
    width: 100%;
  }

  .first-screen-subtitle-advantage .image {
    margin-bottom: 2%;
  }

  .first-screen-subtitle-advantage > div {
    width: 60%;
  }

  .first-screen-subtitle-advantage  {
    font-size: 1.35rem;
    line-height: 1.35rem;
  }

  .first-screen-subtitle-advantage p {
    font-size: 1.05rem;
    line-height: 1.05rem;
  }

  .identification-situation {
    display: block;
  }

  .identification-situation-block {
    width: 50%;
    margin: 0 25% 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider .slick-prev.slick-arrow {
    top: 0%;
    left: 0;
    right: 25px;
    margin: auto;
  }

  .slider .slick-next.slick-arrow {
    top: 0%;
    left: 25px;
    right: 0;
    margin: auto;
  }

  .portfolio {
    padding-bottom: 6%;
  }

  .portfolio {
    padding-bottom: 7%;
  }

  .portfolio-slider .tablet-middle .slide-content .content {
    width: 100%;
  }

  .portfolio-slider .tablet-middle .slide-content .content .info .small-circle .circle {
    width: 75px;
    height: 75px;
    font-size: 1.8rem;
    margin: 20px auto 20px auto;
  }

  .portfolio-slider .tablet-middle .slide-content .content .info .big-circle .circle {
    width: 100px;
    height: 100px;
    font-size: 3rem;
    margin: 0 auto 20px auto;
  }

  .portfolio-slider .tablet-middle .slide-content .visitors {
    display: none;
  }

  .product-textblock-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-textblock-1 p {
    width: 100%;
    text-align: center;
    padding-top: 2%;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .product-textblock-1 div {
    width: 100%;
  }
  

  .product-textblock-2 p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .product-textblock-3 .image-desktop p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .product-textblock-3 .image-mobile p{
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .service-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -2%;
  }

  .service-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .process-stages .stage .content ul {
    padding-left: 6%;
  }
  
    .list_two_columns_body .list_two_columns_body_text .content ul {
    padding-left: 6%;
  }

  .price-list ul li {
    font-size: 1rem;
    line-height: 1rem;
  }

  .price-list ul li .title {
    font-size: 1rem;
    line-height: 1rem;
  }

  .price-list ul li .title .large {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .price-list ul li .title .blue {
    font-size: 1rem;
    line-height: 1rem;
  }

  .price-list ul li button {
    font-size: 1rem;
    line-height: 1rem;
    padding: 15px 20px;
  }

  .warranty-block {
    width: 100%;
  }

  .reviews {
    padding-bottom: 25px;
  }

  .reviews-slider .slide .content h3 {
    margin-top: 0;
  }

  .case-slider .tablet-middle {
    display: none;
  }

  .case-slider .tablet-middle .slide-content .content {
    width: 100%;
  }

  .case-slider .tablet-middle .slide-content .content .info .small-circle .circle {
    width: 75px;
    height: 75px;
    font-size: 1.8rem;
    margin: 20px auto 20px auto;
  }

  .case-slider .tablet-middle .slide-content .content .info .big-circle .circle {
    width: 100px;
    height: 100px;
    font-size: 3rem;
    margin: 0 auto 20px auto;
  }

  .case-slider .tablet-bottom {
    display: none;
  }

  .case-slider .mobile-second {
    display: block;
  }

  .case-slider .mobile-second .content {
    width: 100%;
  }

  .case-slider .mobile-second .content .info .small-circle .circle {
    width: 75px;
    height: 75px;
    font-size: 1.8rem;
    margin: 20px auto 20px auto;
  }

  .case-slider .mobile-second .content .info .big-circle .circle {
    width: 100px;
    height: 100px;
    font-size: 3rem;
    margin: 0 auto 20px auto;
  }

  .case-slider .mobile-third {
    display: block;
  }

  .case-slider .mobile-last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  h2 {
    width: 100%;
  }

  .nota-bene {
    padding: 10% 2%;
  }

  /*Ред_17.03.17*/
  blockquote>p {
    min-width: 100%;
    padding: 5% 0;
  }


  table thead.title td {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 60px;
  }

  table td {
    font-size: 1.3rem;
    line-height: 1.9rem;
    height: 60px;
  }

  table td:first-child {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .similar-posts ul {
    padding-left: 5.5%;
  }

  footer .foot-top .left-part {
    min-width: 170px;
    width: 100%;
  }

  footer .foot-top .right-part {
    min-width: 170px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  header .head-top .left-part {
    min-width: 135px;
  }

  header .head-top .logo {
    padding: 10px 10px 10px 0;
    width: 135px;
  }

  header .head-top .slogan {
    display: none;
  }

  .first-screen {
    background-position: 0 50%, 0 50%, 0 0;
    background-size: 100%, auto, auto;
  }

  .first-screen-subtitle {
    margin-bottom: 15%;
  }

  h2 {
    font-size: 2.74rem;
    line-height: 4rem;
  }

  .identification-situation-block {
    width: 75%;
    margin: 0 auto 3%;
  }

  .portfolio-slider {
    padding-bottom: 0;
  }

  .portfolio-slider .tablet-bottom {
    display: none;
  }

  .process-stages .stage .content ul {
    padding-left: 8%;
  }
  
    .list_two_columns_body .list_two_columns_body_text .content ul {
    padding-left: 8%;
  }


  .price-list ul li button {
    padding: 10px 5px;
  }

  .warranty-block .image {
    width: 100%;
  }

  .warranty-block p {
    padding-top: 25px;
    /* Указание оступа в процентах не представляется возможным, в связи с багом у firefox браузера при работе с flexbox */
  }

  .warranty-block p {
    width: 100%;
    padding-left: 5%;
  }

  .form-callback button {
    font-size: 1.3rem;
  }

  .reviews-slider .slide .content-bottom .image-tablet .reviewer-photo {
    display: none;
  }

  .reviews-slider .slide .content-bottom .inner-content {
    width: 100%;
  }

  .reviews-slider .slide .inner-content .position {
    padding-top: 0;
    margin-top: 10px;
  }

  .objection-question .question div{
    width: 20%;
  }

  .objection-question .question p {
    width: 80%;
  }

  h1 {
    font-size: 3.6rem;
  }

  .nota-bene:before {
    top: 4%;
  }

  .nota-bene:after {
    bottom: 4%;
  }

  table thead.title td {
    font-size: 1rem;
    line-height: 1rem;
    height: 40px;
  }

  table td {
    font-size: 1rem;
    line-height: 1rem;
    height: 40px;
  }

  table td:first-child {
    font-size: 1rem;
    line-height: 1rem;
  }

  .similar-posts ul {
    padding-left: 10%;
  }
}