@font-face {
  font-family: "PT_Sans-Web-Regular";
  src: url("../font/PT_Sans-Web-Regular.ttf"); }

@font-face {
  font-family: "PT_Sans-Web-Italic";
  src: url("../font/PT_Sans-Web-Italic.ttf"); }

@font-face {
  font-family: "PT_Sans-Web-Bold";
  src: url("../font/PT_Sans-Web-Bold.ttf"); }

@font-face {
  font-family: "PT_Sans-Web-BoldItalic";
  src: url("../font/PT_Sans-Web-BoldItalic.ttf"); }

@font-face {
  font-family: "PT_Serif-Web-Regular";
  src: url("../font/PT_Serif-Web-Regular.ttf"); }

@font-face {
  font-family: "PT_Serif-Web-Italic";
  src: url("../font/PT_Serif-Web-Italic.ttf"); }

@font-face {
  font-family: "PT_Serif-Web-Bold";
  src: url("../font/PT_Sans-Web-Bold.ttf"); }

@font-face {
  font-family: "PT_Serif-Web-BoldItalic";
  src: url("../font/PT_Sans-Web-BoldItalic.ttf"); }

.s01__form-desc a:hover,
.s04__form__box-desc a:hover,
.s08__form__box-desc a:hover,
.s10__box_right__form__main-desc a:hover,
.footer__txt a:hover {
  color: #026fed; }

.s03__desc a:hover,
.s07__form__box-desc a:hover {
  color: white; }

.s02__box__item__desc-txt a:hover {
  color: #de8c18; }

.s02__box__item-title a:hover {
  color: #de8c18; }

.s02__box__item__desc:hover .s02__box__item__desc-circle {
  background-color: #de8c18;
  border-radius: 0%; }

.s01__form__box-btn:hover,
.s04__form__box-btn:hover,
.s07__form__box-btn:hover,
.s08__form__box-btn:hover,
.s10__form__box-btn:hover {
  background-image: linear-gradient(to bottom, #f6c135, #f2952d), linear-gradient(#f6c135, #f2952d); }

.hidden{display: none;}

a {
  text-decoration: none;
  color: black; }

ul {
  margin: 0;
  padding: 0;
  padding-left: 16px; }

button {border: none; }

img {display: block; }

.s01__form-desc a,
.s03__desc a,
.s04__form__box-desc a,
.s07__form__box-desc a,
.s08__form__box-desc a,
.s10__box_right__form__main-desc a,
.footer__txt a {
  transition: 0.3s; }

.s01,
.s02,
.s03,
.s04,
.s05,
.s06,
.s07,
.s08,
.s09,
.s10,
.s11,
.s12,
.s13,
.footer,
.article,
.article__main,
.article-form,
.article-back,
.cerc__main {
  width: 100%;
  max-width: 4920px;
  min-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }

.s01__container,
.s02__container,
.s03__container,
.s04__container,
.s05__container,
.s06__container,
.s07__container,
.s08__container,
.s09__container,
.s10__container,
.s11__container,
.s12__container,
.s13__container,
.article__container,
.article__main__container,
.article__form__container,
.artile-form__container,
.cerc__main__container {
  padding: 0 5px;
  width: 945px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }

.s01 {
  background-image: url("../img/1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  height: 760px;
}

.s01__head {
  transition: 0.3s;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  padding-top: 20px;
  padding-bottom: 20px; }

.s01__head:nth-child(2) {
  display: none; }

.s01__head__container {
  z-index: 5;
  padding: 0 5px;
  box-sizing: border-box;
  width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative; }

.s01__head__menu {
  display: flex;
  align-items: center;
  cursor: pointer; }

.s01__head__menu-img {
  margin-right: 9px; }

.s01__head__menu-txt {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  text-align: right;
  color: #272727;
}

.s01__head__logo {
  display: flex;
  align-items: center; }

.s01__head__logo-img {margin-right: 0px; }
.s01__head__logo-img i, .article__head__logo-img i{
  font-size: 66px;
  color: #0080f0;
}

.s01__head__logo-title {
  font-family: "PT_Sans-Web-Regular";
  font-size: 24px;
  color: #272727; }
  .s01__head__logo-title span {
    text-transform: uppercase;
    color: #0080f0;
    font-family: "PT_Sans-Web-Bold"; }

.s01__head__contacts-phone {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  color: #272727;
  padding-bottom: 5px; }

.s01__head__contacts-mail {
  font-family: "PT_Sans-Web-Italic";
  font-size: 18px;
  text-align: right;
  color: #272727; }

.s01__title {
  padding-top: 92px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "PT_Serif-Web-Regular";
  color: #ffffff; 
}

.s01__title-main {
  margin: auto;
  width: 578px;
  font-size: 50px;
  text-shadow: 0px 2px 6.1px rgba(0, 0, 0, 0.28);
  padding-bottom: 30px; }

.s01__title-desc {
  font-family: "PT_Serif-Web-Regular";
  font-size: 24px;
  color: #ffffff; }

.s01__form {
  box-sizing: border-box;
  width: 840px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto;
  margin-bottom: 360px; }

.s01__form-title {
  padding-top: 29px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 14px; }

.s01__form__box {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 20px; }
  .s01__form__box input {
    box-sizing: border-box;
    border: 1px solid;
    width: 240px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    padding-left: 20px;
    margin-right: 20px;
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    color: #272727; }
  .s01__form__box input::-webkit-input-placeholder {
    color: black; }
  .s01__form__box input::-moz-input-placeholder {
    color: black; }

.s01__form__box-btn,
.s04__form__box-btn,
.s07__form__box-btn,
.s08__form__box-btn,
.s10__form__box-btn {
  cursor: pointer;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #fedb32, #f4771e), linear-gradient(#eba83e, #eba83e);
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  text-align: center;
  color: #272727;
  padding: 15px 57px;
  transition: 0.3s ease-in; }

.s01__form-desc {
  width: 568px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding-bottom: 25px; }
  .s01__form-desc a {
    color: #de8c18;
    text-decoration: underline; }

.s02 {
  background-image: url("../img/s02__img_big.png");
  background-repeat: no-repeat;
  background-position: 1035px; }

.s02__title {
  padding-top: 70px;
  padding-bottom: 33px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 40px;
  color: #272727; }

.s02__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }

.s02__box__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 79px;
  margin-bottom: 45px; }

.s02__box__item-img{
  margin-bottom: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-image: -moz-linear-gradient( 90deg, rgb(244,119,30) 0%, rgb(249,169,40) 41%, rgb(254,219,50) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(244,119,30) 0%, rgb(249,169,40) 41%, rgb(254,219,50) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(244,119,30) 0%, rgb(249,169,40) 41%, rgb(254,219,50) 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s02__box__item-img i{
  font-size: 35px;
  width: 60px;
  display: block;
  text-align: center;
  padding-top: 12px;
}
.s02__box__item-img i.i-u2{font-size: 25px;text-align: left;padding-left: 5px;padding-top: 18px;}
.s02__box__item-img i.i-u7{font-size: 25px;text-align: left;padding-left: 3px;padding-top: 18px;}
.s02__box__item-title {
  width: 350px;
  transition: 0.3s;
  font-family: "PT_Serif-Web-Regular";
  font-size: 30px;
  text-align: left;
  color: #026fed;
  padding-bottom: 14px;
}
  .s02__box__item-title a {
    transition: 0.3s;
    font-family: "PT_Serif-Web-Regular";
    font-size: 30px;
    text-align: left;
    color: #026fed;
    text-decoration: underline;
    padding-bottom: 14px;
    cursor: pointer; }

.s02__box__item__desc {
  display: flex;
  align-items: center; }

.s02__box__item__desc-circle {
  transition: 0.3s;
  width: 9px;
  height: 9px;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 8px; }

.s02__box__item__desc-txt {
  font-family: "PT_Serif-Web-Regular";
  font-size: 18px;
  line-height: 1.67;
  color: #272727;
  text-decoration: underline; }

.s03 {
  background-image: url("../img/s03__bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.s03__main {
  padding-top: 71px;
  padding-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center; }

.s03__main__item {
  margin-right: 30px; }

.s03__main__item:nth-child(5) {
  margin-right: 0; }

.s03__main__item-img {
  padding-bottom: 20px; }
  .s03__main__item-img img {
    margin: auto; }

.s03__main__item-txt {
  width: 170px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin: auto; }
  .s03__main__item-txt span {
    font-family: "PT_Sans-Web-Bold";
    color: #f8a126; }

.s03__desc {
  font-family: "PT_Sans-Web-Regular";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-bottom: 45px; }
  .s03__desc a {
    color: #f8a126;
    text-decoration: underline; }

.s04__title {
  width: 573px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 40px;
  text-align: left;
  color: #272727;
  padding-bottom: 30px; }

.s04__form {
  padding-top: 70px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  justify-content: center; }

.s04__form__box {
  width: 100%; }
  .s04__form__box input {
    box-sizing: border-box;
    width: 240px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #b5b5b5;
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    color: #272727;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }

.s04__form__box-btn {
  padding: 15px 14px; }

.s04__form__box-desc {
  width: 565px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 16px;
  text-align: left;
  color: #272727; }
  .s04__form__box-desc a {
    text-decoration: underline;
    color: #de8c18; }

.s04__img {
  position: absolute;
  top: 78px;
  right: -75px; }

.s05 {
  background-image: url("../img/s05__bg01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.s05__title {
  padding-top: 70px;
  padding-bottom: 35px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 40px;
  color: #ffffff; }

.s05__main__item {
  display: flex;
  padding-bottom: 50px; }

.s05__main__item__desc {
  margin-left: 30px; }
.s05__main__item__desc-icon i{font-size: 55px;color: #fff;}
.s05__main__item__desc-title {
  font-family: "PT_Serif-Web-Regular";
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 11px; }

.s05__main__item__desc-txt {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 17px; }

.s05__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.s05__box__item {
  margin-right: 33px;
  margin-bottom: 33px; }

.s05__box__item-img {
  margin-bottom: 20px; }

.s05__box__item-title {
  font-family: "PT_Serif-Web-Regular";
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: center; }

.s05__box__item-txt {
  width: 180px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto; }

.s06__container {
  background-image: url("../img/s06__container__bg.jpg");
  background-repeat: no-repeat;
  background-position: left 175px; }

.s06__title {
  font-family: "PT_Serif-Web-Regular";
  font-size: 40px;
  padding-top: 68px;
  padding-bottom: 32px;
  color: #272727; }

.s06__content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap; }

.s06__content__item {
  width: 385px;
  margin-right: 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center; }

.s06__content__item:nth-child(2n) {
  margin-right: 0; }

.s06__content__item-img {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,91,234) 0%, rgb(0,198,251) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,91,234) 0%, rgb(0,198,251) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,91,234) 0%, rgb(0,198,251) 100%);
  color: #fff;
  font-size: 33px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.s06__content__item-img i{
  text-align: center;
  width: 60px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s06__content__item-img i.i-s9{font-size: 24px;text-align: left;padding-left: 6px;padding-top: 6px;}
.s06__content__item-img i.i-s11{text-align: left;padding-left: 3px;padding-top: 2px;}
.s06__content__item .s06__content__item-img:after{
  content: '1';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 14px;
  font-family: "PT_Sans-Web-Regular";
  color: #181818;
  text-align: center;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s06__content__item:nth-child(2) .s06__content__item-img:after{content: '2';}
.s06__content__item:nth-child(3) .s06__content__item-img:after{content: '3';}
.s06__content__item:nth-child(4) .s06__content__item-img:after{content: '4';}
.s06__content__item:nth-child(5) .s06__content__item-img:after{content: '5';}
.s06__content__item:nth-child(6) .s06__content__item-img:after{content: '6';}
.s06__content__item:nth-child(7) .s06__content__item-img:after{content: '7';}
.s06__content__item:nth-child(8) .s06__content__item-img:after{content: '8';}
.s06__content__item:nth-child(9) .s06__content__item-img:after{content: '9';}
.s06__content__item:nth-child(10) .s06__content__item-img:after{content: '10';}
.s06__content__item:nth-child(11) .s06__content__item-img:after{content: '11';}

.s06__content__item-txt {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  color: #272727; }
  .s06__content__item-txt span {
    color: #de8c18;
    text-decoration: underline; }

.s07 {
  background-image: url("../img/3.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.s07__container {
  display: flex;
  align-items: center;
  justify-content: center; }

.s07__title {
  padding-top: 70px;
  padding-bottom: 20px;
  width: 600px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 26px;
  color: #ffffff; }

.s07__form {
  width: 60%;
  display: flex;
  flex-wrap: wrap; }

.s07__form__box {
  width: 100%; }
  .s07__form__box input {
    box-sizing: border-box;
    border: 1px solid;
    width: 240px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    padding-left: 20px;
    margin-right: 20px;
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    color: #272727; }
  .s07__form__box input::-webkit-input-placeholder {
    color: black; }
  .s07__form__box input::-moz-input-placeholder {
    color: black; }

.s07__form__box-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 93px; }

.s07__form__box-btn:nth-child(2n) {
  display: none; }

.s07__form__box-desc {
  width: 565px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 110px; }
  .s07__form__box-desc a {
    color: #eba83e;
    text-decoration: underline; }

.s07__img {
  margin-left: 27px; }

.s08__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.s08__title {
  padding-top: 70px;
  padding-bottom: 30px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 40px;
  color: #272727; }

.s08__box__item {
  padding-bottom: 65px;
  align-items: flex-end; }

.s08__box__item-title {
  font-family: "PT_Serif-Web-Regular";
  font-size: 24px;
  color: #026fed;
  padding: 13px 0 5px; }

.s08__box__item-txt {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  line-height: 1.67;
  color: #272727; }

.s08__form {
  width: 100%; }

.s08__form-title {
  padding-bottom: 30px;
  width: 785px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 30px;
  text-align: center;
  color: #272727;
  margin: 0 auto; }
  .s08__form-title span {
    font-size: 20px;
    font-family: "PT_Sans-Web-Regular"; }

.s08__form-title_bot {
  width: 780px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 30px;
  text-align: center;
  color: #272727;
  margin: 0 auto;
  padding-bottom: 15px; }

.s08__form__box {
  width: 100%;
  display: flex;
  justify-content: center; }
  .s08__form__box input {
    box-sizing: border-box;
    border: 1px solid;
    width: 240px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    padding-left: 20px;
    margin-right: 20px;
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    color: #272727; }
  .s08__form__box input::-webkit-input-placeholder {
    color: black; }
  .s08__form__box input::-moz-input-placeholder {
    color: black; }

.s08__form__box-desc {
  width: 565px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 16px;
  text-align: center;
  color: #272727;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 56px; }
  .s08__form__box-desc a {
    color: #de8c18;
    text-decoration: underline; }

.s08__container hr {
  height: 1px;
  background-color: #000000;
  border-radius: 50%; }

.s09__title {
  margin-top: 70px;
  margin-bottom: 32px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 40px;
  line-height: 0.6;
  color: #181818; }

.s09__box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px; }

.s09__box__item-txt {
  margin-top: 10px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  color: #181818; }
.s09__box__item-txt span{font-family: "PT_Sans-Web-Bold"}
.s09__box__item {
  width: 230px; }
.s09__box__item-img{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 90deg, rgb(0,198,251) 0%, rgb(0,91,234) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,198,251) 0%, rgb(0,91,234) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,198,251) 0%, rgb(0,91,234) 100%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s09__link {
  margin-bottom: 55px; }
  .s09__link a {
    font-family: "PT_Sans-Web-Regular";
    font-size: 24px;
    line-height: 1;
    color: #026fed;
    text-decoration: underline; }

.s10 {
  background-image: url("../img/s10__bg01.jpg");
  background-size: cover;
  background-position: center;
  box-sizing: border-box; }

.s10__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

.s10__box_left,
.s10__box_right {
  width: 50%; }

.s10__box_left-title {
  padding-top: 70px;
  padding-bottom: 20px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 40px;
  color: #ffffff; }

.s10__box_left-desc {
  font-family: "PT_Sans-Web-Regular";
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 11px; }

.s10__box_left-desc-addres {
  padding-bottom: 18px;
  font-family: "PT_Sans-Web-Italic";
  font-size: 16px;
  color: #ffffff; }

.s10__box_left-communications {
  padding-top: 30px;
  padding-bottom: 7px;
  font-family: "PT_Sans-Web-Bold";
  font-size: 20px;
  color: #ffffff; }

.s10__box_left__call {
  display: flex; }

.s10__box_left__call-telephones {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  color: #ffffff;
  margin-right: 30px; }

.s10__box_left__call-btn__ghost {
  display: flex;
  width: 180px;
  height: 40px;
  border-radius: 5px;
  background: none;
  border: solid 1px #ffffff;
  cursor: pointer;
}
.s10__box_left__call-btn__ghost:hover{
  background-image: linear-gradient(to bottom, #fedb32, #f4771e), linear-gradient(#eba83e, #eba83e);
  border: none;
}
.s10__box_left__call-btn__ghost:hover
.s10__box_left__call-btn__ghost-txt{
  color: #181818;
}
.s10__box_left__call-btn__ghost-img {
  margin-right: 10px; }

.s10__box_left__call-btn__ghost-txt {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  color: #ffffff; }

.s10__box_left-email-title {
  margin-top: 15px;
  font-family: "PT_Sans-Web-Bold";
  font-size: 20px;
  color: #ffffff; }

.s10__box_left-email {
  font-family: "PT_Sans-Web-Italic";
  font-size: 18px;
  color: #ffffff; }

.s10__box_right__form {
  width: 100%; }

.s10__box_right__form-title {
  padding-top: 50px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px; }

.s10__box_right__form__main {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .s10__box_right__form__main input {
    box-sizing: border-box;
    border: 1px solid;
    width: 280px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    padding-left: 20px;
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    color: #272727;
    margin-bottom: 25px; }
  .s10__box_right__form__main input::-webkit-input-placeholder {
    color: black; }
  .s10__box_right__form__main input::-moz-input-placeholder {
    color: black; }
  .s10__box_right__form__main textarea {
    box-sizing: border-box;
    width: 280px;
    height: 100px;
    border-radius: 3px;
    background-color: #ffffff;
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    color: #272727;
    padding-left: 20px;
    margin-bottom: 20px; }

.s10__form__box-btn {
  margin-bottom: 20px;
  padding: 15px 53px; }

.s10__box_right__form__main-desc {
  width: 383px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 16px;
  text-align: center;
  color: #ffffff; }
  .s10__box_right__form__main-desc a {
    color: #eba83e;
    text-decoration: underline; }
  .s10__box_right__form__main-desc a:hover{color: #fff;}
#s11__form .s10__box_right__form-title{color: #181818;font-size: 26px;padding-top: 30px;}
#s11__form .s10__box_right__form__main-desc{margin-bottom: 20px;font-size: 14px;color: #181818;}

.footer {
  background-color: #000000;
  text-align: center; }

.footer__txt {
  padding: 17px 0;
  font-family: "PT_Serif-Web-Regular";
  font-size: 14px;
  text-align: center;
  color: #ffffff; }
  .footer__txt a {
    color: #eba83e;
    text-decoration: underline; }

.s01__head__menu__hidden {
  background-color: white;
  position: absolute;
  top: 91px;
  left: 0px;
  z-index: 2;
  display: none; }

.s01__head__menu__hidden__list-element {
  font-family: "PT_Sans-Web-Regular";
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: underline; }
  .s01__head__menu__hidden__list-element a {
    cursor: pointer;
    transition: 0.2s ease-in; }
  .s01__head__menu__hidden__list-element a:hover {
    color: #f8a126; }

.s01__head__menu__hidden__list {
  padding-right: 48px;
  padding-left: 49px;
  padding-top: 10px;
  padding-bottom: 20px; }

.headhesive {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  transform: translateY(-20%);
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.6); }
  .headhesive .s01__head__logo-img img, .headhesive .article__head__logo-img img {
    width: 50px; }
  .headhesive .s01__head__menu {
    padding-right: 120px; }
  .headhesive .s01__head__menu-txt,
  .headhesive .s01__head__contacts-phone,
  .headhesive .s01__head__logo-title,
  .headhesive .s01__head__contacts-mail {
    color: white; }
  .headhesive .s01__head__logo {
    padding-right: 120px; }
  .headhesive .s01__head__menu__hidden {
    background: #676767;
    top: 95px;
    position: fixed;
    left: 451px; }
  .headhesive .s01__head__menu__hidden__list-element {
    color: white; }
    .headhesive .s01__head__menu__hidden__list-element a {
      color: white; }

.headhesive--stick {
  transform: translateY(0%);
  opacity: 1; }

.article__head {
  transition: 0.3s;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 10px;
  padding-bottom: 10px; }

.article__head__container {
  z-index: 5;
  padding: 0 5px;
  box-sizing: border-box;
  width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative; }

.article__head__menu {
  display: flex;
  align-items: center;
  cursor: pointer; }

.article__head__menu-img {
  margin-right: 9px; }

.article__head__menu-txt {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  text-align: right;
  color: #272727; }

.article__head__logo {
  display: flex;
  align-items: center; }

.article__head__logo-img {
  margin-right: 20px; }

.article__head__logo-title {
  font-family: "PT_Sans-Web-Regular";
  font-size: 24px;
  color: #272727; }
  .article__head__logo-title span {
    text-transform: uppercase;
    color: #0080f0;
    font-family: "PT_Sans-Web-Bold"; }

.article__head__contacts-phone {
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  color: #272727;
  padding-bottom: 5px; }

.article__head__contacts-mail {
  font-family: "PT_Sans-Web-Italic";
  font-size: 18px;
  text-align: right;
  color: #272727; }

.article__head__menu__hidden {
  background-color: white;
  position: absolute;
  top: 85px;
  left: 0px;
  z-index: 2;
  display: none; }

.article__head__menu__hidden__list-element {
  font-family: "PT_Sans-Web-Regular";
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: underline; }
  .article__head__menu__hidden__list-element a {
    cursor: pointer;
    transition: 0.2s ease-in; }
  .article__head__menu__hidden__list-element a:hover {
    color: #f8a126; }

.article__head__menu__hidden__list {
  padding-right: 48px;
  padding-left: 49px;
  padding-top: 10px;
  padding-bottom: 20px; }

.article {
  background-image: url("../img/s01_bg01.jpg");
  background-position: bottom;
  background-size: cover; }

.article__container {
  min-height: 250px;
  padding-top: 34px;
  padding-bottom: 34px; }

.article__btn {
  position: relative;
  text-align: center; }

.article__btn_yellow {
  cursor: pointer;
  width: 175px;
  height: 60px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #fedb32, #f4771e), linear-gradient(#eba83e, #eba83e);
  font-family: "PT_Serif-Web-Regular";
  font-size: 24px;
  color: #272727;
  text-decoration: underline; }
  .article__btn_yellow img {
    display: inline-block;
    position: absolute;
    right: 515px; }

.article__title {
  text-align: center;
  width: 535px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 44px;
  color: #ffffff;
  text-shadow: 0px 2px 6.1px rgba(0, 0, 0, 0.28);
  margin: auto;
  margin-top: 20px; }

.article__main__container {
  padding-top: 20px;
  padding-bottom: 55px;
  width: 735px; }
  .article__main__container p {
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    line-height: 1.5;
    color: #272727; }
  .article__main__container span{font-size: 12px;line-height: 1;padding-left: 30px;}
  .article__main__container a {
    text-decoration: underline;
    color: #026fed; }

.article-form {
  background-image: url("../img/3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.artile-form__container {
  display: flex;
  align-items: center;
  justify-content: center; }

.artile-form__title {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 600px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 28px;
  color: #ffffff; }

.artile-form__form {
  width: 60%;
  display: flex;
  flex-wrap: wrap; }

.artile-form__form__box {
  width: 100%; }
  .artile-form__form__box input {
    box-sizing: border-box;
    border: 1px solid;
    width: 240px;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    padding-left: 20px;
    margin-right: 20px;
    font-family: "PT_Sans-Web-Regular";
    font-size: 18px;
    color: #272727; }
  .artile-form__form__box input::-webkit-input-placeholder {
    color: black; }
  .artile-form__form__box input::-moz-input-placeholder {
    color: black; }

.artile-form__form__box-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 93px; }

.artile-form__form__box-desc {
  width: 565px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 35px; }
  .artile-form__form__box-desc a {
    color: #eba83e;
    text-decoration: underline; }

.artile-form__img {
  margin-left: 27px; }

.article-back__link {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  width: 346px;
  font-family: "PT_Serif-Web-Regular";
  font-size: 30px;
  margin: auto; }
  .article-back__link a {
    color: #026fed;
    text-decoration: underline; }

.article-back__link-img {
  margin-right: 20px; }

.cerc__main__desc {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 729px;
  font-family: "PT_Sans-Web-Regular";
  font-size: 18px;
  line-height: 1.5;
  color: #272727; }

.cerc__main__images {
  width: 100%;
  margin-bottom: 60px;
  text-align: center; }
  .cerc__main__images img {
    display: inline-block;
    margin-right: 13px; }
  .cerc__main__images img:nth-child(4) {
    margin-right: 0; }

.article__head:nth-child(2n) {
  display: none; }

@media screen and (max-width: 600px) {
  .s01__form-desc a:hover,
  .s04__form__box-desc a:hover,
  .s08__form__box-desc a:hover,
  .s10__box_right__form__main-desc a:hover,
  .footer__txt a:hover {
    color: #026fed; }
  .s03__desc a:hover,
  .s07__form__box-desc a:hover {
    color: white; }
  .s02__box__item__desc-txt a:hover {
    color: #de8c18; }
  .s02__box__item-title a:hover {
    color: #de8c18; }
  .s01,
  .s02,
  .s03,
  .s04,
  .s05,
  .s06,
  .s07,
  .s08,
  .s09,
  .s10,
  .s11,
  .s12,
  .s13,
  .footer,
  .article,
  .article__main,
  .article-form,
  .article-back,
  .cerc__main {
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; }
  .s01__container,
  .s02__container,
  .s03__container,
  .s04__container,
  .s05__container,
  .s06__container,
  .s07__container,
  .s08__container,
  .s09__container,
  .s10__container,
  .s11__container,
  .s12__container,
  .s13__container,
  .article__container,
  .article__main__container,
  .article__form__container,
  .artile-form__container,
  .cerc__main__container {
    padding: 0 5px;
    width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative; }
  .s01 {
    background-attachment: scroll; }
  .s01__head {
    display: none;
    transition: 0.3s;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding-top: 10px;
    padding-bottom: 10px; }
  .s01__head:nth-child(2) {
    display: block; }
  .s01__head__container {
    z-index: 5;
    padding: 0 5px;
    box-sizing: border-box;
    width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap; }
  .s01__head__logo {
    padding-bottom: 0; }
    .s01__head__logo-img {
      width: 50px; }
    .s01__head__logo-img i, .article__head__logo-img i{font-size: 34px;}
  .s01__head__logo-title {
    font-size: 14px; }
  .s01__head__contacts-phone {
    font-size: 16px; 
  }
  .s01__head__contacts-mail {
    font-size: 16px; }
  .s01__title {
    padding-top: 30px;
    padding-bottom: 35px; }
  .s01__title-main {
    width: 300px;
    font-size: 36px; }
  .s01__title-desc {
    font-size: 18px; }
  .s01__form {
    width: 310px;
    margin: auto;
    margin-bottom: 60px; }
  .s01__form-title {
    font-size: 20px; }
  .s01__form__box {
    flex-wrap: wrap; }
  .s01__form__box input {
    margin-right: 0;
    margin-bottom: 10px; }
  .s01__form-desc {
    width: 284px;
    font-size: 12px; }
  .s02__title {
    padding-top: 40px; }
  .s02__box__item-title a {
    font-size: 24px; }
  .s02__box__item__desc-txt {
    font-size: 16px; }
  .s02__box__item-title {
    font-size: 24px;
    width: 305px; }
  .s03__main {
    flex-wrap: wrap; }
  .s03__main__item {
    margin-bottom: 40px; }
  .s03__desc {
    font-size: 20px; }
  .s03__main__item {
    margin-right: 0; }
  .s04__title {
    width: 300px;
    font-size: 30px;
    text-align: center; }
  .s04__form__box input {
    margin: auto;
    margin-bottom: 20px; }
  .s04__form__box {
    text-align: center; }
  .s04__form__box-desc {
    width: 285px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px; }
  .s05 {
    background-attachment: scroll; }
  .s05__title {
    text-align: center;
    font-size: 30px; }
  .s05__main__item {
    flex-direction: column; }
  .s05__main__item-img {
    margin: auto; }
  .s05__main__item__desc {
    margin: auto;
    text-align: center;
    margin-top: 20px; }
  .s05__main__item__desc-icon {
    display: none; }
  .s05__box {
    justify-content: center; }
  .s05__box__item {
    margin-right: 0; }
  .s06__container {
    background-image: none; }
  .s06__content__item {
    flex-direction: column;
    justify-content: center;
    width: 310px;
    margin-right: 0;
    text-align: center; }
  .s06__title {
    text-align: center; }
  .s06__content__item:nth-child(2n) {
    margin-left: 0; }
  .s07 {
    background-attachment: scroll; }
  .s07__container {
    flex-direction: column; }
  .s07__form {
    width: 100%; }
  .s07__title {
    width: 286px;
    font-size: 24px;
    text-align: center;
    margin: auto; }
  .s07__form__box {
    text-align: center; }
  .s07__form__box input {
    margin-right: 0;
    margin-bottom: 10px; }
  .s07__form__box-btn {
    display: none; }
  .s07__form__box-btn:nth-child(2n) {
    display: block;
    padding: 15px 45px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px; }
  .s07__form__box-desc {
    width: 275px;
    margin: auto;
    font-size: 12px; }
  .s07__img {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    .s07__img img {
      width: 203px; }
  .s08__title {
    padding-top: 45px;
    font-size: 26px;
    text-align: center; }
  .s08__box__item__list {
    margin-left: 8px; }
  .s08__box__item-title {
    margin-top: 10px; }
  .s08__form-title {
    width: 289px;
    font-size: 20px; }
    .s08__form-title span {
      font-size: 16px; }
  .s08__form-title_bot {
    width: 291px;
    font-size: 20px; }
  .s08__form__box {
    flex-direction: column;
    text-align: center;
    align-items: center; }
  .s08__form__box-btn {
    padding: 15px 0px;
    width: 240px; }
  .s08__form__box input {
    margin-right: 0;
    margin-bottom: 10px; }
  .s08__form__box-desc {
    width: 284px;
    margin: auto;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 30px; }
  .s09__title {
    width: 294px;
    font-size: 30px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 32px; }
  .s09__box {
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px; }
  .s09__box__item {
    text-align: center;
    margin-bottom: 35px; }
  .s09__box__item-img {
    margin: auto; }
  .s09__link a {
    font-size: 18px;
    width: 176px;
    margin: auto; }
  .s09__link {
    text-align: center; }
  .s10__box {
    flex-direction: column; }
  .s10__box_left,
  .s10__box_right {
    width: 100%; }
  .s10__box_left-title,
  .s10__box_left-desc,
  .s10__box_left-desc-addres,
  .s10__box_left-communications {
    text-align: center; }
  .s10__box_right__form__main-desc{width: 320px;font-size: 12px;}
  .s10__box_left-img img {
    width: 310px; }
  .s10__box_left__call {
    flex-direction: column;
    align-items: center; }
  .s10__box_left__call-telephones {
    margin-right: 0;
    margin-bottom: 5px; }
  .s10__box_left-email-title,
  .s10__box_left-email {
    text-align: center; }
  #s11__form .s10__box_right__form-title{font-size: 22px;}
  #s11__form .s10__box_right__form__main-desc{font-size: 11px;}
  .s03 {
    background-image: url("../img/s03__bg_mobile.jpg"); }
  .s05 {
    background-image: url("../img/s05__bg_mobile.jpg"); }
  .headhesive {
    display: none; }
  .s01__head__menu__hidden__list {
    padding-right: 10px;
    padding-left: 34px; }
  .s01__head__menu__hidden__list-element {
    font-size: 13px;
    line-height: 23px; }
  .s01__head__menu__hidden {
    top: 101px; }
  .article__head {
    display: none; }
  .article__head:nth-child(2n) {
    display: block; }
  .article__btn_yellow {
    margin-top: 30px;
    width: 150px;
    height: 48px;
    font-size: 20px; }
  .article__title {
    width: 310px;
    font-size: 28px;
    margin-bottom: 30px; }
  .article__container{min-height: 160px;}
  .article__main__container p {
    font-size: 15px; }
  .article__head__container {
    flex-wrap: wrap;
    width: 310px; }
  .article__head__logo-title {
    font-size: 14px; }
  .article__head__logo-img img {
    width: 50px; }
  .article__head__contacts-phone,
  .article__head__contacts-mail {
    font-size: 16px; }
  .article__head__menu__hidden__list {
    padding-right: 10px;
    padding-left: 34px; }
  .article__head__menu__hidden__list-element {
    font-size: 13px;
    line-height: 23px; }
  .article__head__menu__hidden {
    top: 121px; }
  .artile-form__form {
    width: 100%; }
  .artile-form__container {
    flex-direction: column; }
  .artile-form__title {
    font-size: 25px;
    text-align: center; }
  .artile-form__form__box {
    margin: auto;
    text-align: center; }
  .artile-form__form__box input {
    margin-right: 0; }
  .artile-form__form__box-desc {
    width: 270px;
    font-size: 14px;
    margin: auto;
    margin-top: 20px; }
  .artile-form__img {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    .artile-form__img img {
      width: 200px; }
  .article-back__link {
    width: 310px;
    font-size: 24px; }
  .cerc__main__desc {
    width: 310px;
    font-size: 16px; }
  .cerc__main__images img {
    margin-right: 0;
    margin-bottom: 20px; } }

/*polit*/
.polit{
  width: 800px;
  height: 600px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
}
.polit h2{margin: 0;margin-top: 50px;}
#pers h2{margin-top: 20px;}
.polit span{font-family: "PT_Sans-Web-Bold";}