/*------------------------------------*\
	Site Variables
\*------------------------------------*/
/*------------------------------------*\
	Global Site-wide Fonts
\*------------------------------------*/
@font-face {
  src: url("../fonts/eot/SegoeUI-Light.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Light.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Light.woff") format("woff"), url("../fonts/ttf/SegoeUI-Light.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 100;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-LightItalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-LightItalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-LightItalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-LightItalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 100;
  font-style: italic;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-Semilight.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Semilight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Semilight.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Semilight.woff") format("woff"), url("../fonts/ttf/SegoeUI-Semilight.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 300;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-Semilightitalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Semilightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Semilightitalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Semilightitalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-Semilightitalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 300;
  font-style: italic;
}

@font-face {
  src: url("../fonts/eot/segoeui.eot") format("embedded-opentype");
  src: url("../fonts/eot/segoeui.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/segoeui.woff2") format("woff2"), url("../fonts/woff/segoeui.woff") format("woff"), url("../fonts/ttf/segoeui.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-SemiBold.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/woff/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/ttf/SegoeUI-SemiBold.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 600;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-SemiboldItalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-SemiboldItalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-SemiboldItalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-SemiboldItalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 600;
  font-style: italic;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-Bold.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Bold.woff") format("woff"), url("../fonts/ttf/SegoeUI-Bold.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-BoldItalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-BoldItalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-BoldItalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 700;
  font-style: italic;
}

/*------------------------------------*\
	Global Styles
\*------------------------------------*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'SegoeUI', Arial, sans-serif;
  font-size: 16px;
  color: #000;
}

section .container {
  position: relative;
}

img {
  max-width: 100%;
  z-index: 2;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 400;
  font-size: 20px;
}

h3 {
  margin-bottom: 0;
}

p {
  margin: 0;
}

section {
  padding-bottom: 35px;
}

section.no-padding {
  padding-bottom: 0;
}

hr {
  margin-top: -15px;
  margin-bottom: 20px;
}

.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row.no-gutters>div {
  padding: 0 !important;
}

.row.half-gutters {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.row.half-gutters>div {
  padding: 0 8px !important;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.no-bold {
  font-weight: 400;
}

.strike {
  text-decoration: line-through;
}

.v-center {
  position: absolute;
  top: 25%;
}

.no-margin {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 25px;
  }
}

button,
.button {
  font-size: 14px;
  border-radius: 0;
  background-color: #0067b8;
  border: 1px solid #0067b8;
  color: #fff;
  padding: 16px 28px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 300ms all ease;
}

button:hover,
.button:hover {
  background-color: #fff;
  color: #0067b8;
}

button.rust,
.button.rust {
  background-color: #d83b01;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
}

button.rust:hover,
.button.rust:hover {
  background-color: rgb(165, 8, 0);
}

button.reverse,
.button.reverse {
  background-color: #fff;
  color: #0067b8;
}

button.reverse:hover,
.button.reverse:hover {
  background-color: #0067b8;
  color: #fff;
}

/* Offer section */
section.offer {
  padding-top: 75px;
}

@media (max-width: 767px) {
  section.offer {
    padding-top: 50px;
  }
}

section.offer .carousel {
  width: 90%;
}

@media (max-width: 767px) {
  section.offer .carousel {
    width: 100%;
  }
}

section.offer .carousel .main-image {
  margin-bottom: 30px;
}

section.offer .carousel .main-image img {
  width: 100%;
}

section.offer .carousel .main-thumb {
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid transparent;
}

section.offer .carousel .main-thumb.active {
  border: 1px solid #d83b01;
}

section.offer .carousel .row {
  position: relative;
}

@media (max-width: 991px) {
  section.offer .main-arrow {
    display: none;
  }
}

section.offer .carousel .arrow {
  position: absolute;
  top: 50px;
}

section.offer .carousel .arrow.prev {
  left: 20px;
}

section.offer .carousel .arrow.next {
  right: 20px;
}

section.offer h1 {
  margin: 0 0 15px 0;
}

section.offer h2 {
  margin: 0;
}

section.offer .visible-xs h2 {
  margin-bottom: 50px;
}

section.offer .info .price {
  margin: 35px 0;
}

section.offer .info .price .price-value {
  font-size: 50px;
  color: #d83b01;
}

section.offer .info .price .recurrence {
  font-size: 25px;
  color: #d83b01;
}

section.offer .info .price .recurrence {
  font-size: 25px;
  color: #d83b01;
}

section.offer .info .selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#list-pc .item-pc.active img,
#list-mac .item-mac.active img {
  border: 3px solid #d83b01;
}

section.offer .info .selector ul li {
  display: inline;
  list-style: none;
  margin: 0 60px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  section.offer .info .selector ul li {
    margin-right: 30px;
  }
}

section.offer .info .selector ul li input {
  margin: 0;
}

section.offer .info .selector ul li input:after {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid grey;
}

section.offer .info .selector ul li input:checked:after {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d83b01;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid grey;
  box-shadow: inset 0 0 0 3px #fff;
}

section.offer .info .selector ul li label {
  font-size: 26px;
  font-weight: 400;
  margin-left: 20px;
  vertical-align: middle;
}

@media (max-width: 320px) {
  section.offer .info .selector ul li label {
    font-size: 20px;
    margin-left: 15px;
  }
}

section.offer .info .buy {
  margin: 35px 0 25px 0;
}

section.offer .info .buy .button {
  font-size: 25px;
}

section.offer .info ul.items {
  margin: 0 0 0 18px;
  padding: 0;
}

section.offer .info ul.items li {
  margin: 0 0 10px 0;
  padding: 0;
}

/* Included section */
section.included {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding-bottom: 0;
}

section.included .full-bleed {
  background-image: url('../media/bg-included.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 575px;
  position: relative;
}

@media (max-width: 991px) {
  section.included .full-bleed {
    background-image: url('../media/pic-m-powerpoint-consumer.jpg');
    height: 475px;
  }
}

section.included .full-bleed h2 {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 52.5px;
  font-weight: 600;
}

@media (max-width: 767px) {
  section.included .full-bleed h2 {
    font-size: 40px;
    left: 20px;
  }
}

section.included .customize-text {
  padding: 30px;
}

@media (max-width: 767px) {
  section.included .customize-text {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}

section.included .customize-text h2 {
  font-size: 41px;
  margin-bottom: 40px;
  font-weight: 600;
}

section.included .customize-text .sub-title {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 400;
}

section.included .customize-text .items {}

section.included .customize-text .items .item {
  width: 100px;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767px) {
  section.included .customize-text .items .item {
    width: 60px;
    display: inline-block;
    margin-right: 20px;
  }
}

section.included .customize-text .items .item img {
  max-width: 100%;
}

/* Classic section */
section.classic {
  padding: 30px 0;
}

section.classic h2 {
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 767px) {
  section.classic h2 {
    margin-bottom: 30px;
  }
}

section.classic p {
  font-size: 20px;
  max-width: 700px;
}

section.classic .tab-content .tab-pane {
  display: none;
}

section.classic .tab-content .tab-pane.active {
  display: block;
}

section.classic .platform {
  margin: 30px 0;
  padding: 0;
}

section.classic .platform li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

section.classic .platform li.active {
  border-bottom: 6px solid #d83b01;
}

section.classic .platform li a {
  font-size: 2em;
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0 20px;
}

section.classic .platform li.active a {
  color: #d83b01;
  font-weight: 600;
}

section.classic .tab-pane .desktop {}

section.classic .tab-pane .mobile h3 {
  margin-bottom: 15px;
  color: #d83b01;
  font-weight: 600;
}

section.classic .tab-pane .mobile p {
  margin-bottom: 40px;
}

section.classic .details {
  margin: 20px 0;
}

section.classic .details h3 {
  color: #d83b01;
  margin-bottom: 20px;
}

section.classic .details p {}

section.classic .screenshot {
  text-align: center;
}

@media (max-width: 991px) {
  section.classic .screenshot {
    margin-top: 20px;
  }
}

/* Chart section */
section.chart {padding-bottom: 15px; padding-top: 35px;}

section.chart h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
}
section.chart p {
  font-size: 20px;
  max-width: 700px;
}
section.chart p .act-now {
  color: #d83b01;
  font-size: 20px;
  font-weight: 600;
}
section.chart .row {display: table; width: 100%;}
section.chart .row .col-md-6{display: table-cell; vertical-align: middle; float: none;}
section.chart .row .col-md-6.img{text-align: right;}
section.chart .row .col-md-6.img img{max-width: 480px; width: 100%;} 

@media (max-width: 991px){
  section.chart .row {display: block; width: 100%;}
  section.chart .row .col-md-6{display: block;width: 100%;}
  section.chart .row .col-md-6.img{text-align: center; margin-top: 3rem;}
}

@media (max-width: 767px) {
  /* section.chart h2 {
    margin-bottom: 70px;
  } */
}

section.chart .carousel-control {
  background-image: none !important;
  top: 50%;
  margin-top: -23px;
}

section.chart .carousel-control.left {
  left: -30px;
  width: auto;
}

section.chart .carousel-control.right {
  right: -30px;
  width: auto;
}

@media (max-width: 767px) {
  section.chart .carousel-control.left {
    left: 5px;
    width: auto;
    top: -35px;
  }

  section.chart .carousel-control.right {
    right: 5px;
    width: auto;
    top: -35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.chart .carousel-control.left {
    left: -40px;
  }

  section.chart .carousel-control.right {
    right: -40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.chart #carousel-chart {
    width: 90%;
    margin: 0 auto;
  }
}

section.chart .disclaimer {
  font-size: 14px;
  color: #807f7f;
  margin-top: 40px;
  text-align: center;
}

section.chart .disclaimer sup {
  font-size: 50%;
  top: -.7em;
}


/* Install section */
section.install {
  
  background-color: #e6e6e6;
}

section.install .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
section.install .container .downarrow {
  position: absolute; left: 60px; top:0;
}
section.install .container .downarrow img{width: 40px; height: auto; display: block;}

@media (max-width: 767px) {
  section.install {
    padding: 0 0 40px 0;
    background-color: #fff;
  }
  section.install .container {
    padding-bottom: 0;
    padding-top: 1rem;
  }
  section.install p{margin-bottom: 20px;}
  section.install p br{display: none;}
  section.install .container .downarrow {
    display: none;
  }
}

section.install h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  color: #d83b01;
}

section.install p{
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 767px) {
  section.install h2 {
    font-size: 30px;
  }
}

section.install h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.install video {
  background-color: #333;
  width: 480px;
  height: 270px;
}

@media (max-width: 767px) {
  section.install video {
    max-width: 100%;
  }
}

/* faq */
section.faqs {
  padding: 60px 0;
}

@media (max-width: 767px) {
  section.faqs {
    padding: 40px 0;
  }
}

section.faqs h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

section.faqs .question {
  position: relative;
}

section.faqs .question p {
  cursor: pointer;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 10px 0 5px 65px;
  font-size: 24px;
}


@media (max-width: 767px) {
  section.faqs .question p {
    font-size: 20px;
    padding-top: 0;
    padding-left: 55px;
  }
}

section.faqs .question .arrow {
  height: 50px;
  width: 50px;
  left: 0;
  position: absolute;
  background: url('../media/svg/dropdown-plus.svg') 0 0 no-repeat;
  background-size: 50px 50px;
}

section.faqs .question.active .arrow {
  background: url('../media/svg/dropdown-minus.svg') 0 0 no-repeat;
  background-size: 50px 50px;
}

@media (max-width: 767px) {
  section.faqs .question .arrow {
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    margin-top: 5px;
  }

  section.faqs .question.active .arrow {
    background-size: 40px 40px;
  }
}

section.faqs .answer {
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

section.faqs .answer p {
  padding-left: 65px;
  margin-bottom: 10px;
  font-size: 24px;
}

section.faqs .answer p a {
  font-size: 24px;
}
section.faqs .answer p strong {
  font-size: 24px;
}

@media (max-width: 767px) {
  section.faqs .answer p {
    font-size: 20px;
  }

  section.faqs .answer p a {
    font-size: 20px;
  }
}

section.faqs .answer ul {
  padding-left: 65px;
}

section.faqs .answer ul li {
  margin-bottom: 10px;
  font-size: 24px;
}

/* Footer */
footer {
  background-color: #f2f2f2;
  padding: 20px 0;
}

footer .container {
  position: relative;
}

footer h4 {
  font-weight: 600;
  font-size: 0.9em;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 10px;
}

footer ul li a {
  color: #787878;
  font-size: 0.8em;
}
.footer__wrapper {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .col-sm-4 {
    height: 291px;
  }
}

@media (max-width: 767px) {
  footer .col-xs-6 {
    height: 335px;
  }
}

/* Кнопка купить сейчас */
.buy .btn-primary {
	color: #fff;
    background-color: #d83b01;
    border-color: #d83b01;
	padding: 14px 18px;
    border-radius: 0px;
    font-size: 18px;
}

.buy .btn-primary:hover {
    color: #fff;
    background-color: #b23101;
    border-color: #a52d01;
}