@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
a,
a:hover,
a:visited,
a:active,
a:link {
  color: #274263;
}

* {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #274263;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

body,
html {
  width: 100%;
  height: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

input,
button {
  -webkit-appearance: none;
}

.tel {
  display: none !important;
}

header {
  -webkit-box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1888;
  padding-left: 30px;
  padding-right: 30px;
  height: 110px;
}
header .container {
  position: relative;
}
header .header-contacts {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-contacts a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-left: 25px;
  font-weight: 500;
}
header .header-contacts a .icon {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
header .logo img {
  max-height: 66px;
  max-width: 200px;
}
header .flex-row {
  height: 110px;
  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;
}
header nav {
  padding-top: 30px;
}
header nav .nav-list {
  list-style: none;
  margin-bottom: 0;
}
header nav .nav-list li {
  display: inline-block;
  margin-left: 45px;
}
header nav .nav-list li a {
  font-weight: 500;
  font-size: 16px;
}
header nav .nav-list li a:hover {
  color: #00A8ED;
}
header .btn-nav-tel {
  float: right;
  cursor: pointer;
  padding: 12px 0;
}
header .btn-nav-tel span {
  position: relative;
  display: block;
  width: 25px;
  height: 3px;
  background: #274263;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header .btn-nav-tel span:before, header .btn-nav-tel span:after {
  position: absolute;
  background: #274263;
  content: '';
  width: 25px;
  height: 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
header .btn-nav-tel span:before {
  top: -8px;
}
header .btn-nav-tel span:after {
  top: 8px;
}
header .btn-nav-tel.active span {
  background: transparent;
}
header .btn-nav-tel.active span:before {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
          transform: rotate(45deg) translate(5px, 6px);
}
header .btn-nav-tel.active span:after {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
          transform: rotate(-45deg) translate(5px, -6px);
}
header #btnNav {
  display: none;
}

@media screen and (max-width: 1100px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  header .header-bottom nav .nav-list li {
    margin-left: 20px;
  }

  header .header-top .item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tel {
    display: block !important;
  }

  .desc {
    display: none !important;
  }

  header {
    height: 70px;
  }

  header .header-bottom .flex-row {
    height: 70px;
  }

  header .logo img {
    max-height: 50px;
    max-width: 200px;
  }

  header .header-contacts {
    position: relative;
    top: auto;
    right: auto;
    padding-left: 20px;
  }
  header .header-contacts a {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header-contacts a .icon {
    height: 20px;
    width: 20px;
  }

  header nav {
    padding-top: 0;
  }

  header .nav-box {
    padding: 15px 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    display: inline-block;
    float: none;
    right: 0;
    width: 100%;
    right: -100%;
    border-top: 1px solid #f7f7f7;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  header .nav-box nav {
    margin: 0;
  }

  header .nav-box nav .nav-list li a {
    font-size: 20px;
    padding: 15px 20px;
    display: block;
    text-align: left;
  }

  header .nav-box nav .nav-list li {
    margin: 0;
    display: block;
  }

  header .nav-box.in {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  header #btnNav {
    display: inline-block;
    z-index: 1999;
  }

  header .header-top .flex-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-top .item {
    margin: 0 10px;
  }
  header .header-top .item:first-child {
    display: none;
  }
}
footer {
  text-align: center;
  padding: 15px 0;
  background: #FAF6F6;
}
footer .row {
  font-size: 14px;
}
footer .row a {
  font-size: 14px;
  text-decoration: underline;
}

.btn-castom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  background: #00A8ED;
  outline: none;
  border: none;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
}

.btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  background: #fff;
  outline: none;
  border: none;
  color: #00A8ED !important;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
}

label.error {
  text-align: center;
  display: block;
  color: red;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #de1a1a !important;
  margin: 0 !important;
  background: #c72222 !important;
  text-align: center !important;
  font-size: 14px !important;
  padding: 5px !important;
  color: #fff !important;
  border-radius: 4px !important;
}

span.wpcf7-not-valid-tip {
  color: #ca1717 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  display: block !important;
}

.wpcf7-response-output {
  margin-top: 20px !important;
}

div.wpcf7-mail-sent-ok,
.wpcf7-response-output {
  margin-top: 60px !important;
  border: 1px solid #398f14;
  border: 1px solid #209219 !important;
  margin: 0 !important;
  background: #1c982b !important;
  text-align: center !important;
  font-size: 14px !important;
  padding: 5px !important;
  color: #fff !important;
  border-radius: 4px !important;
  margin-top: 60px !important;
}

form .btn-castom {
  margin-top: 10px !important;
  font-size: 16px;
  float: left;
  cursor: pointer;
}

textarea.input {
  height: 180px;
  resize: none;
}

.input:focus {
  border-color: #274263;
}

.input {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 18px 15px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  background: none;
  border: 1px solid #ececec;
  color: #274263;
  margin: 8px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb;
}

.input-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}

.input-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb;
}

.input-form:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb;
}

textarea.input-form {
  resize: none;
  height: 180px;
}

.castom-modal {
  padding: 30px;
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.castom-modal .form-title {
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.castom-modal .btn-castom {
  margin-top: 20px;
  width: 100%;
  border: none;
  padding: 20px 20px;
  cursor: pointer;
}
.castom-modal .input-form {
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 18px 15px;
  font-size: 18px;
  border: none;
  background: none;
  border: 3px solid #ccc;
  color: #274263;
  margin: 8px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.castom-modal .input-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #274263;
}
.castom-modal .input-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #274263;
}
.castom-modal .input-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #274263;
}
.castom-modal .input-form:-moz-placeholder {
  /* Firefox 18- */
  color: #274263;
}
.castom-modal .btn-castom {
  margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
  .castom-modal {
    width: 100%;
    padding: 20px 10px;
  }
  .castom-modal .form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.title {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

.fancybox-button svg * {
  color: #fff !important;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sessions .col {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 4px);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sessions .white-box:hover {
  opacity: 1;
  position: relative;
  top: -10px;
  -webkit-box-shadow: 0px 4px 39px rgba(150, 150, 150, 0.27);
          box-shadow: 0px 4px 39px rgba(150, 150, 150, 0.27);
}

.white-box {
  position: relative;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  border-radius: 0px 29px 0px 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 39px rgba(217, 217, 217, 0.37);
          box-shadow: 0px 4px 39px rgba(217, 217, 217, 0.37);
}
.white-box__info {
  position: relative;
  padding: 30px 24px;
  padding-bottom: 40px;
  padding-right: 70px;
}
.white-box__img {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 0px 25px 0px 0px;
}
.white-box__title {
  font-size: 20px;
  font-weight: 700;
}
.white-box__desc {
  font-size: 15px;
  margin-top: 15px;
}
.white-box__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #025F8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
}
.white-box__btn .icon {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.contact-follows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-follows a:first-child {
  margin-left: 0;
}
.contact-follows a:last-child {
  margin-right: 0;
}
.contact-follows a {
  display: block;
  margin: 0 7px;
}
.contact-follows a .icon {
  height: 25px;
  width: 25px;
}

.slick-slider .slick-dots {
  margin-top: 30px;
  bottom: -50px;
}
.slick-slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  font-size: 12px;
  width: 12px;
  height: 12px;
  opacity: .2;
  color: #222;
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #222;
}

@media screen and (max-width: 1024px) {
  .sessions .col {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .indent {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .sessions .col {
    width: 100%;
    padding: 15px 10px;
  }
}
.page-head {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .page-head {
    height: 280px;
  }
}
.page-product .main .item-info .item-title {
  font-size: 42px;
}
.page-product .main .item-info {
  max-width: 500px;
}
.page-product .page-content {
  padding-top: 80px;
}
.page-product .page-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-product .page-content .col01 {
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-product .page-content .col02 {
  width: 100%;
  padding-left: 40px;
}
.page-product .block {
  margin-bottom: 60px;
}
.page-product .block__title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 25px;
}
.page-product .block__text p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}
.page-product .block iframe {
  width: 100% !important;
  height: 400px !important;
}
.page-product .block .btn-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #EF4C4E;
}
.page-product .block .btn-pdf img {
  margin-right: 10px;
}

.guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.guide img {
  max-width: 230px;
  height: auto;
}
.guide__info {
  width: 470px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.guide__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.guide__text {
  font-size: 18px;
  line-height: 150%;
}

.sidebar.sidebar-menu {
  padding-bottom: 25px;
}

.sidebar.sidebar-feedback {
  padding-bottom: 20px;
}

.sidebar.sidebar-amazon .btn-castom {
  background: #FF9900;
}

.sidebar-product img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}

.sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 62px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 62px rgba(0, 0, 0, 0.04);
  border-radius: 40px 0;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.sidebar__link {
  display: block;
  color: #00A8ED !important;
  margin-bottom: 10px;
  font-size: 16px;
}
.sidebar__text p {
  font-size: 16px;
  line-height: 150%;
}
.sidebar .btn-castom {
  margin-top: 15px;
}
.sidebar .item-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: 20px 0;
  font-size: 16px;
}
.sidebar .item-contacts a .icon {
  margin-right: 10px;
  height: 20px;
  width: 24px;
}

@media screen and (max-width: 1200px) {
  .guide__info {
    width: 345px;
  }
}
@media screen and (max-width: 1023px) {
  .page-product .page-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .page-product .page-content .col02 {
    padding-left: 0;
  }

  .page-product .page-content {
    padding-top: 10px;
  }

  .guide__info {
    width: 100%;
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .guide__img {
    width: 320px;
  }

  .page-product .page-content .col01 {
    width: 100%;
  }

  .sidebar__link {
    margin-top: 10px;
  }

  .sidebar.sidebar-menu {
    margin-bottom: 40px;
  }

  .page-product .block__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .guide__item {
    display: block;
  }

  .guide__info {
    margin-top: 20px;
  }

  .page-product .main .item-info .item-title {
    font-size: 28px;
  }
}
body.no-scroll {
  overflow: hidden !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover,
button:hover {
  opacity: .85;
}

.title {
  font-size: 40px;
  font-weight: 700;
}

.container {
  max-width: 1170px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.main {
  padding-top: 160px;
}
.main .row {
  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;
}
.main .item-info {
  max-width: 380px;
}
.main .item-info .item-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 105%;
}
.main .item-info .item-subtitle {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 150%;
}
.main .item-img img {
  max-width: 661px;
  height: auto;
}

.catalog {
  padding-top: 110px;
  padding-bottom: 50px;
}
.catalog .title {
  margin-bottom: 70px;
}
.catalog .catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
}
.catalog .catalog-item__img {
  	width: 457px;
	text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog .catalog-item__img img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}
.catalog .catalog-item__info {
  padding-left: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalog .catalog-item__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.catalog .catalog-item__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 150%;
}
.catalog .catalog-item__buttons {
  margin-top: 30px;
  display: block;
}
.catalog .catalog-item .btn-white {
  margin-left: 10px;
}

.offer {
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.offer img {
  margin: auto;
}
.offer .title {
  margin: auto;
  font-size: 35px;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 700px;
}
.offer .item-text {
  max-width: 700px;
  margin: auto;
}
.offer .item-text * {
  color: #fff !important;
}
.offer .item-text p {
  margin: auto;
  color: #fff;
  line-height: 150%;
}
.offer .item-text a {
  text-decoration: underline;
}

.contacts {
  padding: 110px 0;
}
.contacts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts .item {
  width: 50%;
}
.contacts .item-info {
  padding-right: 30px;
}
.contacts .item-info .title {
  text-align: left;
  font-size: 38px;
  margin-bottom: 40px;
}
.contacts .item-info p {
  line-height: 150%;
  margin-bottom: 20px;
}
.contacts .item-contacts {
  margin-top: 40px;
}
.contacts .item-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: 20px 0;
}
.contacts .item-contacts a .icon {
  margin-right: 10px;
  height: 24px;
  width: 28px;
}
.contacts .item-form {
  padding-top: 80px;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }

  .main .item-img img {
    max-width: 520px;
    width: 100%;
  }

  .catalog .catalog-item .btn-white {
    margin-top: 10px;
    margin-left: 0;
  }

  .catalog .catalog-item__info {
    padding-left: 40px;
  }

  .catalog .catalog-item__img {
    width: 370px;
  }

  .catalog .catalog-item__buttons {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .main .item-info {
    max-width: 660px;
    text-align: center;
  }

  .main .item-img {
    margin-bottom: 30px;
  }

  .main .item-info .item-title {
    font-size: 38px;
  }

  .main .item-info .item-subtitle {
    margin-bottom: 25px;
  }

  .contacts .row {
    display: block;
  }

  .contacts .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts .item-form {
    padding-top: 40px;
  }

  .contacts .item-info .title {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .contacts {
    padding: 80px 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 110px;
  }

  .catalog .catalog-item {
    display: inline-block;
    width: 100%;
  }

  .catalog .catalog-item__info {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog .catalog-item__img {
    margin: auto;
  }

  .catalog .catalog-item {
    text-align: center;
  }

  .catalog .catalog-item .btn-castom,
  .catalog .catalog-item .btn-white {
    display: block;
    width: 290px;
    margin: auto;
    margin-left: auto;
    margin-top: 10px;
  }

  .catalog .catalog-item__buttons {
    margin-top: 20px;
  }

  .catalog .catalog-item {
    margin: 30px 0;
  }

  .title {
    font-size: 32px;
  }

  .catalog .title {
    margin-bottom: 20px;
  }

  .catalog .catalog-item__title {
    font-size: 24px;
    line-height: 120%;
  }

  .catalog .catalog-item__img {
    width: 100%;
    max-width: 300px;
  }

  .catalog .catalog-item__text {
    margin-top: 12px;
  }

  .catalog {
    padding-top: 90px;
  }

  .offer {
    padding: 120px 0;
  }

  .offer .title {
    font-size: 32px;
  }
}

/*# sourceMappingURL=style.css.map */