@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
    url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
    url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Light.eot');
  src: local('Proxima Nova Light'), local('ProximaNova-Light'),
    url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
    url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Semibold.woff') format('woff'),
    url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
/* html.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
html.is-locked body {
  padding-right: 15px;
} */
body {
  font-family: 'Proxima Nova Rg', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
a {
  outline: none;
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  height: 80px;
  left: 0;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 3;
}
header.fixed {
  background: black;
  position: fixed;
  top: 0;
}
header a.logo {
  background-image: url(../images/logo-black.svg);
  background-repeat: no-repeat;
  background-size: 140.63px 34px;
  display: block;
  height: 34px;
  left: 15px;
  position: absolute;
  text-indent: -9999px;
  top: 23px;
  width: 140.63px;
}
header.fixed a.logo,
header.transparent a.logo {
  background-image: url(../images/logo-white.svg);
}
header a.account-icon {
  display: block;
  background-image: url(../images/icons/account-black.svg);
  background-size: 17.28px 20px;
  height: 20px;
  margin-top: 2px;
  width: 17.28px;
}
header.fixed a.account-icon,
header.transparent a.account-icon{
  background-image: url(../images/icons/account-white.svg);
}
header a.account-icon:hover,
header a.account-icon.active {
  background-image: url(../images/icons/account-white.svg);
}
header.fixed a.account-icon:hover,
header.fixed a.account-icon.active,
header.transparent a.account-icon:hover,
header.transparent a.account-icon.active {
  background-image: url(../images/icons/account-yellow.svg);
}
header .container {
  position: relative;
}
header nav ul {
  list-style: none;
  position: absolute;
  right: 15px;
  top: 28px;
}
header nav ul li {
  float: left;
  margin-left: 33px;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 300;
  color: black;
  line-height: 24px;
  text-decoration: none;
}
header.fixed nav ul li a,
header.transparent nav ul li a{
  color: white;
}
header nav ul li a:hover,
header nav ul li.active a {
  color: white;
}
header.fixed nav ul li a:hover,
header.fixed nav ul li.active a,
header.transparent nav ul li a:hover,
header.transparent nav ul li.active a {
  color: rgb(255, 204, 0);
}
.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  width: 1170px;
}

/********** HOME PAGE **********/
section.home-main {
  background: rgb(255, 204, 0);
  background-position: center center;
  background-size: cover;
  height: 772px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
section.home-main.black {
  background-color: black;
}
section.home-main .container {
  height: 772px;
  padding: 260px 15px 0;
  position: relative;
  z-index: 1;
}
section.home-main .description-1 {
  color: rgb(255, 255, 100);
}
section.home-main h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  margin-top: 60px;
}
section.home-main .description-2 {
  margin-top: 50px;
}
section.home-main.black h1,
section.home-main.black .description-2 {
  color: white;
}
section.home-main .description-1,
section.home-main .description-2 {
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 300;
  width: 555px;
}
section.home-main button {
  background: black;
  border: none;
  bottom: 204px;
  color: white;
  cursor: pointer;
  font-family: 'Proxima Nova Rg';
  font-size: 24px;
  line-height: 52px;
  outline: none;
  padding: 0 85px 0 20px;
  position: absolute;
  right: 0;
}
section.home-main.black button {
  background: rgb(255, 204, 0);
  color: black;
}
section.home-main button .rightwards-arrow {
  background-image: url(../images/icons/rightwards-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 18.64px;
  height: 18.64px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 44px;
}
section.home-main.black button .rightwards-arrow {
  background-image: url(../images/icons/rightwards-arrow-black.svg);
}
section.home-main .tabs {
  bottom: 55px;
  overflow: auto;
  position: absolute;
  width: 1140px;
}
section.home-main .tabs .tab {
  border-bottom: 1px solid rgb(255, 255, 100);
  color: rgb(255, 255, 100);
  cursor: pointer;
  float: left;
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 35px;
  text-transform: uppercase;
  width: 33.33%;
}
section.home-main.black .tabs .tab {
  border-bottom-color: rgb(187, 187, 187);
  color: rgb(187, 187, 187);
}
section.home-main .tabs .tab.active {
  border-bottom: 3px solid black;
  color: black;
  padding-bottom: 34px;
}
section.home-main.black .tabs .tab.active {
  border-bottom-color: white;
  color: white;
}
section.home-main img.patch-cable {
  position: absolute;
  left: 640px;
  top: 235px;
}
section.home-main.black img.patch-cable {
  display: none;
}
section.home-main .slider-area {
  left: 0;
  height: 772px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
section.home-main .slider-area .home-main-slider .item {
  height: 772px;
}
section.home-services {
  background: rgb(125, 121, 112);
}
section.home-services .grid {
  display: table;
  overflow: auto;
}
section.home-services .grid .block {
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  color: white;
  display: table-cell;
  padding: 50px 4%; /* 50px 80px; */
  width: 33.333%;
}
section.home-services .grid .block.block-1 {
  background-image: url(../images/home-services-1.jpg?2);
}
section.home-services .grid .block.block-2 {
  background-image: url(../images/home-services-2.jpg?2);
}
section.home-services .grid .block.block-3 {
  background-image: url(../images/home-services-3.jpg?2);
}
section.home-services .grid .block .title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
section.home-services .grid .block .description {
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 300;
  margin-top: 50px;
}
section.home-information-1 .container {
  overflow: auto;
  padding: 50px 15px;
  position: relative;
}
section.home-information-1 h2 {
  font-size: 30px;
  font-weight: bold;
}
section.home-information-1 .descriptions-area {
  margin-top: 40px;
  overflow: auto;
}
section.home-information-1 .descriptions-area .description-1 {
  font-size: 24px;
  width: 540px;
}
section.home-information-1 .descriptions-area .description-1 .link-area {
  margin: 50px 0 3px;
}
section.home-information-1 .descriptions-area .description-1 .link-area a {
  color: black;
  border-bottom: 1px solid rgb(187, 187, 187);
  font-size: 18px;
  padding: 0 35px 2px 0;
  position: relative;
  text-decoration: none;
}
section.home-information-1 .descriptions-area .description-1 .link-area a:hover {
  border-bottom: none !important;
}
section.home-information-1 .descriptions-area .description-1 .link-area a img.rightwards-arrow {
  position: absolute;
  right: 0;
  top: 7px;
  width: 25px;
}
section.home-information-1 .descriptions-area .description-2,
section.home-information-1 .descriptions-area .description-3 {
  font-size: 18px;
  margin-left: 25px;
  width: 275px;
}
section.home-information-1 .descriptions-area .description-1,
section.home-information-1 .descriptions-area .description-2,
section.home-information-1 .descriptions-area .description-3 {
  float: left;
}
section.home-information-1 img.qr-code {
  bottom: 0;
  height: 200px;
  left: 0;
  position: absolute;
  width: 200px;
}
section.home-information-1 .counters-area {
  float: right;
  margin-top: 50px;
}
section.home-information-1 .counters-area .counter {
  display: inline-block;
  float: right;
  text-align: center;
  margin-left: 100px;
}
section.home-information-1 .counters-area .counter:last-child {
  margin-left: 0;
}
section.home-information-1 .counters-area .counter .count {
  font-size: 72px;
}
section.home-information-1 .counters-area .counter .item {
  font-size: 30px;
  text-transform: uppercase;
}
section.home-information-2 .container {
  padding: 50px 15px 177px;
}
section.home-information-2 .grid {
  overflow: auto;
}
section.home-information-2 .grid .column {
  float: left;
  margin-left: 2.63%;
  width: 31.57%;
}
section.home-information-2 .grid .column:first-child {
  margin-left: 0;
}
section.home-information-2 .grid .title {
  border-left: 5px solid rgb(255, 204, 0);
  font-size: 18px;
  padding-left: 10px;
}
section.home-information-2 .grid .description {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin: 30px 15px 0;
}
section.home-slider {
  background: rgb(202, 194, 183); /* TODO: remove */
}
section.home-slider .container,
section.home-slider .slider-area .slider .item {
  height: 642px;
}
section.home-slider .sticker {
  background: rgb(255, 204, 0);
  box-sizing: border-box;
  left: 15px;
  padding: 45px;
  position: absolute;
  top: -127px;
  width: 555px;
}
section.home-partners .container {
  padding: 50px 15px 65px;
}
section.home-partners table.partners {
  width: 100%;
}
section.home-partners table td {
  text-align: center;
  width: 16%;
}
section.home-partners table tr:last-child td {
  padding-top: 20px;
}
section.home-partners table td.separator {
  width: 12%;
}
section.home-partners .logo-atop-technologies {
  background-image: url(../images/logos/atop-technologies-gray.svg);
  background-size: 180px 47.52px;
  height: 47.52px;
}
section.home-partners .logo-atop-technologies:hover {
  background-image: url(../images/logos/atop-technologies-color.svg);
}
section.home-partners .logo-atos {
  background-image: url(../images/logos/atos-gray.svg);
  background-size: 180px 60.98px;
  height: 60.98px;
}
section.home-partners .logo-atos:hover {
  background-image: url(../images/logos/atos-color.svg);
}
section.home-partners .logo-cisco {
  background-image: url(../images/logos/cisco-gray.svg);
  background-size: 180px 94.91px;
  height: 94.91px;
}
section.home-partners .logo-cisco:hover {
  background-image: url(../images/logos/cisco-color.svg);
}
section.home-partners .logo-dell-emc {
  background-image: url(../images/logos/dell-emc-gray.svg);
  background-size: 180px 31.14px;
  height: 31.14px;
}
section.home-partners .logo-dell-emc:hover {
  background-image: url(../images/logos/dell-emc-color.svg);
}
section.home-partners .logo-juniper-networks {
  background-image: url(../images/logos/juniper-networks-gray.svg);
  background-size: 180px 54.53px;
  height: 54.53px;
}
section.home-partners .logo-juniper-networks:hover {
  background-image: url(../images/logos/juniper-networks-color.svg);
}
section.home-partners .logo-mayak {
  background-image: url(../images/logos/mayak-gray.svg);
  background-size: 180px 31.53px;
  height: 31.53px;
}
section.home-partners .logo-mayak:hover {
  background-image: url(../images/logos/mayak-color.svg);
}
section.home-partners .logo-microsens {
  background-image: url(../images/logos/microsens-gray.svg);
  background-size: 180px 21.63px;
  height: 21.63px;
}
section.home-partners .logo-microsens:hover {
  background-image: url(../images/logos/microsens-color.svg);
}
section.home-partners .logo-nec {
  background-image: url(../images/logos/nec-gray.svg);
  background-size: 180px 48.86px;
  height: 48.86px;
}
section.home-partners .logo-nec:hover {
  background-image: url(../images/logos/nec-color.svg);
}
section.home-partners .logo-atop-technologies,
section.home-partners .logo-atos,
section.home-partners .logo-cisco,
section.home-partners .logo-dell-emc,
section.home-partners .logo-juniper-networks,
section.home-partners .logo-mayak,
section.home-partners .logo-microsens,
section.home-partners .logo-nec {
  width: 100%;
}

/********** ABOUT PAGE **********/
section.about-main {
  overflow: hidden;
  padding-top: 80px;
}
section.about-main .container {
  padding: 50px 15px 0;
  position: relative;
}
section.about-main h2 {
  font-family: 'Proxima Nova Lt';
  font-size: 30px;
  font-weight: 600;
  width: 555px;
}
section.about-main .description-1 {
  margin-top: 40px;
}
section.about-main .description-2 {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
}
section.about-main .description-1,
section.about-main .description-3 {
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 300;
}
section.about-main .description-2,
section.about-main .description-3 {
  margin-top: 35px;
}
section.about-main .h2,
section.about-main .description-1,
section.about-main .description-2,
section.about-main .description-3 {
  width: 555px;
}
section.about-main .link-area {
  margin: 50px 0 3px;
}
section.about-main .link-area a {
  border-bottom: 1px solid rgb(187, 187, 187);
  color: black;
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  padding: 0 35px 2px 0;
  position: relative;
  text-decoration: none;
}
section.about-main .link-area a:hover {
  border-bottom: none !important;
}
section.about-main .link-area a img.rightwards-arrow {
  position: absolute;
  right: 0;
  top: 7px;
  width: 25px;
}
section.about-main img.about {
  position: absolute;
  right: -375px;
  top: 50px;
}
section.about-main .sticker {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  right: 15px;
  top: 431px;
  width: 555px;
}
section.about-information .container {
  overflow: auto;
  padding: 50px 15px;
}
section.about-information h2 {
  font-family: 'Proxima Nova Lt';
  font-size: 30px;
  font-weight: 600;
}
section.about-information .description {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-left: 30px;
}
section.about-information h2,
section.about-information .description {
  float: left;
  width: 555px;
}
section.about-slider {
  background: rgb(83, 99, 124); /* TODO: remove */
}
section.about-slider .container,
section.about-slider .slider-area .slider .item {
  height: 439px;
}
section.about-slider .sticker {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  top: -170px;
  width: 555px;
}
section.about-last .container {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  padding: 50px 15px;
}

/********** SERVICES PAGE **********/
section.services-main {
  padding-top: 80px;
}
section.services-main .container {
  padding: 50px 15px 177px;
}
section.services-main .description {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-top: 25px;
}
section.services-slider-1 {
  background: rgb(185, 188, 197); /* TODO: remove */
}
section.services-slider-1 .container,
section.services-slider-1 .slider-area .slider .item {
  height: 643px;
}
section.services-slider-1 .sticker {
  top: -127px;
  width: 555px;
}
section.services-advantages {
  background: rgb(255, 204, 0);
}
section.services-advantages .container {
  padding: 50px 15px;
}
section.services-advantages .blocks {
  overflow: auto;
}
section.services-advantages .blocks .block {
  background: black;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 18px;
  height: 330px;
  margin-left: 20px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  width: 270px;
}
section.services-advantages .blocks .block:first-child {
  margin-left: 0;
}
section.services-advantages .blocks img {
  height: 100px;
}
section.services-advantages .blocks .block .short-description {
  margin: 50px 25px 0;
}
section.services-advantages .blocks .block .full-description {
  background: black;
  box-sizing: border-box;
  display: none;
  height: 100%;
  position: absolute;
  padding: 15px;
  right: -290px;
  text-align: left;
  top: 0;
  width: 290px;
  z-index: 1;
}
section.services-advantages .blocks .block:last-child .full-description {
  left: -290px;
  right: auto;
}
section.services-advantages .blocks .block:hover .full-description {
  display: block;
}
section.services-advantages .blocks .block .full-description:hover {
  display: none;
}
section.services-advantages .blocks .block .full-description ul {
  list-style-type: square;
  margin-left: 15px;
}
section.services-advantages .blocks .block .full-description ul > li {
  margin-top: 15px;
}
section.services-advantages .container > .description {
  clear: both;
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 300;
  margin-top: 50px;
}
section.services-information-1 .container {
  overflow: auto;
  padding: 50px 15px;
}
section.services-information-1 h2 {
  float: left;
  width: 653px;
}
section.services-information-1 .description {
  float: left;
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-left: 30px;
  width: 457px;
}
section.services-slider-2 {
  background: rgb(33, 35, 34); /* TODO: remove */
}
section.services-slider-2 .container,
section.services-slider-2 .slider-area .slider .item {
  height: 716px;
}
section.services-slider-2 .sticker {
  top: -98px;
  width: 653px;
}
section.services-information-2 .container {
  padding: 50px 15px;
}
/* section.services-information-2 ul.tabs {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  list-style: none;
  margin-top: 40px;
  overflow: auto;
}
section.services-information-2 ul.tabs li {
  cursor: pointer;
  float: left;
  margin-left: 50px;
}
section.services-information-2 ul.tabs li:first-child {
  margin-left: 0;
}
section.services-information-2 ul.tabs li.active {
  font-weight: 600;
} */
section.services-information-2 .descriptions-area {
  clear: both;
  margin-top: 40px;
  overflow: auto;
}
section.services-information-2 .descriptions-area .description-1 {
  font-size: 24px;
  width: 555px;
}
section.services-information-2 .descriptions-area .description-2,
section.services-information-2 .descriptions-area .description-3 {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-left: 30px;
  width: 262px;
}
section.services-information-2 .descriptions-area .description-1,
section.services-information-2 .descriptions-area .description-2,
section.services-information-2 .descriptions-area .description-3 {
  float: left;
}
section.services-slider-3 {
  background: rgb(142, 142, 142); /* TODO: remove */
  height: 492px;
}
section.services-slider-3 .slider-area .slider .item {
  height: 420px;
}
section.services-slider-3 .sticker {
  top: -98px;
  width: 555px;
}
section.services-slider-3 .pagination {
  background: black;
  bottom: 0;
  height: 72px;
  left: 0;
  position: absolute;
  width: 100%;
}
section.services-slider-3 .pagination ul.tabs {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  list-style: none;
  overflow: auto;
}
section.services-slider-3 .pagination ul.tabs li {
  color: white;
  cursor: pointer;
  float: left;
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
}
section.services-slider-3 .pagination ul.tabs li:first-child {
  margin-left: 0;
}
section.services-slider-3 .pagination ul.tabs li.active {
  background: rgb(255, 204, 0);
  font-weight: 600;
  color: black;
}
section.services-last .container {
  padding: 50px 15px;
}
section.services-last h2 {
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 600;
}
section.services-last .description {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-top: 25px;
}
section.services-main h2,
section.services-information-1 h2,
section.services-information-2 h2 {
  font-family: 'Proxima Nova Lt';
  font-size: 30px;
  font-weight: 600;
}

/********** CONTACTS PAGE **********/
section.contacts-main {
  padding-top: 80px;
}
section.contacts-main .container {
  padding: 50px 15px 170px; /* TODO: 170 -> 105 */
}
section.contacts-main .titles {
  overflow: auto;
}
section.contacts-main h2 {
  font-size: 30px;
  width: 584px;
}
section.contacts-main h3 {
  font-size: 18px;
  padding-top: 8px;
  width: 555px;
}
section.contacts-main h2,
section.contacts-main h3 {
  float: left;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
section.contacts-main .descriptions-area {
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  margin-top: 40px;
  overflow: auto;
}
section.contacts-main .descriptions-area .description-1 {
  font-size: 24px;
  width: 556px;
}
section.contacts-main .descriptions-area .description-2,
section.contacts-main .descriptions-area .description-3 {
  font-size: 18px;
  margin-left: 30px;
  width: 262px;
}
section.contacts-main .descriptions-area .description-1,
section.contacts-main .descriptions-area .description-2,
section.contacts-main .descriptions-area .description-3 {
  float: left;
}
section.contacts-map {
  background: #363636; /* TODO: remove */
}
section.contacts-map .map-area {
  height: 657px;
}
section.contacts-map .container {
  position: relative;
  z-index: 1;
}
section.contacts-map .sticker {
  background: rgb(255, 204, 0);
  box-sizing: border-box;
  font-size: 24px;
  padding: 45px;
  position: absolute;
  right: 15px;
  top: -123px;
  width: 555px;
}
section.contacts-map .sticker .rows .row:first-child {
  margin-top: 0;
}
section.contacts-map .sticker .rows .row {
  margin-top: 40px;
  position: relative;
}
section.contacts-map .sticker .rows .row img.clock-icon,
section.contacts-map .sticker .rows .row img.phone-icon,
section.contacts-map .sticker .rows .row img.marker-icon,
section.contacts-map .sticker .rows .row img.message-icon {
  height: 30px;
  position: absolute;
  top: -1px;
  width: 30px;
}
section.contacts-map .sticker .rows .row img.marker-icon {
  height: 40px;
  left: -5px;
  top: -6px;
  width: 40px;
}
section.contacts-map .sticker .rows .row .description {
  display: inline-block;
  margin-left: 60px;
}
section.contacts-map .sticker .rows .row .description a {
  color: black;
  text-decoration: none;
}
section.contacts-last .container {
  padding: 50px 15px 40px;
}
section.contacts-last h2 {
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 600;
}
section.contacts-last .description {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}

/********** LOGIN FORM **********/
.modal-window-login {
  background: white;
  bottom: 0;
  box-sizing: border-box;
  height: 291px;
  left: 0;
  margin: auto;
  padding: 47px 68px;
  position: absolute;
  right: 0;
  top: 0;
  width: 555px;
}
.modal-window-login input {
  background: rgb(232, 232, 232);
  border: none;
  box-sizing: border-box;
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  height: 53px;
  outline: none;
  padding: 0 25px;
  width: 100%;
}
.modal-window-login .rows .row {
  margin-top: 24px;
  padding-left: 64px;
  position: relative;
}
.modal-window-login .rows .row:first-child {
  margin-top: 0;
}
.modal-window-login .rows .row img {
  left: 0;
  position: absolute;
  width: 22px;
}
.modal-window-login .rows .row img.account-icon {
  top: 13px;
}
.modal-window-login .rows .row img.lock-icon {
  top: 11px;
}
.modal-window-login .buttons-area {
  margin-top: 30px;
  position: relative;
}
.modal-window-login .buttons-area a {
  border-bottom: 1px solid black;
  color: black;
  font-family: 'Proxima Nova Lt';
  font-size: 24px;
  font-weight: 300;
  left: 64px;
  line-height: 24px;
  padding-bottom: 2px;
  position: absolute;
  text-decoration: none;
  top: 8px;
}
.modal-window-login .buttons-area button {
  background: black;
  border: none;
  color: white;
  cursor: pointer;
  font-family: 'Proxima Nova Rg';
  font-size: 24px;
  height: 39px;
  line-height: 39px;
  outline: none;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 0;
}

/********** REGISTRATION FORM **********/
.modal-window-register {
  background: white;
  box-sizing: border-box;
  height: 961px;
  margin: 0 auto;
  padding: 44px 97px 0;
  width: 945px;
}
.modal-window-register > .title {
  font-family: 'Proxima Nova Lt';
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.modal-window-register > .row {
  margin-top: 30px;
  overflow: auto;
}
.modal-window-register > .row .column {
  float: left;
  width: 48%;
  margin-left: 4%;
}
.modal-window-register > .row .column:first-child {
  margin-left: 0;
}
.modal-window-register > .row input {
  background: rgb(232, 232, 232);
  border: none;
  box-sizing: border-box;
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  height: 53px;
  outline: none;
  padding: 0 25px;
  width: 100%;
}
.modal-window-register .agreement {
  margin-top: 45px;
}
.modal-window-register .agreement .title {
  font-size: 24px;
}
.modal-window-register .agreement .description {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}
.modal-window-register .agreement .link-area {
  margin-top: 35px;
}
.modal-window-register .agreement .link-area a {
  color: black;
  border-bottom: 1px solid rgb(187, 187, 187);
  font-size: 18px;
  padding: 0 35px 2px 0;
  position: relative;
  text-decoration: none;
}
.modal-window-register .agreement .link-area a:hover {
  border-bottom: none !important;
}
.modal-window-register .agreement a img.rightwards-arrow {
  position: absolute;
  right: 0;
  top: 7px;
  width: 25px;
}
.modal-window-register .agreement .checkbox-area {
  font-size: 24px;
  line-height: 24px;
  padding-left: 50px;
  position: relative;
}
.modal-window-register .agreement .checkbox-area .round-checkbox {
  left: 0;
  position: absolute;
  top: 3px;
}
.modal-window-register .button-area {
  text-align: right;
}
.modal-window-register .button-area button {
  background: black;
  border: none;
  color: white;
  cursor: pointer;
  font-family: 'Proxima Nova Rg';
  font-size: 18px;
  height: 53px;
  line-height: 53px;
  outline: none;
  padding: 0 65px;
}
.modal-window-register .agreement .checkbox-area,
.modal-window-register .button-area {
  margin-top: 40px;
}
.round-checkbox {
  position: relative;
}
.round-checkbox label {
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}
.round-checkbox label:after {
  background: black;
  border-radius: 4px;
  content: "";
  height: 8px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  width: 8px;
}
.round-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.round-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.numbers {
  bottom: 52px;
  position: absolute;
}
.numbers .number {
  border-bottom: 1px solid rgb(153, 153, 153);
  box-sizing: border-box;
  color: rgb(153, 153, 153);
  cursor: pointer;
  float: left;
  font-family: 'Proxima Nova Lt';
  font-size: 36px;
  font-weight: 600;
  height: 109px;
  line-height: 36px;
  padding: 36px 0 43px;
  width: 180px;
}
.numbers .number.active {
  border-bottom-width: 3px;
  font-size: 80px;
  height: 110px;
  line-height: 80px;
  padding: 0 0 43px;
}
.numbers.yellow .number {
  border-bottom-color: rgb(255, 204, 0);
  color: rgb(255, 204, 0);
}

footer {
  background: black;
  color: white;
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 600;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
footer a {
  color: white !important;
  text-decoration: none;
}
footer .company-name {
  margin-top: 50px;
}
footer img.back-to-top {
  bottom: 0;
  cursor: pointer;
  height: 112px;
  position: absolute;
  right: 0;
  width: 112px;
}
header, footer, section {
  min-width: 1200px;
}

.modal-window {
  animation: open 0.25s;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 100px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@keyframes open {
  from { opacity: 0; /* padding: 80px 0; */ }
  to { opacity: 1; /* padding: 100px 0; */ }
}

.slider .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-carousel .owl-dots {
  display: none;
}
.owl-carousel .animated {
  animation-duration: 0.5s;
}

.stickers .sticker {
  display: none;
/*   transition: all .5s ease-in-out;
opacity: 0;
visibility: hidden; */
}
.stickers .sticker.active {
  display: block;
/*   opacity: 1;
visibility: visible; */
}


/********** SLIDERS **********/
section.home-slider,
section.about-slider,
section.services-slider-1,
section.services-slider-2,
section.services-slider-3 {
  position: relative;
}
section.home-slider .container,
section.about-slider .container,
section.services-slider-1 .container,
section.services-slider-2 .container,
section.services-slider-3 .container {
  position: relative;
  z-index: 1;
}
section.home-slider .slider-area,
section.about-slider .slider-area,
section.services-slider-1 .slider-area,
section.services-slider-2 .slider-area,
section.services-slider-3 .slider-area {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/********** STICKERS **********/
section.home-slider .sticker,
section.about-main .sticker,
section.about-slider .sticker,
section.services-slider-1 .sticker,
section.services-slider-2 .sticker,
section.services-slider-3 .sticker {
  background: rgb(255, 204, 0);
  box-sizing: border-box;
  padding: 45px;
  position: absolute;
}
section.home-slider .sticker > .title,
section.services-slider-1 .sticker > .title,
section.services-slider-2 .sticker > .title,
section.services-slider-3 .sticker > .title {
  font-size: 24px;
}
section.home-slider .sticker > .description,
section.services-slider-1 .sticker > .description,
section.services-slider-2 .sticker > .description,
section.services-slider-3 .sticker > .description {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 300;
  margin-top: 45px;
}
section.home-slider .sticker > .description > ul,
section.services-slider-1 .sticker > .description > ul,
section.services-slider-2 .sticker > .description > ul,
section.services-slider-3 .sticker > .description > ul {
  list-style-type: square;
  margin-left: 20px;
}
section.home-slider .sticker > .description > ul > li,
section.services-slider-1 .sticker > .description > ul > li,
section.services-slider-2 .sticker > .description > ul > li,
section.services-slider-3 .sticker > .description > ul > li {
  margin-top: 15px;
}













