@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic");

* {
  font-family: 'Montserrat', sans-serif;
}

#PopUpBlock .popUp input[type=submit],
header > .container .callBackHeader .buttonRed,
header .formHomePage #FormPageGlobal .contFormGlobal input[type=submit],
#delivery > .container .contDeliveryItems .itemDelivery a,
#delivery > .container .contDeliveryItems .individualItem input[type=submit],
#steps > .container a,
#contacts .container .leftContacts > a,
#deliveryPage > .container #deliveryForm input[type=submit] {
  color: #fff;
  background: #ff1b1a;
  display: block;
  padding: 18px 16px;
  text-decoration: none;
}

input,
#formPrice .container .contPriceForm .blockFormPrice > .select,
#formPrice .container .contPriceForm textarea {
  background: #fff;
  padding-left: 35px;
  height: 55px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

/* popUP */

.bgPopUp {
  display: none;
}

.bgPopUp.active {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 100;
}

#PopUpBlock {
  display: none;
}

#PopUpBlock.active {
  z-index: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
}

#PopUpBlock .popUp {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 500px;
  padding: 50px;
}

#PopUpBlock .popUp span {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  cursor: pointer;
}

#PopUpBlock .popUp strong {
  font-size: 40px;
  padding-bottom: 20px;
  color: #ff1b1a;
  font-weight: 900;
}

#PopUpBlock .popUp input {
  margin-bottom: 20px;
  font-size: 16px;
}

#PopUpBlock .popUp input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  outline: none;
  border: none;
  cursor: pointer;
}

/* popUp */

/* HEADER */

header {
  background: url("../images/bgPlace.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 90px;
}

header > .container #headerMenu {
  width: 100%;
  max-width: 530px;
  position: relative;
}

header > .container #headerMenu .mobile-menu-toggle {
  display: none;
  position: absolute;
  right: -6px;
  top: 15px;
}

header > .container #headerMenu .mobile-menu-toggle .menu-item {
  background: #ff1b1a;
  display: block;
  height: 3px;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

header > .container #headerMenu .hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}

header > .container #headerMenu .hamburger-menu.open .menu-item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10px;
  transform-origin: 10px;
}

header > .container #headerMenu .hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}

header > .container #headerMenu .hamburger-menu.open .menu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 8px;
  transform-origin: 8px;
}

header > .container #headerMenu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

header > .container #headerMenu ul li a {
  text-decoration: none;
  color: #fff;
}

header > .container #headerMenu ul li a:hover {
  color: #ff1b1a;
}

header > .container #headerMenu ul li.deliveryItemMeny {
  position: relative;
}

header > .container #headerMenu ul li.deliveryItemMeny a {
  color: #ffea03;
}

header > .container #headerMenu ul li.deliveryItemMeny a:before {
  position: absolute;
  content: '';
  background: url("../images/iconDelivery.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 34px;
  height: 32px;
  top: -40px;
  left: 60%;
}

header > .container .callBackHeader {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

header > .container .callBackHeader > a {
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}

header > .container .callBackHeader > a img {
  margin-right: 20px;
}

header > .container .callBackHeader .buttonRed {
  margin-left: 20px;
  border-radius: 50px;
}

header > .container .fixedButton {
  position: fixed;
  right: calc(1200px - 1100px);
  width: 155px;
  z-index: 3;
  bottom: 10%;
}

header .formHomePage {
  padding-bottom: 60px;
  color: #fff;
}

header .formHomePage strong {
  font-size: 65px;
  line-height: 75px;
}

header .formHomePage strong b {
  font-weight: 900;
}

header .formHomePage p {
  font-size: 17px;
  line-height: 27px;
}

header .formHomePage #FormPageGlobal {
  margin-top: 60px;
}

header .formHomePage #FormPageGlobal span {
  font-size: 13px;
}

header .formHomePage #FormPageGlobal .contFormGlobal {
  margin-top: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

header .formHomePage #FormPageGlobal .contFormGlobal input[type=tel] {
  border-radius: 50px 0 0 50px;
  padding: 0 35px;
  line-height: 62px;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: bold;
  width: 260px;
  outline: none;
  border: none;
}

header .formHomePage #FormPageGlobal .contFormGlobal input[type=submit] {
  border-radius: 0 50px 50px 0;
  padding: 0 35px;
  width: 260px;
  outline: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* HEADER */

/* DELIVERY */

#delivery {
  background: #f8f8f8;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}

#delivery > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: center;
}

#delivery > .container > strong {
  font-size: 40px;
  font-weight: 900;
  color: #000;
}

#delivery > .container > p {
  padding: 28px 0;
}

#delivery > .container .contDeliveryItems {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
}

#delivery > .container .contDeliveryItems div {
  float: left;
  width: 100%;
  max-width: 350px;
  min-height: 480px;
  margin: 25px;
}

#delivery > .container .contDeliveryItems .itemDelivery {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  box-shadow: 0px 11px 21px 0px rgba(43, 43, 43, 0.11);
  padding: 30px;
}

#delivery > .container .contDeliveryItems .itemDelivery img {
  position: relative;
  margin: auto;
  top: -50px;
}

#delivery > .container .contDeliveryItems .itemDelivery strong {
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 900;
}

#delivery > .container .contDeliveryItems .itemDelivery span {
  padding: 8px 16px;
  background: #ff1b1a;
  margin: 22px 0;
  color: #fff;
}

#delivery > .container .contDeliveryItems .itemDelivery p {
  color: #717171;
}

#delivery > .container .contDeliveryItems .itemDelivery a {
  text-decoration: none;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 500;
  background: #ff1b1a;
  border-radius: 50px;
}

#delivery > .container .contDeliveryItems .itemDelivery:nth-child(5) img {
  top: -10px;
}

#delivery > .container .contDeliveryItems .individualItem {
  background: url("../images/route6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 11px 21px 0px rgba(43, 43, 43, 0.11);
  padding: 30px;
  color: #fff;
}

#delivery > .container .contDeliveryItems .individualItem strong {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}

#delivery > .container .contDeliveryItems .individualItem p {
  padding: 30px 0;
  display: block;
  line-height: 25px;
  font-size: 15px;
}

#delivery > .container .contDeliveryItems .individualItem input {
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 23px 36px;
  color: #414040;
  font-size: 15px;
  outline: none;
  border: none;
  width: 100%;
}

#delivery > .container .contDeliveryItems .individualItem input[type=submit] {
  font-weight: 500;
}

/* DELIVERY */

/* Service */

#Service {
  background: #f8f8f8;
}

#Service > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

#Service > .container > strong {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

#Service > .container .contService {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 80px 0;
}

#Service > .container .itemService {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin: 0 20px;
  min-height: 262px;
}

#Service > .container .itemService strong {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
}

#Service > .container .itemService p {
  font-size: 14px;
  color: #757575;
  line-height: 24px;
}

#Service > .container .itemService a {
  color: #ff1b1a;
  padding-top: 37px;
}

/* Service */

/* deliveryPlace */

#deliveryPlace {
  background: url("../images/pointBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#deliveryPlace > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 80px 0;
}

#deliveryPlace > .container strong {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  padding-bottom: 80px;
}

#deliveryPlace > .container div {
  width: 50%;
  position: relative;
}

#deliveryPlace > .container div .pointPlace {
  position: absolute;
  right: 91px;
  top: 30%;
  max-width: 230px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#deliveryPlace > .container div .pointPlace span {
  width: 22px;
  height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #ffea03;
  border-radius: 50px;
}

#deliveryPlace > .container div .pointPlace span b {
  display: block;
  border-radius: 50px;
  width: 7px;
  height: 7px;
  background: #242424;
}

#deliveryPlace > .container div .pointPlace .line {
  width: 100%;
  height: 1px;
  background: #ffea03;
}

#deliveryPlace > .container div .pointPlace .namePost {
  position: absolute;
  right: 0;
  top: -20px;
  color: #fff;
  font-size: 21px;
  width: 100%;
  text-align: right;
  font-weight: 900;
}

#deliveryPlace > .container .contDeliveryPlace {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#deliveryPlace > .container .contDeliveryPlace .rightPlace .pointPlace {
  max-width: 255px;
  right: 91px;
}

#deliveryPlace > .container .contDeliveryPlace .rightPlace .pointPlace .namePost {
  top: -40px;
  text-align: left;
  padding-left: 75px;
}

/* deliveryPlace */

/* steps */

#steps {
  padding: 90px 0;
}

#steps > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

#steps > .container > strong {
  font-size: 40px;
  font-weight: 900;
  color: #2e2e2e;
}

#steps > .container .contSteps {
  margin-top: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

#steps > .container .contSteps .itemSteps {
  width: 100%;
  max-width: 250px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#steps > .container .contSteps .itemSteps:before {
  content: '';
  width: 100%;
  max-width: 200px;
  border-bottom: 1px dashed #cccccc;
  top: 49px;
  right: -158px;
  position: relative;
}

#steps > .container .contSteps .itemSteps:last-child:before {
  display: none;
}

#steps > .container .contSteps .itemSteps .imgItemStep {
  width: 85px;
  height: 85px;
  border: 1px dashed #cccccc;
  border-radius: 50px;
  position: relative;
}

#steps > .container .contSteps .itemSteps .imgItemStep img {
  padding: 23px 23px;
}

#steps > .container .contSteps .itemSteps .imgItemStep span {
  position: absolute;
  left: -50px;
  top: 0;
  font-size: 13px;
  color: #cccccc;
}

#steps > .container .contSteps .itemSteps .imgItemStep span b {
  font-size: 30px;
  font-weight: bold;
}

#steps > .container .contSteps .itemSteps strong {
  display: block;
  font-size: 16px;
  color: #2e2e2e;
  font-weight: bold;
  margin: 20px 0;
}

#steps > .container .contSteps .itemSteps p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #858585;
}

#steps > .container a {
  display: block;
  text-decoration: none;
  width: 100%;
  margin-top: 80px;
  max-width: 295px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 50px;
}

/* steps */

/* deliveryAdvantages */

#deliveryAdvantages {
  background: url("../images/deliveryBG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  padding-top: 90px;
  text-align: center;
}

#deliveryAdvantages > .container > strong {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}

#deliveryAdvantages .contDelivery {
  margin-top: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#deliveryAdvantages .contDelivery > div {
  width: 45%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 90px;
}

#deliveryAdvantages .contDelivery > div .textDeliveryItem {
  text-align: left;
  margin-left: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  color: #fff;
}

#deliveryAdvantages .contDelivery > div .textDeliveryItem strong {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}

#deliveryAdvantages .contDelivery > div .textDeliveryItem p {
  line-height: 27px;
  font-size: 15px;
}

/* deliveryAdvantages */

/* experience */

#experience {
  padding-bottom: 75px;
}

#experience > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#experience > .container div {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 210px;
}

#experience > .container div span {
  font-size: 13px;
  color: #2e2e2e;
}

#experience > .container div strong {
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 45px;
  color: #ff1b1a;
  font-weight: 900;
}

#experience > .container div strong b {
  font-weight: 500;
  font-size: 19px;
}

#experience > .container div p {
  font-size: 15px;
  color: #2e2e2e;
  line-height: 24px;
}

/* experience */

/* security */

#security {
  padding: 90px 0;
  background: #f8f8f8;
}

#security .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: center;
}

#security .container > strong {
  font-size: 40px;
  color: #2e2e2e;
  font-weight: 900;
}

#security .container .contSecurity {
  width: 100%;
  margin-top: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#security .container .contSecurity div {
  width: 100%;
  max-width: 370px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

#security .container .contSecurity div .imgSecurity {
  height: 240px;
  position: relative;
}

#security .container .contSecurity div .imgSecurity span {
  position: absolute;
  left: 25px;
  top: 25px;
  background: url("../images/securityNumb.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  line-height: 50px;
  font-weight: bold;
  border-radius: 50px;
}

#security .container .contSecurity div strong {
  display: block;
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: bold;
}

#security .container .contSecurity div p {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 30px;
}

/* security */

/* completedProject */

#completedProject {
  background: url("../images/completedBG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}

#completedProject > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

#completedProject > .container > strong {
  padding-top: 90px;
  padding-bottom: 70px;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}

#completedProject > .container .contProject {
  width: 100%;
  max-width: 1200px;
}

#completedProject > .container .contProject .projectItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #fff;
  padding: 18px;
}

#completedProject > .container .contProject .projectItem img {
  width: 50%;
}

#completedProject > .container .contProject .projectItem .textProject {
  width: 50%;
  padding: 50px;
  min-height: 560px;
}

#completedProject > .container .contProject .projectItem .textProject strong {
  color: #2e2e2e;
  font-size: 28px;
  line-height: 39px;
}

#completedProject > .container .contProject .projectItem .textProject > span {
  display: block;
  padding: 24px 0;
  font-size: 16px;
  font-weight: bold;
}

#completedProject > .container .contProject .projectItem .textProject p {
  display: block;
  padding: 24px 0;
  font-size: 15px;
  color: #727272;
  line-height: 25px;
}

#completedProject > .container .contProject .projectItem .textProject .listProject span {
  font-size: 17px;
  color: #727272;
  font-weight: bold;
  display: block;
  margin-bottom: 24px;
}

#completedProject > .container .contProject .projectItem .textProject .listProject ul {
  padding-left: 20px;
}

#completedProject > .container .contProject .projectItem .textProject .listProject ul li {
  font-size: 15px;
  color: #727272;
  padding: 7px 0;
  list-style: disc;
}

#completedProject > .container .contProject .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 40px;
}

#completedProject > .container .contProject .slick-dots li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin: 3px;
  border-radius: 50px;
  border: 3px solid transparent;
  cursor: pointer;
}

#completedProject > .container .contProject .slick-dots li.slick-active {
  width: 25px;
  height: 25px;
  border-color: #ff1b1a;
  background: #ff1b1a;
}

#completedProject > .container .contProject .slick-dots li button {
  display: none;
}

/* completedProject */

/* contacts */

#contacts .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#contacts .container .leftContacts {
  padding: 85px 0;
  width: 50%;
}

#contacts .container .leftContacts > strong {
  font-size: 40px;
  font-weight: 900;
  display: block;
}

#contacts .container .leftContacts .contContacts {
  padding: 50px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#contacts .container .leftContacts .contContacts div {
  width: 100%;
  max-width: 225px;
}

#contacts .container .leftContacts .contContacts div strong {
  font-size: 20px;
  font-weight: bold;
  color: #2e2e2e;
  display: block;
  margin-bottom: 30px;
}

#contacts .container .leftContacts .contContacts div p {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-bottom: 28px;
  color: #2e2e2e;
}

#contacts .container .leftContacts .contContacts div p span {
  font-size: 13px;
  display: block;
  margin-bottom: 18px;
}

#contacts .container .leftContacts .contContacts div p a {
  text-decoration: none;
  color: #2e2e2e;
}

#contacts .container .leftContacts > a {
  display: block;
  max-width: 310px;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 500;
}

#contacts .container iframe {
  width: 50%;
  height: 713px;
  position: absolute;
  right: 0;
}

/* contacts */

/* formPrice */

#formPrice {
  padding: 90px 0;
  background: #f8f8f8;
}

#formPrice .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

#formPrice .container > strong {
  font-size: 40px;
  font-weight: 900;
}

#formPrice .container > p {
  padding: 40px 0;
  line-height: 27px;
  font-size: 17px;
}

#formPrice .container .contPriceForm {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
}

#formPrice .container .contPriceForm .blockFormPrice {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

#formPrice .container .contPriceForm .blockFormPrice > .select {
  width: 50%;
  position: relative;
  cursor: pointer;
}

#formPrice .container .contPriceForm .blockFormPrice > .select span {
  line-height: 55px;
  display: block;
  color: #2e2e2e;
  font-size: 15px;
  text-align: left;
}

#formPrice .container .contPriceForm .blockFormPrice > .select:before {
  position: absolute;
  right: 20px;
  top: 25px;
  content: '';
  width: 9px;
  height: 5px;
  background: url("../images/dropSelect.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#formPrice .container .contPriceForm .blockFormPrice > .select.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#formPrice .container .contPriceForm .blockFormPrice > .select .dropSelect {
  display: none;
}

#formPrice .container .contPriceForm .blockFormPrice > .select .dropSelect.active {
  display: block;
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 2;
}

#formPrice .container .contPriceForm .blockFormPrice > .select .dropSelect.active span {
  padding-left: 35px;
  border-bottom: 1px solid #cccccc;
  color: #2e2e2e;
}

#formPrice .container .contPriceForm .blockFormPrice input {
  width: 50%;
  margin-left: 32px;
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 500;
}

#formPrice .container .contPriceForm .blockFormPrice input:first-child {
  margin-left: 0;
}

#formPrice .container .contPriceForm textarea {
  padding-top: 20px;
  height: 120px;
  margin-bottom: 20px;
  color: #2e2e2e;
  resize: none;
}

#formPrice .container .contPriceForm .buttonForm {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#formPrice .container .contPriceForm .buttonForm .leftButtonForm {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 50%;
}

#formPrice .container .contPriceForm .buttonForm .leftButtonForm .checkbox {
  display: block;
  background: #fff;
  border: 1px solid #cccccc;
  height: 30px;
  width: 30px;
  color: transparent;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
  position: relative;
  cursor: pointer;
}

#formPrice .container .contPriceForm .buttonForm .leftButtonForm .checkbox input {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

#formPrice .container .contPriceForm .buttonForm .leftButtonForm .checkbox input:checked + label:before {
  content: '\2713\0020';
  font-size: 30px;
  color: #ff1b1a;
  cursor: pointer;
}

#formPrice .container .contPriceForm .buttonForm .leftButtonForm span {
  font-size: 14px;
  color: #2e2e2e;
}

#formPrice .container .contPriceForm .buttonForm .leftButtonForm span a {
  color: #ff1b1a;
}

#formPrice .container .contPriceForm .buttonForm .rightButtonForm {
  width: 50%;
  padding-left: 15px;
}

#formPrice .container .contPriceForm .buttonForm .rightButtonForm input {
  background: #ff1b1a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

/* formPrice */

/* FOOTER */

footer {
  padding: 20px;
}

footer > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dfdede;
  padding-top: 20px;
}

footer > .container span {
  font-size: 13px;
  color: #5d5d5d;
}

footer > .container a {
  font-size: 13px;
  color: #5d5d5d;
}

/* FOOTER */

/* NEWS PAGE */

#newsPage {
  padding: 70px 0;
}

#newsPage > .container {
  width: 100%;
}

#newsPage > .container .contentNews {
 
}

.page-content .txt {
  padding-top: 60px;
  padding-bottom: 60px;
}

#newsPage > .container .contentNews a {
  box-shadow: 0px 18px 25px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: inline-block;
  float: left;
  width: 22%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin: 15px;
  border-radius: 15px;
  text-decoration: none;
}

#newsPage > .container .contentNews a .imgNews {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 210px;
}

#newsPage > .container .contentNews a .textNews {
  padding: 12px 24px;
  width: 100%;
}

#newsPage > .container .contentNews a .textNews .dataNews {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aeaeae;
}

#newsPage > .container .contentNews a .textNews .dataNews span {
  margin: 0 10px;
  font-size: 11px;
  color: #aeaeae;
  text-decoration: none;
}

#newsPage > .container .contentNews a .textNews .dataNews span:last-child {
  border-left: 1px solid #aeaeae;
  display: block;
  margin-left: 0;
  padding-left: 10px;
}

#newsPage > .container .contentNews a .textNews strong {
  font-size: 17px;
  font-weight: 500;
  color: #262626;
}

.News > .container {
  text-align: center;
}

/* NEWS PAGE */

/* deliveryPage */

#deliveryPage {
  padding: 70px 0;
}

#deliveryPage > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

#deliveryPage > .container p {
  font-size: 17px;
  color: #444444;
  line-height: 27px;
  padding-bottom: 45px;
}

#deliveryPage > .container #deliveryForm {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #f7f7f7;
  color: #918f8f;
  font-size: 17px;
  border: 1px solid #918f8f;
  border-radius: 5px;
  margin-bottom: 70px;
}

#deliveryPage > .container #deliveryForm span {
  white-space: pre;
  color: #918f8f;
  padding: 0 33px;
}

#deliveryPage > .container #deliveryForm input[type=text] {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  padding-left: 0;
  font-size: 19px;
  color: #6d6d6d;
  font-weight: bold;
  padding-left: 30px;
  /* Firefox 18- */
}

#deliveryPage > .container #deliveryForm input[type=text]::-webkit-input-placeholder {
  font-weight: normal;
}

#deliveryPage > .container #deliveryForm input[type=text]::-moz-placeholder {
  font-weight: normal;
}

#deliveryPage > .container #deliveryForm input[type=text]:-ms-input-placeholder {
  font-weight: normal;
}

#deliveryPage > .container #deliveryForm input[type=submit] {
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 180px;
  border: none;
  border-radius: 0 5px 5px 0;
}

#deliveryPage > .container .tracking {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
}

#deliveryPage > .container .tracking .itemTracking {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

#deliveryPage > .container .tracking .itemTracking .imgTracking {
  height: 80px;
  width: 80px;
}

#deliveryPage > .container .tracking .itemTracking strong {
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  color: #2b2b2b;
}

#deliveryPage > .container .tracking .itemTracking p {
  font-size: 15px;
  color: #707070;
}

#deliveryPage > .container .tracking .itemTracking .line {
  position: absolute;
  width: 100%;
  max-width: 185px;
  border-bottom: 1px dashed #cecece;
  right: -145px;
  top: 40px;
}

#deliveryPage > .container .tracking .itemTracking:nth-child(2) .line {
  width: 150px;
  right: -165px;
}

#deliveryPage > .container .tracking .itemTracking:last-child .line {
  display: none;
}

#deliveryPage > .container .trackingBlocksTime {
  padding: 55px 0;
  width: 100%;
  max-width: 960px;
  font-size: 30px;
  color: #fff;
  background: #2b2b2b;
}

#deliveryPage > .container .trackingBlocksTime b {
  font-weight: bold;
}

/* deliveryPage */

@media (max-width: 1250px) {
  .container {
    max-width: calc(100% - 50px);
  }

  header > .container {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }

  header > .container #headerMenu {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-top: 50px;
    max-width: initial;
  }

  header > .container #headerMenu ul {
    -webkit-box-pack: center;
    justify-content: center;
  }

  header > .container #headerMenu ul li {
    margin: 30px;
    text-align: center;
  }

  header > .container .logo {
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-right: 30px;
  }

  header > .container .callBackHeader {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  header .formHomePage {
    text-align: center;
  }

  header .formHomePage strong {
    font-size: 30px;
    text-align: center;
  }

  header .formHomePage #FormPageGlobal .contFormGlobal {
    -webkit-box-pack: center;
    justify-content: center;
  }

  #delivery > .container > strong {
    font-size: 30px;
  }

  #delivery > .container .contDeliveryItems div {
    max-width: calc(33% - 50px);
  }

  #delivery > .container .contDeliveryItems .itemDelivery img {
    width: 100%;
    max-width: calc(100% - 50px);
  }

  #delivery > .container .contDeliveryItems .itemDelivery strong {
    font-size: 22px;
  }

  #delivery > .container .contDeliveryItems .itemDelivery span {
    font-size: 14px;
  }

  #delivery > .container .contDeliveryItems .itemDelivery a {
    font-size: 14px;
  }

  #delivery > .container .contDeliveryItems .individualItem strong {
    font-size: 22px;
  }

  #delivery > .container .contDeliveryItems .individualItem input {
    font-size: 14px;
  }

  #delivery > .container .contDeliveryItems .individualItem input[type=submit] {
    font-size: 14px;
  }

  #Service > .container > strong {
    font-size: 30px;
  }

  #deliveryPlace > .container strong {
    font-size: 30px;
    padding-bottom: 40px;
  }

  #steps > .container > strong {
    font-size: 30px;
  }

  #steps > .container .contSteps .itemSteps:before {
    display: none;
  }

  #deliveryAdvantages > .container > strong {
    font-size: 30px;
  }

  #security .container > strong {
    font-size: 30px;
  }

  #security .container .contSecurity {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #security .container .contSecurity div {
    margin: 30px;
  }

  #completedProject > .container > strong {
    font-size: 30px;
  }

  #completedProject > .container .contProject .projectItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  #completedProject > .container .contProject .projectItem img {
    width: 100%;
  }

  #completedProject > .container .contProject .projectItem .textProject {
    width: 100%;
  }

  #contacts .container .leftContacts > strong {
    font-size: 30px;
  }

  #contacts .container iframe {
    position: relative;
    top: 0;
  }

  #formPrice .container > strong {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  #deliveryPage > .container .tracking .itemTracking .line {
    display: none;
  }
}

@media (max-width: 1100px) {
  #delivery > .container .contDeliveryItems div {
    max-width: calc(50% - 50px);
  }

  #delivery > .container .contDeliveryItems .itemDelivery img {
    max-width: 80%;
  }

  #deliveryPlace > .container div {
    width: 100%;
  }

  #deliveryPlace > .container div img {
    width: 50%;
  }

  #deliveryPlace > .container div .pointPlace {
    right: 0;
    left: 45%;
  }

  #deliveryPlace > .container .contDeliveryPlace {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #deliveryPlace > .container .contDeliveryPlace .rightPlace {
    margin-top: 50px;
  }

  #steps > .container .contSteps {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #steps > .container .contSteps .itemSteps {
    margin: 30px;
  }

  #steps > .container a {
    margin-top: 40px;
  }

  #completedProject > .container .contProject .projectItem .textProject {
    padding: 25px;
  }

  #contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #contacts .container .leftContacts {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  #contacts .container .leftContacts > strong {
    text-align: center;
  }

  #contacts .container .leftContacts .contContacts {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  #contacts .container .leftContacts .contContacts div {
    max-width: initial;
    margin-right: 50px;
  }

  #contacts .container .leftContacts .contContacts div:last-child {
    margin-right: 0;
  }

  #contacts .container iframe {
    width: 100%;
  }

  #formPrice .container .contPriceForm .buttonForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  #formPrice .container .contPriceForm .buttonForm .rightButtonForm {
    margin-top: 30px;
  }

  #newsPage > .container .contentNews a {
    width: calc(31% - 12px);
  }

  #deliveryPage > .container .trackingBlocksTime {
    font-size: 24px;
    padding: 35px 20px;
  }
}

@media (max-width: 820px) {
  #newsPage > .container .contentNews a {
    width: calc(50% - 30px);
  }
}

@media (max-width: 750px) {
  header > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  header > .container #headerMenu .mobile-menu-toggle {
    display: block;
  }

  header > .container #headerMenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: none;
  }

  header > .container #headerMenu ul.active {
    display: -webkit-box;
    display: flex;
  }

  header > .container #headerMenu ul li.deliveryItemMeny a:before {
    display: none;
  }

  header > .container .logo {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-top: 50px;
  }

  header > .container .fixedButton {
    width: 100px;
    right: 50px;
  }

  header > .container .fixedButton img {
    width: 100%;
  }

  #delivery > .container .contDeliveryItems div {
    max-width: 100%;
    margin: 50px 0;
  }

  #delivery > .container .contDeliveryItems .itemDelivery img {
    width: 100%;
    max-width: 300px;
  }

  #Service > .container .contService {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  #Service > .container .itemService {
    margin: 20px;
    width: 100%;
  }

  #deliveryAdvantages .contDelivery > div {
    width: 100%;
  }

  #experience > .container {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  input,
  #formPrice .container .contPriceForm .blockFormPrice > .select,
  #formPrice .container .contPriceForm textarea {
    padding-left: 15px;
  }

  #PopUpBlock .popUp {
    padding: 25px;
    min-width: calc(100% - 25px);
  }

  #PopUpBlock .popUp strong {
    font-size: 22px;
  }

  header > .container .callBackHeader {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }

  header > .container .callBackHeader > a {
    margin-top: 20px;
  }

  header > .container .callBackHeader .buttonRed {
    margin-top: 20px;
  }

  header > .container .fixedButton {
    width: 50px;
  }

  header .formHomePage strong {
    font-size: 22px;
    line-height: initial;
  }

  header .formHomePage p {
    line-height: initial;
    font-size: 16px;
    margin-top: 20px;
  }

  header .formHomePage #FormPageGlobal {
    margin-top: 30px;
  }

  header .formHomePage #FormPageGlobal .contFormGlobal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  header .formHomePage #FormPageGlobal .contFormGlobal input[type=tel] {
    width: 100%;
    border-radius: 50px;
  }

  header .formHomePage #FormPageGlobal .contFormGlobal input[type=submit] {
    width: 100%;
    padding: 0 15px;
    border-radius: 50px;
    margin-top: 25px;
  }

  #delivery {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  #delivery > .container > strong {
    font-size: 22px;
  }

  #delivery > .container .contDeliveryItems {
    margin-top: 10px;
  }

  #delivery > .container .contDeliveryItems div {
    margin: 30px 0;
  }

  #delivery > .container .contDeliveryItems .itemDelivery img {
    max-width: 250px;
    margin: 0;
  }

  #Service > .container > strong {
    font-size: 22px;
    line-height: initial;
  }

  #Service > .container .contService {
    padding: 40px 0;
  }

  #Service > .container .itemService {
    margin: 0;
    margin-top: 20px;
  }

  #deliveryPlace > .container {
    padding: 40px 0;
  }

  #deliveryPlace > .container strong {
    font-size: 22px;
  }

  #deliveryPlace > .container div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }

  #deliveryPlace > .container div img {
    margin-bottom: 25px;
    width: 100%;
  }

  #deliveryPlace > .container div .pointPlace {
    position: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  #deliveryPlace > .container div .pointPlace span {
    width: 43px;
  }

  #deliveryPlace > .container div .pointPlace .namePost {
    font-size: 16px;
    position: initial;
    text-align: initial;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-left: 10px;
  }

  #deliveryPlace > .container .contDeliveryPlace .rightPlace .pointPlace {
    max-width: initial;
  }

  #deliveryPlace > .container .contDeliveryPlace .rightPlace .pointPlace .namePost {
    top: -25px;
    padding-left: 10px;
  }

  #steps {
    padding: 45px 0;
  }

  #deliveryAdvantages > .container > strong {
    font-size: 22px;
  }

  #security {
    padding: 45px 0;
  }

  #security .container > strong {
    font-size: 22px;
  }

  #security .container .contSecurity {
    margin-top: 20px;
  }

  #security .container .contSecurity div {
    margin: 30px 0;
  }

  #security .container .contSecurity div .imgSecurity {
    margin-top: 0;
  }

  #completedProject {
    padding-bottom: 45px;
  }

  #completedProject > .container > strong {
    font-size: 22px;
    padding: 45px 0;
  }

  #completedProject > .container .contProject .projectItem .textProject strong {
    font-size: 20px;
    line-height: initial;
  }

  #contacts .container .leftContacts .contContacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #contacts .container .leftContacts .contContacts div {
    margin-right: 0;
  }

  #contacts .container iframe {
    height: 400px;
  }

  #formPrice {
    padding: 45px 0;
  }

  #formPrice .container > strong {
    font-size: 22px;
  }

  #formPrice .container > p {
    padding: 20px 0;
    font-size: 15px;
    line-height: initial;
  }

  #formPrice .container .contPriceForm .blockFormPrice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  #formPrice .container .contPriceForm .blockFormPrice > .select {
    width: 100%;
    margin-bottom: 25px;
  }

  #formPrice .container .contPriceForm .blockFormPrice > .select:last-child {
    margin-bottom: 0;
  }

  #formPrice .container .contPriceForm .blockFormPrice input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  #formPrice .container .contPriceForm .buttonForm .leftButtonForm {
    width: 100%;
  }

  #formPrice .container .contPriceForm .buttonForm .rightButtonForm {
    width: 100%;
    padding-left: 0;
  }

  #newsPage > .container .contentNews a {
    width: 100%;
    margin: 15px 0;
  }

  #deliveryPage {
    padding: 35px 0;
  }

  #deliveryPage > .container p {
    padding-bottom: 20px;
  }

  #deliveryPage > .container #deliveryForm input[type=text] {
    font-size: 16px;
  }

  #deliveryPage > .container #deliveryForm input[type=submit] {
    padding: 15px;
    max-width: 100px;
  }

  #deliveryPage > .container .tracking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  #deliveryPage > .container .trackingBlocksTime {
    font-size: 20px;
    padding: 20px;
  }
}