@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");
@font-face {
  font-family: Ubuntu;
  src: url(./ubuntu-font-family-0.80/Ubuntu-B.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-BI.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-C.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-L.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-LI.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-M.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-MI.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-R.ttf),
    url(./ubuntu-font-family-0.80/Ubuntu-RI.ttf),
    url(./ubuntu-font-family-0.80/UbuntuMono-B.ttf),
    url(./ubuntu-font-family-0.80/UbuntuMono-BI.ttf),
    url(./ubuntu-font-family-0.80/UbuntuMono-R.ttf),
    url(./ubuntu-font-family-0.80/UbuntuMono-R.ttf),
    url(./ubuntu-font-family-0.80/UbuntuMono-RI.ttf);
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-ms-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;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 17px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #273049;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/******header styles********************/
/******header styles********************/
/******header styles********************/
/******header styles********************/
/******header styles********************/
/******header styles**********************/
.header__container {
  height: 100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.header__wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header__image {
  height: 100%;
}
.header__image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header__image a img {
  height: 90%;
}
.header__nav_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav__element {
  margin-right: 74px;
}
.header__nav__element a {
  color: rgba(39, 48, 73, 1);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  padding: 5px 0px;
}
.header__nav__element a:hover {
  border-bottom: 2px solid rgba(39, 48, 73, 1);
}
.header__nav__element_language {
}

.dropdown-container {
  position: absolute;
  top: 32%;
}

.dropdown {
  padding: 10px;
  border-radius: 0.5px;
  width: 50px;
  display: flex;
  justify-content: space-around;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid rgba(39, 48, 73, 1);
}

.fa-caret-down {
  position: relative;
  top: 0px;
  font-size: 1.3rem;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.rotate-dropdown-arrow {
  transform: rotate(-180deg);
}

.dropdown-menu {
  display: none;
  flex-direction: column;
  border-radius: 4px;

  width: 50px;

  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transform-origin: top left;
}

.dropdown-menu a {
  font-size: 15px;
  padding: 10px;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.dropdown-menu a:hover {
  background: #eee;
}

#openDropdown:checked + .dropdown-menu {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}

@keyframes openDropDown {
  from {
    transform: rotateX(50deg);
  }
  to {
    transform: rotateX(0deg);
  }
}

/*********swiper slider*****************/

.main__slider_block {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(39, 48, 73, 1);
}
.main__slider__wrapper {
  width: 100%;
  height: 100%;
}
.swiper__slide__contentblock {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.swiper__slide__contentblock img {
  height: 100%;
  z-index: 9;
}
.swiper__slide__contentblock:nth-child(1) img {
  object-fit: cover;
  width: 100%;
}
.swiper__slide__contentblock:nth-child(2) img {
  object-fit: cover;
  width: 100%;
}
.swiper__slide_content_dontainer {
  position: absolute;
  background: rgba(39, 48, 73, 0.48);
  z-index: 20;

  bottom: 25%;
  left: 4%;



  padding: 18px;
}
.swpr_sld_content_blockname {
  padding-left: 25px;
  border-left: 3px solid rgba(106, 128, 207, 1);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 95px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: left;
}
.swpr_sld_content_blockname span {
  color: rgba(106, 128, 207, 1);
}
.swpr_sld_content_desc {
  color: rgba(255, 255, 255, 1);
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
/*********services elements*****************/
/*********services elements*****************/
/*********services elements*****************/
/*********services elements*****************/
/*********services elements*****************/

.block__content__services {
  width: 90%;
  margin: 0 auto;
  margin-top: 5em;
  margin-bottom: 7em;
}
.services__container_block {
  max-width: 100%;
  margin: 0 auto;
}
.services__wrapper {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.services__element__block {
  width: 25%;
  padding: 0 15px 30px;
}

.services__element {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
  height: 56vh;
  transition: ease-in-out 0.2s;
}
.element__wrapper {
  font-family: "Oswald";
  height: 100%;
  transition: ease-in-out 0.2s;
}
.element__name {
  font-family: "Oswald";
  color: rgba(39, 48, 73, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;

  transition: ease-in-out 0.2s;
}
.element__money__date {
  width: 100%;
  display: flex;
  align-items: center;
  height: 65px;
  justify-content: space-around;
  margin-top: 1em;
  margin-bottom: 1em;
  transition: ease-in-out 0.2s;
}
.services__date {
  color: rgba(181, 175, 175, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  transition: ease-in-out 0.2s;
  
}
.services__money {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: ease-in-out 0.2s;
}
.services__money__desc {
  color: rgba(39, 48, 73, 1);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  transition: ease-in-out 0.2s;
}
.services__money_number {
  color: rgba(181, 175, 175, 1);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  transition: ease-in-out 0.2s;
}
.element__line {
  margin-top: 0.4em;
  border: 1px solid #dbd7d7;
  width: 100%;
  transition: ease-in-out 0.2s;
}
.services__desc__block {
  height: 68%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: ease-in-out 0.2s;
}
.services__desc__block__desc {
  font-size: 20px;
  margin-top: 0.5em;
  transition: ease-in-out 0.2s;
}
.services__desc__block__additional {
}
.services__desc__block__additional p {
  margin-top: 0.4em;
}
.services__desc__element {
  display: flex;
}
.services__desc__element:first-child {
  margin-top: 22px;
}
.services__desc__element {
  display: flex;
  align-items: center;
}
.services__desc__element__image {
  width: 22px;
  height: 22px;
  margin-right: 14px;
}
.services__desc__element__text {
  color: rgba(181, 175, 175, 1);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  transition: ease-in-out 0.2s;
  width: 90%;
}
.element__okw {
  display: none;
  visibility: hidden;
}
/*********animations *****************/
/*********animations *****************/

.services__element:hover {
  background-color: rgba(39, 48, 73, 1);
}

.services__element:hover .element__name {
  color: rgba(248, 240, 246, 1);
}
.services__element:hover .services__money__desc p {
  color: #fff;
}
.services__element:hover .services__money_number p {
  color: #fff;
}
.services__element:hover .services__desc__element__text {
  color: rgba(248, 240, 246, 1);
}
.services__element:hover .element__ok {
  display: none;
  visibility: hidden;
}
.services__element:hover .element__okw {
  display: initial;
  visibility: visible;
}
.services__element:hover .services__desc__block__additional p {
  color: #fff;
}
.services__element:hover .services__desc__block__desc {
  color: #fff;
}
.services__main_name {
  width: 100%;
  text-align: center;
  color: #273049;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
}
/********converter container styles**********************/
/********converter container styles**********************/
/********converter container styles**********************/
/********converter container styles**********************/

.converter__wrapper {
  
  width: 85%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;

  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: none;
  visibility: hidden;
}
.converter__wrapper__name {
  width: 100%;
  text-align: center;
  color: #273049;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
  margin-bottom: 1em;
}
.converter__wrapper__content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

#currency-converter-708645 {
  width: 50%;
}
/********about container styles**********************/
/********about container styles**********************/
/********about container styles**********************/
/********about container styles**********************/
.block__content__about {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}
.about__main_name {
  width: 100%;
  text-align: center;
  color: rgba(39, 48, 73, 1);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
}
.about__container_block {
  max-width: 100%;
  margin: 0 auto;
}
.about_wrapper {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  min-height: 560px;
  justify-content: space-between;
}
.about__element_block {
  width: 25%;
  padding: 0 15px 30px;
  height: 100%;
}
.about__element {
  width: 100%;
}
.about__element__wrapper {
  font-family: "Oswald";
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.about__element__wrapper_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__image_block {
  max-height: 240px;
}
.about__image_block img {
  height: 100%;
}
.about__element__name {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: -0.02em;
}
.about__element__desc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #808080;
  margin-top: 12px;
  padding: 0px 8px 0px 8px;
  margin-bottom: 24px;
  height: 170px;
}
.about__files__link {
  width: 100%;
  text-align: center;
  margin-top: 4em;
}
.about__files__link a {
  color: #fafafa;
  background-color: #273049;
  border-radius: 1px;
  padding: 8px 32px;
}
.about__element__line {
  width: 100%;
  border-top: 3px solid rgba(39, 48, 73, 1);
}
.about__element__slider {
  position: relative;
  height: 100%;
  width: 100%;
}
.about__sliderelement__block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__sliderelement__name {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: -0.02em;

  color: #000000;
}
.about__sliderelement__desc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #808080;
  margin-top: 12px;
  padding: 0px 8px 0px 8px;
  margin-bottom: 24px;
}
.about__sliderelement__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__sliderelement__button a {
  background-color: #273049;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  padding: 5px 45px;
}
/*****************about files page************************************/
/*****************about files page************************************/
/*****************about files page************************************/
/*****************about files page************************************/

.about__files__container {
  margin-top: 110px;
  padding-top: 110px;
  width: 90%;
  margin: 0 auto;

  font-family: "Roboto";
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.about__files__name{
  width: 100%;
  text-align: center;
  color: #273049;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  margin-bottom: 2em;
}
.about__files__wrapper {

  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.about__files__element {
  margin: 20px;
  width: 300px;
  padding: 15px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.about__files__element__folder__icon {

  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__files__element__desc {
  font-size: 17px;
  color: #808080;
  margin-top: 15px;
  line-height: 23px;
  height: 100px;
  overflow: hidden;
  text-align: center;
}
.about__files__download__button {
  margin-top: 2em;
}
.about__files__download__button a {
  background-color: #273049;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  padding: 5px 45px;
}
/***************contact container styles*********************/
/***************contact container styles*********************/
/***************contact container styles*********************/
/***************contact container styles*********************/
/***************contact container styles*********************/
.block__content__contacts{
  display: none;
  visibility: hidden;
}
.contact__with_us_wrapper {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 6em;
}
.contact__with_us_name {
  width: 100%;
  text-align: center;
  color: rgba(39, 48, 73, 1);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 125%;
  margin-bottom: 25px;
}

.contact__with_us_name p {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;

  width: 20%;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 10px;
  text-align: center;
}

.contact__with_us_desc {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Roboto";
}

.contact__with_us_data {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.contact__with_us_data-numbers {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.contact__with_us_data-numbers-p {
  font-weight: 600;
  color: #273049;
  font-size: 19px;
  line-height: 28.8px;
  margin-bottom: 12px;
}

.contact__with_us_data-numbers-p2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}

.contact__with_us_data-adress {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.contact__with_us_data-p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}

.contact__with_us_data-social {
  width: 30%;
  display: none;
  visibility: hidden;
}

.contact__with_us_data-social-name {
  font-weight: 600;
  color: #273049;
  font-size: 16px;
  line-height: 28.8px;
  margin-bottom: 12px;
}

.contact__social__wrapper {
  display: flex;
}

.contact__with_us_data-social_block {
  margin-left: 15px;
}
.contact__with_us_data-social_block {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.contact__with_us_data-social_block:first-child {
  margin: 0;
}

.contact__with_us_form {
  margin-top: 50px;
  width: 100%;
}

.contact__with_us_form-form {
  width: 100%;
  display: none;
  visibility: hidden;
}

.contact__form_name {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #273049;
  font-size: 16px;
  line-height: 28.8px;
}

.contact__form-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}

.contact__form-info_input {
  display: block;
  width: 49%;
  border: 1px solid #041332;
  border-radius: 1px;
  font-size: 16px;
  padding: 18px 20px 18px 20px;
}

.contact__form-info_input:focus {
  outline: none !important;
  border: 1px solid #273049;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font: "Montserrat";
  weight: 500;
  size: 16px;
  line-height: 19.5px;
  opacity: 0.4;
  color: #020e28;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: "Montserrat";
  weight: 500;
  size: 16px;
  line-height: 19.5px;
  opacity: 0.4;
  color: #020e28;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font: "Montserrat";
  weight: 500;
  size: 16px;
  line-height: 19.5px;
  opacity: 0.4;
  color: #020e28;
}

.contact__form-message {
  font: "Montserrat";
  display: block;
  width: 100%;
  height: 200px;
  border: 1px solid #041332;
  border-radius: 1px;
  font-size: 16px;
  padding: 18px 20px 18px 20px;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  font: "Montserrat";
  weight: 500;
  size: 16px;
  line-height: 19.5px;
  opacity: 0.4;
  color: #020e28;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  font: "Montserrat";
  weight: 500;
  size: 16px;
  line-height: 19.5px;
  opacity: 0.4;
  color: #020e28;
}

textarea:-ms-input-placeholder {
  font: "Montserrat";
  weight: 500;
  size: 16px;
  line-height: 19.5px;
  opacity: 0.4;
  color: #020e28;
}
.submit__button__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact__form-button {
  background-color: rgba(39, 48, 73, 1);
  border-radius: 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
  padding: 5px 40px 5px 40px;
  cursor: pointer;
  letter-spacing: 0.5px;
}

/********footer container styles**********************/
/********footer container styles**********************/
/********footer container styles**********************/
/********footer container styles**********************/
.footer__container {
  background-color: rgba(39, 48, 73, 1);
}
.footer__content {
  font-family: "Oswald";
  width: 95%;
  margin: 0 auto;
}

.footer__rights {
  width: 91%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.footer__rights p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.footer__content__image_block img {
}
.mobile__burger_block {
  display: none;
  visibility: hidden;
}
.image__slider__pc {
  display: initial;
  visibility: visible;
}
.image__slider__mobile {
  display: none;
  visibility: hidden;
}

.footer__content__wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 20px 0px;

}
.footer__content__logo {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
.footer__content__logo img {
  width: 70%;
}
.footer__content__contact {
  width: 60%;


}
.footer__content__contact__wrapper {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__contact__element_wrapper {
  width: 100%;
  height: 45%;
  
  display: flex;
  justify-content: space-between;
}
.footer__contact__element_wrapper2{
  padding-top: 2em;
}
.footer__contact__element {
  width: 45%;

  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer__contact__element__img {
  width: 30%;

  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__contact__element__img img {
  height: 100%;
}
.footer__contact__element__data {
  width: 60%;
}
.footer__contact__element__data p {
  line-height: 160%;
  color: #F5F5F5;
  font-size: 18px;
}
.footer__content__social {
  width: 15%;

  display: flex;
  justify-content: flex-end;
}
.footer__content__social__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  
}
.footer__content__social__img {
  width: 50px;
  height: 50px;
  overflow: hidden;

}
.footer__content__social__img img{
  height: 100%;
}
@media only screen and (max-width: 1720px) {
  .services__container_block {
    max-width: 1420px;
  }
  .services__desc__block {
    height: 76%;
  }
  .services__element__block {
    width: 24%;
  }
  .services__element {
    height: 52vh;
  }
  .element__name {
    font-size: 25px;
  }
  .services__money_number {
    font-size: 25px;
  }
  .services__desc__element__text {
    font-size: 16px;
  }
  .services__desc__block__desc {
    font-size: 17px;
  }
  .element__money__date {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about__element__line {
    display: none;
    visibility: hidden;
  }
  .about__element__wrapper {
    justify-content: start;
    height: 530px;
  }
  .about__element {
    border-bottom: 2px solid #041332;
  }
  .services__money_number {
    font-size: 19px;
  }
  .element__name{
    font-size: 24px;
  }
}
@media only screen and (max-width: 1580px) {
  .services__container_block {
    max-width: 1400px;
  }
  .element__name {
    font-size: 40px;
  }
  .element__line {
    margin-top: 1em;
  }
  .services__element__block {
    width: 24%;
  }
  .element__name {
    font-size: 25px;
  }
  .services__money__desc {
    font-size: 16px;
  }
  .services__money_number {
    font-size: 23px;
  }
  .element__line {
    margin-top: 0;
  }
  .services__element {
    padding: 10px;
  }
  .services__element {
    height: 500px;
  }
  .about__element__desc {
    font-size: 16.5px;
  }
  .about__sliderelement__desc {
    font-size: 16.5px;
  }
  .services__element {
    height: 490px;
  }
  .about__element_block {
    width: 45%;
  }
}
@media only screen and (max-width: 1450px) {
  .services__container_block {
    max-width: 1200px;
  }
  .address_phone_block-wrapper {
    width: 84%;
  }
  .phone__block {
    width: 50%;
  }
  .address_block {
    max-width: 40%;
  }
  .catalog__name_desc {
    max-width: 84%;
  }
  .catalog__items__wrapper {
    max-width: 84%;
  }
  .about_us__wrapper_wrap {
    max-width: 84%;
  }

  .work_with_elements_wrapper {
    max-width: 84%;
  }
  .work__element_desc::before {
    display: none;
  }
  .make_order__wrapper-wrap {
    max-width: 85%;
  }
  .contact__with_us_wrap_wrapper {
    max-width: 85%;
  }
  .footer__content {
    max-width: 100%;
  }
  .footer__content__image {
    width: 28%;
  }
  .footer__content__image_block img {
    width: 100%;
  }
  .footer__content__textname p {
    font-size: 25px;
  }
  .swpr_sld_content_blockname {
    font-size: 50px;
    line-height: 80px;
  }
  .swpr_sld_content_desc {
    font-size: 31px;
    line-height: 39px;
  }
  .services__element__block {
    width: 38%;
  }
  .about_wrapper {
    justify-content: space-between;
  }
  .about__element__desc {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .about__sliderelement__desc {
    font-size: 19px;
  }
  .about__element__wrapper {
    min-height: 550px;
    justify-content: start;
  }
  .about__element__line {
    display: none;
  }
  .about__element {

  }
  .footer__content__contact {
    width: 95%;
  }
  .footer__content__social__img{
    width: 40px;
    height: 40px;
  }
  .footer__contact__element__img {
    height: 60px;
  }
}
@media only screen and (max-width: 1368px) {
  .services__container_block {
    max-width: 100%;
  }
  .services__element {
    padding: 15px;
  }
  .services__wrapper {
    justify-content: space-evenly;
  }
  .element__name {
    font-size: 44px;
  }
  .services__money_number {
    font-size: 24px;
  }
  .element__line {
    margin-top: 2em;
  }
  /*****footer**********/
  .footer__content__textname p {
    font-size: 28px;
  }
  .footer__content__image_block img {
    width: 70%;
  }
  .footer__content__textelement {
    margin-top: 3.5em;
  }
  .services__element__block {
    width: 30%;
  }
  .about__element_block {
    width: 32%;
  }
  .about_wrapper {
    justify-content: space-evenly;
  }
  .converter__wrapper__block {
    width: 40%;
  }
  .address_block {
    width: 29%;
  }
  .swiper__slide_content_dontainer {
    bottom: 8%;
  }
  .services__element__block {
    width: 25%;
    padding: 0 10px 30px;
  }
  .element__line {
    margin-top: 0em;
  }
  .element__name {
    font-size: 28px;
  }
  .element__money__date {
    margin-top: 4px;
  }
  .services__desc__block {
    height: 76%;
  }
  .services__element {
    height: 490px;
  }
  .services__money__desc {
    font-size: 15px;
  }
  .about__element_block {
    width: 23%;
  }
  .about__element__desc {
    font-size: 15px;
  }
  .about__element__name {
    font-size: 28px;
  }
  .about__sliderelement__name {
    font-size: 28px;
  }
  .about__sliderelement__desc {
    font-size: 15px;
  }
  .about__element__wrapper {
    min-height: 460px;
    height: 505px;
  }
  .contact__with_us_desc {
    font-size: 16px;
  }
  .about__image_block {
    max-height: 200px;
  }
  .about__image_block img {
    height: 100%;
  }
  .about__sliderelement__block img {
    height: 200px;
  }
  .header__image a img{
    height: 70%;
  }
}
@media only screen and (max-width: 1285px) {
  .services__container_block {
    max-width: 1200px;
  }
  .services__element__block {
  }
  .about__element_block {
    width: 23%;
  }
  .about_wrapper {
    justify-content: space-evenly;
  }
  .services__desc__element__text {
    font-size: 15px;
  }
  .about__element__desc {
    line-height: 23px;
  }
  .about__element__wrapper {
    height: 465px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .services__container_block {
    max-width: 1020px;
  }
  .element__name {
    font-size: 27px;
  }
  .services__desc__element__text {
    font-size: 17px;
  }
  .services__desc__element__image {
    width: 20px;
    height: 20px;
  }
  .services__money {
    width: 80%;
  }
  /********footer*************/
  .footer__content__textname p {
    font-size: 23px;
  }
  .footer__content__textelement a {
    font-size: 19.5px;
  }
  .services__element__block {
    width: 32%;
  }
  .header__nav__element {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .image__slider__pc {
    display: none;
    visibility: hidden;
  }
  .image__slider__mobile {
    display: initial;
    visibility: visible;
  }
  .services__container_block {
    max-width: 450px;
  }
  .services__element__block {
    width: 49%;
  }
  /**********footer************/
  .footer__content__image {
    width: 21%;
  }
  .footer__content__image_block img {
    width: 100%;
  }
  .footer__content__text {
    width: 25%;
  }
  .footer__content__textname p {
    line-height: 140%;
    font-size: 18px;
  }
  .footer__line {
    margin-top: 0.3em;
  }
  .footer__content__textelement a {
    font-size: 17.5px;
    margin-top: 25px;
  }
  .footer__content__textelement {
    margin-top: 2.5em;
  }
  .footer__content__image_block img {
    width: 170%;
  }
  /********header***************/
  .header__nav_wrapper {
    display: none;
    visibility: hidden;
  }
  .mobile__burger_block {
    display: initial;
    visibility: visible;
  }
  .header__image a {
    width: 78%;
  }
  .header__image a img {
      height: 60%;
      margin-left: 30px;

  }
  .services__container_block {
    max-width: 1020px;
  }
  .services__element__block {
  }
  .about__element_block {
    width: 45%;
  }
  .about_wrapper {
    justify-content: space-evenly;
  }
  .block__content__about {
    width: 100%;
  }
  .converter__wrapper__block {
    width: 80%;
  }
  .catalog__desc {
    margin-top: 15px;
    max-width: 100%;
  }
  .about_us___wrapper {
    margin-top: 320px;
  }
  .about_us__foto_desc_wrap {
    flex-direction: column;
  }
  .about__us__photo {
    height: 59vh;
    width: 100%;
  }
  .about__us__text {
    width: 100%;
    margin-top: 20px;
  }
  .about__us__text-button {
    text-align: center;
  }
  .make_order__name {
    width: 62%;
  }
  .make_order__images {
    flex-direction: column;
    margin-top: 0px;
    align-items: center;
  }
  .make_order__image {
    margin-top: 20px;
  }
  .contact__with_us_data {
    flex-direction: column;
    align-items: center;
  }
  .contact__with_us_data-numbers {
    width: 100%;
  }
  .contact__with_us_data-adress {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact__with_us_data-social {
    width: 100%;
    display: none;
    visibility: hidden;
  }
  .contact__with_us_data {
    margin-top: 1rem;
  }
  .contact__form-info {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .contact__form-info_input {
    margin-bottom: 15px;
    width: 100%;
  }
  .contact__form_name {
    margin-bottom: 20px;
  }
  .submit__button__wrapper {
    margin-top: 20px;
  }
  .work_with_elements_wrapper {
    flex-direction: column;
  }
  .work__element {
    max-width: 100%;
    margin-top: 20px;
  }
  .footer__bestsellers__wrapper {
    display: none;
    visibility: hidden;
  }
  .catalog__item {
    width: 150px;
  }
  .catalog_item_image {
    width: 150px;
    height: 150px;
  }
  .catalog_item_image-more {
    font-size: 14px;
  }
  .catalog__wrapper {
    padding-bottom: 0px;
  }
  .about_us___wrapper {
    margin-top: 0px;
  }
  .promo__block {
    height: 100vh;
  }
  .catalog__items__wrapper {
    height: 100%;
  }
  .footer__content__wrapper {
    flex-direction: column;
  }
  .footer__content__text {
    margin-top: 25px;
    width: 100%;
  }
  .footer__content__image {
    width: 30%;
  }
  .services__element {
    height: 500px;
  }
  .auto__kredit {
    height: 13px;
    width: 13px;
  }
  #currency-converter-708645 {
    width: 100%;
  }
  .element__name {
    font-size: 30px;
  }
  .swiper__slide_content_dontainer {
    width: 65%;
  }
  .services__desc__block_auto .services__desc__element__text {
    font-size: 14px;
  }
 .services__desc__element__image {
    width: 14px;
    height: 14px;
  }
 .services__desc__element__image img {
    height: 100%;
  }
  .services__desc__block_auto .services__money__desc p {
    font-size: 16px;
  }
  .services__money_number {
    font-size: 25px;
  }
  .about__element__wrapper {
    min-height: 440px;
    height: 440px;
  }
  .footer__content__text {
    display: none;
    visibility: hidden;
  }
  .swiper-container23 {
    height: 100%;
  }
  .footer__content__content {
    width: 100%;
    margin-bottom: 3em;
  }
  .footer__content__logo {
    width: 22%;
    margin-bottom: 1em;
  }
  .footer__contact__element_wrapper{
    flex-direction: column;
    width: 100%;
  }
  .footer__contact__element{
    width: 100%;
    margin-bottom: 3em;
  }
  .footer__content__social{
    width: 100%;
    justify-content: center;
    margin-top: 1em;
  }
  .footer__content__social__wrapper{
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
  }
  .footer__content__logo {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: none;
    visibility: hidden;
  }
  .footer__content__logo img{
    height: 100%;
    width: initial;
  }
  .footer__content__wrapper{
    padding-top: 35px;
  }
}
@media only screen and (max-width: 620px) {
  .converter__wrapper__block {
    width: 95%;
  }
  .services__element {
    height: 390px;
  }
  .services__element_auto {
    height: 500px;
  }
  .services__element__block {
    width: 75%;
  }
  .about__element_block {
    padding-top: 25px;
    width: 70%;
  }
  .about_wrapper {
    margin-top: 2em;
  }
  .swpr_sld_content_blockname {
    font-size: 40px;
    line-height: 60px;
  }
  .swpr_sld_content_desc {
    font-size: 26px;
    line-height: 31px;
  }
  .auto__kredit img {
    width: 100%;
  }
  .about__element_block {
    margin-top: 3em;
  }
  .services__desc__block {
    height: 66%;
  }
  .services__element_auto {
    height: 430px;
  }
  .about__element__wrapper {
    min-height: 395px;
    height: 395px;
  }
  .about__sliderelement__name {
    line-height: 36px;
  }
  .about__sliderelement__desc {
    margin-bottom: 17px;
    min-height: 87px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 427px) {
  .main__slider_block {
    min-height: 88vh;
  }
  .block__content__services {
    width: 100%;
  }
  .element__name {
    font-size: 30px;
  }
  .services__element {
    padding: 13px;
  }
  .services__money_number {
    font-size: 27px;
  }
  .services__desc__element__image img {
    width: 100%;
  }
  .services__desc__element__image {
    margin-right: 7px;
  }
  .services__desc__element__text {
    font-size: 15px;
  }
  .element__line {
    margin-top: 1.1em;
  }
  .services__desc__element:first-child {
    margin-top: 12px;
  }
  .services__main_name {
    font-size: 40px;
    line-height: 100%;
  }
  .services__wrapper {
    margin-top: 45px;
    justify-content: space-around;
  }
  /******************/
  .footer__content__wrapper {
    flex-direction: column;
  }
  .footer__content__text {
    width: 100%;
    display: none;
  }
  .footer__content__textwrapper {
    margin-bottom: 3em;
  }
  .contact-button {
  }
  .contact-button img {
    width: 70px;
    height: 70px;
  }
  /**************************/
  .swpr_sld_content_blockname {
    padding-left: 25px;

    font-family: "Oswald";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;

  }
  .swpr_sld_content_desc {
    color: rgba(255, 255, 255, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
  }
  .swiper__slide_content_dontainer {
    position: absolute;
    z-index: 20;
    bottom: 25%;
    left: 9%;
    width: 84%;
    padding: 18px;
  }
  .swiper-button-next {
    display: none;
    visibility: hidden;
  }
  .swiper-button-prev {
    display: none;
    visibility: hidden;
  }
  .about__element_block {
    width: 100%;
  }
  .about_wrapper {
    justify-content: space-evenly;
  }
  .block__content__about {
    width: 100%;
  }
  .converter__wrapper__block {
    width: 100%;
  }
  .about__image_block {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .about__image_block img {
    height: 100%;
    object-fit: cover;
  }
  .converter__wrapper__name {
    font-size: 44px;
    line-height: 107%;
  }
  .about__main_name {
    font-size: 44px;
  }
  .footer__content__image {
    width: 60%;
  }
  .about_wrapper {
    margin-top: 0.5em;
  }
  .services__desc__block__additional p {
    font-size: 13px;
    font-weight: 400;
  }
  .about__element__name {
    font-size: 27px;
  }
  .swiper__slide__contentblock_girl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper__slide__contentblock_girl .image__slider__mobile {
    height: 100%;
  }
  .footer__content {
    width: 100%;
  }
  .header__image a img {
    height: 50%;
  }
}
@media only screen and (max-width: 376px) {
  .services__element__block {
    width: 95%;
  }
  .services__desc__element__image {
  }
  .services__desc__element__text {
    font-size: 14px;
  }
  .services__desc__element {
    margin-top: 11px;
  }
  .services__element {
    padding: 11px;
  }
  .services__desc__element__image {
    width: 18px;
    height: 18px;
  }
  .element__line {
    margin-top: 1em;
  }
  .services__desc__element:first-child {
    margin-top: 12px;
  }
  .services__element__block {
    padding: 0 6px 15px;
  }
  .services__element {
  }
  .services__element_auto {
    height: 475px;
  }
  .header__container {
    height: 89px;
  }
}
