@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@font-face{
  font-family: "PF Din Text Comp Pro Medium";
  src: url("../fonts/PF Din Text Comp Pro Medium.ttf");
  font-style: normal;
  font-weight: 300,400,500,600;
}
@font-face {
  font-family: "rosamundatwo";
  src: url("../fonts/rosamundatwo.ttf");
  font-style: normal;
  font-weight: 300, 400, 500, 600;
}

@font-face{
  font-family:'OpenSans-Regular';src:url('../fonts/OpenSans/OpenSans-Regular/opensans-regular.eot');
  src:url('../fonts/OpenSans/OpenSans-Regular/opensans-regular.woff') format('woff'),url('../fonts/OpenSans/OpenSans-Regular/opensans-regular.ttf')
  format('truetype'),url('../fonts/OpenSans/OpenSans-Regular/opensans-regular.svg')
  format('svg');font-weight:normal;font-style:normal}

@font-face{font-family:'Din_Text_Comp_Bold';
  src:url('../fonts/PFDinTextCompPro/pfdintextcomppro-bold_0/pfdintextcomppro-bold_0.eot');
  src:url('../fonts/PFDinTextCompPro/pfdintextcomppro-bold_0/pfdintextcomppro-bold_0.woff') format('woff'),
  url('../fonts/PFDinTextCompPro/pfdintextcomppro-bold_0/pfdintextcomppro-bold_0.ttf') format('truetype'),
  url('../fonts/PFDinTextCompPro/pfdintextcomppro-bold_0/pfdintextcomppro-bold_0.svg') format('svg');
  font-weight:normal;font-style:normal}

/*======================OBNULENIE=================================*/
  
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  color: #252B42;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.3;
  color: #999;
  border: 1px solid #BEBEBE;
  padding: 2px 9px;
  display: inline-block;
  margin: 5px 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  font-family: 'OpenSans-Regular',sans-serif;
  font-size: 14px;
  color: #212121;
}


.container {
  max-width: 1087px;
  margin: 0 auto;
  padding: 0 15px;
}




/*======================HEADER=================================*/








.header {
  
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
}
.header__logo{
  flex: 0 1 37%;
  display: flex;
  justify-content: center;
}
.header__links {
  flex: 0 1 37%;
    display: flex;
      justify-content: center;
}
.header__top-item:not(:last-child){
  margin-right: 15px;
}


.header__top-list {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.header__top-list :nth-child(2){
  margin-right: 3px;
}
.class__header__top-item{}
.header__top-link {
  color: #203e86;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.header__top-link:hover{
  color: #337ab7;
  text-decoration: underline;
  opacity: 0.7;
  transition: all 0.3s ease 0.1s;
  
}
.header__text {
  flex: 0 1 26%;
  color: black;
  text-align: center;
}
.header__address:not(:last-child){
  margin-bottom: 9px;
}

@media (max-width:767px){
  .header__top{
    flex-direction: column;
  }
  .header__logo{
    margin-bottom: 40px;
  }
  .header__links{
    margin-bottom: 40px;
  }
    .header__top-link {
      font-size: 20px;
    }
    .header__text {
      font-size: 18px;}
}


/*======================HEADER__BOTTOM===========================*/







/*================MODIFICATORS==============*/

.--underline {
text-decoration: underline 2px;
text-underline-offset: 3px;

}



/*==============================*/


body._lock {
  overflow: hidden;
}

.header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #007cc2;
}

.header-bottom__menu {}

.container__menu {
  max-width: 1087px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  align-items: center;
  min-height: 60px;
  justify-content: center;

}

.menu {}

.header-bottom__icon {
  display: none;
}

.header-bottom__body {}



.header-bottom__list>li:not(:first-child) {

  margin-left: 50px;
}
@media (max-width:994px){
  .header-bottom__list>li:not(:first-child) {
      margin-left: 40px;
    }
    .header-bottom__list>li:not(:last-child)::after {
      display: none;
    }
}
@media (max-width:934px) {
  .header-bottom__list>li:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width:792px) {
  .header-bottom__list>li:not(:first-child) {
    margin-left: 26px;
  }
}
.header-bottom__list>li {
  position: relative;

}
.header-bottom__list>li:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 1px;
  background-color: #888;
  opacity: 0.9;
  top: 8px;
  right: -25px;
}

.header-bottom__link {
  color: #fff;
  font-size: 16px;
}
@media (max-width:875px) {
  .header-bottom__link {
    font-size: 14px;
  }
}
.header-bottom__link:hover {
  text-decoration: underline 2px;
  text-decoration-color: red;
  text-underline-offset: 3px;


}

.header-bottom__sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #203e86;
  padding: 15px;
  min-width: 200px;
}

.header-bottom__sub-list li {
  margin-bottom: 10px;
}

.header-bottom__sub-list li:last-child {
  margin: 0;
}

.header-bottom__sub-link {
  color: #fff;
  font-size: 14px;
}

.header-bottom__sub-link:hover {
  text-decoration: underline 2px;
  text-decoration-color: red;
  text-underline-offset: 3px;
}

.header-bottom__sub-sub-link:hover {
  text-decoration: underline 2px;
  text-decoration-color: red;
  text-underline-offset: 3px;
}

.header-bottom__sub-sub-list {
  position: absolute;
  top: 0;
  left: 90%;
  background-color: #205e86;
  padding: 15px;
  min-width: 100px;
}

.header-bottom__sub-sub-list>li {
  position: relative;
}

.header-bottom__sub-sub-link {
  font-size: 12px;
  color: #fff;
}

.menu__arrow {
  display: none;
}

.menu__sub-arrow {
  display: none;
}

/*========================================================*/
body._pc .header-bottom__list>li:hover .header-bottom__sub-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(0px, 0px);
}

body._pc .header-bottom__list>li:hover .header-bottom__sub-list>li:hover .header-bottom__sub-sub-list {
  display: block;
}

body._touch .header-bottom__list>li {
  display: flex;
  align-items: center;
}

body._touch .header-bottom__sub-list>li {
  display: flex;
  align-items: center;
}


body._touch .header-bottom__link {
  flex: 1 1 auto;
}

body._touch .menu__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  transition: transform 0.3s ease 0s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
}

body._touch .menu__sub-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 10px;
  transition: transform 0.3s ease 0s;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

body._touch .header-bottom__list>li._active .header-bottom__sub-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(0px, 0px);
}


body._touch .header-bottom__list>li._active .menu__arrow {
  transform: rotate(-180deg);
}

body._touch .header-bottom__list>li._active .header-bottom__sub-list>li._active .header-bottom__sub-sub-list {
  display: block;
}

body._touch .header-bottom__list>li._active .header-bottom__sub-list>li._active .menu__sub-arrow {
  transform: rotate(-180deg);
}

/*========================================================*/

@media (min-width:767px) {
  .header-bottom__list {
    display: flex;
    align-items: center;
  }

  .header-bottom__list>li {
    padding: 10px 0;
  }

  .header-bottom__sub-list {
    transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease 0s;
  }

  .header-bottom__sub-sub-list {
    display: none;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width:767px) {
  .header-bottom__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    left: -20px;
  }

  .header-bottom__icon span,
  .header-bottom__icon::before,
  .header-bottom__icon::after {
    left: 0px;
    position: absolute;
    width: 100%;
    height: 10%;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }

  .header-bottom__icon::before,
  .header-bottom__icon::after {
    content: '';
  }

  .header-bottom__icon::before {
    top: 0;
  }

  .header-bottom__icon::after {
    bottom: 0;
  }

  .header-bottom__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .header-bottom__icon._active span {
    transform: scale(0) translate(0px, -50%);
  }

  .header-bottom__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }

  .header-bottom__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }

  .header-bottom__body {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }

  .header-bottom__body._active {
    left: 0;
  }

  .header-bottom__body::before {
    content: " ";
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    left: 0;
    background-color: #007cc2;
    z-index: 2;
  }

  .header-bottom__list>li {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .header-bottom__list>li:last-child {
    margin-bottom: 0;
  }

  .header-bottom__link {
    font-size: 24px;
  }

  .header-bottom__sub-list {
    position: relative;
    background-color: #555;
    flex: 1 1 100%;
    margin-top: 20px;
    display: none;
  }

  .header-bottom__sub-link {
    font-size: 20px;
    color: #000;
  }

  .header-bottom__sub-list>li {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .header-bottom__sub-sub-list {
    background-color: #888;
    left: 0;
    position: relative;
    flex: 1 1 100%;
    display: none;
    margin-top: 5px;
  }

  .header-bottom__list>li._active .header-bottom__sub-list {
    display: block;
  }

  body._touch .menu__sub-arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 10px;
    transition: transform 0.3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
  }

  .header-bottom__sub-sub-link {
    font-size: 18px;
  }

  .container__menu {
    justify-content: flex-end;
  }
}





/*======================ANIMATION=================================*/




.animation__title{
  font-family: "PF Din Text Comp Pro Medium";
  font-size: 48px;
  color: black;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
}

.animation__subtitle{
  font-family:"rosamundatwo" ;
  font-size: 36px;
  color: #898989;
  text-align: center;
}
.animation__subtitle span {
  position: relative;
}
.animation__subtitle span::before{
  content: '';
  border-bottom: 1px solid #898989;
  width: 200px;
  display: block;
  position: absolute;
  top: 60%; 
  opacity: 0.3;
  right: 100%;
}
.animation__subtitle span::after {
  content: '';
  border-bottom: 1px solid #898989;
  width: 200px;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 35%;
  opacity: 0.3;
  overflow: hidden;
}
.animation{
  padding: 30px 0;
}

@media (max-width:670px){
  .animation__subtitle span:after{
  width: 100px;
}
.animation__subtitle span:before {
  width: 100px;
}
}


@media (max-width:460px) {
  .animation__subtitle span:after {
    width: 40px;
  }

  .animation__subtitle span:before {
    width: 40px;
  }
}





/*=========================ITEMS==============================*/

.items {
  background-color: #f8f8f8;
  margin-bottom: 25px;
}
.items__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.items__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #212121;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0 80px 0 80px;
  cursor: pointer;
}
.items__item:nth-child(1){
  margin-bottom: 50px;
}

.items__link{
  color: #212121;
  margin-top: 5px;
  padding-bottom: 2px;
}

.items__link:hover{
  border-bottom: 1px solid red;
}
.items__item:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0.2;
}


/*=========================DIFFERENCE==============================*/



.difference{
  background-color: #f8f8f8;
  padding: 50px 0;
} 
.difference__title{
  text-align: center;
  letter-spacing: 1px;
  color: #203e86;
  font-size: 46px;
  font-family: "PF Din Text Comp Pro Medium", sans-serif;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 50px;
} 
.difference__blue{
  font-weight: 700;
} 
.difference__subtitle{
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 80px;
} 
.difference__red{
  color: red;
} 
.difference__advantages{
  display: flex;
  justify-content: center;
  color: #484848;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 100px;
} 
.difference__column-1{
  display: flex;
  flex-direction: column;
} 
.difference__item{
  display: flex;
  align-items: center;
} 
.difference__item:not(:last-child){
  margin-bottom: 90px;
}
.difference__img{
  margin-right: 20px;
} 
.difference__subtext 
.difference__column-2{
    display: flex;
    flex-direction: column;
} 
.difference__text {
  font-size: 16px;
  font-weight: 600;
  color: black;
  display: flex;
}
.difference__row {
  display: flex;
}
.--red {
  color: red;
}
.difference__summ:not(:last-child){
  margin-bottom: 15px;
} 
.difference__left {
  margin-right: 50px;
}
.difference__subsumm:not(:last-child) {
 margin-bottom: 15px;
}

.--blue {
  color: #000080;
}


@media (max-width:867px){
  .difference__title{
    font-size: 30px;
  }
  .difference__subtitle{
    font-size: 30px;
  }
}

@media (max-width:450px) {
  .difference__advantages{
    font-size: 12px;
  }
  .difference__text{
    font-size: 12px;
  }
}



/*=========================GENERAL INFORMATION==============================*/



.general-information{
  padding: 15px 0;
} 
.general-information__title{
  font-size: 24px;
  font-weight: 600;
  color: black;
  letter-spacing: 1;
  margin-bottom: 40px;
} 
.general-information__list{
  font-size: 14px;
  color: #212121;
  margin-bottom: 120px;
} 
.general-information__item{
  position: relative;
  padding-left: 60px;

} 

.general-information__item:not(:last-child){
  margin-bottom: 30px;
}
.general-information__item::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 3px solid #203e86;
  border-radius: 50%;
}


.how{
  font-family: "PF Din Text Comp Pro Medium";
  font-size: 48px;
  color: #203e86;
  padding-bottom: 70px;
}
.border{
  border-bottom: 2px solid red;
}

.weight{
  font-weight: 600;
}
.how__title{
  text-align: center;
}

@media (max-width:700px) {
  .how {
    font-size: 32px;
  }
}

@media (max-width:500px){
  .how{
    font-size: 24px;
  }
}


/*=========================ITEM==============================*/




.item {
 

}
.item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: url('../images/bg1.png');
  background-size: cover;
  padding: 30px 50px;
}
.item__text {}
.item__title {
  font-family: "PF Din Text Comp Pro Medium";
  font-size: 32px;
  color: black;
  margin-bottom: 40px;
}
.item__border{
  border-bottom: 2px solid #000080;
  padding-bottom: 5px;
}
.item__list{
  font-size: 14px;
  max-width: 480px;
} 
.item__pf{
  margin-bottom: 30px;
  line-height: 20px;
  color: black;
  position: relative;
} 
.item__list li {
  color: blue;
  padding-left: 10px;
  font-weight: bold;
}
.item__list span {
  color: black;
  font-weight: normal;
}
.item__weight{
  font-weight: 600;
  color: black;
} 
.item__show-full{
  font-size: 14px;
  text-decoration: underline;
  color: #e31e25;
} 



.--two{
  flex-direction: row-reverse;
  background: url('../images/bg2.png');
}


.item__img{
  display: block;
  max-width: 100%;
  background-size: cover;
}




@media (max-width:590px) {
  
}

@media (max-width:867px){
  .item__inner{
    flex-direction: column;
  }
  .--two{
    flex-direction: column;
  }
}





/*=========================MONEY==============================*/





.money {
  padding: 80px 0;
}

.--border-red{
  border-bottom: 2px solid #da251c;;
}
.--red-bold{
  font-weight: 700;
  color: #da251c;
}
.money__title {
  text-align: center;
  font-size: 48px;
  color: #203e86;
  font-weight: 400;
  font-family: "PF Din Text Comp Pro Medium";
}
.border__red {}
.money__inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
} 
.money__img {
  padding-right: 130px;
  display: block;
}
.money__info {

}
.money__item {
  display: flex;
  align-items: center;
  justify-content: left;
}

.money__item:not(:last-child){
  margin-bottom: 40px;
}
.money__info-img {
  height: 42px;
  border-right: 1px solid #da251c;
  padding-right: 18px;
  width: 63px;
}
.money__info-text {
  color: #5d5c5c;
  font-size: 14px;
  line-height: 18px;
  max-width: 480px;
  padding: 0 20px;
}


@media (max-width: 720px) {
  .money__inner{
    flex-direction: column;
    align-items: center;
  }
  .money__img{
     margin-bottom: 50px;
  }
  .money__img {
    padding-right: 0px;

  }
}





.map{
  background-color: #f8f8f8;
}









/*=========================GET-IN-TOUCH==============================*/


.get-in-touch {
  padding: 80px 0;
  background-color: #f8f8f8;
  font-family: sans-serif;
}

.get-in-touch__inner{
  display: flex;
} 
.get-in-touch__info {
  flex: 0 1 50%;
}
.get-in-touch__top{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
} 
.get-in-touch__img {}
.get-in-touch__phrase {}
.get-in-touch__title {
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 10px;
}
.get-in-touch__subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #212121;
}
.get-in-touch__rasp {
  display: flex;
  flex-wrap: wrap;
}
.get-in-touch__item {
  flex: 0 1 50%;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 40px;
}
.get-in-touch__city {
  margin-bottom: 10px;
}
.get-in-touch__number {
  margin-bottom: 10px;
}
.get-in-touch__week {
  padding: 5px 0;
}
.get-in-toch__form{
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  padding-top: 12px;
} 
.get-in-touch_connect{
  font-size: 14px;
  line-height: 1;
  color: #212121;
  font-weight: 600;
  margin-bottom: 15px;
} 
.input{
  margin-bottom: 20px;
  padding: 5px 0 5px 8px;
  border: 1px solid grey;
}

.input__area{
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid grey;
}

.get-in-touch__captcha{
  margin-bottom: 20px;
}
.get-in-touch__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #da251c;
  color: #f8f8f8;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid orangered;
  max-width: 300px;

}
.get-in-touch__button:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0.1s;
  background-color: crimson;
  color: black;
  transform: scale(1.05);
}

@media (max-width:867px){
  .get-in-touch__title{
    font-size: 10px;
  }
  .get-in-touch_connect{
    font-size: 10px;
  }
}
@media (max-width:767px) {
  .get-in-touch__inner{
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width:500px) {
  .get-in-touch__item{
    flex: 0 1 100%;
    text-align: center;
  }
  .get-in-touch__top{
    flex-direction: column;
    text-align: center;
  }
    .get-in-touch__title{
      font-size: 20px;
    }
  .get-in-toch__form{
    max-width: 300px;
  }
}


/*=========================FOOTER==============================*/




.footer {
  background-color: #f8f8f8;
  padding-bottom: 20px;
}
.footer__links{
  margin-bottom: 50px;
} 
.footer__top-list{
  display: flex;
  align-items: center;
  
} 
.footer__top-link{
  font-size: 14px;
  color: black;
  margin-right: 20px;
  display: flex;
  align-items: center;
  
} 
.footer__top-link:hover {
  opacity: 0.7;
  color: orangered;
}
.footer__top-link img {
  margin-right: 4px;
}

.footer__development{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
} 
.footer__img {
  margin-right: 20px;
}
.footer___development-link{
  font-size: 12px;
  color: black;
}
.footer___development-link:hover {
  opacity: 0.7;
  color: orangered;
}
.footer__text {

}
.footer__roots {
  background-color: #007cc2;
  padding: 15px 0;
  margin-bottom: 20px;
}
.footer__defend {
  color: white;
}
.footer__bottom {}
.footer__menu {}
.footer__list{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
} 
.footer__item {
  padding-right: 20px;
}
.footer__item:not(:last-child){
  border-right: 1px solid blue;
}
.footer__link {
  color: black;
  font-size: 14px;
}
.footer__link:hover{
  opacity: 0.6;
  border-bottom: 1px solid red;
  transition: all 0.1s ease 0.1s;
  color: orangered;
}

@media (max-width:867px){
  .footer__list{
    flex-wrap: wrap;
    gap: 20px;
  }
    .footer__item:not(:last-child) {
    border: none;
  }
}


@media (max-width:767px){
  .footer__top-list{
    justify-content: center;
  }
  .footer__development{
    justify-content: center;
  }
  .footer__defend{
    text-align: center;
  }
}


@media (max-width:600px){
  .footer__link {
    font-size: 10px;
}}
















/*=============================sub page news=========================*/


.news {}
.container {}
.news__inner {
  padding: 40px 0 20px 0;
}
.news__time {
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
  margin-bottom: 10px;
}
.news__title {
  font-size: 24px;
  font-family: "PF Din Text Comp Pro Medium";
  font-weight: 500;
  color: #254ba3;
  margin-bottom: 12px;
}
.news__read-full {
  display: inline-block;
  color: #da251c;
  font-size: 14px;
  padding-right: 20px;
  margin-bottom: 38px;
}


.news__read-full:hover{
  color: #FF8702;
  transition: color 0.3s, border 0.4s, opacity 0.3s;
}

.news__read-full::after{
  content: ">>";
  font-size: 11px;
  position: absolute;
  color: rgb(139,139,139);
  top: 1px;
  right: 15px;
}

.news__link{
position: relative;
max-width: 160px;
}
.news__line {
  height: 1px;
  background: #bebebe;
  max-width: 700px;
}







/*=============================sub page shop=========================*/

.top__item {
  position: relative;
  /*max-width: 440px;*/
}

.top__link {
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  text-decoration: underline;
  display: inline-block;
  padding: 30px 20px 20px 25px;
}

.top__link:hover{
  opacity: 0.7 ;
  transition: all 0.8s ease 0.3ms;
}

.top__link::before {
  content: "";
  position: absolute;
  background-image: url('../images/home.png');
  top: 28px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.top__link::after {
  content: ">>";
  font-size: 11px;
  position: relative;
  color: rgb(139, 139, 139);
  top: 0;
  right: -5px;
}
.top__navigation {
  color: #e31e25;
  font-size: 14px;
}

.top__title{
  color: #254ba3;
  font-size: 36px;
  font-family: "PF Din Text Comp Pro Medium";
  line-height: 24px;
}

.top__name{
  margin-top: 30px;
  margin-bottom: 30px;
}



.shop__inner{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-bottom: 80px;  
}
.shop__item-link:hover{
  opacity: 0.6;
  transition: all 0.2s ease 0.3ms;
}
.shop__item {
  display: flex;
  height: 120px;
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #203e86;
  padding: 10px;
  width: 330px;
}
.shop__img {
  max-width: 140px;
  margin-right: 20px;
}
.shop__text {}
.shop__text-name {
  color: #212121;
  font-size: 18px;
  margin-bottom: 10px;
}
.shop__text-like {
  color: #e31e25;
  font-size: 14px;
}
.--little{
  height: 110px;
  display: block;
}



@media (max-width:710px){
  .shop__inner{
    justify-content: center;
  }
    .shop__item{
      width: 500px;
    }
    .shop__img{
      margin-right: 80px;
    }
    .shop__text-name{
      font-size: 22px;
    }
    .shop__text-like{
      font-size: 16px;
    }
}
@media (max-width:580px) {
      .shop__item {
          width: 320px;
        }
      .shop__img{
        margin-right: 30px;
      }
      .shop__text-name{
        font-size: 18px;
      }
      .shop__text-like{
        font-size: 13px;
      }

    .top__link {
      padding: 10px 20px 10px 25px;
    }

  .top__link::before {
    top: 10px;
  }

  .page_active {
    text-align: center;
  }
}




/*=============================sub page GOODS=========================*/



.top__sub-navigation{
  font-size: 14px;
  color: #8b8b8b;
  text-decoration: underline;
  display: inline-block;
}
.top__sub-navigation:after {
  content: ">>";
  font-size: 11px;
  position: absolute;
  color: rgb(139, 139, 139);
  top: 31px;
  left: 240px;
  z-index: 4;
}

.--goods{
  padding-left: 25px;
}

.top__sub-navigation:hover{
  opacity: 0.7;
  transition: all 0.8s ease 0.3ms;
  text-decoration: none;
}



.goods__text {
  margin-bottom: 30px;
}
.goods__description {
  font-size: 17px;
  color: #212121;
}





.goods__inner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.goods__links {
  display: block;
}
.goods__item {
  border: 1px solid grey;}
.goods__img {
  padding: 10px;
}
.goods__title {
  color: #203e86;
  font-size: 24px;
  line-height: 24px;
  font-family: 'OpenSans-CondLight';
  font-weight: 100;
  padding: 10px 0 20px 10px;
}
.goods__price {
  color: #da251c;
  font-size: 24px;
  font-family: 'OpenSans-CondBold';
  font-weight: 600;
  padding: 0 0 20px 10px;
}

.goods__item:hover {
  border: 1px solid #000080;
  opacity: 0.7;
  transition: all 0.2s ease 0.3ms;
  text-decoration: underline;
}


.goods__link{

  display: flex;
  justify-content: end;
}
.goods__next-link{
  color: #203e86;
  font-size: 14px;
  margin-bottom: 40px;

}

.goods__next-link:hover {
  color: #FF8702;
  opacity: 0.7;
  transition: all 0.2s ease 0.3ms;
  
}
@media (max-width:448px){
  .goods__inner{
    justify-content: center;
  }
  .goods__item{
  width: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  }
}





/*=============================sub page CARD=========================*/


.top__sub-sub-navigation {
  font-size: 14px;
  color: #8b8b8b;
  text-decoration: underline;
  display: inline-block;
}

.top__sub-sub-navigation:after {
  content: ">>";
  font-size: 11px;
  position: absolute;
  color: rgb(139, 139, 139);
  top: 31px;
  left: 378px;
  z-index: 4;
}

.top__sub-sub-navigation:hover {
  opacity: 0.7;
  transition: all 0.8s ease 0.3ms;
  text-decoration: none;
}



.card__text{
  font-size: 14px;
  color: black;
  margin-bottom: 20px;
  padding-left: 5px;
}


.card__price{
  color: #da251c;
    font-size: 28px;
    font-family: 'OpenSans-CondBold';
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 5px;
}

.card__inner{
  display: flex;
  margin-bottom: 60px;
}




.card__text{
  font-size: 16px;
}

.card__info{
  margin-left: 60px;
  padding-top: 20px;
}

.card__price{
  margin-bottom: 35px;
}
.card__text{
  margin-bottom: 40px;
}


.card__slider {
 max-width: 700px;
 padding-left: 60px;
}


.card__img{
  display: block;
  width: 800px;
  height: 500px;
  padding-right: 100px;
}
card__container-img {

}


@media (max-width: 967px){
  .card__slider{
    max-width: 600px;
  }
  .card__img{
  display: block;
  width: 700px;
  height: 450px;
  padding-right: 100px;
  }
}
@media (max-width: 848px) {
  .card__price{
    font-size: 22px;
}
    .card__text {
      font-size: 14px;
    }
}
@media (max-width: 815px) {
  .card__inner{
    flex-direction: column;
  }
  .card__inner {
    align-items: center;
  }
  .card__slider{
    margin-right: 50px;
  }
}
@media (max-width: 675px) {
  .card__slider {
    max-width: 500px;
  }

  .card__img {
    display: block;
    width: 450px;
    height: 300px;
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  .card__slider {
    max-width: 400px;
  }

  .card__img {
    display: block;
    width: 350px;
    height: 250px;
    padding-right: 0px;
  }
}

@media (max-width: 675px) {
  .card__price {
      margin-bottom: 15px;
    }
  
    .card__text {
      margin-bottom: 20px;
    }
}
@media (max-width: 475px) {
  .card__slider {
    max-width: 380px;
  }

  .card__img {
    display: block;
    width: 340px;
    height: 240px;
    padding-right: 0px;
  }
}
@media (max-width: 400px) {
  .card__slider {
    max-width: 300px;
  }

  .card__img {
    display: block;
    width: 270px;
    height: 190px;
    padding-right: 0px;
  }
  .--goods{
    padding: 0;
  }
    .top__sub-sub-navigation:after {
      content: ">>";
      font-size: 11px;
      position: absolute;
      color: rgb(139, 139, 139);
      top: 64px;
      left: -14px;
      z-index: 4;
    }
}

.h3 {
  display: inline;
  font-size: 36px;
  line-height: 24px;
  font-family: 'PF Din Text Comp Pro Medium',sans-serif;
  font-weight: 100;
  text-transform: none;
}
.blue {
  color: #254ba3;
}

.page_active {
  margin-bottom: 42px;
}

.news_item_desc_text {
  margin-bottom: 10px;
}

.news_text strong {
  font-weight: 700;
}

.news_text p {
  margin: 17px 0;
}

h1, .h1 {
  font-size: 3em;
}
h1, .h1, h2, .h2, h3, .h3 {
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.doc h3::before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 2px;
  width: 64px;
  background: #2b4c99;
}

.doc p {
  margin: 17px 0;
}

.doc ol, .doc ul {
  margin-top: 0;
  margin-bottom: 10px;
}

h3, .h3 {
  font-family: 'Din_Text_Comp_Bold',sans-serif;
  font-size: 30px;
  line-height: 36px;
  position: relative;
}

h1, .h1, h2, .h2, h3, .h3 {
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.decor_evaluation .decor_evaluation_table table {
  width: 100%;
}
.decor_evaluation table {
  background-color: transparent;
}
.decor_evaluation table {
  border-spacing: 0;
  border-collapse: collapse;
}

.decor_evaluation h2 {
  text-align: left;
  color: #203e86;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Din_Text_Comp_Bold',sans-serif;
}

.decor_evaluation table tr {
  border-bottom: 1px solid #ebebeb;
}

.decor_evaluation_table_hed td {
  padding: 45px 0 10px 65px;
  color: #d52615;
  text-transform: uppercase;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom: 3px solid #203e86;
}

.decor_evaluation table tr td:first-child {
  border-right: 1px solid #ebebeb;
}

.decor_evaluation table tr td {
  padding: 10px 10px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
}

.black {
  color: #212121;
}

@media (max-width: 400px) {
  .datepicker {
    left: 20px;
  }
}