/*
Theme Name: UkrTech
*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

ul[class],
ol[class] {
  padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0
}

img {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

body {
  min-height: 100vh;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px
}

.animated {
  opacity: 0;
}

a {
  text-decoration: none
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px
}

header {
  top: 0;
  position: sticky;
  z-index: 5
}

.header__top {
  background-color: #000;
  padding: 10px 0
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

li a {
  font-weight: 600;
  font-size: 24px;
  color: #000
}

li a:hover {
  color: #7941a2
}

.logo img {
  width: 120px;
  height: 130px
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.menu__list li+li {
  padding-left: 25px
}

.menu__list-link {
  text-transform: uppercase;
  color: #f3f3f3;
  font-weight: 600;
  font-size: 25px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.menu__list-link:hover,
.menu__list-link :focus {
  color: #7941a2
}

.menu__list-link--clothes {
  background-color: #7941a2;
  border-radius: 25px;
  color: #000;
  padding: 10px
}

.menu__list-link--clothes:hover,
.menu__list-link--clothes :focus {
  background-color: #f3f3f3;
  color: #000
}

.header__bottom {
  background-image: url(assets/img/background.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 85px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__title {
  font-size: 90px;
  color: #7a419d;
  text-shadow: 1px 0 1px #f3f3f3, 0 1px 1px #f3f3f3, -1px 0 1px #f3f3f3, 0 -1px 1px #f3f3f3
}

.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 850px
}

.header__subtitle {
  margin-top: 40px;
  color: #f3f3f3;
  text-align: center;
  font-weight: 600;
  font-size: 38px
}

.about__text {
  padding: 20px 0;
  max-width: 1110px;
  font-size: 32px;
  margin: 0 auto
}

.about__text p+p {
  padding-top: 40px
}

.title {
  padding: 60px 0;
  font-size: 65px;
  color: #f3f3f3;
  text-align: center;
  background-color: #7941a2;
  font-weight: 600
}

.services__items {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.services__item {
  border: 4px solid #7941a2;
  border-radius: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 530px;
  flex: 0 0 530px;
  margin-bottom: 50px;
  padding: 10px
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.services_item-logo {
  width: 125px;
  height: 125px
}

.services__item-title {
  margin: 15px 0px;
  color: #7941a2;
  font-size: 40px;
  font-weight: 600
}

.services__item-list li {
  margin-left: 18px
}

.services__item-list li+li {
  margin-top: 10px
}

.services__item-list h4 {
  cursor: pointer;
  line-height: 46px;
  font-weight: 550;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

#services__item-sublist,
.menu__list {
  list-style-type: none
}

.icon1::before {
  content: "►";
  color: #7941a2
}

.services__item-list h4:hover {
  color: #7941a2
}

.services__item-list li ul {
  display: none
}

.icon2::before {
  content: "▼"
}

.connection__form-title {
  color: #7941a2;
  font-size: 40px;
  font-weight: 600;
  margin: 40px 0;
  text-align: center
}

.connection__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.text {
  background-color: rgba(122, 65, 162, 0);
  border-radius: 25px;
  display: block;
  text-align: center;
  border: 4px solid #7941a2;
  padding: 5px;
  outline: none
}

.button {
  background-color: #7941a2;
  border-radius: 25px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border: none;
  color: #fff;
  padding: 10px;
  margin-left: 70px;
  cursor: pointer
}

.button:hover,
.button :focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.connection__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0
}

.connection__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-bottom: 150px
}

.connection__item h5 {
  text-align: center;
  color: #7941a2;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px
}

.connection__item p {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  font-size: 30px
}

.connection__item a {
  cursor: pointer;
  color: #7941a2
}

.footer {
  background-color: #000
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu--footer {
  margin-left: 40px
}

.menu__list--footer {
  list-style-type: none
}

.menu__list-link--clothes {
  padding: 3px 7px
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, .8)
}

.lightbox:target {
  display: block
}

.lightbox span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.clothes {
  background-color: #e5e5e5
}

.clothes__title {
  text-align: center;
  font-weight: 800;
  font-size: 35px;
  color: #5e1e8f;
  padding: 30px
}

.clothes__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 10px 0
}

.clothes__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.clothes__item {
  border: 4px solid rgba(122, 65, 162, .4588235294);
  border-radius: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  margin-top: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.clothes__item p{
  padding-top: 15px;
}

.clothes__wrapper img {
  width: 280px;
  height: 400px;
  margin: 20px auto;
  border-radius: 10px;
}

.clothes__item a,
.clothes__item--winter a {
  color: #f3f3f3
}

.button-contact:hover {
  background-color: #000
}

.button-contact {
  width: 30%;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #7941a2;
  border-radius: 25px;
  display: block;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.clothes__items--winter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0
}

.clothes__item--winter {
  border: 4px solid rgba(122, 65, 162, .4588235294);
  border-radius: 25px;
  margin-top: 50px;
  padding: 10px
}

.clothes__item--winter p {
  margin-bottom: 15px
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.phone-clothes {
  text-align: center;
  font-size: 38px;
  color: #000
}

.phone-clothes p {
  color: #000
}

.phone-clothes p:hover {
  color: #7941a2
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px
}

.wrapper h3 {
  margin: 10px
}

.wrapper p {
  margin-bottom: 10px
}

@media(max-width: 992px) {
  .services__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .services__item {
    margin: 10px 80px
  }

  .connection__item p {
    font-size: 25px
  }

  .clothes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width: 768px) {
  .header__title {
    font-size: 50px
  }

  .menu__list-link {
    font-size: 7px
  }

  .about__text {
    font-size: 20px
  }

  .header__subtitle {
    font-size: 25px
  }

  .logo img {
    width: 80px;
    height: 90px
  }

  .title {
    font-size: 30px
  }

  .services__item {
    margin: 10px 10px
  }

  .connection__form-title {
    font-size: 25px;
    text-align: center
  }

  .connection__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .clothes__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .button-contact {
    font-size: 15px
  }
}

@media(max-width: 440px) {
  .connection__item p {
    font-size: 15px
  }

  .header__subtitle {
    font-size: 15px
  }

  .header__title {
    font-size: 35px
  }

  .logo img {
    width: 60px;
    height: 70px;
  }

  .menu__list-link {
    font-size: 5.5px;
  }

  .menu__list li+li {
    padding-left: 15px
  }

  .services__item {
    margin: 5px 0px;
    font-size: 20px;
  }

  .clothes__item {
    width: 340px;
  }

  .clothes__title{
    padding: 10px;
    font-size: 20px;
  }

  .clothes__item p ,.clothes__item--winter p {
    font-size: 15px;
    padding-top: 15px;
    width: 100%;
  }

  .button-contact {
    padding: 10px 10px
  }
}